pax_global_header00006660000000000000000000000064122740064110014507gustar00rootroot0000000000000052 comment=7d3ba67d7eb4fdcf73abcff7a154515409f75bd0 Converseen-0.6.7/000077500000000000000000000000001227400641100136305ustar00rootroot00000000000000Converseen-0.6.7/CMakeLists.txt000077500000000000000000000105501227400641100163740ustar00rootroot00000000000000PROJECT(converseen) cmake_minimum_required(VERSION 2.6) SET(GUI "converseen") SET(QT_USE_QTNETWORK TRUE) ADD_DEFINITIONS( ${OPTIMIZATION_FLAGS} ) SET(converseen_UIS ui/dialogconversionstatus.ui ui/dialoginfo.ui ui/dialogoptions.ui ui/dialogquality.ui ui/mainwindow.ui ) SET(converseen_SRCS src/main.cpp src/cachingsystem.cpp src/combofilters.cpp src/converter.cpp src/dialogconversionstatus.cpp src/dialoginfo.cpp src/dialogoptions.cpp src/dialogquality.cpp src/formats.cpp src/inisettings.cpp src/mainwindowimpl.cpp src/mylabelpreviewer.cpp src/pixtreewidget.cpp src/pushcolorchooser.cpp src/sizeutil.cpp src/thumbnailgeneratorthread.cpp src/translator.cpp src/updatechecker.cpp src/whereiam.cpp ) SET(converseen_MOC_HDRS src/cachingsystem.h src/combofilters.h src/converter.h src/dialogconversionstatus.h src/dialoginfo.h src/dialogoptions.h src/dialogquality.h src/formats.h src/inisettings.h src/mainwindowimpl.h src/mylabelpreviewer.h src/pixtreewidget.h src/pushcolorchooser.h src/sizeutil.h src/thumbnailgeneratorthread.h src/translator.h src/updatechecker.h src/whereiam.h ) SET(converseen_RESOURCES resources.qrc ) SET(converseen_LANG loc/converseen_tr_TR.ts loc/converseen_fr_FR.ts loc/converseen_es_CL.ts loc/converseen_pt_BR.ts loc/converseen_cs_CZ.ts loc/converseen_hu_HU.ts loc/converseen_de_DE.ts loc/converseen_it_IT.ts loc/converseen_ru_RU.ts loc/converseen_pl_PL.ts loc/converseen_ja_JP.ts ) FIND_PACKAGE(Qt4 REQUIRED) FIND_PACKAGE(ImageMagick REQUIRED) FIND_PACKAGE(ImageMagick COMPONENTS Magick++) FIND_PACKAGE(ImageMagick COMPONENTS MagickWand) FIND_PACKAGE(ImageMagick COMPONENTS MagickCore) INCLUDE(${QT_USE_FILE}) QT4_WRAP_UI(converseen_UIS_H ${converseen_UIS}) QT4_WRAP_CPP(converseen_MOC_SRCS ${converseen_MOC_HDRS}) QT4_ADD_RESOURCES(converseen_RESOURCES ${converseen_RESOURCES}) QT4_ADD_TRANSLATION(converseen_RESOURCES ${converseen_LANG}) ADD_DEFINITIONS( -Wall -W -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 ${QT_DEFINITIONS} ) INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR} ${ImageMagick_INCLUDE_DIRS} ${ImageMagick_Magick++_INCLUDE_DIRS} . ) ADD_EXECUTABLE(${GUI} ${converseen_SRCS} ${converseen_UIS_H} ${converseen_MOC_SRCS} ${converseen_RESOURCES} ${converseen_RCS} ) TARGET_LINK_LIBRARIES(${GUI} ${QT_LIBRARIES} ${ImageMagick_LIBRARIES} ${ImageMagick_Magick++_LIBRARIES}) install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/converseen DESTINATION ${CMAKE_INSTALL_PREFIX}/bin) install(FILES res/converseen.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications) install(FILES res/converseen.png DESTINATION ${CMAKE_INSTALL_PREFIX}/share/pixmaps) install(FILES res/converseen_import.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/share/kde4/services/ServiceMenus) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/converseen_cs_CZ.qm DESTINATION ${CMAKE_INSTALL_PREFIX}/share/converseen/loc) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/converseen_de_DE.qm DESTINATION ${CMAKE_INSTALL_PREFIX}/share/converseen/loc) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/converseen_es_CL.qm DESTINATION ${CMAKE_INSTALL_PREFIX}/share/converseen/loc) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/converseen_fr_FR.qm DESTINATION ${CMAKE_INSTALL_PREFIX}/share/converseen/loc) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/converseen_hu_HU.qm DESTINATION ${CMAKE_INSTALL_PREFIX}/share/converseen/loc) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/converseen_it_IT.qm DESTINATION ${CMAKE_INSTALL_PREFIX}/share/converseen/loc) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/converseen_pt_BR.qm DESTINATION ${CMAKE_INSTALL_PREFIX}/share/converseen/loc) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/converseen_tr_TR.qm DESTINATION ${CMAKE_INSTALL_PREFIX}/share/converseen/loc) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/converseen_ru_RU.qm DESTINATION ${CMAKE_INSTALL_PREFIX}/share/converseen/loc) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/converseen_pl_PL.qm DESTINATION ${CMAKE_INSTALL_PREFIX}/share/converseen/loc) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/converseen_ja_JP.qm DESTINATION ${CMAKE_INSTALL_PREFIX}/share/converseen/loc) Converseen-0.6.7/COPYING000077500000000000000000001043751227400641100147000ustar00rootroot00000000000000 GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . Converseen-0.6.7/FileFormats/000077500000000000000000000000001227400641100160435ustar00rootroot00000000000000Converseen-0.6.7/FileFormats/Readableformats.txt000077500000000000000000000316621227400641100217120ustar00rootroot000000000000003FR A AAI AI ART ARW AVI AVS B BGR BGRA BIE BMP C CAL CALS CANVAS CAPTION CIN CLIPBOARD CMYK CMYKA CR2 CRW CUR CUT DCM DCR DCX DDS DFONT DNG DPX EMF EPDF EPI EPS EPSF EPSI EPT EPT2 EPT3 ERF FAX FITS FRACTAL FTS G G3 GIF GIF87 GRADIENT GRAY GROUP4 HALD HDR HRZ ICB ICO ICON INLINE IPL J2C JBG JBIG JNG JP2 JPC JPEG JPG JPX K K25 KDC LABEL M M2V M4V MAC MAP MAT MIFF MNG MONO MOV MP4 MPC MPEG MPG MRW MSL MSVG MTV MVG NEF NULL O ORF OTB OTF PAL PALM PAM PATTERN PBM PCD PCDS PCL PCT PCX PDB PDF PDFA PEF PES PFA PFB PFM PGM PGX PICON PICT PIX PJPEG PLASMA PNG PNG24 PNG32 PNG8 PNM PPM PS PSB PSD PTIF PWP R RADIAL-GRADIENT RAF RAS RGB RGBA RGBO RLA RLE SCR SCT SFW SGI SR2 SRF STEGANO SUN SVG SVGZ TEXT TGA TIFF TIF TILE TIM TTC TTF TXT UYVY VDA VICAR VID VIFF VST WBMP WMF WMFWIN32 WMV WMZ WPG X X3F XBM XC XCF XPM XPS XV XWD Y YCBCR YCBCRA YUV All Supported Formats (*.3fr *.3FR *.a *.A *.aai *.AAI *.ai *.AI *.art *.ART *.arw *.ARW *.avi *.AVI *.avs *.AVS *.b *.B *.bgr *.BGR *.bgra *.BGRA *.bie *.BIE *.bmp *.BMP *.c *.C *.cal *.CAL *.cals *.CALS *.canvas *.CANVAS *.caption *.CAPTION *.cin *.CIN *.clipboard *.CLIPBOARD *.cmyk *.CMYK *.cmyka *.CMYKA *.cr2 *.CR2 *.crw *.CRW *.cur *.CUR *.cut *.CUT *.dcm *.DCM *.dcr *.DCR *.dcx *.DCX *.dds *.DDS *.dfont *.DFONT *.dng *.DNG *.dpx *.DPX *.emf *.EMF *.epdf *.EPDF *.epi *.EPI *.eps *.EPS *.epsf *.EPSF *.epsi *.EPSI *.ept *.EPT *.ept2 *.EPT2 *.ept3 *.EPT3 *.erf *.ERF *.fax *.FAX *.fits *.FITS *.fractal *.FRACTAL *.fts *.FTS *.g *.G *.g3 *.G3 *.gif *.GIF *.gif87 *.GIF87 *.gradient *.GRADIENT *.gray *.GRAY *.group4 *.GROUP4 *.hald *.HALD *.hdr *.HDR *.hrz *.HRZ *.icb *.ICB *.ico *.ICO *.icon *.ICON *.inline *.INLINE *.ipl *.IPL *.j2c *.J2C *.jbg *.JBG *.jbig *.JBIG *.jng *.JNG *.jp2 *.JP2 *.jpc *.JPC *.jpeg *.JPEG *.jpg *.JPG *.jpx *.JPX *.k *.K *.k25 *.K25 *.kdc *.KDC *.label *.LABEL *.m *.M *.m2v *.M2V *.m4v *.M4V *.mac *.MAC *.map *.MAP *.mat *.MAT *.miff *.MIFF *.mng *.MNG *.mono *.MONO *.mov *.MOV *.mp4 *.MP4 *.mpc *.MPC *.mpeg *.MPEG *.mpg *.MPG *.mrw *.MRW *.msl *.MSL *.msvg *.MSVG *.mtv *.MTV *.mvg *.MVG *.nef *.NEF *.null *.NULL *.o *.O *.orf *.ORF *.otb *.OTB *.otf *.OTF *.pal *.PAL *.palm *.PALM *.pam *.PAM *.pattern *.PATTERN *.pbm *.PBM *.pcd *.PCD *.pcds *.PCDS *.pcl *.PCL *.pct *.PCT *.pcx *.PCX *.pdb *.PDB *.pdf *.PDF *.pdfa *.PDFA *.pef *.PEF *.pes *.PES *.pfa *.PFA *.pfb *.PFB *.pfm *.PFM *.pgm *.PGM *.pgx *.PGX *.picon *.PICON *.pict *.PICT *.pix *.PIX *.pjpeg *.PJPEG *.plasma *.PLASMA *.png *.PNG *.png24 *.PNG24 *.png32 *.PNG32 *.png8 *.PNG8 *.pnm *.PNM *.ppm *.PPM *.ps *.PS *.psb *.PSB *.psd *.PSD *.ptif *.PTIF *.pwp *.PWP *.r *.R *.radial-gradient *.RADIAL-GRADIENT *.raf *.RAF *.ras *.RAS *.rgb *.RGB *.rgba *.RGBA *.rgbo *.RGBO *.rla *.RLA *.rle *.RLE *.scr *.SCR *.sct *.SCT *.sfw *.SFW *.sgi *.SGI *.sr2 *.SR2 *.srf *.SRF *.stegano *.STEGANO *.sun *.SUN *.svg *.SVG *.svgz *.SVGZ *.text *.TEXT *.tga *.TGA *.tiff *.TIFF *.tif *.TIF *.tile *.TILE *.tim *.TIM *.ttc *.TTC *.ttf *.TTF *.txt *.TXT *.uyvy *.UYVY *.vda *.VDA *.vicar *.VICAR *.vid *.VID *.viff *.VIFF *.vst *.VST *.wbmp *.WBMP *.wmf *.WMF *.wmfwin32 *.WMFWIN32 *.wmv *.WMV *.wmz *.WMZ *.wpg *.WPG *.x *.X *.x3f *.X3F *.xbm *.XBM *.xc *.XC *.xcf *.XCF *.xpm *.XPM *.xps *.XPS *.xv *.XV *.xwd *.XWD *.y *.Y *.ycbcr *.YCbCr *.ycbcra *.YCbCrA *.yuv *.YUV );;Hasselblad CFV/H3D39II [*.3fr] (*.3fr *.3FR );;Raw alpha samples [*.a] (*.a *.A );;AAI Dune image [*.aai] (*.aai *.AAI );;Adobe Illustrator CS2 [*.ai] (*.ai *.AI );;PFS: 1st Publisher Clip Art [*.art] (*.art *.ART );;Sony Alpha Raw Image Format [*.arw] (*.arw *.ARW );;Microsoft Audio/Visual Interleaved [*.avi] (*.avi *.AVI );;AVS X image [*.avs] (*.avs *.AVS );;Raw blue samples [*.b] (*.b *.B );;Raw blue, green, and red samples [*.bgr] (*.bgr *.BGR );;Raw blue, green, red, and alpha samples [*.bgra] (*.bgra *.BGRA );;Joint Bi-level Image experts Group interchange format [*.bie] (*.bie *.BIE );;Microsoft Windows bitmap image [*.bmp] (*.bmp *.BMP );;Raw cyan samples [*.c] (*.c *.C );;Continuous Acquisition and Life-cycle Support Type 1 [*.cal] (*.cal *.CAL );;Continuous Acquisition and Life-cycle Support Type 1 [*.cals] (*.cals *.CALS );;Constant image uniform color [*.canvas] (*.canvas *.CANVAS );;Image caption [*.caption] (*.caption *.CAPTION );;Cineon Image File [*.cin] (*.cin *.CIN );;The system clipboard [*.clipboard] (*.clipboard *.CLIPBOARD );;Raw cyan, magenta, yellow, and black samples [*.cmyk] (*.cmyk *.CMYK );;Raw cyan, magenta, yellow, black, and alpha samples [*.cmyka] (*.cmyka *.CMYKA );;Canon Digital Camera Raw Image Format [*.cr2] (*.cr2 *.CR2 );;Canon Digital Camera Raw Image Format [*.crw] (*.crw *.CRW );;Microsoft icon [*.cur] (*.cur *.CUR );;DR Halo [*.cut] (*.cut *.CUT );;Digital Imaging and Communications in Medicine image [*.dcm] (*.dcm *.DCM );;Kodak Digital Camera Raw Image File [*.dcr] (*.dcr *.DCR );;ZSoft IBM PC multi-page Paintbrush [*.dcx] (*.dcx *.DCX );;Microsoft DirectDraw Surface [*.dds] (*.dds *.DDS );;Multi-face font package [*.dfont] (*.dfont *.DFONT );;Digital Negative [*.dng] (*.dng *.DNG );;SMPTE 268M-2003 (DPX 2.0) [*.dpx] (*.dpx *.DPX );;Windows WIN32 API rendered Enhanced Meta File [*.emf] (*.emf *.EMF );;Encapsulated Portable Document Format [*.epdf] (*.epdf *.EPDF );;Encapsulated PostScript Interchange format [*.epi] (*.epi *.EPI );;Encapsulated PostScript [*.eps] (*.eps *.EPS );;Encapsulated PostScript [*.epsf] (*.epsf *.EPSF );;Encapsulated PostScript Interchange format [*.epsi] (*.epsi *.EPSI );;Encapsulated PostScript with TIFF preview [*.ept] (*.ept *.EPT );;Encapsulated PostScript Level II with TIFF preview [*.ept2] (*.ept2 *.EPT2 );;Encapsulated PostScript Level III with TIFF preview [*.ept3] (*.ept3 *.EPT3 );;Epson RAW Format [*.erf] (*.erf *.ERF );;Group 3 FAX [*.fax] (*.fax *.FAX );;Flexible Image Transport System [*.fits] (*.fits *.FITS );;Plasma fractal image [*.fractal] (*.fractal *.FRACTAL );;Flexible Image Transport System [*.fts] (*.fts *.FTS );;Raw green samples [*.g] (*.g *.G );;Group 3 FAX [*.g3] (*.g3 *.G3 );;CompuServe graphics interchange format [*.gif] (*.gif *.GIF );;CompuServe graphics interchange format [*.gif87] (*.gif87 *.GIF87 );;Gradual linear passing from one shade to another [*.gradient] (*.gradient *.GRADIENT );;Raw gray samples [*.gray] (*.gray *.GRAY );;Raw CCITT Group4 [*.group4] (*.group4 *.GROUP4 );;Identity Hald color lookup table image [*.hald] (*.hald *.HALD );;Radiance RGBE image format [*.hdr] (*.hdr *.HDR );;Slow Scan TeleVision [*.hrz] (*.hrz *.HRZ );;Truevision Targa image [*.icb] (*.icb *.ICB );;Microsoft icon [*.ico] (*.ico *.ICO );;Microsoft icon [*.icon] (*.icon *.ICON );;Base64-encoded inline images [*.inline] (*.inline *.INLINE );;IPL Image Sequence [*.ipl] (*.ipl *.IPL );;JPEG-2000 Code Stream Syntax [*.j2c] (*.j2c *.J2C );;Joint Bi-level Image experts Group interchange format [*.jbg] (*.jbg *.JBG );;Joint Bi-level Image experts Group interchange format [*.jbig] (*.jbig *.JBIG );;JPEG Network Graphics [*.jng] (*.jng *.JNG );;JPEG-2000 File Format Syntax [*.jp2] (*.jp2 *.JP2 );;JPEG-2000 Code Stream Syntax [*.jpc] (*.jpc *.JPC );;Joint Photographic Experts Group JFIF format [*.jpeg] (*.jpeg *.JPEG );;Joint Photographic Experts Group JFIF format [*.jpg] (*.jpg *.JPG );;JPEG-2000 File Format Syntax [*.jpx] (*.jpx *.JPX );;Raw black samples [*.k] (*.k *.K );;Kodak Digital Camera Raw Image Format [*.k25] (*.k25 *.K25 );;Kodak Digital Camera Raw Image Format [*.kdc] (*.kdc *.KDC );;Image label [*.label] (*.label *.LABEL );;Raw magenta samples [*.m] (*.m *.M );;MPEG Video Stream [*.m2v] (*.m2v *.M2V );;Raw MPEG-4 Video [*.m4v] (*.m4v *.M4V );;MAC Paint [*.mac] (*.mac *.MAC );;Colormap intensities and indices [*.map] (*.map *.MAP );;MATLAB level 5 image format [*.mat] (*.mat *.MAT );;Magick Image File Format [*.miff] (*.miff *.MIFF );;Multiple-image Network Graphics [*.mng] (*.mng *.MNG );;Raw bi-level bitmap [*.mono] (*.mono *.MONO );;MPEG Video Stream [*.mov] (*.mov *.MOV );;MPEG-4 Video Stream [*.mp4] (*.mp4 *.MP4 );;Magick Persistent Cache image format [*.mpc] (*.mpc *.MPC );;MPEG Video Stream [*.mpeg] (*.mpeg *.MPEG );;MPEG Video Stream [*.mpg] (*.mpg *.MPG );;Sony (Minolta) Raw Image File [*.mrw] (*.mrw *.MRW );;Magick Scripting Language [*.msl] (*.msl *.MSL );;ImageMagick's own SVG internal renderer [*.msvg] (*.msvg *.MSVG );;MTV Raytracing image format [*.mtv] (*.mtv *.MTV );;Magick Vector Graphics [*.mvg] (*.mvg *.MVG );;Nikon Digital SLR Camera Raw Image File [*.nef] (*.nef *.NEF );;Constant image of uniform color [*.null] (*.null *.NULL );;Raw opacity samples [*.o] (*.o *.O );;Olympus Digital Camera Raw Image File [*.orf] (*.orf *.ORF );;On-the-air bitmap [*.otb] (*.otb *.OTB );;Open Type font [*.otf] (*.otf *.OTF );;16bit/pixel interleaved YUV [*.pal] (*.pal *.PAL );;Palm pixmap [*.palm] (*.palm *.PALM );;Common 2-dimensional bitmap format [*.pam] (*.pam *.PAM );;Predefined pattern [*.pattern] (*.pattern *.PATTERN );;Portable bitmap format (black and white) [*.pbm] (*.pbm *.PBM );;Photo CD [*.pcd] (*.pcd *.PCD );;Photo CD [*.pcds] (*.pcds *.PCDS );;Printer Control Language [*.pcl] (*.pcl *.PCL );;Apple Macintosh QuickDraw/PICT [*.pct] (*.pct *.PCT );;ZSoft IBM PC Paintbrush [*.pcx] (*.pcx *.PCX );;Palm Database ImageViewer Format [*.pdb] (*.pdb *.PDB );;Portable Document Format [*.pdf] (*.pdf *.PDF );;Portable Document Archive Format [*.pdfa] (*.pdfa *.PDFA );;Pentax Electronic File [*.pef] (*.pef *.PEF );;Embrid Embroidery Format [*.pes] (*.pes *.PES );;Postscript Type 1 font (ASCII) [*.pfa] (*.pfa *.PFA );;Postscript Type 1 font (binary) [*.pfb] (*.pfb *.PFB );;Portable float format [*.pfm] (*.pfm *.PFM );;Portable graymap format (gray scale) [*.pgm] (*.pgm *.PGM );;JPEG-2000 VM Format [*.pgx] (*.pgx *.PGX );;Personal Icon [*.picon] (*.picon *.PICON );;Apple Macintosh QuickDraw/PICT [*.pict] (*.pict *.PICT );;Alias/Wavefront RLE image format [*.pix] (*.pix *.PIX );;Joint Photographic Experts Group JFIF format [*.pjpeg] (*.pjpeg *.PJPEG );;Plasma fractal image [*.plasma] (*.plasma *.PLASMA );;Portable Network Graphics [*.png] (*.png *.PNG );;opaque 24-bit RGB [*.png24] (*.png24 *.PNG24 );;opaque or transparent 32-bit RGBA [*.png32] (*.png32 *.PNG32 );;8-bit indexed with optional binary transparency [*.png8] (*.png8 *.PNG8 );;Portable anymap [*.pnm] (*.pnm *.PNM );;Portable pixmap format (color) [*.ppm] (*.ppm *.PPM );;PostScript [*.ps] (*.ps *.PS );;Adobe Large Document Format [*.psb] (*.psb *.PSB );;Adobe Photoshop bitmap [*.psd] (*.psd *.PSD );;Pyramid encoded TIFF [*.ptif] (*.ptif *.PTIF );;Seattle Film Works [*.pwp] (*.pwp *.PWP );;Raw red samples [*.r] (*.r *.R );;Gradual radial passing from one shade to another [*.radial-gradient] (*.radial-gradient *.RADIAL-GRADIENT );;Fuji CCD-RAW Graphic File [*.raf] (*.raf *.RAF );;SUN Rasterfile [*.ras] (*.ras *.RAS );;Raw red, green, and blue samples [*.rgb] (*.rgb *.RGB );;Raw red, green, blue, and alpha samples [*.rgba] (*.rgba *.RGBA );;Raw red, green, blue, and opacity samples [*.rgbo] (*.rgbo *.RGBO );;Alias/Wavefront image [*.rla] (*.rla *.RLA );;Utah Run length encoded image [*.rle] (*.rle *.RLE );;ZX-Spectrum SCREEN$ [*.scr] (*.scr *.SCR );;Scitex HandShake [*.sct] (*.sct *.SCT );;Seattle Film Works [*.sfw] (*.sfw *.SFW );;Irix RGB image [*.sgi] (*.sgi *.SGI );;Sony Raw Format 2 [*.sr2] (*.sr2 *.SR2 );;Sony Raw Format [*.srf] (*.srf *.SRF );;Steganographic image [*.stegano] (*.stegano *.STEGANO );;SUN Rasterfile [*.sun] (*.sun *.SUN );;Scalable Vector Graphics [*.svg] (*.svg *.SVG );;Compressed Scalable Vector Graphics [*.svgz] (*.svgz *.SVGZ );;Text [*.text] (*.text *.TEXT );;Truevision Targa image [*.tga] (*.tga *.TGA );;Tagged Image File Format [*.tiff] (*.tiff *.TIFF );;Tagged Image File Format [*.tif] (*.tif *.TIF );;Tile image with a texture [*.tile] (*.tile *.TILE );;PSX TIM [*.tim] (*.tim *.TIM );;TrueType font collection [*.ttc] (*.ttc *.TTC );;TrueType font [*.ttf] (*.ttf *.TTF );;Text [*.txt] (*.txt *.TXT );;16bit/pixel interleaved YUV [*.uyvy] (*.uyvy *.UYVY );;Truevision Targa image [*.vda] (*.vda *.VDA );;VICAR rasterfile format [*.vicar] (*.vicar *.VICAR );;Visual Image Directory [*.vid] (*.vid *.VID );;Khoros Visualization image [*.viff] (*.viff *.VIFF );;Truevision Targa image [*.vst] (*.vst *.VST );;Wireless Bitmap (level 0) image [*.wbmp] (*.wbmp *.WBMP );;Windows Meta File [*.wmf] (*.wmf *.WMF );;Windows WIN32 API rendered Meta File [*.wmfwin32] (*.wmfwin32 *.WMFWIN32 );;Windows Media Video [*.wmv] (*.wmv *.WMV );;Compressed Windows Meta File [*.wmz] (*.wmz *.WMZ );;Word Perfect Graphics [*.wpg] (*.wpg *.WPG );;X Image [*.x] (*.x *.X );;Sigma Camera RAW Picture File [*.x3f] (*.x3f *.X3F );;X Windows system bitmap (black and white) [*.xbm] (*.xbm *.XBM );;Constant image uniform color [*.xc] (*.xc *.XC );;GIMP image [*.xcf] (*.xcf *.XCF );;X Windows system pixmap (color) [*.xpm] (*.xpm *.XPM );;Microsoft XML Paper Specification [*.xps] (*.xps *.XPS );;Khoros Visualization image [*.xv] (*.xv *.XV );;X Windows system window dump (color) [*.xwd] (*.xwd *.XWD );;Raw yellow samples [*.y] (*.y *.Y );;Raw Y, Cb, and Cr samples [*.ycbcr] (*.ycbcr *.YCbCr );;Raw Y, Cb, Cr, and alpha samples [*.ycbcra] (*.ycbcra *.YCbCrA );;CCIR 601 4:1:1 or 4:2:2 [*.yuv] (*.yuv *.YUV )Converseen-0.6.7/FileFormats/WritableFormats.txt000077500000000000000000000114341227400641100217170ustar00rootroot00000000000000A - (Raw alpha samples) AAI - (AAI Dune image) AI - (Adobe Illustrator CS2) ART - (PFS: 1st Publisher Clip Art) AVS - (AVS X image) B - (Raw blue samples) BGR - (Raw blue, green, and red samples) BGRA - (Raw blue, green, red, and alpha samples) BIE - (Joint Bi-level Image experts Group interchange format) BMP - (Microsoft Windows bitmap image) C - (Raw cyan samples) CAL - (Continuous Acquisition and Life-cycle Support Type 1) CALS - (Continuous Acquisition and Life-cycle Support Type 1) CIN - (Cineon Image File) CLIPBOARD - (The system clipboard) CMYK - (Raw cyan, magenta, yellow, and black samples) CMYKA - (Raw cyan, magenta, yellow, black, and alpha samples) CUR - (Microsoft icon) DCX - (ZSoft IBM PC multi-page Paintbrush) DPX - (SMPTE 268M-2003 (DPX 2.0)) EPDF - (Encapsulated Portable Document Format) EPI - (Encapsulated PostScript Interchange format) EPS - (Encapsulated PostScript) EPSF - (Encapsulated PostScript) EPSI - (Encapsulated PostScript Interchange format) EPT - (Encapsulated PostScript with TIFF preview) EPT2 - (Encapsulated PostScript Level II with TIFF preview) EPT3 - (Encapsulated PostScript Level III with TIFF preview) FAX - (Group 3 FAX) FITS - (Flexible Image Transport System) FTS - (Flexible Image Transport System) G - (Raw green samples) G3 - (Group 3 FAX) GIF - (CompuServe graphics interchange format) GIF87 - (CompuServe graphics interchange format) GRAY - (Raw gray samples) GROUP4 - (Raw CCITT Group4) HDR - (Radiance RGBE image format) HRZ - (Slow Scan TeleVision) ICB - (Truevision Targa image) ICO - (Microsoft icon) ICON - (Microsoft icon) IPL - (IPL Image Sequence) J2C - (JPEG-2000 Code Stream Syntax) JBG - (Joint Bi-level Image experts Group interchange format) JBIG - (Joint Bi-level Image experts Group interchange format) JNG - (JPEG Network Graphics) JP2 - (JPEG-2000 File Format Syntax) JPC - (JPEG-2000 Code Stream Syntax) JPEG - (Joint Photographic Experts Group JFIF format) JPG - (Joint Photographic Experts Group JFIF format) JPX - (JPEG-2000 File Format Syntax) K - (Raw black samples) M - (Raw magenta samples) M2V - (MPEG Video Stream) M4V - (Raw MPEG-4 Video) MAP - (Colormap intensities and indices) MAT - (MATLAB level 5 image format) MIFF - (Magick Image File Format) MNG - (Multiple-image Network Graphics) MONO - (Raw bi-level bitmap) MOV - (MPEG Video Stream) MP4 - (MPEG-4 Video Stream) MPC - (Magick Persistent Cache image format) MPEG - (MPEG Video Stream) MPG - (MPEG Video Stream) MSL - (Magick Scripting Language) MSVG - (ImageMagick's own SVG internal renderer) MTV - (MTV Raytracing image format) MVG - (Magick Vector Graphics) NULL - (Constant image of uniform color) O - (Raw opacity samples) OTB - (On-the-air bitmap) PAL - (16bit/pixel interleaved YUV) PALM - (Palm pixmap) PAM - (Common 2-dimensional bitmap format) PBM - (Portable bitmap format (black and white)) PCD - (Photo CD) PCDS - (Photo CD) PCL - (Printer Control Language) PCT - (Apple Macintosh QuickDraw/PICT) PCX - (ZSoft IBM PC Paintbrush) PDB - (Palm Database ImageViewer Format) PDF - (Portable Document Format) PDFA - (Portable Document Archive Format) PFM - (Portable float format) PGM - (Portable graymap format (gray scale)) PICON - (Personal Icon) PICT - (Apple Macintosh QuickDraw/PICT) PJPEG - (Joint Photographic Experts Group JFIF format) PNG - (Portable Network Graphics) PNG24 - (opaque 24-bit RGB) PNG32 - (opaque or transparent 32-bit RGBA) PNG8 - (8-bit indexed with optional binary transparency) PNM - (Portable anymap) PPM - (Portable pixmap format (color)) PS - (PostScript) PSB - (Adobe Large Document Format) PSD - (Adobe Photoshop bitmap) PTIF - (Pyramid encoded TIFF) R - (Raw red samples) RAS - (SUN Rasterfile) RGB - (Raw red, green, and blue samples) RGBA - (Raw red, green, blue, and alpha samples) RGBO - (Raw red, green, blue, and opacity samples) SGI - (Irix RGB image) SUN - (SUN Rasterfile) SVG - (Scalable Vector Graphics) SVGZ - (Compressed Scalable Vector Graphics) TEXT - (Text) TGA - (Truevision Targa image) TIFF - (Tagged Image File Format) TXT - (Text) UYVY - (16bit/pixel interleaved YUV) VDA - (Truevision Targa image) VICAR - (VICAR rasterfile format) VID - (Visual Image Directory) VIFF - (Khoros Visualization image) VST - (Truevision Targa image) WBMP - (Wireless Bitmap (level 0) image) WMV - (Windows Media Video) X - (X Image) XBM - (X Windows system bitmap (black and white)) XPM - (X Windows system pixmap (color)) XV - (Khoros Visualization image) XWD - (X Windows system window dump (color)) Y - (Raw yellow samples) YCbCr - (Raw Y, Cb, and Cr samples) YCbCrA - (Raw Y, Cb, Cr, and alpha samples) YUV - (CCIR 601 4:1:1 or 4:2:2) Converseen-0.6.7/INSTALL000077500000000000000000000005061227400641100146650ustar00rootroot00000000000000To compile Converseen you need Qt4, Magick++ development libraries, cmake and the gnu c++ compiler. Download Converseen, extract the archive content, enter directory and build the executable using these commands: tar -xvf converseen_0.x-tar.bz2 cd converseen_0.x mkdir build cd build cmake .. make su make install Converseen-0.6.7/README.md000077500000000000000000000044061227400641100151160ustar00rootroot00000000000000# Converseen ![alt text](http://converseen.sourceforge.net/res/converseen1.png "Converseen on Kde") **Converseen** is an open source project written in **C++** with the powerful **Qt4** libraries. Thanks to the **Magick++** image libraries it supports more than **100 image formats**. You can convert an unlimited number of images and / or create thumbnails to any of the most popular formats: DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. With **Converseen** you can save your time because it allows you to process more than one image with a mouse click! **Converseen** is very simple: it features a very simple user interface without strange options. ## What you can do with *Converseen*? With converseen you can: * Carry out a single or a multiple conversion. * Resize one or multiple images. * Compress images for your web pages. ## Installing **Converseen** is available for both **Linux** and **Windows** platforms. To install **Converseen** source or binaries follow [these instructions](http://converseen.sourceforge.net/index.php?page=1). ## Author [Francesco Mondello](http://converseen.sourceforge.net/). To contact me you can use [this page](http://converseen.sourceforge.net/index.php?page=4). You can find more details about **Converseen** at [converseen.sf.net](http://converseen.sourceforge.net/). If you appreciate this work and would like to support the project, you are welcome to [donate](http://converseen.sourceforge.net/#donations) **1 EUR** via **Paypal**. ## License Converseen - The image batch converter and resizer Copyright (C) 2009-2013 Francesco Mondello This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Converseen-0.6.7/converseen.pro000077500000000000000000000060061227400641100165260ustar00rootroot00000000000000TEMPLATE = app QT = gui core network CONFIG += qt \ release \ warn_on \ DESTDIR = bin OBJECTS_DIR = build MOC_DIR = build UI_DIR = build FORMS = ui/mainwindow.ui \ ui/dialogconversionstatus.ui \ ui/dialogquality.ui \ ui/dialogoptions.ui \ ui/dialoginfo.ui HEADERS = src/mainwindowimpl.h \ src/converter.h \ src/dialogconversionstatus.h \ src/dialogquality.h \ src/translator.h \ src/dialogoptions.h \ src/whereiam.h \ src/dialoginfo.h \ src/pixtreewidget.h \ src/formats.h \ src/inisettings.h \ src/sizeutil.h \ src/mylabelpreviewer.h \ src/thumbnailgeneratorthread.h \ src/pushcolorchooser.h \ src/cachingsystem.h \ src/combofilters.h \ src/updatechecker.h SOURCES = src/mainwindowimpl.cpp \ src/main.cpp \ src/converter.cpp \ src/dialogconversionstatus.cpp \ src/dialogquality.cpp \ src/translator.cpp \ src/dialogoptions.cpp \ src/whereiam.cpp \ src/dialoginfo.cpp \ src/pixtreewidget.cpp \ src/formats.cpp \ src/inisettings.cpp \ src/sizeutil.cpp \ src/mylabelpreviewer.cpp \ src/thumbnailgeneratorthread.cpp \ src/pushcolorchooser.cpp \ src/cachingsystem.cpp \ src/combofilters.cpp \ src/updatechecker.cpp QMAKE_CXXFLAGS += -O2 \ -Wall \ -W \ -pthread \ -DMAGICKCORE_HDRI_ENABLE=0 \ -DMAGICKCORE_QUANTUM_DEPTH=16 INCLUDEPATH += /usr/include/ImageMagick-6 LIBS += -L/usr/lib -lMagick++-6.Q16HDRI -lMagickWand-6.Q16HDRI -lMagickCore-6.Q16HDRI TRANSLATIONS += loc/converseen_it_IT.ts \ loc/converseen_hu_HU.ts \ loc/converseen_cs_CZ.ts \ loc/converseen_fr_FR.ts \ loc/converseen_pt_BR.ts \ loc/converseen_de_DE.ts \ loc/converseen_es_CL.ts \ loc/converseen_tr_TR.ts \ loc/converseen_ru_RU.ts \ loc/converseen_pl_PL.ts \ loc/converseen_ja_JP.ts RESOURCES += resources.qrc INSTALL_PREFIX = /usr target.path = $${INSTALL_PREFIX}/bin SHARE_DIR = $${INSTALL_PREFIX}/share translations.path = $${SHARE_DIR}/converseen/loc translations.files = loc/converseen_it_IT.qm \ loc/converseen_hu_HU.qm \ loc/converseen_cs_CZ.qm \ loc/converseen_fr_FR.qm \ loc/converseen_pt_BR.qm \ loc/converseen_de_DE.qm \ loc/converseen_es_CL.qm \ loc/converseen_tr_TR.qm \ loc/converseen_ru_RU.qm \ loc/converseen_pl_PL.qm \ loc/converseen_ja_JP.qm icon.path = $${SHARE_DIR}/pixmaps icon.files = res/converseen.png desktopFile.path = $${SHARE_DIR}/applications desktopFile.files = res/converseen.desktop kdeservicemenu.path = $${SHARE_DIR}/kde4/services/ServiceMenus/ kdeservicemenu.files = res/converseen_import.desktop isEmpty(QMAKE_LRELEASE) { QMAKE_LRELEASE = $$[QT_INSTALL_BINS]/lrelease } updateqm.input = TRANSLATIONS updateqm.output = ${QMAKE_FILE_PATH}/${QMAKE_FILE_BASE}.qm updateqm.commands = $$QMAKE_LRELEASE ${QMAKE_FILE_IN} -qm ${QMAKE_FILE_PATH}/${QMAKE_FILE_BASE}.qm updateqm.CONFIG += no_link QMAKE_EXTRA_COMPILERS += updateqm PRE_TARGETDEPS += compiler_updateqm_make_all INSTALLS += target \ translations \ icon \ desktopFile \ kdeservicemenu Converseen-0.6.7/converseen.rc000077500000000000000000000053311227400641100163320ustar00rootroot00000000000000// Microsoft Visual C++ generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 2 resource. // #include "afxres.h" ///////////////////////////////////////////////////////////////////////////// #undef APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // Italiano (Italia) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ITA) LANGUAGE LANG_ITALIAN, SUBLANG_ITALIAN #pragma code_page(1252) #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // TEXTINCLUDE // 1 TEXTINCLUDE BEGIN "resource.h\0" END 2 TEXTINCLUDE BEGIN "#include ""afxres.h""\r\n" "\0" END 3 TEXTINCLUDE BEGIN "\r\n" "\0" END #endif // APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Icon // // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. IDI_ICON1 ICON "res\\converseen.ico" ///////////////////////////////////////////////////////////////////////////// // // Version // VS_VERSION_INFO VERSIONINFO FILEVERSION 0,6,7,0 PRODUCTVERSION 0,6,7,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L #else FILEFLAGS 0x0L #endif FILEOS 0x4L FILETYPE 0x1L FILESUBTYPE 0x0L BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "041004b0" BEGIN VALUE "Comments", "The batch image converter and resizer" VALUE "CompanyName", "Faster" VALUE "FileDescription", "Converseen - The batch converter and resizer" VALUE "FileVersion", "0.6.7.0" VALUE "InternalName", "Converseen" VALUE "LegalCopyright", "(C) 2009 - 2014 Francesco Mondello GNU - GPL" VALUE "LegalTrademarks", "(C) 2009 - 2014 Francesco Mondello GNU - GPL" VALUE "OriginalFilename", "converseen.exe" VALUE "ProductName", "Converseen" VALUE "ProductVersion", "0.6.7.0" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x410, 1200 END END #endif // Italiano (Italia) resources ///////////////////////////////////////////////////////////////////////////// #ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// // // Generated from the TEXTINCLUDE 3 resource. // ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED Converseen-0.6.7/converseen.sln000077500000000000000000000015661227400641100165300ustar00rootroot00000000000000 Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "converseen", "converseen.vcxproj", "{94AC27E1-3222-398B-9889-2DC60F4856BE}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 Release|Win32 = Release|Win32 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {94AC27E1-3222-398B-9889-2DC60F4856BE}.Debug|Win32.ActiveCfg = Debug|Win32 {94AC27E1-3222-398B-9889-2DC60F4856BE}.Debug|Win32.Build.0 = Debug|Win32 {94AC27E1-3222-398B-9889-2DC60F4856BE}.Release|Win32.ActiveCfg = Release|Win32 {94AC27E1-3222-398B-9889-2DC60F4856BE}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection EndGlobal Converseen-0.6.7/converseen.vcxproj000077500000000000000000001702501227400641100174240ustar00rootroot00000000000000 Debug Win32 Release Win32 Template Win32 {94AC27E1-3222-398B-9889-2DC60F4856BE} converseen Qt4VSv1.0 Application false Application false <_ProjectFileVersion>10.0.30319.1 release\ build\ true false .\ build\ true AllRules.ruleset AllRules.ruleset AllRules.ruleset 0 Unsigned None -Zm200 -w34100 -w34189 %(AdditionalOptions) MaxSpeed C:\Program Files (x86)\ImageMagick-6.8.4-Q16\include;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(QTDIR)\include;$(QTDIR)\include\ActiveQt;build;..\Qt\4.8.2\mkspecs\win32-msvc2010;.;.\src;$(QTDIR)\include\QtNetwork;%(AdditionalIncludeDirectories) QT_NO_DEBUG;NDEBUG;_WINDOWS;UNICODE;WIN32;QT_LARGEFILE_SUPPORT;QT_DLL;QT_GUI_LIB;QT_CORE_LIB;QT_HAVE_MMX;QT_HAVE_3DNOW;QT_HAVE_SSE;QT_HAVE_MMXEXT;QT_HAVE_SSE2;QT_THREAD_SUPPORT;_VISUALC_;NeedFunctionPrototypes;_DLL;_MAGICKMOD_;QT_NETWORK_LIB;%(PreprocessorDefinitions) false false Sync MultiThreadedDLL false false true build\ build\ .\ Level3 true QT_NO_DEBUG;NDEBUG;_WINDOWS;UNICODE;WIN32;QT_LARGEFILE_SUPPORT;QT_DLL;QT_NO_DEBUG;QT_GUI_LIB;QT_CORE_LIB;QT_HAVE_MMX;QT_HAVE_3DNOW;QT_HAVE_SSE;QT_HAVE_MMXEXT;QT_HAVE_SSE2;QT_THREAD_SUPPORT;%(PreprocessorDefinitions) "/MANIFESTDEPENDENCY:type=%27win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27 processorArchitecture=%27*%27" %(AdditionalOptions) qtmain.lib;QtGui4.lib;QtCore4.lib;CORE_RL_magick_.lib;CORE_RL_Magick++_.lib;CORE_RL_wand_.lib;X11.lib;odbc32.lib;odbccp32.lib;winmm.lib;wsock32.lib;QtNetwork4.lib;%(AdditionalDependencies) release\converseen.exe true C:\Program Files (x86)\ImageMagick-6.8.4-Q16\lib;$(QTDIR)\lib;%(AdditionalLibraryDirectories) false Windows 0 Unsigned None -Zm200 -w34100 -w34189 %(AdditionalOptions) Disabled $(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(QTDIR)\include;$(QTDIR)\include\ActiveQt;build;build;..\Qt\4.7.4\mkspecs\win32-msvc2008;.\src;$(QTDIR)\include\QtNetwork;%(AdditionalIncludeDirectories) _WINDOWS;UNICODE;WIN32;QT_LARGEFILE_SUPPORT;QT_DLL;QT_GUI_LIB;QT_CORE_LIB;QT_HAVE_MMX;QT_HAVE_3DNOW;QT_HAVE_SSE;QT_HAVE_MMXEXT;QT_HAVE_SSE2;QT_THREAD_SUPPORT;QT_NETWORK_LIB;%(PreprocessorDefinitions) false false Sync MultiThreadedDebugDLL false false true build\ build\ .\ Level3 true ProgramDatabase _WINDOWS;UNICODE;WIN32;QT_LARGEFILE_SUPPORT;QT_DLL;QT_GUI_LIB;QT_CORE_LIB;QT_HAVE_MMX;QT_HAVE_3DNOW;QT_HAVE_SSE;QT_HAVE_MMXEXT;QT_HAVE_SSE2;QT_THREAD_SUPPORT;_DEBUG;%(PreprocessorDefinitions) "/MANIFESTDEPENDENCY:type=%27win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27 processorArchitecture=%27*%27" %(AdditionalOptions) qtmaind.lib;QtGuid4.lib;QtCored4.lib;QtNetworkd4.lib;%(AdditionalDependencies) debug\converseen.exe true $(QTDIR)\lib;%(AdditionalLibraryDirectories) true Windows .\src;$(QTDIR)\include\QtNetwork;%(AdditionalIncludeDirectories) QT_DLL;QT_NETWORK_LIB;%(PreprocessorDefinitions) QtNetwork4.lib;%(AdditionalDependencies) $(QTDIR)\bin\moc.exe;%(FullPath) Moc%27ing updatechecker.h... .\build\moc_%(Filename).cpp "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NETWORK_LIB "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath) Moc%27ing updatechecker.h... .\build\moc_%(Filename).cpp "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath) Moc%27ing updatechecker.h... .\build\moc_%(Filename).cpp "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_DLL -DQT_NETWORK_LIB "-I.\src" "-I$(QTDIR)\include\QtNetwork" Moc%27ing %(Filename)%(Extension)... "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NETWORK_LIB "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NETWORK_LIB "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NETWORK_LIB "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NETWORK_LIB "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NETWORK_LIB "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NETWORK_LIB "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) $(QTDIR)\bin\moc.exe;%(FullPath) Moc%27ing combofilters.h... .\build\moc_%(Filename).cpp "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NETWORK_LIB "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath) Moc%27ing combofilters.h... .\build\moc_%(Filename).cpp "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath) Moc%27ing combofilters.h... .\build\moc_%(Filename).cpp "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_DLL -DQT_NETWORK_LIB "-I.\src" "-I$(QTDIR)\include\QtNetwork" Moc%27ing %(Filename)%(Extension)... "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NETWORK_LIB "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NETWORK_LIB "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NETWORK_LIB "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NETWORK_LIB "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NETWORK_LIB "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NETWORK_LIB "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -DQT_NETWORK_LIB "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Moc%27ing %(Filename)%(Extension)... "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ -DQT_NETWORK_LIB "-IC:\Program Files (x86)\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" "-I$(QTDIR)\include\QtNetwork" $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) .\build\moc_%(Filename).cpp;%(Outputs) Esecuzione istruzione di compilazione personalizzata %(AdditionalInputs) %(Outputs) Esecuzione istruzione di compilazione personalizzata %(AdditionalInputs) %(Outputs) Esecuzione istruzione di compilazione personalizzata %(AdditionalInputs) %(Outputs) Esecuzione istruzione di compilazione personalizzata %(AdditionalInputs) %(Outputs) Esecuzione istruzione di compilazione personalizzata %(AdditionalInputs) %(Outputs) Esecuzione istruzione di compilazione personalizzata %(AdditionalInputs) %(Outputs) Esecuzione istruzione di compilazione personalizzata %(AdditionalInputs) %(Outputs) Esecuzione istruzione di compilazione personalizzata %(AdditionalInputs) %(Outputs) Esecuzione istruzione di compilazione personalizzata %(AdditionalInputs) %(Outputs) Esecuzione istruzione di compilazione personalizzata %(AdditionalInputs) %(Outputs) Esecuzione istruzione di compilazione personalizzata %(AdditionalInputs) %(Outputs) Esecuzione istruzione di compilazione personalizzata %(AdditionalInputs) %(Outputs) UIC ui\dialogconversionstatus.ui $(QTDIR)\bin\uic.exe ui\dialogconversionstatus.ui -o build\ui_dialogconversionstatus.h $(QTDIR)\bin\uic.exe;ui\dialogconversionstatus.ui;%(AdditionalInputs) build\ui_dialogconversionstatus.h;%(Outputs) UIC ui\dialogconversionstatus.ui $(QTDIR)\bin\uic.exe ui\dialogconversionstatus.ui -o build\ui_dialogconversionstatus.h $(QTDIR)\bin\uic.exe;ui\dialogconversionstatus.ui;%(AdditionalInputs) build\ui_dialogconversionstatus.h;%(Outputs) UIC ui\dialoginfo.ui $(QTDIR)\bin\uic.exe ui\dialoginfo.ui -o build\ui_dialoginfo.h $(QTDIR)\bin\uic.exe;ui\dialoginfo.ui;%(AdditionalInputs) build\ui_dialoginfo.h;%(Outputs) UIC ui\dialoginfo.ui $(QTDIR)\bin\uic.exe ui\dialoginfo.ui -o build\ui_dialoginfo.h $(QTDIR)\bin\uic.exe;ui\dialoginfo.ui;%(AdditionalInputs) build\ui_dialoginfo.h;%(Outputs) UIC ui\dialogoptions.ui $(QTDIR)\bin\uic.exe ui\dialogoptions.ui -o build\ui_dialogoptions.h $(QTDIR)\bin\uic.exe;ui\dialogoptions.ui;%(AdditionalInputs) build\ui_dialogoptions.h;%(Outputs) UIC ui\dialogoptions.ui $(QTDIR)\bin\uic.exe ui\dialogoptions.ui -o build\ui_dialogoptions.h $(QTDIR)\bin\uic.exe;ui\dialogoptions.ui;%(AdditionalInputs) build\ui_dialogoptions.h;%(Outputs) UIC ui\dialogquality.ui $(QTDIR)\bin\uic.exe ui\dialogquality.ui -o build\ui_dialogquality.h $(QTDIR)\bin\uic.exe;ui\dialogquality.ui;%(AdditionalInputs) build\ui_dialogquality.h;%(Outputs) UIC ui\dialogquality.ui $(QTDIR)\bin\uic.exe ui\dialogquality.ui -o build\ui_dialogquality.h $(QTDIR)\bin\uic.exe;ui\dialogquality.ui;%(AdditionalInputs) build\ui_dialogquality.h;%(Outputs) UIC ui\mainwindow.ui $(QTDIR)\bin\uic.exe ui\mainwindow.ui -o build\ui_mainwindow.h $(QTDIR)\bin\uic.exe;ui\mainwindow.ui;%(AdditionalInputs) build\ui_mainwindow.h;%(Outputs) UIC ui\mainwindow.ui $(QTDIR)\bin\uic.exe ui\mainwindow.ui -o build\ui_mainwindow.h $(QTDIR)\bin\uic.exe;ui\mainwindow.ui;%(AdditionalInputs) build\ui_mainwindow.h;%(Outputs) Document true true Document true true Document true true Document true true Document true true Document true true Rcc%27ing %(Filename)%(Extension)... "$(QTDIR)\bin\rcc.exe" -name "%(Filename)" -no-compress "%(FullPath)" -o .\GeneratedFiles\qrc_%(Filename).cpp %(FullPath);.\res\add.png;.\res\adept_purge.png;.\res\apply.png;.\res\cancel.png;.\res\exec.png;.\res\folder_documents.png;.\res\icon.png;%(AdditionalInputs) .\GeneratedFiles\qrc_%(Filename).cpp;%(Outputs) Rcc%27ing %(Filename)%(Extension)... "$(QTDIR)\bin\rcc.exe" -name "%(Filename)" -no-compress "%(FullPath)" -o .\GeneratedFiles\qrc_%(Filename).cpp %(FullPath);.\res\add.png;.\res\adept_purge.png;.\res\apply.png;.\res\cancel.png;.\res\exec.png;.\res\folder_documents.png;.\res\icon.png;%(AdditionalInputs) .\GeneratedFiles\qrc_%(Filename).cpp;%(Outputs) Converseen-0.6.7/loc/000077500000000000000000000000001227400641100144055ustar00rootroot00000000000000Converseen-0.6.7/loc/converseen_cs_CZ.qm000066400000000000000000001177231227400641100202070ustar00rootroot00000000000000B(*29$"iMfkrgR4MM3U +7ϗ3ϗvUz Z iTI&16~H3~YNOQAQAo-ăuk} e i t7J y* A ң 6 `} e4V0 O :o GC: &g Юb Pe ϩ0 A[ f gC> ys By t>ew *Lb ID N0F XD:J? ]Vc\ ~sO INE sW sQ N5 = s RF M mA4N r P zW t1 TT ad ԯt-GWq{1j2:}G<Xh xz-I!'<}U3ǖsR{iChyba: %1 Error: %1 Converter00DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">PYevedeno:</span></p></body></html>

Converted:

DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Chyby:</span></p></body></html>

Errors:

DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Celkem:</span></p></body></html>

Total:

DialogConversionStatus ZavYtCloseDialogConversionStatusStav pYevoduConversion StatusDialogConversionStatusPYevedeno ConvertedDialogConversionStatusObrzek:Image:DialogConversionStatus6OtevYt vaechny slo~ky cle Open all the destination foldersDialogConversionStatusOtevYt clOpen destination DialogConversionStatusStav... Status...DialogConversionStatus Stav:Status:DialogConversionStatusZastavitStopDialogConversionStatus-- DialogInfo<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen je nstroj pro dvkov pYevod obrzko. Mo~ete mnit velikost obrzko a pYevdt je do vce ne~ sta roznch formto.</span></p></body></html>^

Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.

 DialogInfo&<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> {3C?} {4.0/?} {3.?} {40/?} {1"?} {2'?} {8p?} {400;?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} {10p?} {2009 ?} {2014 ?} {3<?}

(c) 2009 - 2014 Francesco Mondello GNU - GPL v.3

 DialogInfo <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Autor: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">E-mail: </span><a href="mailto:faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0000ff;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Strnky projektu na internetu: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0000ff;">converseen.sourceforge.net</span></a></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">M domovsk strnky: </span><a href="http://fasterindesign.netsons.org"><span style=" text-decoration: underline; color:#0000ff;">fasterindesign.altervista.org</span></a></p></body></html>

Author: Faster (Francesco Mondello)

Email: faster3ck@gmail.com

Project Website: converseen.sourceforge.net

My Homepage: fasterindesign.altervista.org

 DialogInfo<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">PYekladatel:</span></p></body></html>

Translators:

 DialogInfo<html><head/><body><p align="center"><span style=" font-weight:600;">Pokud tuto prci oceHujete a tento projekt se vm lb, jste vtni pYi poskytnut </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">daru pYes Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html>z

If you appreciate this work and would like to support the project, you are welcome to donate via Paypal.

 DialogInfo <strong>PYeklad do brazilsk portugalatiny: </strong>Mrcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a>Brazilian Portuguese Translation: Márcio Moraes - marciopanto@gmail.com DialogInfo<strong>PYeklad do  eatiny: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a>mCzech translation: Pavel Fric - pavelfric@seznam.cz DialogInfo<strong>PYeklad do francouzatiny: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</aqFrench Translation: Ludovic Troisi - axalis@cegetel.net  DialogInfo<strong>PYeklad do nm iny: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a>German Translation: Marco Nickolai - nickolai@iad.tu-darmstadt.de DialogInfo<strong>PYeklad do maaratiny: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a>}Hungarian translation: Charles Barcza - kbarcza@blackpanther.hu DialogInfo<strong>PYeklad do ruatiny: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a>pRussian Translation: Stasik Savorovsky - stas_stv@mail.ru DialogInfo<strong>PYeklad do apanlatiny (Chile): </strong>Nelson lvarez Sez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</aSpanish (Chile) Translation: Nelson Álvarez Sáez - alvareznelson@gmail.com  DialogInfo<strong>PYeklad do ture tiny: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a>nTurkish Translation: Zeugma - sunder67@hotmail.com  DialogInfo0O programu Converseen...About Converseen... DialogInfo ZavYtClose DialogInfoInformace Informations DialogInfoVDvkov pYevad a mni velikosti obrzko.&The batch image converter and resizer. DialogInfo"Zeptat se nejprve Ask first DialogOptions ZruaitCancel DialogOptions JazykLanguage DialogOptions Jazyk: Language: DialogOptionsOKOk DialogOptionsBPYepsat vaechny stvajc obrzkyOverwrite all existing images DialogOptions*Nastaven pYepisovnOverwriting settings DialogOptions~Pro pou~it nynjaho jazyka spusete, prosm, Converseen znovu!5Please, restart Converseen to apply current language! DialogOptionsNastavenSettings DialogOptionsVarovn!Warning! DialogOptions ZruaitCancel DialogQuality Filtr:Filter: DialogQuality"Nastaven obrzkoImage settings DialogQualityInterpolace Interpolation DialogQuality(roveH stla en JPEGJpeg compression level DialogQualityOKOk DialogQuality&roveH stla en PNGPng compression level DialogQuality Kvalita 0 - 100:Quality 0 - 100: DialogQuality>Vaechny podporovan filtry (%1)All Supported Filters (%1)FormatsNemnit formtDon't change the formatFormats#_kopie#_copy MainWindow&O programu&About MainWindow &innosti&Actions MainWindow&PYidat obrzky &Add images MainWindowO&zna it&Check MainWindow&PYevst&Convert MainWindowp&ravy&Edit MainWindow&Ukon it&Exit MainWindow&Soubor&File MainWindow&Npovda&Help MainWindow &OtevYt obrzky &Open images MainWindow$&Odstranit obrzky&Remove images MainWindow&Nastaven &Settings MainWindow"&Odzna it polo~ky&Uncheck Items MainWindow + 90+ 90° MainWindow - 90- 90° MainWindow...... MainWindow180180° MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixelo</span></p></body></html>

0 x 0 pixel

 MainWindow$<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Velikost souboru:</span></p></body></html>

File size:

 MainWindow$<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Velikost obrzku:</span></p></body></html>

Image size:

 MainWindow <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Typ:</span></p></body></html>

Type:

 MainWindow

-

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Nhled:</span></p></body></html>

Preview:

 MainWindow$<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Rozliaen obrzku:</span></p></body></html>

Image resolution:

 MainWindowPanel  innost Actions Panel MainWindowAlt+DeleteAlt+Del MainWindowOzna it va&e Check a&ll MainWindow.Ozna it vaechny polo~kyCheck all items MainWindow.Ozna it vybran polo~kyCheck selected items MainWindowVybrat barvu Choose color MainWindow Converseen MainWindow PYevodn formtyConversion Formats MainWindowPYevst do: Convert to: MainWindowCtrl+Alt+H Ctrl+Alt+H MainWindowCtrl+Alt+J Ctrl+Alt+J MainWindowCtrl+Alt+O Ctrl+Alt+O MainWindow Ctrl+HCtrl+H MainWindow Ctrl+JCtrl+J MainWindow Ctrl+OCtrl+O MainWindow Ctrl+XCtrl+X MainWindow DeleteDel MainWindowRozmry Dimensions MainWindow&Darovat pYes PaypalDonate via Paypal MainWindowF1F1 MainWindowF5F5 MainWindow Obrtit obrzek: Flip image: MainWindow Vaka:Height: MainWindowVodorovn Horizontally MainWindow"AdresY s obrzkyImage's directory MainWindow"Nastaven obrzkoImages settings MainWindow(Zachovat pomr stranMantain aspect ratio MainWindow}dn obrcenNo flip MainWindow}dn oto en No rotation MainWindow0OtevYt vstupn adresYOpen output directory MainWindow0OtevYt dialog nastavenOpen the settings dialog MainWindow Volby pro vstupOutput options MainWindowPYepsat vae Overwrite all MainWindow PYedpona/PYpona Prefix/Suffix MainWindowRostouc  sloProgressive Number MainWindowOdstranit &vae Remove &all MainWindow2Odstranit vaechny obrzkyRemove all pictures MainWindow2Odstranit vybran obrzkyRemove selected pictures MainWindowPYejmenovat:Rename: MainWindow2Nahradit prohledn pozadReplace transparent background MainWindowRozliaen Resolution MainWindowRozliaen X: Resolution X: MainWindowRozliaen Y: Resolution Y: MainWindow Oto it a obrtitRotate and flip MainWindowOto it obrzek: Rotate image: MainWindowUlo~it v:Save in: MainWindow.Zmnit velikost obrzku Scale image MainWindowLUkzat dialog pro nastaven obrzko...Show image settings dialog... MainWindowUkzat nhled Show preview MainWindowSpustit pYevodStart the conversion process MainWindow Za t: Start with: MainWindow2Odzna it vaechny &polo~kyUncheck all &items MainWindow0Odzna it vybran polo~kyUncheck selected items MainWindow Svisle Vertically MainWindow `Yka:Width: MainWindowNstrojov pruhtoolBar MainWindowZruaeno!Aborted!MainWindowImplNov nzev: New name:MainWindowImpl6Nen ozna en ~dn obrzek!No image checked!MainWindowImpl8}dn obrzky pro pYeveden!No images to convert!MainWindowImplOtevYt adresYOpen DirectoryMainWindowImplOtevYt obrzek Open ImageMainWindowImpl.Zadejte, prosm, nzev!Please, specify a name!MainWindowImpl NhledPreviewMainWindowImpl*Zpracovn dokon eno!Processing finished!MainWindowImpl*Probh zpracovn... Processing...MainWindowImpl4Nastavit vstupn adresY!Set an output directory!MainWindowImpl*Navrhnout nov nzev!Suggest a new name!MainWindowImpl.AdresY nelze vytvoYit! The directory cannot be created!MainWindowImpl@Nzev souboru nesm bt przdn!!The filename should not be empty!MainWindowImplVybran nzev se shoduje se za te nm. Chcete pYepsat povodn soubor?\The name chosen is identical to the initial one. Do you want to overwrite the original file?MainWindowImplbVstupn adresY neexistuje! Chcete jej vytvoYit?9The output directory doesn't exists! Would you create it?MainWindowImplVarovnWarningMainWindowImplVarovn!Warning!MainWindowImpl,Ml byste zadat nzev. Klepnte pro zadn novho nzvu. Klepnte na PYehl~et pro zruaen tto operace. Klepnte na Zruait pro zruaen vaech operac.You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. Click Abort to cancel all operations.MainWindowImpl Nzev File name PixTreeWidget Cesta File path PixTreeWidgetVelikost File size PixTreeWidget Formt Image type PixTreeWidgetStavStatus PixTreeWidget PYevod To convert PixTreeWidget CzechEnglish Translator NhledPreviewmyLabelPreviewerConverseen-0.6.7/loc/converseen_cs_CZ.ts000077500000000000000000003547451227400641100202320ustar00rootroot00000000000000 Converter Converted! Převedeno! Converted and processed! Převedeno a zpracováno! Error: %1 Chyba: %1 Error! Chyba! An error is occurred in opening %1: %2. It won't be processed! Během otevírání se vyskytla chyba %1: %2. Nebude zpracováváno! Suggest a new name! Navrhnout nový název! New name: Nový název: %1/copy_%2.%3 %1/kopie_%2.%3 DialogConversionStatus Status... Stav... Conversion Status Stav převodu Image: Obrázek: Status: Stav: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Total:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Celkem:</span></p></body></html> 0 0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Converted:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Převedeno:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Errors:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Chyby:</span></p></body></html> Close Zavřít Stop Zastavit Open destination Otevřít cíl Open all the destination folders Otevřít všechny složky cíle Converted Převedeno DialogInfo About Converseen... O programu Converseen... <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.2</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and thumbnails creator.</p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.2</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program do masowej obróbki zdjęć oraz tworzenia miniaturek.</p></body></html> Informations Informace <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="mailto:faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0000ff;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0000ff;">converseen.sourceforge.net</span></a></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.netsons.org"><span style=" text-decoration: underline; color:#0000ff;">fasterindesign.netsons.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Autor: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">E-mail: </span><a href="mailto:faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0000ff;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Stránky projektu na internetu: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0000ff;">converseen.sourceforge.net</span></a></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Mé domovské stránky: </span><a href="http://fasterindesign.netsons.org"><span style=" text-decoration: underline; color:#0000ff;">fasterindesign.netsons.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Translators:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Překladatelé:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0000ff;">d@ayoy.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polský překlad:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0000ff;">d@ayoy.net</span></a></p></body></html> Converseen is an image batch conversion and thumbnail creator tool. It supports more than 100 different image types. Converseen je program pro dávkový převod obrázků a nástroj na vytváření náhledů. Podporuje více než sto různých typů obrázků. Close Zavřít <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0000ff;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Maďarský překlad: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0000ff;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.2.1</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and thumbnails creator.</p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.2.1</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program pro dávkový převod obrázků a nástroj na vytváření náhledů..</p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">The batch image converter and resizer.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Dávkový převaděč obrázků a měnič jejich velikosti.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Czech translation: </span><span style=" font-size:10pt; color:#141312;">Pavel Fric - </span><a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Překlad do češtiny: </span><span style=" font-size:10pt; color:#141312;">Pavel Fric - </span><a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats. Converseen je nástrojem pro dávkový převod obrázků. Můžete převádět obrázky do více než sta různých formátů a měnit jejich velikost. (c) Faster 2010 GNU - GPL v.2 (c) Faster 2010 GNU - GPL v.2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3.2</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3.2</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Dávkový převaděč a měnič velikosti obrázků.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">French Translation:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Překlad do francouzštiny:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Dávkový převaděč obrázků a měnič jejich velikosti.</p></td></tr></table></body></html> (c) Faster 2011 GNU - GPL v.2 (c) Faster 2011 GNU - GPL v.2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">German Translation:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Překlad do němčiny:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Brazilian Portuguese Translation:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Překlad do brazilské portugalštiny:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.1</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> Program pro dávkový převod obrázků a <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.1</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program pro dávkový převod obrázků a změnu velikosti obrázků.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.2</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.2</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program pro dávkový převod obrázků a změnu velikosti obrázků.</p></td></tr></table></body></html> {3C?} {4.0/?} {3.?} {40/?} {1"?} {10p?} {400;?} {0"?} {4p?} {4p?} {4p?} {4p?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} {12p?} {600;?} {0.4.2<?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} (c) 2009 - 2011 Francesco Mondello GNU - GPL v.2 (c) 2009 - 2011 Francesco Mondello GNU - GPL v.2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.3</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.3</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program pro dávkový převod obrázků a změnu velikosti obrázků.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Autor: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">E-mail: </span><a href="mailto:faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0000ff;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Stránky projektu na internetu: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0000ff;">converseen.sourceforge.net</span></a></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Mé domovské stránky: </span><a href="http://fasterindesign.netsons.org"><span style=" text-decoration: underline; color:#0000ff;">fasterindesign.altervista.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Spanish (Chile) Translation:</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Překlad do španělštiny (Chile):</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.5</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.5</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program pro dávkový převod obrázků a změnu velikosti obrázků.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Překlad do polštiny:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Překlad do maďarštiny: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen je nástroj pro dávkový převod obrázků. Můžete měnit velikost obrázků a převádět je do více než sta různých formátů.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.6</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.6</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program pro dávkový převod obrázků a změnu velikosti obrázků.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Turkish Translation: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Překlad do turečtiny: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.7</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.7</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program pro dávkový převod obrázků a změnu velikosti obrázků.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.8</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.8</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program pro dávkový převod obrázků a změnu velikosti obrázků.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.9</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.9</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program pro dávkový převod obrázků a změnu velikosti obrázků.</p></td></tr></table></body></html> <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">donate via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> <html><head/><body><p align="center"><span style=" font-weight:600;">Pokud tuto práci oceňujete a tento projekt se vám líbí, jste vítáni při poskytnutí </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">daru přes Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Czech translation: </span>Pavel Fric - <a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Překlad do češtiny: </span>Pavel Fric - <a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> The batch image converter and resizer. Dávkový převaděč a měnič velikosti obrázků. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt;">(c) 2009 - 2013 Francesco Mondello GNU - GPL v.3</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt;">(c) 2009 - 2013 Francesco Mondello GNU - GPL v.3</span></p></body></html> <strong>Hungarian translation: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> <strong>Překlad do maďarštiny: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> <strong>Czech translation: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> <strong>Překlad do češtiny: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> <strong>French Translation: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> <strong>Překlad do francouzštiny: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a <strong>Brazilian Portuguese Translation: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> <strong>Překlad do brazilské portugalštiny: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> <strong>German Translation: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> <strong>Překlad do němčiny: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> <strong>Spanish (Chile) Translation: </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> <strong>Překlad do španělštiny (Chile): </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a <strong>Turkish Translation: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> <strong>Překlad do turečtiny: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> <strong>Russian Translation: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> <strong>Překlad do ruštiny: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> <strong>Polish Translation: </strong>Michał Olber from OSWorld.pl - <a href="mailto:redakcja@osworld.pl">redakcja@osworld.pl</a> <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Follow Converseen:</span></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Japanese translation:</span> Xenolith0 - <a href="mailto:xenolith0bytetestcomgreen@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2014 Francesco Mondello GNU - GPL v.3</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> {3C?} {4.0/?} {3.?} {40/?} {1"?} {2'?} {8p?} {400;?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} {10p?} {2009 ?} {2014 ?} {3<?} DialogOptions Settings Nastavení Language Jazyk Language: Jazyk: Overwriting settings Nastavení přepisování Ask first Zeptat se nejprve Overwrite all existing images Přepsat všechny stávající obrázky Ok OK Cancel Zrušit Warning! Varování! Please, restart Converseen to apply current language! Pro použití nynějšího jazyka spusťte, prosím, Converseen znovu! DialogQuality Image settings Nastavení obrázků Jpeg compression level Úroveň stlačení JPEG Quality 0 - 100: Kvalita 0 - 100: Png compression level Úroveň stlačení PNG Quality 0 - 9: Kvalita 0 - 9: Ok OK Cancel Zrušit Interpolation Interpolace Filter: Filtr: Formats All Supported Filters (%1) Všechny podporované filtry (%1) Don't change the format Neměnit formát MainWindow Converseen To convert K převedení Status Stav File name Název souboru Image type Formát obrázku File size Velikost souboru File path Cesta k souboru Conversion Formats Převodní formáty Convert to: Převést do: Show image settings dialog... Ukázat dialog pro nastavení obrázků... Images settings Nastavení obrázků Add Images Přidat obrázky Open images to convert Otevřít obrázky pro převedení Open images Otevřít obrázky Add images to convert Přidat obrázky pro převedení Add images Přidat obrázky Convert all checked images Převést všechny označené obrázky Convert Převést Remove all selected images Odstranit všechny vybrané obrázky Remove Images Odstranit obrázky Clear Smazat Remove All Odstranit vše Check all selected images Označit všechny vybrané obrázky Check Označit Check all images Označit všechny obrázky Check All Označit vše &File &Soubor &Edit Úp&ravy &Actions Č&innosti &Help &Nápověda Actions Panel Panel činností <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Preview:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Náhled:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">No preview!</p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Bez náhledu</p></body></html> Show preview Ukázat náhled <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">File size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Velikost souboru:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Velikost obrázku:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Type:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Formát:</span></p></body></html> Dimensions Rozměry Width: Šířka: % % Height: Výška: Relative Size Poměrná velikost Output options Volby pro výstup Rename: Přejmenovat: #_copy #_kopie Save in: Uložit v: Open output directory Otevřít výstupní adresář ... ... Image's directory Adresář s obrázky <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">File size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Velikost souboru:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Velikost obrázku:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Type:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Typ:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixel</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixelů</span></p></body></html> Mantain aspect ratio Zachovat poměr stran Resolution X: Rozlišení X: Resolution Y: Rozlišení Y: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image resolution:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Rozlišení obrázku:</span></p></body></html> Load image's attributes Nahrát vlastnosti obrázku Resolution Rozlišení Show image's attributes Ukázat vlastnosti obrázku Overwrite all Přepsat vše Replace transparent background Nahradit průhledné pozadí Choose color Vybrat barvu Scale image Změnit velikost obrázku toolBar Nástrojový pruh &Open images &Otevřít obrázky Ctrl+O Ctrl+O &Add images &Přidat obrázky Ctrl+Alt+O Ctrl+Alt+O &Remove images &Odstranit obrázky Remove selected pictures Odstranit vybrané obrázky Del Delete Remove &all Odstranit &vše Remove all pictures Odstranit všechny obrázky Alt+Del Alt+Delete &Check O&značit Check selected items Označit vybrané položky Ctrl+H Ctrl+H Check a&ll Označit vš&e Check all items Označit všechny položky Ctrl+Alt+H Ctrl+Alt+H &Convert &Převést Start the conversion process Spustit převod F5 F5 &Settings &Nastavení Open the settings dialog Otevřít dialog nastavení &Exit &Ukončit Ctrl+X Ctrl+X Uncheck all &items Odznačit všechny &položky Ctrl+Alt+J Ctrl+Alt+J &Uncheck Items &Odznačit položky Uncheck selected items Odznačit vybrané položky Ctrl+J Ctrl+J &About &O programu F1 F1 Donate via Paypal Darovat přes Paypal Rotate and flip Otočit a obrátit Rotate image: Otočit obrázek: No rotation Žádné otočení + 90° + 90° - 90° - 90° 180° 180° Flip image: Obrátit obrázek: No flip Žádné obrácení Horizontally Vodorovně Vertically Svisle Prefix/Suffix Předpona/Přípona Progressive Number Rostoucí číslo Start with: Začít: Report bug... MainWindowImpl Open images to convert Otevřít obrázky pro převedení Ctrl+O Ctrl+O Add other images to convert Přidat další obrázky pro převedení Ctrl+Alt+O Ctrl+Alt+O Settings Nastavení &Exit &Ukončit Ctrl+Q Ctrl+Q &Check Selected Items &Označit vybrané položky &Check All Items &Označit všechny položky Ctrl+A Ctrl+A &Uncheck Selected Items &Odznačit vybrané položky &Uncheck All Items &Odznačit všechny položky Ctrl+Shift+A Ctrl+Shift+A &Remove Selected Items &Odstranit vybrané položky &Remove All Items &Odstranit všechny položky &Convert images &Převést obrázky F5 F5 &About... O &programu... F1 F1 Open Image Otevřít obrázek Image %1 is currently used! Obrázek %1 je v současnosti používán! Warning Varování No image checked! Není označen žádný obrázek! Set an output directory! Nastavit výstupní adresář! No images to convert! Žádné obrázky pro převedení! Processing... Probíhá zpracování... Please wait! Processing %1 Počkejte, prosím! Probíhá zpracování %1 Processing finished! Zpracování dokončeno! All Supported Formats (%1) Všechny podporované formáty (%1) Open Directory Otevřít adresář No preview! Bez náhledu! Sorry! Selected image is damaged! Promiňte, ale vybraný obrázek je poškozený! Suggest a new name! Navrhnout nový název! New name: Nový název: Please, specify a name! Zadejte, prosím, název! You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. Click Abort to cancel all operations. Měl byste zadat název. Klepněte pro zadání nového názvu. Klepněte na Přehlížet pro zrušení této operace. Klepněte na Zrušit pro zrušení všech operací. Warning! Varování! The filename should not be empty! Název souboru nesmí být prázdný! The name chosen is identical to the initial one. Do you want to overwrite the original file? Vybraný název se shoduje se začátečním. Chcete přepsat původní soubor? Aborted! Zrušeno! The output directory doesn't exists! Would you create it? Výstupní adresář neexistuje! Chcete jej vytvořit? The directory cannot be created! Adresář nelze vytvořit! Preview Náhled PixTreeWidget To convert Převod Status Stav File name Název Image type Formát File size Velikost File path Cesta Translator English Czech UpdateChecker New version is available! A new version of Converseen is available! Would you download it? myLabelPreviewer Preview Náhled Converseen-0.6.7/loc/converseen_de_DE.qm000066400000000000000000001222511227400641100201360ustar00rootroot00000000000000AA(*9$iL"krgQ4LM_T*c7*ϗϗLT rXiSM&16tH3~XJNNAPA;oKăk e i t7J y* ? ң 4 `} e4UH O' : GC~ &g Юf O) ϩ A[ fd gCb yv B| t>d *L IB N0 XD:H ]Vc ~sN IND3 sV sP L = Q> M mA4M r` P z' t1 TS aZ ԯt-9GVq{j2_:EX KxzWI!':UǖsQuiFehler:%1 Error: %1 Converter00DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Konvertiert:</span></p></body></html>

Converted:

DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Fehler:</span></p></body></html>

Errors:

DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Total:</span></p></body></html>

Total:

DialogConversionStatusSchlieenCloseDialogConversionStatus(KonvertierungsstatusConversion StatusDialogConversionStatusKonvertiert ConvertedDialogConversionStatus Bild:Image:DialogConversionStatus.Alle Ziel-Ordner ffnen Open all the destination foldersDialogConversionStatus$Ziel-Ordner ffnenOpen destination DialogConversionStatusStatus... Status...DialogConversionStatusStatus:Status:DialogConversionStatusStopStopDialogConversionStatus-- DialogInfo<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseeen ist ein Batch-Konverter. Damit kannst Du Bilder Skalieren und in mehr als 100 Formate konvertieren.</span></p></body></html>^

Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.

 DialogInfo&<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> {3C?} {4.0/?} {3.?} {40/?} {1"?} {2'?} {8p?} {400;?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} {10p?} {2009 ?} {2014 ?} {3<?}

(c) 2009 - 2014 Francesco Mondello GNU - GPL v.3

 DialogInfo j<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Autor: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Website des Programms: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Website des Autors: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html>

Author: Faster (Francesco Mondello)

Email: faster3ck@gmail.com

Project Website: converseen.sourceforge.net

My Homepage: fasterindesign.altervista.org

 DialogInfo<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">bersetzer:</span></p></body></html>

Translators:

 DialogInfo<html><head/><body><p align="center"><span style=" font-weight:600;">Wenn Sie diese Arbeit anerkennen und das Projekt untersttzen mchten, sind Sie herzlich willkommen </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">Spenden via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html>z

If you appreciate this work and would like to support the project, you are welcome to donate via Paypal.

 DialogInfo<strong>Brasilianisch-Portugiesische bersetzung: </strong>Mrcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a>Brazilian Portuguese Translation: Márcio Moraes - marciopanto@gmail.com DialogInfo<strong>Tschechische bersetzung: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a>mCzech translation: Pavel Fric - pavelfric@seznam.cz DialogInfo<strong>Franzsische bersetzung: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> qFrench Translation: Ludovic Troisi - axalis@cegetel.net  DialogInfo <strong>Deutsche bersetzung: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a>German Translation: Marco Nickolai - nickolai@iad.tu-darmstadt.de DialogInfo<strong>Ungarische bersetzung:: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a>}Hungarian translation: Charles Barcza - kbarcza@blackpanther.hu DialogInfo<strong>Russische bersetzung: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a>pRussian Translation: Stasik Savorovsky - stas_stv@mail.ru DialogInfo<strong>Spanisch-Chilenische bersetzung: </strong>Nelson lvarez Sez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> Spanish (Chile) Translation: Nelson Álvarez Sáez - alvareznelson@gmail.com  DialogInfo<strong>Trkische bersetzung: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> nTurkish Translation: Zeugma - sunder67@hotmail.com  DialogInfo$ber Converseen...About Converseen... DialogInfoSchlieenClose DialogInfoInformationen Informations DialogInfoLThe batch image converter and resizer.&The batch image converter and resizer. DialogInfoZuerst fragen Ask first DialogOptionsAbbrechenCancel DialogOptionsSpracheLanguage DialogOptionsSprache: Language: DialogOptionsOkOk DialogOptionsLberschreibe alle existierenden BilderOverwrite all existing images DialogOptions>berschreiben der EinstellungenOverwriting settings DialogOptionsBitte starten sie Converseen neu, um die derzeitige Sprache zu verwenden!5Please, restart Converseen to apply current language! DialogOptionsEinstellungenSettings DialogOptionsWarnung!Warning! DialogOptionsAbbrechenCancel DialogQualityFilter:Filter: DialogQuality"BildeinstellungenImage settings DialogQualityInterpolation Interpolation DialogQuality*JPEG-KompressionsgradJpeg compression level DialogQualityOkOk DialogQuality(PNG-KompressionsgradPng compression level DialogQuality"Qualitt 0 - 100:Quality 0 - 100: DialogQuality<Alle untersttzten Filter (%1)All Supported Filters (%1)Formats4Das Format nicht verndernDon't change the formatFormats#_Kopie#_copy MainWindow &ber&About MainWindow&Aktionen&Actions MainWindow$Bilder &hinzufgen &Add images MainWindow&Auswhlen&Check MainWindow&Konvertieren&Convert MainWindow&Bearbeiten&Edit MainWindow&Beenden&Exit MainWindow &Datei&File MainWindow &Hilfe&Help MainWindow&Bilder ffnen &Open images MainWindowBild &entfernen&Remove images MainWindow&Einstellungen &Settings MainWindow>&Auswahl der Eintrge entfernen&Uncheck Items MainWindow + 90+ 90° MainWindow - 90- 90° MainWindow...... MainWindow180180° MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 Pixel</span></p></body></html>

0 x 0 pixel

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Dateigre:</span></p></body></html>

File size:

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Bildgre:</span></p></body></html>

Image size:

 MainWindow <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Typ:</span></p></body></html>

Type:

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html>

-

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Vorschau:</span></p></body></html>

Preview:

 MainWindow*<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Auflsung des Bildes:</span></p></body></html>

Image resolution:

 MainWindowAktionsleiste Actions Panel MainWindowAlt+DelAlt+Del MainWindowAlle &Auswhlen Check a&ll MainWindow.Alle Eintrge auswhlenCheck all items MainWindow8Markierte Eintrge auswhlenCheck selected items MainWindowFarbe whlen Choose color MainWindowConverseen Converseen MainWindow,Konvertierungs-FormateConversion Formats MainWindow Konvertieren zu: Convert to: MainWindowCtrl+Alt+H Ctrl+Alt+H MainWindowCtrl+Alt+J Ctrl+Alt+J MainWindowStrg+Alt+O Ctrl+Alt+O MainWindow Ctrl+HCtrl+H MainWindow Ctrl+JCtrl+J MainWindow Strg+OCtrl+O MainWindow Ctrl+XCtrl+X MainWindowEntfDel MainWindowAbmessungen Dimensions MainWindow$Spenden via PaypalDonate via Paypal MainWindowF1F1 MainWindowF5F5 MainWindowBild spiegeln: Flip image: MainWindow Hhe:Height: MainWindowhorizontal Horizontally MainWindowBildverzeichnisImage's directory MainWindow"BildeinstellungenImages settings MainWindow8Seitenverhltnis beibehaltenMantain aspect ratio MainWindow Keine SpiegelungNo flip MainWindowKeine Drehung No rotation MainWindow2ffne Ausgabe-VerzeichnisOpen output directory MainWindow:ffnet den EinstellungsdialogOpen the settings dialog MainWindowAusgabeoptionenOutput options MainWindow$Alle berschreiben Overwrite all MainWindowPrfix/Suffix Prefix/Suffix MainWindow$Progressive NumberProgressive Number MainWindowAlle &entfernen Remove &all MainWindow*Alle Bilder entfernenRemove all pictures MainWindow<Ausgewhlte Eintrge entfernenRemove selected pictures MainWindowUmbenennen:Rename: MainWindowDTransparenten Hintergrund ersetzenReplace transparent background MainWindowAuflsung Resolution MainWindowAuflsung X: Resolution X: MainWindowAuflsung Y: Resolution Y: MainWindow&Drehen und SpiegelnRotate and flip MainWindowBild drehen: Rotate image: MainWindow Speichern unter:Save in: MainWindowBild Skalieren Scale image MainWindow@Zeige Bildeinstellungs-Dialog...Show image settings dialog... MainWindow"Vorschau anzeigen Show preview MainWindowBStartet den KonvertierungsprozessStart the conversion process MainWindowBeginnen mit: Start with: MainWindowHAuswahl fr alle &Eintrge entfernenUncheck all &items MainWindowPAuswahl fr markierte Eintrge entfernenUncheck selected items MainWindowvertikal Vertically MainWindowBreite:Width: MainWindowSymbolleistetoolBar MainWindowAbgebrochen!Aborted!MainWindowImplNeuer Name: New name:MainWindowImpl*Kein Bild ausgewhlt!No image checked!MainWindowImpl<Keine Bilder zum konvertieren!No images to convert!MainWindowImpl$Verzeichnis ffnenOpen DirectoryMainWindowImplffne Bild Open ImageMainWindowImpl2Bitte gib einen Namen an!Please, specify a name!MainWindowImplVorschauPreviewMainWindowImpl&Berechnung beendet!Processing finished!MainWindowImplBerechne... Processing...MainWindowImpl8Ausgabe-Verzeichnis angeben!Set an output directory!MainWindowImpl<Schlage einen neuen Namen vor!Suggest a new name!MainWindowImplZDas Verzeichnis konnte nciht erstellt werden! The directory cannot be created!MainWindowImplHDer Dateiname muss angegeben werden!!The filename should not be empty!MainWindowImplDer ausgewhlte Name ist identisch mit dem vorherigen. Willst du die Originaldatei berschreiben?\The name chosen is identical to the initial one. Do you want to overwrite the original file?MainWindowImplDas Ausgabe-Verzeichnis existiert nicht! Willst du es erstellen?9The output directory doesn't exists! Would you create it?MainWindowImplWarnungWarningMainWindowImplWarnung!Warning!MainWindowImplDu musst einen Namen angeben. Klicke "Erneut versuchen", um einen neuen Namen anzugeben. Klicke "Ignorieren", um diese Operation abzubrechen. Klicke "Abbrechen", um alle Operationen abzubrechen.You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. Click Abort to cancel all operations.MainWindowImplDateiname File name PixTreeWidgetDateipfad File path PixTreeWidgetDateigre File size PixTreeWidgetBildtyp Image type PixTreeWidget StatusStatus PixTreeWidgetZu konvertieren To convert PixTreeWidgetDeutschEnglish TranslatorVorschauPreviewmyLabelPreviewerConverseen-0.6.7/loc/converseen_de_DE.ts000077500000000000000000003602611227400641100201570ustar00rootroot00000000000000 Converter Error: %1 Fehler:%1 DialogConversionStatus Status... Status... Conversion Status Konvertierungsstatus Image: Bild: Status: Status: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Total:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Total:</span></p></body></html> 0 0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Converted:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Konvertiert:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Errors:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Fehler:</span></p></body></html> Open destination Ziel-Ordner öffnen Stop Stop Close Schließen Open all the destination folders Alle Ziel-Ordner öffnen Converted Konvertiert DialogInfo About Converseen... Über Converseen... <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Der Stapel-Bildverarbeiter und Größenänderer..</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.1</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Der Stapel-Bildverarbeiter und Größenänderer..</p></td></tr></table></body></html> {3C?} {4.0/?} {3.?} {40/?} {1"?} {10p?} {400;?} {0"?} {4p?} {4p?} {4p?} {4p?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} {12p?} {600;?} {0.4.1<?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.2</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.2</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Der Stapel-Bildverarbeiter und Größenänderer..</p></td></tr></table></body></html> Informations Informationen <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="mailto:faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0000ff;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0000ff;">converseen.sourceforge.net</span></a></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.netsons.org"><span style=" text-decoration: underline; color:#0000ff;">fasterindesign.netsons.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Entwickler: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="mailto:faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0000ff;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Projekt-Homepage: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0000ff;">converseen.sourceforge.net</span></a></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Meine Website: </span><a href="http://fasterindesign.netsons.org"><span style=" text-decoration: underline; color:#0000ff;">fasterindesign.netsons.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.3</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.3</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Der Stapel-Bildverarbeiter und Größenänderer..</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Autor: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Website des Programms: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Website des Autors: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Translators:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Übersetzer:</span></p></body></html> <strong>Hungarian translation: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> <strong>Ungarische Übersetzung:: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> <strong>Czech translation: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> <strong>Tschechische Übersetzung: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> <strong>French Translation: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> <strong>Französische Übersetzung: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> <strong>Brazilian Portuguese Translation: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> <strong>Brasilianisch-Portugiesische Übersetzung: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> <strong>German Translation: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> <strong>Deutsche Übersetzung: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> <strong>Spanish (Chile) Translation: </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> <strong>Spanisch-Chilenische Übersetzung: </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> <strong>Turkish Translation: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> <strong>Türkische Übersetzung: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> <strong>Russian Translation: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> <strong>Russische Übersetzung: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> <strong>Polish Translation: </strong>Michał Olber from OSWorld.pl - <a href="mailto:redakcja@osworld.pl">redakcja@osworld.pl</a> <html><head/><body><p><span style=" font-weight:600;">Japanese translation:</span> Xenolith0 - <a href="mailto:xenolith0bytetestcomgreen@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2014 Francesco Mondello GNU - GPL v.3</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> {3C?} {4.0/?} {3.?} {40/?} {1"?} {2'?} {8p?} {400;?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} {10p?} {2009 ?} {2014 ?} {3<?} <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0000ff;">d@ayoy.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polnische Übersetzung:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0000ff;">d@ayoy.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0000ff;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Ungarische Übersetzung: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0000ff;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.5</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.5</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Der Stapel-Bildverarbeiter und Größenänderer..</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.6</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.6</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Der Stapel-Bildverarbeiter und Größenänderer..</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.7</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.7</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Der Stapel-Bildverarbeiter und Größenänderer..</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.8</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.8</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Der Stapel-Bildverarbeiter und Größenänderer..</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.9</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.9</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Der Stapel-Bildverarbeiter und Größenänderer..</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polnische Übersetzung:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Ungarische Übersetzung: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Czech translation: </span><span style=" font-size:10pt; color:#141312;">Pavel Fric - </span><a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Tschechische Übersetzung: </span><span style=" font-size:10pt; color:#141312;">Pavel Fric - </span><a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Czech translation: </span>Pavel Fric - <a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Tschechische Übersetzung: </span>Pavel Fric - <a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">French Translation:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Französische Übersetzung:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Brazilian Portuguese Translation:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Brasilianisch-Portugiesische Übersetzung:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">German Translation:</span> Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de"><span style=" text-decoration: underline; color:#0057ae;">nickolai@iad.tu-darmstadt.de</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Deutsche Übersetzung:</span> Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de"><span style=" text-decoration: underline; color:#0057ae;">nickolai@iad.tu-darmstadt.de</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Spanish (Chile) Translation:</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Spanisch-Chilenische Übersetzung:</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Turkish Translation: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Türkische Übersetzung: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">donate via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> <html><head/><body><p align="center"><span style=" font-weight:600;">Wenn Sie diese Arbeit anerkennen und das Projekt unterstützen möchten, sind Sie herzlich willkommen </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">Spenden via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Follow Converseen:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt;">(c) 2009 - 2013 Francesco Mondello GNU - GPL v.3</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt;">(c) 2009 - 2013 Francesco Mondello GNU - GPL v.3</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Turkish Translation: </span>Zeugma - <a href="mailto:sunder67@hotmail.com"><span style=" text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Türkische Übersetzung: </span>Zeugma - <a href="mailto:sunder67@hotmail.com"><span style=" text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseeen ist ein Batch-Konverter. Damit kannst Du Bilder Skalieren und in mehr als 100 Formate konvertieren.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> (c) 2009 - 2011 Francesco Mondello GNU - GPL v.2 (c) 2009 - 2011 Francesco Mondello GNU - GPL v.2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Brazilian Translation:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Brasilianische Übersetzung:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">German Translation:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Deutsche Übersetzung:</span> Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de"><span style=" text-decoration: underline; color:#0057ae;">nickolai@iad.tu-darmstadt.de</span></a></p></body></html> Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats. Converseen ist ein Werkzeug, das Bilderstapel konvertiert. Du kannst Bilder in mehr als 100 verschiedenen Formaten vergrößern, verkleinern und konvertieren. (c) Faster 2011 GNU - GPL v.2 (c) Faster 2011 GNU - GPL v.2 Close Schließen The batch image converter and resizer. Der Batch-Konverter und Skalierer für Bilder The batch image converter and resizer. DialogOptions Settings Einstellungen Language Sprache Language: Sprache: Overwriting settings Überschreiben der Einstellungen Ask first Zuerst fragen Overwrite all existing images Überschreibe alle existierenden Bilder Ok Ok Cancel Abbrechen Warning! Warnung! Please, restart Converseen to apply current language! Bitte starten sie Converseen neu, um die derzeitige Sprache zu verwenden! DialogQuality Image settings Bildeinstellungen Jpeg compression level JPEG-Kompressionsgrad Quality 0 - 100: Qualität 0 - 100: Png compression level PNG-Kompressionsgrad Interpolation Interpolation Filter: Filter: Ok Ok Cancel Abbrechen Formats All Supported Filters (%1) Alle unterstützten Filter (%1) Don't change the format Das Format nicht verändern MainWindow Converseen Converseen To convert Zu konvertieren Status Status File name Dateiname Image type Bildtyp File size Dateigröße File path Dateipfad Conversion Formats Konvertierungs-Formate Convert to: Konvertieren zu: Show image settings dialog... Zeige Bildeinstellungs-Dialog... Images settings Bildeinstellungen Add Images Bilder hinzufügen Open images to convert Bilder zum Konvertieren öffnen Open images Bilder öffnen Add images to convert Bilder zum Konvertieren hinzufügen Add images Bilder hinzufügen Convert all checked images Alle überprüften Bilder konvertieren Convert Konvertieren Remove all selected images Alle ausgewählten Bilder entfernen Remove Images Bidler entfernen Clear Leeren Remove All Alle entfernen Check all selected images Alle ausgewählten Bilder überprüfen Check Überprüfen Check all images Alle Bilder überprüfen Check All Alle überprüfen &File &Datei &Edit &Bearbeiten &Actions &Aktionen &Help &Hilfe Actions Panel Aktionsleiste <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Preview:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Vorschau:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">No preview!</p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Keine Vorschau verfügbar!</p></body></html> Show preview Vorschau anzeigen <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Type:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Typ:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">File size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Dateigröße:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Bildgröße:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image resolution:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Auflösung des Bildes:</span></p></body></html> Dimensions Abmessungen Width: Breite: Height: Höhe: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixel</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 Pixel</span></p></body></html> Mantain aspect ratio Seitenverhältnis beibehalten Show image's attributes Zeige Bildattribute Replace transparent background Transparenten Hintergrund ersetzen Choose color Farbe wählen Scale image Bild Skalieren Resolution Auflösung Resolution X: Auflösung X: Resolution Y: Auflösung Y: Rotate and flip Drehen und Spiegeln Rotate image: Bild drehen: No rotation Keine Drehung + 90° + 90° - 90° - 90° 180° 180° Flip image: Bild spiegeln: No flip Keine Spiegelung Horizontally horizontal Vertically vertikal Output options Ausgabeoptionen Save in: Speichern unter: Open output directory Öffne Ausgabe-Verzeichnis ... ... Image's directory Bildverzeichnis Rename: Umbenennen: Prefix/Suffix Präfix/Suffix Progressive Number Progressive Nummer Progressive Number #_copy #_Kopie Start with: Beginnen mit: Overwrite all Alle überschreiben toolBar Symbolleiste &Open images &Bilder öffnen Ctrl+O Strg+O &Add images Bilder &hinzufügen Ctrl+Alt+O Strg+Alt+O &Remove images Bild &entfernen Remove selected pictures Ausgewählte Einträge entfernen Del Entf Remove &all Alle &entfernen Remove all pictures Alle Bilder entfernen Alt+Del Alt+Del &Check &Auswählen Check selected items Markierte Einträge auswählen Ctrl+H Ctrl+H Check a&ll Alle &Auswählen Check all items Alle Einträge auswählen Ctrl+Alt+H Ctrl+Alt+H &Convert &Konvertieren Start the conversion process Startet den Konvertierungsprozess F5 F5 &Settings &Einstellungen Open the settings dialog Öffnet den Einstellungsdialog &Exit &Beenden Ctrl+X Ctrl+X Uncheck all &items Auswahl für alle &Einträge entfernen Ctrl+Alt+J Ctrl+Alt+J &Uncheck Items &Auswahl der Einträge entfernen Uncheck selected items Auswahl für markierte Einträge entfernen Ctrl+J Ctrl+J &About &Über F1 F1 Donate via Paypal Spenden via Paypal Report bug... MainWindowImpl Open images to convert Öffne Bilder zum konvertieren Ctrl+O Strg+O Add other images to convert Andere Bilder zum Konvertieren hinzufügen Ctrl+Alt+O Strg+Alt+O Settings Einstellungen &Exit &Beenden Ctrl+Q Strg+Q &Check Selected Items &Überprüfe ausgewählte Elemente &Check All Items &Überprüfe alle Elemente Ctrl+A Strg+A &Uncheck Selected Items &Ausgewählte Elemente nicht überprüfen &Uncheck All Items &Alle Elemente nicht überprüfen Ctrl+Shift+A Strg+Shift+A &Remove Selected Items &Ausgewählte Elemente entfernen &Remove All Items &Alle Elemente entfernen &Convert images &Bilder Konvertieren F5 F5 &About... &Über... F1 F1 Open Image Öffne Bild Warning Warnung No image checked! Kein Bild ausgewählt! No images to convert! Keine Bilder zum konvertieren! The output directory doesn't exists! Would you create it? Das Ausgabe-Verzeichnis existiert nicht! Willst du es erstellen? The directory cannot be created! Das Verzeichnis konnte nciht erstellt werden! Set an output directory! Ausgabe-Verzeichnis angeben! Processing... Berechne... Processing finished! Berechnung beendet! All Supported Formats (%1) Alle unterstützten Formate (%1) Open Directory Verzeichnis öffnen No preview! Keine Vorschau! Sorry! Selected image is damaged! Entschuldigung! Das ausgewählte Bild ist beschädigt! Preview Vorschau Suggest a new name! Schlage einen neuen Namen vor! New name: Neuer Name: Please, specify a name! Bitte gib einen Namen an! You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. Click Abort to cancel all operations. Du musst einen Namen angeben. Klicke "Erneut versuchen", um einen neuen Namen anzugeben. Klicke "Ignorieren", um diese Operation abzubrechen. Klicke "Abbrechen", um alle Operationen abzubrechen. Warning! Warnung! The filename should not be empty! Der Dateiname muss angegeben werden! The name chosen is identical to the initial one. Do you want to overwrite the original file? Der ausgewählte Name ist identisch mit dem vorherigen. Willst du die Originaldatei überschreiben? Aborted! Abgebrochen! PixTreeWidget To convert Zu konvertieren Status Status File name Dateiname Image type Bildtyp File size Dateigröße File path Dateipfad Translator English Deutsch UpdateChecker New version is available! A new version of Converseen is available! Would you download it? myLabelPreviewer Preview Vorschau Converseen-0.6.7/loc/converseen_es_CL.qm000066400000000000000000001113541227400641100201650ustar00rootroot00000000000000V *L}f N0W ]Vcy ~sB sI sC @O =wA w M mA4@ r P z t1 TF a{ ԯt~-iGINq{f:zXxxzxZxIz!';UyǖsD\iError: %1 Error: %1 Converter00DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Convertidas:</span></p></body></html>

Converted:

DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Errores:</span></p></body></html>

Errors:

DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Total:</span></p></body></html>

Total:

DialogConversionStatus CerrarCloseDialogConversionStatus.Estado de la conversinConversion StatusDialogConversionStatusConvertidas ConvertedDialogConversionStatusImagen:Image:DialogConversionStatusFAbrir todas las carpetas de destino Open all the destination foldersDialogConversionStatusAbrir destino Open destination DialogConversionStatusEstado... Status...DialogConversionStatusEstado:Status:DialogConversionStatusDetenerStopDialogConversionStatus-- DialogInfo<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen convierte tus imgenes por lotes. Puedes redimensionar y convertir imgenes en ms de 100 formatos distintos.</span></p></body></html>^

Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.

 DialogInfo&<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> {3C?} {4.0/?} {3.?} {40/?} {1"?} {2'?} {8p?} {400;?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} {10p?} {2009 ?} {2014 ?} {3<?}

(c) 2009 - 2014 Francesco Mondello GNU - GPL v.3

 DialogInfo d<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Autor: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Pgina web del proyecto: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Mi pgina web: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html>

Author: Faster (Francesco Mondello)

Email: faster3ck@gmail.com

Project Website: converseen.sourceforge.net

My Homepage: fasterindesign.altervista.org

 DialogInfo<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traductores:</span></p></body></html>

Translators:

 DialogInfo<html><head/><body><p align="center"><span style=" font-weight:600;">Si esta aplicacin te ha gustado y deseas apoyar el proyecto, te animamos a </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">donar va PayPal</span></a><span style=" font-weight:600;">.</span></p></body></html>z

If you appreciate this work and would like to support the project, you are welcome to donate via Paypal.

 DialogInfo.Acerca de Converseen...About Converseen... DialogInfo CerrarClose DialogInfoInformacin Informations DialogInfoXConvierte y redimensiona imgenes por lotes.&The batch image converter and resizer. DialogInfo$Pedir confirmacin Ask first DialogOptionsCancelarCancel DialogOptions IdiomaLanguage DialogOptionsIdioma: Language: DialogOptionsAceptarOk DialogOptions@Sobreescribir todas las imgenesOverwrite all existing images DialogOptions Al sobreescribirOverwriting settings DialogOptionsbReinicia Converseen para aplicar el nuevo idioma.5Please, restart Converseen to apply current language! DialogOptionsPreferenciasSettings DialogOptionsAdvertenciaWarning! DialogOptionsCancelarCancel DialogQuality,Preferencias de imagenImage settings DialogQuality0Nivel de compresin JPEGJpeg compression level DialogQualityAceptarOk DialogQuality.Nivel de compresin PNGPng compression level DialogQuality Calidad 0 - 100:Quality 0 - 100: DialogQualityBTodos los filtros soportados (%1)All Supported Filters (%1)Formats4Mantener el formato actualDon't change the formatFormats#_copiar#_copy MainWindow&Acerca de&About MainWindow&Acciones&Actions MainWindow &Aadir imgenes &Add images MainWindowMar&car&Check MainWindow&Convertir&Convert MainWindow&Editar&Edit MainWindow Salir&Exit MainWindowArchivo&File MainWindow Ayuda&Help MainWindowAbrir imgenes &Open images MainWindow Quita&r imgenes&Remove images MainWindowPreferencia&s &Settings MainWindowDesmarcar&Uncheck Items MainWindow...... MainWindow180180° MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixel</span></p></body></html>

0 x 0 pixel

 MainWindow(<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Tamao del archivo:</span></p></body></html>

File size:

 MainWindow*<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Tamao de la imagen:</span></p></body></html>

Image size:

 MainWindow <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Tipo:</span></p></body></html>

Type:

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html>

-

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Vista previa:</span></p></body></html>

Preview:

 MainWindow0<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Resolucin de la imagen:</span></p></body></html>

Image resolution:

 MainWindow"Panel de acciones Actions Panel MainWindowAlt+DelAlt+Del MainWindowMarcar todas Check a&ll MainWindowMarcar todasCheck all items MainWindow0Marcar las seleccionadasCheck selected items MainWindow"Seleccionar color Choose color MainWindowConverseen Converseen MainWindow,Formatos de conversinConversion Formats MainWindowConvertir a: Convert to: MainWindowCtrl+Alt+H Ctrl+Alt+H MainWindowCtrl+Alt+J Ctrl+Alt+J MainWindowCtrl+Alt+O Ctrl+Alt+O MainWindow Ctrl+HCtrl+H MainWindow Ctrl+JCtrl+J MainWindow Ctrl+OCtrl+O MainWindow Ctrl+XCtrl+X MainWindowDelDel MainWindowDimensiones Dimensions MainWindow Donar va PayPalDonate via Paypal MainWindowF1F1 MainWindowF5F5 MainWindowAltura:Height: MainWindow(Carpeta de la imagenImage's directory MainWindow,Preferencias de imagenImages settings MainWindow8Mantener relacin de aspectoMantain aspect ratio MainWindow0Abrir carpeta de destinoOpen output directory MainWindow@Abrir el dilogo de preferenciasOpen the settings dialog MainWindow$Opciones de salidaOutput options MainWindow$Sobreescribir todo Overwrite all MainWindowQuit&ar todas Remove &all MainWindow2Quitar todas las imgenesRemove all pictures MainWindow:Quitar imgenes seleccionadasRemove selected pictures MainWindowRenombrar:Rename: MainWindow@Reemplazar el fondo transparenteReplace transparent background MainWindowResolucin Resolution MainWindowResolucin X: Resolution X: MainWindowResolucin Y: Resolution Y: MainWindowGuardar en:Save in: MainWindowEscalar imagen Scale image MainWindowXMostrar dilogo de preferencias de imagen...Show image settings dialog... MainWindow(Mostrar vista previa Show preview MainWindow*Iniciar la conversinStart the conversion process MainWindowDesmarcar todasUncheck all &items MainWindow6Desmarcar las seleccionadasUncheck selected items MainWindow Ancho:Width: MainWindow*Barra de herramientastoolBar MainWindowAbortadoAborted!MainWindowImplNuevo nombre: New name:MainWindowImpl2No hay imgenes marcadas.No image checked!MainWindowImpl>No hay imgenes para convertir.No images to convert!MainWindowImplAbrir carpetaOpen DirectoryMainWindowImplAbrir imagen Open ImageMainWindowImpl@Por favor, especifica un nombre.Please, specify a name!MainWindowImpl$Proceso terminado.Processing finished!MainWindowImplProcesando... Processing...MainWindowImplDSelecciona una carpeta de destino.Set an output directory!MainWindowImpl0Sugiere un nuevo nombre.Suggest a new name!MainWindowImpl>No es posible crear la carpeta. The directory cannot be created!MainWindowImplXEl nombre de archivo no debera estar vaco.!The filename should not be empty!MainWindowImplEl nombre escogido es idntico al original. Deseas sobreescribir el archivo original?\The name chosen is identical to the initial one. Do you want to overwrite the original file?MainWindowImplbLa carpeta de destino no existe. Deseas crearla?9The output directory doesn't exists! Would you create it?MainWindowImplAdvertenciaWarningMainWindowImplAdvertenciaWarning!MainWindowImplDeberas especificar un nombre. Haz clic en Reintentar para especificar un nuevo nombre. Haz clic en Ignorar para cancelar esta operacin. Haz clic en Abortar para cancelar todas las operaciones.You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. Click Abort to cancel all operations.MainWindowImpl$Nombre del archivo File name PixTreeWidget Ruta del archivo File path PixTreeWidget$Tamao del archivo File size PixTreeWidgetTipo de imagen Image type PixTreeWidget EstadoStatus PixTreeWidgetConvertir To convert PixTreeWidgetEspaolEnglish TranslatorConverseen-0.6.7/loc/converseen_es_CL.ts000077500000000000000000003301721227400641100202020ustar00rootroot00000000000000 Converter Error: %1 Error: %1 DialogConversionStatus Status... Estado... Conversion Status Estado de la conversión Image: Imagen: Status: Estado: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Total:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Total:</span></p></body></html> 0 0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Converted:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Convertidas:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Errors:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Errores:</span></p></body></html> Open destination Abrir destino Stop Detener Close Cerrar Open all the destination folders Abrir todas las carpetas de destino Converted Convertidas DialogInfo About Converseen... Acerca de Converseen... <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.2</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.2</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Convierte y redimensiona tus imágenes por lotes.</p></td></tr></table></body></html> Informations Información <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="mailto:faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0000ff;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0000ff;">converseen.sourceforge.net</span></a></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.netsons.org"><span style=" text-decoration: underline; color:#0000ff;">fasterindesign.netsons.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Autor: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="mailto:faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0000ff;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Página Web del Proyecto: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0000ff;">converseen.sourceforge.net</span></a></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Mi Página Web: </span><a href="http://fasterindesign.netsons.org"><span style=" text-decoration: underline; color:#0000ff;">fasterindesign.netsons.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.3</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.3</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Convierte y redimensiona tus imágenes por lotes.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Autor: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Página web del proyecto: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Mi página web: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Translators:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traductores:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0000ff;">d@ayoy.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traducción al polaco:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0000ff;">d@ayoy.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0000ff;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traducción al húngaro: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0000ff;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.5</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.5</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Convierte y redimensiona tus imágenes por lotes.</p></td></tr></table></body></html> {3C?} {4.0/?} {3.?} {40/?} {1"?} {10p?} {400;?} {0"?} {4p?} {4p?} {4p?} {4p?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} {12p?} {600;?} {0.4.5<?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.6</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.6</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Convierte y redimensiona tus imágenes por lotes.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.7</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.7</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Convierte y redimensiona tus imágenes por lotes.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.8</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.8</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Convierte y redimensiona tus imágenes por lotes.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.9</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.9</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Convierte y redimensiona tus imágenes por lotes.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traducción al polaco:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traducción al húngaro: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Czech translation: </span><span style=" font-size:10pt; color:#141312;">Pavel Fric - </span><a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Traducción al checo: </span><span style=" font-size:10pt; color:#141312;">Pavel Fric - </span><a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Czech translation: </span>Pavel Fric - <a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Traducción al checo: </span>Pavel Fric - <a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">French Translation:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traducción al francés:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Brazilian Portuguese Translation:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traducción al portugués brasileño:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">German Translation:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traducción al alemán:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Spanish (Chile) Translation:</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traducción al español (Chile):</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Turkish Translation: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Traducción al turco: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> <strong>Hungarian translation: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> <strong>Czech translation: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> <strong>French Translation: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> <strong>Brazilian Portuguese Translation: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> <strong>German Translation: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> <strong>Spanish (Chile) Translation: </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> <strong>Turkish Translation: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> <strong>Russian Translation: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> <strong>Polish Translation: </strong>Michał Olber from OSWorld.pl - <a href="mailto:redakcja@osworld.pl">redakcja@osworld.pl</a> <html><head/><body><p><span style=" font-weight:600;">Japanese translation:</span> Xenolith0 - <a href="mailto:xenolith0bytetestcomgreen@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2014 Francesco Mondello GNU - GPL v.3</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> {3C?} {4.0/?} {3.?} {40/?} {1"?} {2'?} {8p?} {400;?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} {10p?} {2009 ?} {2014 ?} {3<?} <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen convierte tus imágenes por lotes. Puedes redimensionar y convertir imágenes en más de 100 formatos distintos.</span></p></body></html> <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">donate via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> <html><head/><body><p align="center"><span style=" font-weight:600;">Si esta aplicación te ha gustado y deseas apoyar el proyecto, te animamos a </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">donar vía PayPal</span></a><span style=" font-weight:600;">.</span></p></body></html> <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Follow Converseen:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats. Converseen es una herramienta de conversión de imágenes por lotes. Puedes redimensionar y convertir imágenes en más de 100 formatos distintos. (c) 2009 - 2011 Francesco Mondello GNU - GPL v.2 (c) 2009 - 2011 Francesco Mondello GNU - GPL v.2 Close Cerrar The batch image converter and resizer. Convierte y redimensiona imágenes por lotes. DialogOptions Settings Preferencias Language Idioma Language: Idioma: Overwriting settings Al sobreescribir Ask first Pedir confirmación Overwrite all existing images Sobreescribir todas las imágenes Ok Aceptar Cancel Cancelar Warning! Advertencia Please, restart Converseen to apply current language! Reinicia Converseen para aplicar el nuevo idioma. DialogQuality Image settings Preferencias de imagen Jpeg compression level Nivel de compresión JPEG Quality 0 - 100: Calidad 0 - 100: Png compression level Nivel de compresión PNG Interpolation Filter: Ok Aceptar Cancel Cancelar Formats All Supported Filters (%1) Todos los filtros soportados (%1) Don't change the format Mantener el formato actual MainWindow Converseen Converseen To convert A convertir Status Estado File name Nombre de archivo Image type Tipo de imagen File size Tamaño de archivo File path Ruta al archivo Conversion Formats Formatos de conversión Convert to: Convertir a: Show image settings dialog... Mostrar diálogo de preferencias de imagen... Images settings Preferencias de imagen Add Images Añadir imágenes Open images to convert Abrir imágenes para convertir Open images Abrir imágenes Add images to convert Añadir imágenes para convertir Add images Añadir imágenes Convert all checked images Convertir todas las imágenes marcadas Convert Convertir Remove all selected images Quitar todas las imágenes seleccionadas Remove Images Quitar imágenes Clear Limpiar Remove All Quitar todas Check all selected images Marcar todas las imágenes seleccionadas Check Marcar Check all images Marcar todas las imágenes Check All Marcar todas &File Archivo &Edit &Editar &Actions &Acciones &Help Ayuda Actions Panel Panel de acciones <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Preview:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Vista previa:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">No preview!</p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Vista previa no disponible</p></body></html> Show preview Mostrar vista previa <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Type:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Tipo:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">File size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Tamaño del archivo:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Tamaño de la imagen:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image resolution:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Resolución de la imagen:</span></p></body></html> Dimensions Dimensiones Width: Ancho: Height: Altura: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixel</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixel</span></p></body></html> Mantain aspect ratio Mantener relación de aspecto Show image's attributes Mostrar atributos de la imagen Replace transparent background Reemplazar el fondo transparente Choose color Seleccionar color Scale image Escalar imagen Resolution Resolución Resolution X: Resolución X: Resolution Y: Resolución Y: Rotate and flip Rotate image: No rotation + 90° - 90° 180° 180° Flip image: No flip Horizontally Vertically Output options Opciones de salida Save in: Guardar en: Open output directory Abrir carpeta de destino ... ... Image's directory Carpeta de la imagen Rename: Renombrar: Prefix/Suffix Progressive Number #_copy #_copiar Start with: Overwrite all Sobreescribir todo toolBar Barra de herramientas &Open images Abrir imágenes Ctrl+O Ctrl+O &Add images &Añadir imágenes Ctrl+Alt+O Ctrl+Alt+O &Remove images Quita&r imágenes Remove selected pictures Quitar imágenes seleccionadas Del Del Remove &all Quit&ar todas Remove all pictures Quitar todas las imágenes Alt+Del Alt+Del &Check Mar&car Check selected items Marcar las seleccionadas Ctrl+H Ctrl+H Check a&ll Marcar todas Check all items Marcar todas Ctrl+Alt+H Ctrl+Alt+H &Convert &Convertir Start the conversion process Iniciar la conversión F5 F5 &Settings Preferencia&s Open the settings dialog Abrir el diálogo de preferencias &Exit Salir Ctrl+X Ctrl+X Uncheck all &items Desmarcar todas Ctrl+Alt+J Ctrl+Alt+J &Uncheck Items Desmarcar Uncheck selected items Desmarcar las seleccionadas Ctrl+J Ctrl+J &About &Acerca de F1 F1 Donate via Paypal Donar vía PayPal Report bug... MainWindowImpl Open images to convert Abrir imágenes para convertir Ctrl+O Ctrl+O Add other images to convert Añadir más imágenes para convertir Ctrl+Alt+O Ctrl+Alt+O Settings Preferencias &Exit Salir Ctrl+Q Ctrl+Q &Check Selected Items Mar&car las seleccionadas &Check All Items Mar&car todas Ctrl+A Ctrl+A &Uncheck Selected Items Desmarcar las seleccionadas &Uncheck All Items Desmarcar todas Ctrl+Shift+A Ctrl+Shift+A &Remove Selected Items Quita&r las seleccionadas &Remove All Items Quita&r todas &Convert images &Convertir imágenes F5 F5 &About... &Acerca de... F1 F1 Open Image Abrir imagen Warning Advertencia The output directory doesn't exists! Would you create it? La carpeta de destino no existe. ¿Deseas crearla? The directory cannot be created! No es posible crear la carpeta. Set an output directory! Selecciona una carpeta de destino. No image checked! No hay imágenes marcadas. No images to convert! No hay imágenes para convertir. Processing... Procesando... Processing finished! Proceso terminado. Preview All Supported Formats (%1) Todos los formatos soportados (%1) Open Directory Abrir carpeta No preview! Vista previa no disponible Sorry! Selected image is damaged! Lo lamento. La imagen seleccionada está dañada. Suggest a new name! Sugiere un nuevo nombre. New name: Nuevo nombre: Please, specify a name! Por favor, especifica un nombre. You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. Click Abort to cancel all operations. Deberías especificar un nombre. Haz clic en Reintentar para especificar un nuevo nombre. Haz clic en Ignorar para cancelar esta operación. Haz clic en Abortar para cancelar todas las operaciones. Warning! Advertencia The filename should not be empty! El nombre de archivo no debería estar vacío. The name chosen is identical to the initial one. Do you want to overwrite the original file? El nombre escogido es idéntico al original. ¿Deseas sobreescribir el archivo original? Aborted! Abortado PixTreeWidget To convert Convertir Status Estado File name Nombre del archivo Image type Tipo de imagen File size Tamaño del archivo File path Ruta del archivo Translator English Español UpdateChecker New version is available! A new version of Converseen is available! Would you download it? myLabelPreviewer Preview Converseen-0.6.7/loc/converseen_fr_FR.qm000066400000000000000000001011721227400641100201730ustar00rootroot00000000000000 uv{?sBZPf*qPfZqS$3m+w 5}xw%}w~ y@l|Ip raHAuI;>I>Un/ ;}  n"~G{G~Aw0ߺsP9$qOi:kp4:@C&1thH3~AN;tA> AzooHăqkr e is t7Js y* 4 `}~ Oy : GCp &i Ю < A gCoO y`] BfD t>M N0 ]Vcn8 ~s< s= =l m Mx mA4: r~Y Pz zt t1w ax!qvO{t:nmInǖs>iIErreur: %1 Error: %1 Converter00DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Conversion(s) russie(s):</span></p></body></html>

Converted:

DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Erreurs:</span></p></body></html>

Errors:

DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Total:</span></p></body></html>

Total:

DialogConversionStatus FermerCloseDialogConversionStatus.Statut de la ConversionConversion StatusDialogConversionStatus Image:Image:DialogConversionStatusStatut ... Status...DialogConversionStatusStatut:Status:DialogConversionStatusStopStopDialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen est un outil de conversion d'images en traitement par lots. Vous pouvez redimensionner et convertir vos images dans plus de 100 formats diffrents.</span></p></body></html>^

Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.

 DialogInfo&<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> {3C?} {4.0/?} {3.?} {40/?} {1"?} {2'?} {8p?} {400;?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} {10p?} {2009 ?} {2014 ?} {3<?}

(c) 2009 - 2014 Francesco Mondello GNU - GPL v.3

 DialogInfo d<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Auteur: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Site web du projet: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Ma Page d'acceuil: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html>

Author: Faster (Francesco Mondello)

Email: faster3ck@gmail.com

Project Website: converseen.sourceforge.net

My Homepage: fasterindesign.altervista.org

 DialogInfo<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traducteurs:</span></p></body></html>

Translators:

 DialogInfo4 propos de Converseen ...About Converseen... DialogInfo FermerClose DialogInfoInformations Informations DialogInfo&Demander en premier Ask first DialogOptionsAnnulerCancel DialogOptions LangueLanguage DialogOptionsLangue: Language: DialogOptionsOkOk DialogOptionsHcraser toutes les images existantesOverwrite all existing images DialogOptions.Options de l'crasementOverwriting settings DialogOptionsVeuillez relancer Converseen afin d'appliquer la langue choisie !5Please, restart Converseen to apply current language! DialogOptionsParamtresSettings DialogOptionsAvertissement !Warning! DialogOptionsAnnulerCancel DialogQuality*Paramtres des ImagesImage settings DialogQuality4Niveau de compression JpegJpeg compression level DialogQualityOkOk DialogQualityNiveau Png compression level DialogQuality Qualit 0 - 100:Quality 0 - 100: DialogQuality#_copie#_copy MainWindow&Actions&Actions MainWindow&Editer&Edit MainWindow&Quitter&Exit MainWindow&Fichier&File MainWindow Ai&de&Help MainWindow...... MainWindow180180° MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixel</span></p></body></html>

0 x 0 pixel

 MainWindow&<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Taille du fichier:</span></p></body></html>

File size:

 MainWindow.<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Dimensions de l'image:</span></p></body></html>

Image size:

 MainWindow <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Type:</span></p></body></html>

Type:

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html>

-

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Aperu:</span></p></body></html>

Preview:

 MainWindow,<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Rsolution de l'image:</span></p></body></html>

Image resolution:

 MainWindow"Panneau d'Actions Actions Panel MainWindowConverseen Converseen MainWindow*Formats de ConversionConversion Formats MainWindowConvertir en: Convert to: MainWindowCtrl+Alt+O Ctrl+Alt+O MainWindow Ctrl+OCtrl+O MainWindowDimensions Dimensions MainWindowF1F1 MainWindowF5F5 MainWindowHauteur:Height: MainWindow*Rpertoire de l'imageImage's directory MainWindow*Configurer les ImagesImages settings MainWindow0Conserver l'aspect ratioMantain aspect ratio MainWindowFOuvrir le rpertoire de destinationOpen output directory MainWindow"Options de sortieOutput options MainWindowTout craser Overwrite all MainWindowRenommer:Rename: MainWindowRsolution Resolution MainWindowRsolution X: Resolution X: MainWindowRsolution Y: Resolution Y: MainWindow"Enregistrer dans:Save in: MainWindowfAfficher la fentre de configuration des images ...Show image settings dialog... MainWindow"Afficher l'aperu Show preview MainWindowLargeur:Width: MainWindowAbandonn !Aborted!MainWindowImplNouveau Nom: New name:MainWindowImpl*Aucune Image coche !No image checked!MainWindowImpl4Aucune Image convertir !No images to convert!MainWindowImpl(Ouvrir un rpertoireOpen DirectoryMainWindowImplOuvrir l'Image Open ImageMainWindowImpl6Veuillez spcifier un nom !Please, specify a name!MainWindowImpl2Transformation termine !Processing finished!MainWindowImpl$Transformation ... Processing...MainWindowImplRDfinissez un rpertoire de destination !Set an output directory!MainWindowImpl.Entrez un Nouveau Nom !Suggest a new name!MainWindowImplJLe rpertoire ne peut pas tre cr ! The directory cannot be created!MainWindowImpl^Le nom de fichier ne de devrait pas tre vide !!The filename should not be empty!MainWindowImplLe nom choisi est identique l'original. Dsirez-vous craser le fichier original ?\The name chosen is identical to the initial one. Do you want to overwrite the original file?MainWindowImpltLe dossier de sortie n'existe pas ! Voulez-vous le crer ?9The output directory doesn't exists! Would you create it?MainWindowImplAvertissementWarningMainWindowImplAvertissement !Warning!MainWindowImplVous devriez spcifier un nom. Cliquez sur Recommencer pour spcifier un nouveau nom. Cliquez sur Ignorer pour annuler cette opration. Cliquez sur Abandonner pour annuler toutes les oprations.You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. Click Abort to cancel all operations.MainWindowImplNom du fichier File name PixTreeWidget"Chemin du fichier File path PixTreeWidget"Taille du fichier File size PixTreeWidgetType d'image Image type PixTreeWidget StatutStatus PixTreeWidget convertir To convert PixTreeWidgetFranaisEnglish TranslatorConverseen-0.6.7/loc/converseen_fr_FR.ts000077500000000000000000003536021227400641100202160ustar00rootroot00000000000000 Converter Converted! Conversion réussie ! Converted and processed! Conversion et Transformation réussies ! Error: %1 Erreur: %1 Error! Erreur ! An error is occurred in opening %1: %2. It won't be processed! Une erreur est apparue en ouvrant %1: %2. La transformation est impossible ! Suggest a new name! Entrez un Nouveau Nom ! New name: Nouveau Nom: %1/copy_%2.%3 %1/copie_%2.%3 DialogConversionStatus Status... Statut ... Conversion Status Statut de la Conversion Image: Image: Status: Statut: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Total:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Total:</span></p></body></html> 0 0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Converted:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Conversion(s) réussie(s):</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Errors:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Erreurs:</span></p></body></html> Open destination Stop Stop Close Fermer Open all the destination folders Converted DialogInfo About Converseen... À propos de Converseen ... <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3.1</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3.1</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lots.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3.2</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3.2</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lots.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lot.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.1</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.1</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lot.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.2</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.2</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lot.</p></td></tr></table></body></html> Informations Informations <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="mailto:faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0000ff;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0000ff;">converseen.sourceforge.net</span></a></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.netsons.org"><span style=" text-decoration: underline; color:#0000ff;">fasterindesign.netsons.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Auteur: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="mailto:faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0000ff;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Site web du projet: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0000ff;">converseen.sourceforge.net</span></a></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Ma Page d'acceuil: </span><a href="http://fasterindesign.netsons.org"><span style=" text-decoration: underline; color:#0000ff;">fasterindesign.netsons.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.3</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.3</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lot.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Auteur: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Site web du projet: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Ma Page d'acceuil: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Translators:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traducteurs:</span></p></body></html> <strong>Hungarian translation: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> <strong>Czech translation: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> <strong>French Translation: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> <strong>Brazilian Portuguese Translation: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> <strong>German Translation: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> <strong>Spanish (Chile) Translation: </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> <strong>Turkish Translation: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> <strong>Russian Translation: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> <strong>Polish Translation: </strong>Michał Olber from OSWorld.pl - <a href="mailto:redakcja@osworld.pl">redakcja@osworld.pl</a> <html><head/><body><p><span style=" font-weight:600;">Japanese translation:</span> Xenolith0 - <a href="mailto:xenolith0bytetestcomgreen@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2014 Francesco Mondello GNU - GPL v.3</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> {3C?} {4.0/?} {3.?} {40/?} {1"?} {2'?} {8p?} {400;?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} {10p?} {2009 ?} {2014 ?} {3<?} <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Follow Converseen:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0000ff;">d@ayoy.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduction Polonaise:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0000ff;">d@ayoy.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0000ff;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduction Hongroise: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0000ff;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.5</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.5</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lots.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.6</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.6</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lots.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.7</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.7</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lots.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.8</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.8</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lots.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.9</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.9</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lots.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduction Polonaise:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduction Hongroise: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Czech translation: </span><span style=" font-size:10pt; color:#141312;">Pavel Fric - </span><a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Traduction Tchèque: </span><span style=" font-size:10pt; color:#141312;">Pavel Fric - </span><a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">French Translation:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduction Française:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Brazilian Portuguese Translation:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduction Brésilienne/Portugaise:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">German Translation:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduction Allemande:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Spanish (Chile) Translation:</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduction Espagnole (Chili):</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Turkish Translation: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Traduction Turque: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">donate via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Turkish Translation: </span>Zeugma - <a href="mailto:sunder67@hotmail.com"><span style=" text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Traduction Turque: </span>Zeugma - <a href="mailto:sunder67@hotmail.com"><span style=" text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen est un outil de conversion d'images en traitement par lots. Vous pouvez redimensionner et convertir vos images dans plus de 100 formats différents.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats. Converseen est un outil de conversion d'images en traitement par lots. Vous pouvez redimensionner et convertir vos images dans plus de 100 formats différents. (c) 2009 - 2011 Francesco Mondello GNU - GPL v.2 (c) 2009 - 2011 Francesco Mondello GNU - GPL v.2 (c) Faster 2011 GNU - GPL v.2 (c) Faster 2011 GNU - GPL v.2 (c) Faster 2010 GNU - GPL v.2 (c) Faster 2010 GNU - GPL v.2 Close Fermer The batch image converter and resizer. DialogOptions Settings Paramètres Language Langue Language: Langue: Overwriting settings Options de l'écrasement Ask first Demander en premier Overwrite all existing images Écraser toutes les images existantes Ok Ok Cancel Annuler Warning! Avertissement ! Please, restart Converseen to apply current language! Veuillez relancer Converseen afin d'appliquer la langue choisie ! DialogQuality Image settings Paramètres des Images Jpeg compression level Niveau de compression Jpeg Quality 0 - 100: Qualité 0 - 100: Png compression level Niveau Interpolation Filter: Quality 0 - 9: Qualité 0 - 9: Ok Ok Cancel Annuler Formats All Supported Filters (%1) Don't change the format MainWindow Converseen Converseen To convert À convertir Status Statut File name Nom du fichier Image type Type d'image File size Taille du fichier File path Chemin du fichier Conversion Formats Formats de Conversion Convert to: Convertir en: Show image settings dialog... Afficher la fenêtre de configuration des images ... Images settings Configurer les Images Add Images Ajouter des Images Open images to convert Ouvrir des Images à convertir Open images Ouvrir des Images Add images to convert Ajouter des Images à convertir Add images Ajouter des Images Convert all checked images Convertir toutes les images cochées Convert Convertir Remove all selected images Enlever toutes les images sélectionnées Remove Images Enlever les Images Clear Nettoyer Remove All Tout enlever Check all selected images Cocher toutes les images sélectionnées Check Cocher Check all images Cocher toutes les images Check All Tout cocher &File &Fichier &Edit &Editer &Actions &Actions &Help Ai&de Actions Panel Panneau d'Actions <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Preview:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Aperçu:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">No preview!</p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Aucun aperçu !</p></body></html> Show preview Afficher l'aperçu <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Type:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Type:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">File size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Taille du fichier:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Dimensions de l'image:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image resolution:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Résolution de l'image:</span></p></body></html> Dimensions Dimensions Width: Largeur: Height: Hauteur: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixel</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixel</span></p></body></html> Mantain aspect ratio Conserver l'aspect ratio Show image's attributes Afficher les attributs de l'image Overwrite all Tout écraser Load image's attributes Charger les attributs de l'image Replace transparent background Choose color Scale image Resolution Résolution Resolution X: Résolution X: Resolution Y: Résolution Y: Rotate and flip Rotate image: No rotation + 90° - 90° 180° 180° Flip image: No flip Horizontally Vertically Output options Options de sortie Save in: Enregistrer dans: Open output directory Ouvrir le répertoire de destination ... ... Image's directory Répertoire de l'image Rename: Renommer: Prefix/Suffix Progressive Number #_copy #_copie Start with: toolBar &Open images Ctrl+O Ctrl+O &Add images Ctrl+Alt+O Ctrl+Alt+O &Remove images Remove selected pictures Del Remove &all Remove all pictures Alt+Del &Check Check selected items Ctrl+H Check a&ll Check all items Ctrl+Alt+H &Convert Start the conversion process F5 F5 &Settings Open the settings dialog &Exit &Quitter Ctrl+X Uncheck all &items Ctrl+Alt+J &Uncheck Items Uncheck selected items Ctrl+J &About F1 F1 Donate via Paypal Report bug... MainWindowImpl Open images to convert Ouvrir les images à convertir Ctrl+O Ctrl+O Add other images to convert Ajouter d'autres images à convertir Ctrl+Alt+O Ctrl+Alt+O Settings Paramètres &Exit &Quitter Ctrl+Q Ctrl+Q &Check Selected Items &Cocher les Objets Sélectionnés &Check All Items &Cocher tous les Objets Ctrl+A Ctrl+A &Uncheck Selected Items &Décocher les Objets Sélectionnés &Uncheck All Items &Décocher tous les Objets Ctrl+Shift+A Ctrl+Shift+A &Remove Selected Items &Enlever les Objets Sélectionnés &Remove All Items &Enlever tous les Objets &Convert images &Convertir les Images F5 F5 &About... &A propos ... F1 F1 Open Image Ouvrir l'Image Warning Avertissement No image checked! Aucune Image cochée ! No images to convert! Aucune Image à convertir ! The output directory doesn't exists! Would you create it? Le dossier de sortie n'existe pas ! Voulez-vous le créer ? The directory cannot be created! Le répertoire ne peut pas être créé ! Set an output directory! Définissez un répertoire de destination ! Processing... Transformation ... Preview Suggest a new name! Entrez un Nouveau Nom ! New name: Nouveau Nom: Please, specify a name! Veuillez spécifier un nom ! You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. Click Abort to cancel all operations. Vous devriez spécifier un nom. Cliquez sur Recommencer pour spécifier un nouveau nom. Cliquez sur Ignorer pour annuler cette opération. Cliquez sur Abandonner pour annuler toutes les opérations. Warning! Avertissement ! The filename should not be empty! Le nom de fichier ne de devrait pas être vide ! The name chosen is identical to the initial one. Do you want to overwrite the original file? Le nom choisi est identique à l'original. Désirez-vous écraser le fichier original ? Aborted! Abandonné ! Please wait! Processing %1 Veuillez patienter ! Transformation de %1 en cours Processing finished! Transformation terminée ! All Supported Formats (%1) Tous les Formats Supportés (%1) Open Directory Ouvrir un répertoire No preview! Aucun aperçu ! Sorry! Selected image is damaged! Désolé ! L'Image sélectionnée est endommagée ! PixTreeWidget To convert À convertir Status Statut File name Nom du fichier Image type Type d'image File size Taille du fichier File path Chemin du fichier Translator English Français UpdateChecker New version is available! A new version of Converseen is available! Would you download it? myLabelPreviewer Preview Converseen-0.6.7/loc/converseen_hu_HU.qm000066400000000000000000001110751227400641100202100ustar00rootroot00000000000000V *L| N0 ]Vcy ~sA sI sC @+ =w w M mA4@ r Pr z$ t1 TFS a ԯt~[-GIFq[{:zmX^xwzx8xuIz!':UyǖsDTiHiba: %1 Error: %1 Converter0DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Konvertlva:</span></p></body></html>

Converted:

DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hibk:</span></p></body></html>

Errors:

DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">sszes:</span></p></body></html>

Total:

DialogConversionStatus BezrCloseDialogConversionStatus,Az talakts llapotaConversion StatusDialogConversionStatustalaktott ConvertedDialogConversionStatusKp:Image:DialogConversionStatus:Minden clknyvtr megnyitsa Open all the destination foldersDialogConversionStatusCl megnyitsaOpen destination DialogConversionStatusllapot... Status...DialogConversionStatusllapot:Status:DialogConversionStatusMeglltsStopDialogConversionStatus- DialogInfo<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen egy ktegelt konvertl eszkz. t tudsz mretezni s konvertlni vele 100 klnbzQ formtumba.</span></p></body></html>^

Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.

 DialogInfo&<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> {3C?} {4.0/?} {3.?} {40/?} {1"?} {2'?} {8p?} {400;?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} {10p?} {2009 ?} {2014 ?} {3<?}

(c) 2009 - 2014 Francesco Mondello GNU - GPL v.3

 DialogInfo R<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">SzerzQ: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">A projekt webldala: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Honlapom: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html>

Author: Faster (Francesco Mondello)

Email: faster3ck@gmail.com

Project Website: converseen.sourceforge.net

My Homepage: fasterindesign.altervista.org

 DialogInfo<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Fordtk:</span></p></body></html>

Translators:

 DialogInfo<html><head/><body><p align="center"><span style=" font-weight:600;">Ha rtkeled ezt a munkt s tmogatni szeretn a projektet az megtehed a PayPal segtsgvel </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">donate via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html>z

If you appreciate this work and would like to support the project, you are welcome to donate via Paypal.

 DialogInfo,Converseen nvjegye...About Converseen... DialogInfo BezrClose DialogInfoInformcik Informations DialogInfoLA ktegelt kptalakt s tmretezQ.&The batch image converter and resizer. DialogInfo"Vlasszon elQszr Ask first DialogOptions MgsemCancel DialogOptionsNyelvezetLanguage DialogOptionsNyelve: Language: DialogOptionsRendbenOk DialogOptions@Minden ltezQ kpfjl fellrsaOverwrite all existing images DialogOptions,Belltsok fellrsaOverwriting settings DialogOptions|Krem indtsa jra a Converseen-t az j nyelvi belltsokhoz!5Please, restart Converseen to apply current language! DialogOptionsBelltsokSettings DialogOptionsFigyelmeztets!Warning! DialogOptions MgsemCancel DialogQualityKpbelltsokImage settings DialogQuality*Jpeg tmrtsi szintJpeg compression level DialogQualityRendbenOk DialogQuality(Png tmrtsi szintPng compression level DialogQuality MinQsg 0 - 100:Quality 0 - 100: DialogQuality8Minden tmogatott szqrQ (%1)All Supported Filters (%1)Formats6Ne vltoztassa a formtumotDon't change the formatFormats#_msols#_copy MainWindow&Nvjegy&About MainWindow&Mqveletek&Actions MainWindow"Kpek &hozzadsa &Add images MainWindow&EllenQriz&Check MainWindowt&alakts&Convert MainWindow&Szerkeszts&Edit MainWindow&Kilps&Exit MainWindow &Fjl&File MainWindow&Segtsg&Help MainWindow"Kpek &megnyitsa &Open images MainWindow&Kpek &eltvoltsa&Remove images MainWindowBellt&s &Settings MainWindow.&Nem jelli az elemeket&Uncheck Items MainWindow...... MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixel</span></p></body></html>

0 x 0 pixel

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Fjl size:</span></p></body></html>

File size:

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image size:</span></p></body></html>

Image size:

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Tpus:</span></p></body></html>

Type:

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html>

-

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">ElQnzet:</span></p></body></html>

Preview:

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Kp felbontsa:</span></p></body></html>

Image resolution:

 MainWindowMqveletek panel Actions Panel MainWindowAlt+DelAlt+Del MainWindow$Mindet e&llenQrzi Check a&ll MainWindow.Minden elem ellenQrzseCheck all items MainWindowBA kivlasztott elemek ellenQrzseCheck selected items MainWindowSzn vlaszts Choose color MainWindowConverseen Converseen MainWindow,talaktsi formtumokConversion Formats MainWindow talakts ebbe: Convert to: MainWindowCtrl+Alt+H Ctrl+Alt+H MainWindowCtrl+Alt+J Ctrl+Alt+J MainWindowCtrl+Alt+O Ctrl+Alt+O MainWindow Ctrl+HCtrl+H MainWindowCtrl+J MainWindow Ctrl+OCtrl+O MainWindow Ctrl+XCtrl+X MainWindow TrlDel MainWindowMretek Dimensions MainWindow&Tmogats Paypal-alDonate via Paypal MainWindowF1F1 MainWindowF5F5 MainWindowMagassg:Height: MainWindowKpek knyvtraImage's directory MainWindowKpbelltsokImages settings MainWindow&ElsQdleges kparnyMantain aspect ratio MainWindow2Kimeneti mappa megnyitsaOpen output directory MainWindow0Belltablak megnyitsaOpen the settings dialog MainWindowKimeneti opcikOutput options MainWindow Mindet fellrja Overwrite all MainWindow&&Mindet eltvoltja Remove &all MainWindow,Minen kp eltvoltsaRemove all pictures MainWindowBA kivlasztott kpek eltvoltsaRemove selected pictures MainWindowtnevezs:Rename: MainWindow<Lecserli az tltsz htteretReplace transparent background MainWindowFelbonts Resolution MainWindowX kiterjeds: Resolution X: MainWindowY kiterjeds: Resolution Y: MainWindowMents ebbe:Save in: MainWindowKp nyjts Scale image MainWindowDMutassa a kpbelltsok panelt...Show image settings dialog... MainWindow"ElQnzet mutatsa Show preview MainWindow<Az talakt folyamat indtsaStart the conversion process MainWindow0Egyik elemet &sem jelliUncheck all &items MainWindow@Nem jelli ki a kivlasztottakatUncheck selected items MainWindowSzlessg:Width: MainWindoweszkztrtoolBar MainWindowMegszaktva!Aborted!MainWindowImplj neve: New name:MainWindowImpl,Nincs kp kivlasztva!No image checked!MainWindowImpl.Nincs talaktand kp!No images to convert!MainWindowImpl&Knyvtr megnyitsaOpen DirectoryMainWindowImplKp megnyitsa Open ImageMainWindowImpl4Krem adjon meg egy nevet!Please, specify a name!MainWindowImpl,Feldolgozs befejezve!Processing finished!MainWindowImplFeldolgozs... Processing...MainWindowImplBEgy kimeneti knyvtr belltsa!Set an output directory!MainWindowImpl,Javaslat egy j nvre!Suggest a new name!MainWindowImplHA knyvtrat nem lehtett ltrehozni! The directory cannot be created!MainWindowImpl0A fjnv nem lehet res!!The filename should not be empty!MainWindowImplA vlasztott nv megegyezik az eredetivel. Szeretn, hogy fellrja az eredeti fjlt?\The name chosen is identical to the initial one. Do you want to overwrite the original file?MainWindowImplhA kimeneti knyvtr nem ltezik! Ltre akarja hozni?9The output directory doesn't exists! Would you create it?MainWindowImplFigyelmeztetsWarningMainWindowImplFigyelmeztets!Warning!MainWindowImplMeg kell adni egy nevet. Kattintson jra s adjon meg egy j nevet. Ennek a mqveletnek a megszaktshoz kattintson a mgse gombra.. Kattintson megszakts gombra, hogy az sszes mqveletet megszaksta.You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. Click Abort to cancel all operations.MainWindowImplFjlnv File name PixTreeWidgetElrsi t File path PixTreeWidgetFjlmret File size PixTreeWidgetKpfjl tpusa Image type PixTreeWidgetllapotStatus PixTreeWidgettalaktshoz To convert PixTreeWidget MagyarEnglish TranslatorConverseen-0.6.7/loc/converseen_hu_HU.ts000077500000000000000000003230771227400641100202330ustar00rootroot00000000000000 Converter Converted! Konvertálva! Converted and processed! Konvertálva és feldolgozva! Error: %1 Hiba: %1 Error! Hiba! An error is occurred in opening %1: %2. It won't be processed! Valamilyen hiba történt a(z) %1: %2 -ben. Ez most nem lesz feldolgozva! Suggest a new name! Javaslat egy új névre! New name: Új neve: %1/copy_%2.%3 %1/másolása_%2.%3 DialogConversionStatus Conversion Status Az átalakítás állapota Status... Állapot... Image: Kép: Status: Állapot: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Total:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Összes:</span></p></body></html> 0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Converted:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Konvertálva:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Errors:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hibák:</span></p></body></html> Close Bezár Stop Megállítás Open destination Cél megnyitása Open all the destination folders Minden célkönyvtár megnyitása Converted Átalakított DialogInfo About Converseen... Converseen névjegye... <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.2</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and thumbnails creator.</p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.2</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Kötegelt képfájl átalakító és kiskép készítő.</p></body></html> Informations Információk <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="mailto:faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0000ff;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0000ff;">converseen.sourceforge.net</span></a></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.netsons.org"><span style=" text-decoration: underline; color:#0000ff;">fasterindesign.netsons.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Szerző: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="mailto:faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0000ff;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">A projekt oldala: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0000ff;">converseen.sourceforge.net</span></a></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">A honlapom: </span><a href="http://fasterindesign.netsons.org"><span style=" text-decoration: underline; color:#0000ff;">fasterindesign.netsons.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Translators:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Fordítók:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0000ff;">d@ayoy.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Lengyel fordítás:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0000ff;">d@ayoy.net</span></a></p></body></html> Converseen is an image batch conversion and thumbnail creator tool. It supports more than 100 different image types. A converseen egy kötegelt képfájl átalakító és kiskép készítő. Többmint 100 különböző képtípust támogat. (c) Faster 2004 - 2009 GNU - GPL v.2 (c) Faster 2004 - 2009 GNU - GPL v.2 Close Bezár <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0000ff;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Magyar fordítás: </span>Barcza Károly- <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0000ff;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.2.1</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and thumbnails creator.</p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.2.1</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Kötegelt képfájl átalakító és kiskép készítő.</p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">The batch image converter and resizer.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Kötegelt képkonvertáló és méretező</span></p></body></html> Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats. A converseen egy kötegelt képfájl átalakító és kiskép készítő. Többmint 100 különböző képtípust támogat. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Czech translation: </span><span style=" font-size:10pt; color:#141312;">Pavel Fric - </span><a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Cseh fordítás: </span><span style=" font-size:10pt; color:#141312;">Pavel Fric - </span><a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">French Translation:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">French Translation:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.2</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.2</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Kötegelt képkonvertáló és méretező</span></p></body></html> (c) 2009 - 2011 Francesco Mondello GNU - GPL v.2 (c) 2009 - 2011 Francesco Mondello GNU - GPL v.2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.3</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.2</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Kötegelt képkonvertáló és méretező</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Szerző: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">A projekt webldala: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Honlapom: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Spanish (Chile) Translation:</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Spanyol (Chile) fordítás:</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.5</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.5</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Kötegelt képkonvertáló és méretező.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;"> Lengyel fordítás:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Magyar fordítás: </span>Barcza Károly (blackPanther OS)- <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen egy kötegelt konvertáló eszköz. Át tudsz méretezni és konvertálni vele 100 különböző formátumba.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Turkish Translation: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Török fordítás: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.6</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.6</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Kötegelt képkonvertáló és méretező.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.7</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.7</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Kötegelt képkonvertáló és méretező.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.8</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.8</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Kötegelt képkonvertáló és méretező.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.9</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.9</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Kötegelt képkonvertáló és méretező.</p></td></tr></table></body></html> <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">donate via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> <html><head/><body><p align="center"><span style=" font-weight:600;">Ha értékeled ezt a munkát és támogatni szeretné a projektet az megtehed a PayPal segítségével </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">donate via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Czech translation: </span>Pavel Fric - <a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Csehszlovák fordítás: </span>Pavel Fric - <a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> The batch image converter and resizer. A kötegelt képátalakító és átméretező. <strong>Hungarian translation: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> <strong>Czech translation: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> <strong>French Translation: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> <strong>Brazilian Portuguese Translation: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> <strong>German Translation: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> <strong>Spanish (Chile) Translation: </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> <strong>Turkish Translation: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> <strong>Russian Translation: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Follow Converseen:</span></p></body></html> <strong>Polish Translation: </strong>Michał Olber from OSWorld.pl - <a href="mailto:redakcja@osworld.pl">redakcja@osworld.pl</a> <html><head/><body><p><span style=" font-weight:600;">Japanese translation:</span> Xenolith0 - <a href="mailto:xenolith0bytetestcomgreen@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2014 Francesco Mondello GNU - GPL v.3</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> {3C?} {4.0/?} {3.?} {40/?} {1"?} {2'?} {8p?} {400;?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} {10p?} {2009 ?} {2014 ?} {3<?} DialogOptions Settings Beállítások Language Nyelvezet Language: Nyelve: Overwriting settings Beállítások felülírása Overwrite all existing images Minden létező képfájl felülírása Ok Rendben Cancel Mégsem Ask first Válasszon először Warning! Figyelmeztetés! Please, restart Converseen to apply current language! Kérem indítsa újra a Converseen-t az új nyelvi beállításokhoz! DialogQuality Image settings Képbeállítások Jpeg compression level Jpeg tömörítési szint Quality 0 - 100: Minőség 0 - 100: Png compression level Png tömörítési szint Quality 0 - 9: Minőség 0 - 100: Ok Rendben Cancel Mégsem Interpolation Filter: Formats All Supported Filters (%1) Minden támogatott szűrő (%1) Don't change the format Ne változtassa a formátumot MainWindow To convert Konvertáláshoz Status Állapot File name Fájlnév Image type Képfájl típusa File size Fájlméret File path Elérési út Conversion Formats Átalakítási formátumok Convert to: Átalakítás ebbe: Converseen Converseen Show image settings dialog... Mutassa a képbeállítások panelt... Images settings Képbeállítások Add Images Képfájlok hozzáadása Open images to convert Képfájl megnyitása átlalakításra Open images Kép megnyitása Add images to convert Képek hozzáadása átalakításra Add images Képfájlok hozzáadása Convert all checked images Minden kijelölt képfájl átalakítása Convert Átalakítás Remove all selected images Minden kiválasztott képfájl eltávolítása Remove Images Képfájlok eltávolítása Clear Törlés Remove All Minden eltávolítása Check all selected images Minden kiválasztott kép kijelölése Check Kijelölés Check all images Minden kép kijelölése Check All Mindet kijelöli &File &Fájl &Edit &Szerkesztés &Actions &Műveletek &Help &Segítség Actions Panel Műveletek panel <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Preview:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Előnézet:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">No preview!</p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Nincs előnézet!</p></body></html> Show preview Előnézet mutatása <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">File size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Fájl mérete:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Kép mérete:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Type:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Típus:</span></p></body></html> Dimensions Méretek Width: Szélesség: % % Height: Magasság: Relative Size Relatív méret Rename: Átnevezés: #_copy #_másolás Image's directory Képek könyvtára Save in: Mentés ebbe: Output options Kimeneti opciók Open output directory Kimeneti mappa megnyitása ... ... <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">File size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Fájl size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Kép méret:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Type:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Típus:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixel</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixel</span></p></body></html> Mantain aspect ratio Elsődleges képarány Resolution X: X kiterjedés: Resolution Y: Y kiterjedés: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image resolution:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Kép felbontása:</span></p></body></html> Resolution Felbontás Show image's attributes Mutassa a kép jellemzőit Overwrite all Mindet felülírja Replace transparent background Lecseréli az átlátszó hátteret Choose color Szín választás Scale image Kép nyújtás toolBar eszköztár &Open images Képek &megnyitása Ctrl+O Ctrl+O &Add images Képek &hozzáadása Ctrl+Alt+O Ctrl+Alt+O &Remove images Képek &eltávolítása Remove selected pictures A kiválasztott képek eltávolítása Del Töröl Remove &all &Mindet eltávolítja Remove all pictures Minen kép eltávolítása Alt+Del Alt+Del &Check &Ellenőriz Check selected items A kiválasztott elemek ellenőrzése Ctrl+H Ctrl+H Check a&ll Mindet e&llenőrzi Check all items Minden elem ellenőrzése Ctrl+Alt+H Ctrl+Alt+H &Convert Át&alakítás Start the conversion process Az átalakító folyamat indítása F5 F5 &Settings Beállítá&s Open the settings dialog Beállítóablak megnyitása &Exit &Kilépés Ctrl+X Ctrl+X Uncheck all &items Egyik elemet &sem jelöli Ctrl+Alt+J Ctrl+Alt+J &Uncheck Items &Nem jelöli az elemeket Uncheck selected items Nem jelöli ki a kiválasztottakat Ctrl+J &About &Névjegy F1 F1 Donate via Paypal Támogatás Paypal-al Rotate and flip Rotate image: No rotation + 90° - 90° 180° Flip image: No flip Horizontally Vertically Prefix/Suffix Progressive Number Start with: Report bug... MainWindowImpl Open images to convert Képfájl megnyitása átlalakításra Ctrl+O Ctrl+O Add other images to convert Egyéb kép hozzáadása átalakításra Settings Beállítások &Exit &Kilépés &Check Selected Items &Kijelöli a kiválasztott elemeket Ctrl+A Ctrl+A &Check All Items &Minden elem kijelölése &Uncheck Selected Items &Nem jelöli a kiválasztott elemeket &Uncheck All Items &Egyik elemet sem jelöli ki &Remove Selected Items &A kiválasztott elemek eltávolítása &Remove All Items &Minden elem eltávolítása &Convert images &Képek átalakítása F5 F5 &About... &Névjegy... F1 F1 Please wait! Processing %1 Kérem várjon! Feldolgozás %1 Open Image Kép megnyitása Ctrl+Alt+O Ctrl+Alt+O Ctrl+Q Ctrl+Q Ctrl+Shift+A Ctrl+Shift+A Image %1 is currently used! %1 kép van jelenleg használatban! Warning Figyelmeztetés No image checked! Nincs kép kiválasztva! Set an output directory! Egy kimeneti könyvtár beállítása! No images to convert! Nincs átalakítandó kép! Processing... Feldolgozás... Processing finished! Feldolgozás befejezve! All Supported Formats (%1) Minden támogatott formátum (%1) Open Directory Könyvtár megnyitása No preview! Nincs előnézet! Sorry! Selected image is damaged! Elnézést! A választott kép kárba ment! Suggest a new name! Javaslat egy új névre! New name: Új neve: Please, specify a name! Kérem adjon meg egy nevet! You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. Click Abort to cancel all operations. Meg kell adni egy nevet. Kattintson újra és adjon meg egy új nevet. Ennek a műveletnek a megszakításához kattintson a mégse gombra.. Kattintson megszakítás gombra, hogy az összes műveletet megszakísta. Warning! Figyelmeztetés! The filename should not be empty! A fájnév nem lehet üres! The name chosen is identical to the initial one. Do you want to overwrite the original file? A választott név megegyezik az eredetivel. Szeretné, hogy felülírja az eredeti fájlt? Aborted! Megszakítva! The output directory doesn't exists! Would you create it? A kimeneti könyvtár nem létezik! Létre akarja hozni? The directory cannot be created! A könyvtárat nem lehtett létrehozni! Preview PixTreeWidget To convert Átalakításhoz Status Állapot File name Fájlnév Image type Képfájl típusa File size Fájlméret File path Elérési út Translator English Magyar UpdateChecker New version is available! A new version of Converseen is available! Would you download it? myLabelPreviewer Preview Converseen-0.6.7/loc/converseen_it_IT.qm000066400000000000000000001240511227400641100202060ustar00rootroot00000000000000A(*9$wiMSktrgS 4MMVF65<&7ϗϗV riT&16H3~YNOfARABoQ[ă~k e i t7J y* ?q 5 ң 0Z `} e4V w: O> : GC% &g Юd P ϩ A fu gC yxX B~E t>f G/ *Le IB| N0 XD:J8 ]Vc ~sO INC sXX sQ N2 =n  R M mA4N rA P z* t1 TU> a{ ԯt-TGX ] >/q{j2:EX  HxJzI!'6MU*ǖsRiErrore: %1 Error: %1 Converter0DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Convertite:</span></p></body></html>

Converted:

DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Errori:</span></p></body></html>

Errors:

DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Totale:</span></p></body></html>

Total:

DialogConversionStatus ChiudiCloseDialogConversionStatus(Stato di conversioneConversion StatusDialogConversionStatusConvertito ConvertedDialogConversionStatusImmagine:Image:DialogConversionStatus@Apri tutte le cartelle di output Open all the destination foldersDialogConversionStatus"Apri destinazioneOpen destination DialogConversionStatusStato... Status...DialogConversionStatus Stato:Status:DialogConversionStatusStopStopDialogConversionStatus-- DialogInfoConverseen un applicazione di conversione automatica di immagini. Puoi ridimensionare e convertire immagini in pi di 100 formati differenti^

Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.

 DialogInfo6<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2014 Francesco Mondello GNU - GPL v.2</span></p></body></html>

(c) 2009 - 2014 Francesco Mondello GNU - GPL v.3

 DialogInfo V<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Autore: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Sito del progetto </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Mia Homepage: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html>

Author: Faster (Francesco Mondello)

Email: faster3ck@gmail.com

Project Website: converseen.sourceforge.net

My Homepage: fasterindesign.altervista.org

 DialogInfo<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduttori:</span></p></body></html>

Translators:

 DialogInfo<html><head/><body><p align="center"><span style=" font-weight:600;">Se apprezzi questo programma e vuoi supportare il progetto puoi </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;"> donare via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html>z

If you appreciate this work and would like to support the project, you are welcome to donate via Paypal.

 DialogInfo<html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Segui Converseen:</span></p></body></html>q

Follow Converseen:

 DialogInfo<html><head/><body><p><span style=" font-weight:600;">Traduzione giapponese:</span> Xenolith0 - <a href="mailto:xenolith0bytetestcomgreen@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html>

Japanese translation: Xenolith0 - xenolith0bytetestcomgreen@gmail.com

 DialogInfo<strong>Traduzione portoghese brasiliana: </strong>Mrcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a>Brazilian Portuguese Translation: Márcio Moraes - marciopanto@gmail.com DialogInfo<strong>Traduzione ceca: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a>mCzech translation: Pavel Fric - pavelfric@seznam.cz DialogInfo<strong>Traduzione francese: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a>qFrench Translation: Ludovic Troisi - axalis@cegetel.net  DialogInfo<strong>Traduzione tedesca: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a>German Translation: Marco Nickolai - nickolai@iad.tu-darmstadt.de DialogInfo<strong>Traduzione hungherese: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a>}Hungarian translation: Charles Barcza - kbarcza@blackpanther.hu DialogInfo<strong>Traduzione polacca: </strong>MichaB Olber from OSWorld.pl - <a href="mailto:redakcja@osworld.pl">redakcja@osworld.pl</a>Polish Translation: Michał Olber from OSWorld.pl - redakcja@osworld.pl DialogInfo<strong>Traduzione russa: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a>pRussian Translation: Stasik Savorovsky - stas_stv@mail.ru DialogInfo<strong>Traduzione spagnola (Chile): </strong>Nelson lvarez Sez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a>Spanish (Chile) Translation: Nelson Álvarez Sáez - alvareznelson@gmail.com  DialogInfo<strong>Traduzione turca: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a>nTurkish Translation: Zeugma - sunder67@hotmail.com  DialogInfo:Informazioni su Converseen...About Converseen... DialogInfo ChiudiClose DialogInfoInformazioni Informations DialogInfovIl convertitore e ridimensionatore automatico per immagini.&The batch image converter and resizer. DialogInfoChiedi prima Ask first DialogOptionsAnnullaCancel DialogOptions LinguaLanguage DialogOptionsLingua: Language: DialogOptionsOkOk DialogOptions\Sovrascrivi tutte le immagini che gi esistonoOverwrite all existing images DialogOptions<Impostazioni di sovrascritturaOverwriting settings DialogOptionsvPer favore riavvia Converseen per utilizzare questa lingua!5Please, restart Converseen to apply current language! DialogOptionsImpostazioniSettings DialogOptionsAttenzione!Warning! DialogOptionsAnnullaCancel DialogQualityFiltro:Filter: DialogQuality*Impostazioni immagineImage settings DialogQualityInterpolazione Interpolation DialogQuality8Livello di compressione JpegJpeg compression level DialogQualityOkOk DialogQuality6Livello di compressione PngPng compression level DialogQuality Qualit 0 - 100:Quality 0 - 100: DialogQualityFTutte le estensioni supportate (%1)All Supported Filters (%1)Formats.Non cambiare il formatoDon't change the formatFormats#_copia#_copy MainWindow&Informazioni&About MainWindow&Azioni&Actions MainWindow$A&ggiungi immagini &Add images MainWindow&Spunta&Check MainWindow&Converti&Convert MainWindow&Modifica&Edit MainWindow &Esci&Exit MainWindow &File&File MainWindow A&iuto&Help MainWindow&Apri immagini &Open images MainWindow"&Rimuovi immagini&Remove images MainWindow&Impostazioni &Settings MainWindow,&Togli segni di spunta&Uncheck Items MainWindow + 90+ 90° MainWindow - 90- 90° MainWindow...... MainWindow180180° MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixel</span></p></body></html>

0 x 0 pixel

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">DImensioni:</span></p></body></html>

File size:

 MainWindow(<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Grandezza immagine:</span></p></body></html>

Image size:

 MainWindow <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Tipo:</span></p></body></html>

Type:

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html>

-

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Anteprima:</span></p></body></html>

Preview:

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Risoluzione:</span></p></body></html>

Image resolution:

 MainWindow*Pannello delle azioni Actions Panel MainWindowAlt+DelAlt+Del MainWindowS&punta tutto Check a&ll MainWindow2Spunta tutti gli elementiCheck all items MainWindow<Spunta le immagini selezionateCheck selected items MainWindowScegli colore Choose color MainWindowConverseen Converseen MainWindow,Formati di conversioneConversion Formats MainWindowConverti in: Convert to: MainWindowCtrl+Alt+H Ctrl+Alt+H MainWindowCtrl+Alt+J Ctrl+Alt+J MainWindowCtrl+Alt+O Ctrl+Alt+O MainWindow Ctrl+HCtrl+H MainWindow Ctrl+JCtrl+J MainWindow Ctrl+OCtrl+O MainWindow Ctrl+XCtrl+X MainWindowDelDel MainWindowDimensioni Dimensions MainWindowDona via PaypalDonate via Paypal MainWindowF1F1 MainWindowF5F5 MainWindow$Rifletti immagine: Flip image: MainWindowAltezza:Height: MainWindowOrizzontalmente Horizontally MainWindow.Cartella delle immaginiImage's directory MainWindow6Impostazioni sulle immaginiImages settings MainWindow(Mantieni proporzioniMantain aspect ratio MainWindowNon riflettereNo flip MainWindow"Nessuna rotazione No rotation MainWindow:Apri cartella di destinazioneOpen output directory MainWindowFApri la finestra delle impostazioniOpen the settings dialog MainWindow"Opzioni di outputOutput options MainWindow"Sovrascrivi tutte Overwrite all MainWindow"Prefisso/Suffisso Prefix/Suffix MainWindow$Numero progressivoProgressive Number MainWindowR&imuovi tutto Remove &all MainWindow2Rimuovi tutte le immaginiRemove all pictures MainWindow8Rimuovi immagini selezionateRemove selected pictures MainWindowRinomina:Rename: MainWindow<Sostituisci sfondo trasparenteReplace transparent background MainWindowSegnala bug... Report bug... MainWindowRisoluzione Resolution MainWindowRisoluzione X:: Resolution X: MainWindowRisoluzione Y: Resolution Y: MainWindow Ruota e riflettiRotate and flip MainWindowRuota immagine: Rotate image: MainWindowSalva in:Save in: MainWindowScala immagine Scale image MainWindownMostra la finestra delle impastazioni delle immagini...Show image settings dialog... MainWindow Mostra anteprima Show preview MainWindow@Avvia il processo di conversioneStart the conversion process MainWindowInizia da: Start with: MainWindow<T&ogli tutti i segni di spuntaUncheck all &items MainWindowJTogli segni di spunta dalla selezioneUncheck selected items MainWindowVerticalmente Vertically MainWindowLarghezza:Width: MainWindowtoolBartoolBar MainWindowAnnullato!Aborted!MainWindowImplNuovo nome: New name:MainWindowImpl2Nessuna immagine segnata!No image checked!MainWindowImpl>Nessuna immagina da convertire!No images to convert!MainWindowImplApri cartellaOpen DirectoryMainWindowImplApri immagini Open ImageMainWindowImpl<Per favore, specifica un nome!Please, specify a name!MainWindowImplAnteprimaPreviewMainWindowImpl2Processamento completato!Processing finished!MainWindowImpl$Sto processando... Processing...MainWindowImplJImposta una cartella di destinazione!Set an output directory!MainWindowImpl2Suggerisci un altro nome!Suggest a new name!MainWindowImplDLa cartella non pu essere creata! The directory cannot be created!MainWindowImplLIl nome del file non pu essere vuoto!!The filename should not be empty!MainWindowImplIl nome scelto identico a quello del file iniziale. Vuoi sovrascrivere il file iniziale?\The name chosen is identical to the initial one. Do you want to overwrite the original file?MainWindowImpljLa cartella di destinazione non esiste! Vuoi crearla?9The output directory doesn't exists! Would you create it?MainWindowImplAttenzioneWarningMainWindowImplAttenzione!Warning!MainWindowImpl@Devi specificare un nome. Click Retry per specificare un nuovo nome. Click Ignore per annullare quest'operazione. Click Abort per annullare tutte le operazioni.You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. Click Abort to cancel all operations.MainWindowImplNome del file File name PixTreeWidgetCartella File path PixTreeWidget&Dimensioni del file File size PixTreeWidgetTipo immagine Image type PixTreeWidget StatoStatus PixTreeWidgetDa convertire To convert PixTreeWidgetItalianoEnglish TranslatorUna nuova versione di Converseen disponibile! La vuoi scaricare adesso?@A new version of Converseen is available! Would you download it? UpdateChecker6Nuova versione disponibile!New version is available! UpdateCheckerAnteprimaPreviewmyLabelPreviewerConverseen-0.6.7/loc/converseen_it_IT.ts000077500000000000000000003632321227400641100202300ustar00rootroot00000000000000 Converter Converted! Convertito! Error: %1 Errore: %1 Error! Errore! An error is occurred in opening %1: %2. It won't be processed! Si è verificato un errore all'apertura di %1: %2. Quest'immagine non verrà processata! Suggest a new name! Suggerisci un altro nome! New name: Nuovo nome: %1/copy_%2.%3 %1/copia_%2.%3 DialogConversionStatus Conversion Status Stato di conversione Status... Stato... Image: Immagine: Status: Stato: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Total:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Totale:</span></p></body></html> 0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Converted:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Convertite:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Errors:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Errori:</span></p></body></html> Close Chiudi Stop Stop Open destination Apri destinazione Open all the destination folders Apri tutte le cartelle di output Converted Convertito DialogInfo About Converseen... Informazioni su Converseen... <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.2</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and thumbnails creator.</p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.2</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Il convertitore batch di immagini e creatore di miniature.</p></body></html> Informations Informazioni <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="mailto:faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0000ff;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0000ff;">converseen.sourceforge.net</span></a></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.netsons.org"><span style=" text-decoration: underline; color:#0000ff;">fasterindesign.netsons.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Autore: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="mailto:faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0000ff;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Sito del progetto: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0000ff;">converseen.sourceforge.net</span></a></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Mia Homepage: </span><a href="http://fasterindesign.netsons.org"><span style=" text-decoration: underline; color:#0000ff;">fasterindesign.netsons.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Translators:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduttori:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0000ff;">d@ayoy.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduzione polacca:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0000ff;">d@ayoy.net</span></a></p></body></html> Converseen is an image batch conversion and thumbnail creator tool. It supports more than 100 different image types. Converseen è un convertitore batch di immagini e un creatore di miniature. Supporta più di 100 formati differenti. (c) Faster 2004 - 2009 GNU - GPL v.2 (c) Faster 2004 - 2009 GNU - GPL v.2 Close Chiudi <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0000ff;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduzione ungherese: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0000ff;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.2.1</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and thumbnails creator.</p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.2.1</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Il convertitore batch di immagini e creatore di miniature.</p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">The batch image converter and resizer.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Il convertitore e ridimensionatore automatico di immagini.</span></p></body></html> Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats. Converseen è un applicazione di conversione automatica di immagini. Puoi ridimensionare e convertire immagini in più di 100 formati differenti. (c) Faster 2010 GNU - GPL v.2 (c) Faster 2010 GNU - GPL v.2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Czech translation: </span><span style=" font-size:10pt; color:#141312;">Pavel Fric - </span><a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Traduzione ceca: </span><span style=" font-size:10pt; color:#141312;">Pavel Fric - </span><a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></ht <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3.2</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3.2</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Il convertitore e ridimensionatore automatico di immagini.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">French Translation:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduzione Francese:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Il convertitore e ridimensionatore automatico di immagini.</p></td></tr></table></body></html> (c) Faster 2011 GNU - GPL v.2 (c) Faster 2011 GNU - GPL v.2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">German Translation:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduzione Tedesca:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Brazilian Portuguese Translation:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduzione Portoghese Brasiliano:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.1</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.1</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Il convertitore e ridimensionatore automatico di immagini.</p></td></tr></table></body></html> {3C?} {4.0/?} {3.?} {40/?} {1"?} {10p?} {400;?} {0"?} {4p?} {4p?} {4p?} {4p?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} {12p?} {600;?} {0.4.1<?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.2</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.2</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Il convertitore e ridimensionatore automatico di immagini.</p></td></tr></table></body></html> (c) 2009 - 2011 Francesco Mondello GNU - GPL v.2 (c) 2009 - 2011 Francesco Mondello GNU - GPL v.2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.3</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.3</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Il convertitore e ridimensionatore automatico di immagini.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Autore: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Sito del progetto </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Mia Homepage: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Spanish (Chile) Translation:</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduzione Spagnola (Chile):</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.5</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.5</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Il convertitore e ridimensionatore automatico di immagini.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduzione Polacca:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduzione Ungherese: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.</span></p></body></html> Converseen è un applicazione di conversione automatica di immagini. Puoi ridimensionare e convertire immagini in più di 100 formati differenti <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Turkish Translation: </span>Zeugma - <a href="mailto:sunder67@hotmail.com"><span style=" text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Traduzione turca: </span>Zeugma - <a href="mailto:sunder67@hotmail.com"><span style=" text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Turkish Translation: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Traduzione Turca: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.6</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.6</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Il convertitore e ridimensionatore automatico di immagini.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.7</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.7</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Il convertitore e ridimensionatore automatico di immagini.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.8</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.8</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Il convertitore e ridimensionatore automatico di immagini.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.9</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.9</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Il convertitore e ridimensionatore automatico di immagini.</p></td></tr></table></body></html> <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">donate via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> <html><head/><body><p align="center"><span style=" font-weight:600;">Se apprezzi questo programma e vuoi supportare il progetto puoi </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;"> donare via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Czech translation: </span>Pavel Fric - <a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Traduzione Ceca: </span>Pavel Fric - <a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> The batch image converter and resizer. Il convertitore e ridimensionatore automatico per immagini. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">German Translation:</span> Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de"><span style=" text-decoration: underline; color:#0057ae;">nickolai@iad.tu-darmstadt.de</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduzione Tedesca:</span> Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de"><span style=" text-decoration: underline; color:#0057ae;">nickolai@iad.tu-darmstadt.de</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt;">(c) 2009 - 2013 Francesco Mondello GNU - GPL v.3</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt;">(c) 2009 - 2013 Francesco Mondello GNU - GPL v.3</span></p></body></html> <strong>Hungarian translation: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> <strong>Traduzione hungherese: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> <strong>Czech translation: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> <strong>Traduzione ceca: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> <strong>French Translation: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> <strong>Traduzione francese: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> <strong>Brazilian Portuguese Translation: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> <strong>Traduzione portoghese brasiliana: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> <strong>German Translation: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> <strong>Traduzione tedesca: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> <strong>Spanish (Chile) Translation: </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> <strong>Traduzione spagnola (Chile): </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> <strong>Turkish Translation: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> <strong>Traduzione turca: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> <strong>Russian Translation: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> <strong>Traduzione russa: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Follow Converseen:</span></p></body></html> <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Segui Converseen:</span></p></body></html> <strong>Polish Translation: </strong>Michał Olber from OSWorld.pl - <a href="mailto:redakcja@osworld.pl">redakcja@osworld.pl</a> <strong>Traduzione polacca: </strong>Michał Olber from OSWorld.pl - <a href="mailto:redakcja@osworld.pl">redakcja@osworld.pl</a> <html><head/><body><p><span style=" font-weight:600;">Japanese translation:</span> Xenolith0</p></body></html> <html><head/><body><p><span style=" font-weight:600;">Traduzione giapponese:</span> Xenolith0</p></body></html> <html><head/><body><p><span style=" font-weight:600;">Japanese translation:</span> Xenolith0 - <a href="mailto:xenolith0bytetestcomgreen@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Traduzione giapponese:</span> Xenolith0 - <a href="mailto:xenolith0bytetestcomgreen@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2014 Francesco Mondello GNU - GPL v.3</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2014 Francesco Mondello GNU - GPL v.2</span></p></body></html> DialogOptions Settings Impostazioni Language Lingua Language: Lingua: Overwriting settings Impostazioni di sovrascrittura Overwrite all existing images Sovrascrivi tutte le immagini che già esistono Ok Ok Cancel Annulla Ask first Chiedi prima Warning! Attenzione! Please, restart Converseen to apply current language! Per favore riavvia Converseen per utilizzare questa lingua! DialogQuality Image settings Impostazioni immagine Jpeg compression level Livello di compressione Jpeg Quality 0 - 100: Qualità 0 - 100: Png compression level Livello di compressione Png Quality 0 - 9: Qualità 0 - 9: Ok Ok Cancel Annulla Interpolation Interpolazione Filter: Filtro: Formats All Supported Filters (%1) Tutte le estensioni supportate (%1) Don't change the format Non cambiare il formato MainWindow To convert Da convertire Status Stato File name Nome del file Image type Tipo immagine File size Dimensioni del file File path Cartella Conversion Formats Formati di conversione Convert to: Converti in: Converseen Converseen Show image settings dialog... Mostra la finestra delle impastazioni delle immagini... Images settings Impostazioni sulle immagini Add Images Aggiungi immagini Open images to convert Apri immagini da convertire Open images Apri immagini Add images to convert Aggiungi immagini da convertire Add images Aggiungi immagini Convert all checked images Converti tutte le immagini con il segno di spunta Convert Converti Remove all selected images Rimuovi tutte le immagini selezionate Remove Images Rimuovi immagini Clear Cancella Remove All Rimuovi tutto Check all selected images Segna tutte le immagini selezionate Check Segna Check all images Segna tutte le immagini Check All Segna tutto &File &File &Edit &Modifica &Actions &Azioni &Help A&iuto Actions Panel Pannello delle azioni <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Preview:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Anteprima:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">No preview!</p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Nessuna anteprima!</p></body></html> Show preview Mostra anteprima <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">File size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Dimensioni:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Grandezza immagine:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Type:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Tipo:</span></p></body></html> Dimensions Dimensioni Width: Larghezza: % % Height: Altezza: Relative Size Misure relative Rename: Rinomina: #_copy #_copia Image's directory Cartella delle immagini Save in: Salva in: Output options Opzioni di output Open output directory Apri cartella di destinazione ... ... <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">File size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">DImensioni:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Grandezza immagine:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Type:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Tipo:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixel</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixel</span></p></body></html> Mantain aspect ratio Mantieni proporzioni Resolution X: Risoluzione X:: Resolution Y: Risoluzione Y: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image resolution:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Risoluzione:</span></p></body></html> Load image's attributes Carica attributi immagine Resolution Risoluzione Show image's attributes Mostra attributi dell'immagine Overwrite all Sovrascrivi tutte Replace transparent background Sostituisci sfondo trasparente Choose color Scegli colore Scale image Scala immagine toolBar toolBar &Open images &Apri immagini Ctrl+O Ctrl+O &Add images A&ggiungi immagini Ctrl+Alt+O Ctrl+Alt+O &Remove images &Rimuovi immagini Remove selected pictures Rimuovi immagini selezionate Del Del Remove &all R&imuovi tutto Remove all pictures Rimuovi tutte le immagini Alt+Del Alt+Del &Check &Spunta Check selected items Spunta le immagini selezionate Ctrl+H Ctrl+H Check a&ll S&punta tutto Check all items Spunta tutti gli elementi Ctrl+Alt+H Ctrl+Alt+H &Convert &Converti Start the conversion process Avvia il processo di conversione F5 F5 &Settings &Impostazioni Open the settings dialog Apri la finestra delle impostazioni &Exit &Esci Ctrl+X Ctrl+X Uncheck all &items T&ogli tutti i segni di spunta Ctrl+Alt+J Ctrl+Alt+J &Uncheck Items &Togli segni di spunta Uncheck selected items Togli segni di spunta dalla selezione Ctrl+J Ctrl+J &About &Informazioni F1 F1 Donate via Paypal Dona via Paypal Rotate and flip Ruota e rifletti Rotate image: Ruota immagine: No rotation Nessuna rotazione + 90° + 90° - 90° - 90° 180° 180° Flip image: Rifletti immagine: No flip Non riflettere Horizontally Orizzontalmente Vertically Verticalmente Prefix/Suffix Prefisso/Suffisso Progressive Number Numero progressivo Start with: Inizia da: Report bug... Segnala bug... MainWindowImpl Open images to convert Apri immagini da convertire Ctrl+O Ctrl+O Add other images to convert Aggiungi altre immagini da convertire Settings Impostazioni &Exit &Esci &Check Selected Items &Segna le immagini selezionate Ctrl+A Ctrl+A &Check All Items &Segna tutte le immagini &Uncheck Selected Items &Togli segno di spunta alla immagini selezionate &Uncheck All Items &Togli segno di spunta a tutte le immagini &Remove Selected Items &Rimuovi le immagini selezionate &Remove All Items &Rimuovi tutte le immagini &Convert images &Converti le immagini F5 F5 &About... &Informazioni... F1 F1 Please wait! Processing %1 Per favore aspetta! Sto processando %1 Open Image Apri immagini Ctrl+Alt+O Ctrl+Alt+O Ctrl+Q Ctrl+Q Ctrl+Shift+A Ctrl+Shift+A Image %1 is currently used! L'immagine %1 è già in lista! Warning Attenzione No image checked! Nessuna immagine segnata! Set an output directory! Imposta una cartella di destinazione! No images to convert! Nessuna immagina da convertire! Processing... Sto processando... Processing finished! Processamento completato! All Supported Formats (%1) Tutti i formati supportati (%1) Open Directory Apri cartella No preview! Nessuna anteprima! Sorry! Selected image is damaged! Spiacente! L'immagine selezionata è danneggiata! Suggest a new name! Suggerisci un altro nome! New name: Nuovo nome: Please, specify a name! Per favore, specifica un nome! You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. Click Abort to cancel all operations. Devi specificare un nome. Click Retry per specificare un nuovo nome. Click Ignore per annullare quest'operazione. Click Abort per annullare tutte le operazioni. Warning! Attenzione! The filename should not be empty! Il nome del file non può essere vuoto! The name chosen is identical to the initial one. Do you want to overwrite the original file? Il nome scelto è identico a quello del file iniziale. Vuoi sovrascrivere il file iniziale? Aborted! Annullato! The output directory doesn't exists! Would you create it? La cartella di destinazione non esiste! Vuoi crearla? The directory cannot be created! La cartella non può essere creata! Preview Anteprima PixTreeWidget To convert Da convertire Status Stato File name Nome del file Image type Tipo immagine File size Dimensioni del file File path Cartella Translator English Italiano UpdateChecker New version is available! Nuova versione disponibile! A new version of Converseen is available! Would you download it? Una nuova versione di Converseen è disponibile! La vuoi scaricare adesso? myLabelPreviewer Preview Anteprima Converseen-0.6.7/loc/converseen_ja_JP.qm000066400000000000000000001076571227400641100201760ustar00rootroot000000000000008N(*59$~iB'k}rgF&4BMzH|73ϗ^ϗgHM ~5iG\&1B6vaH3~KNCAEWAo{ă~~k e i t7J y*_ 6 ңv ,k `} e4H O : GC| &c ЮT Dn ϩ fW gC{m yj Bo t>W *L} I9 N01 XD:?H ]Vcy ~sD# IN: sJ` sE) B =w x E Mi mA4C7 r P z t1 TG a ԯt~-GJ'q{j2}:z<Xg xx>zx{xI{)!'2PUzǖsEi000: %1 Error: %1 Converter00DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Y cn0:</span></p></body></html>

Converted:

DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">000:</span></p></body></html>

Errors:

DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">T:</span></p></body></html>

Total:

DialogConversionStatus0X0CloseDialogConversionStatusY crlConversion StatusDialogConversionStatusY cn0 ConvertedDialogConversionStatusu;P:Image:DialogConversionStatusY cQH0n000000Y0y0f0O Open all the destination foldersDialogConversionStatus Y cQH00OOpen destination DialogConversionStatus00000... Status...DialogConversionStatusrl:Status:DialogConversionStatusP\kbStopDialogConversionStatus-- DialogInfo><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen 0ou;P0n000Y c0000g0Y000000h100NN 0n0000000k[_0W0f0D0~0Y0</span></p></body></html>^

Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.

 DialogInfo R<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html>

Author: Faster (Francesco Mondello)

Email: faster3ck@gmail.com

Project Website: converseen.sourceforge.net

My Homepage: fasterindesign.altervista.org

 DialogInfo<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">3:</span></p></body></html>

Translators:

 DialogInfo<html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">Paypal0g[N</span></a><span style=" font-weight:600;">.</span></p></body></html>z

If you appreciate this work and would like to support the project, you are welcome to donate via Paypal.

 DialogInfo<strong>00000늞0000 : </strong>Mrcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a>Brazilian Portuguese Translation: Márcio Moraes - marciopanto@gmail.com DialogInfo<strong>000: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a>mCzech translation: Pavel Fric - pavelfric@seznam.cz DialogInfo<strong>0000: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a>qFrench Translation: Ludovic Troisi - axalis@cegetel.net  DialogInfo<strong>000Ċ: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a>German Translation: Marco Nickolai - nickolai@iad.tu-darmstadt.de DialogInfo<strong>00000: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a>}Hungarian translation: Charles Barcza - kbarcza@blackpanther.hu DialogInfo<strong>000: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a>pRussian Translation: Stasik Savorovsky - stas_stv@mail.ru DialogInfo<strong>000000 : </strong>Nelson lvarez Sez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a>Spanish (Chile) Translation: Nelson Álvarez Sáez - alvareznelson@gmail.com  DialogInfo<strong>000: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a>nTurkish Translation: Zeugma - sunder67@hotmail.com  DialogInfo"Converseen0k0d0D0f...About Converseen... DialogInfo0X0Close DialogInfo`X1 Informations DialogInfou;PY c0h00000n000Qt&The batch image converter and resizer. DialogInfox0Y0 Ask first DialogOptions 00000Cancel DialogOptionsLanguage DialogOptions: Language: DialogOptionsOKOk DialogOptions 0Y0y0fN f0MOverwrite all existing images DialogOptions N f0M-[Overwriting settings DialogOptions$Y f0W0_0iu(0Y00_00kQwR!5Please, restart Converseen to apply current language! DialogOptions-[Settings DialogOptionsfTJ!Warning! DialogOptions 00000Cancel DialogQuality 00000:Filter: DialogQualityu;Pϊ-[Image settings DialogQualityܕ Interpolation DialogQualityJpegW'~.000Jpeg compression level DialogQualityOKOk DialogQualityPngW'~.000Png compression level DialogQualityT 0 - 100: Quality 0 - 100: DialogQuality0Y0y0f (%1)All Supported Filters (%1)Formats0000000Y 0H0j0DDon't change the formatFormats #_copy#_copy MainWindow `X1(&A)&About MainWindow RO\(&A)&Actions MainWindowu;P0R(&A) &Add images MainWindow0000(&C)&Check MainWindow Y c(&C)&Convert MainWindow }(&E)&Edit MainWindow }BN(&E)&Exit MainWindow0000(&F)&File MainWindow000(&H)&Help MainWindowu;P00O(&O) &Open images MainWindow RJd(&R)&Remove images MainWindow -[(&S) &Settings MainWindow00000Y0Y(&U)&Uncheck Items MainWindow + 90+ 90° MainWindow - 90- 90° MainWindow...... MainWindow180180° MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 0000</span></p></body></html>

0 x 0 pixel

 MainWindow <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">000:</span></p></body></html>

File size:

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">u;P000:</span></p></body></html>

Image size:

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">z.^:</span></p></body></html>

Type:

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html>

-

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">00000:</span></p></body></html>

Preview:

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">P^:</span></p></body></html>

Image resolution:

 MainWindow dO\000 Actions Panel MainWindowAlt+DelAlt+Del MainWindow0Y0y0f0000(&l) Check a&ll MainWindow0Y0y0f0000Check all items MainWindowxb0W0_000000000Check selected items MainWindow 000xb Choose color MainWindowConverseen Converseen MainWindowY c000000Conversion Formats MainWindowY c Convert to: MainWindowCtrl+Alt+H Ctrl+Alt+H MainWindowCtrl+Alt+J Ctrl+Alt+J MainWindowCtrl+Alt+O Ctrl+Alt+O MainWindow Ctrl+HCtrl+H MainWindow Ctrl+JCtrl+J MainWindow Ctrl+OCtrl+O MainWindow Ctrl+XCtrl+X MainWindowRJdDel MainWindow000 Dimensions MainWindowPaypal0g[NDonate via Paypal MainWindowF1F1 MainWindowF5F5 MainWindow u;P0nS͎ Flip image: MainWindow0U:Height: MainWindowl4^s Horizontally MainWindowu;P0n0000000Image's directory MainWindowu;Pϊ-[Images settings MainWindow00000k0OcMantain aspect ratio MainWindowS͎0j0WNo flip MainWindowVގ0j0W No rotation MainWindowQR000000000OOpen output directory MainWindow -[00OOpen the settings dialog MainWindowQR00000Output options MainWindow 0Y0y0fN f0M Overwrite all MainWindow000000/00000 Prefix/Suffix MainWindow#ujProgressive Number MainWindowQh0fRJd(&a) Remove &all MainWindowQh0fRJdRemove all pictures MainWindowxb0W0_u;P0RJdRemove selected pictures MainWindow e0W0DT RM:Rename: MainWindow fo0NReplace transparent background MainWindowP^ Resolution MainWindow P^ X: Resolution X: MainWindow P^ Y: Resolution Y: MainWindow Vގ0hS͎Rotate and flip MainWindow u;P0nVގ Rotate image: MainWindowO[XQH:Save in: MainWindow0000 Scale image MainWindowu;Pϊ-[00OShow image settings dialog... MainWindow000000hy: Show preview MainWindowY c0000YStart the conversion process MainWindowRgP$: Start with: MainWindow0Y0y0f00000Y0YUncheck all &items MainWindow xb0W0_00000n00000Y0YUncheck selected items MainWindowWv Vertically MainWindow^E:Width: MainWindow 00000toolBar MainWindowN-kb!Aborted!MainWindowImpl e0W0DT RM: New name:MainWindowImplu;P0L00000U00f0D0~0[0!No image checked!MainWindowImplY c0Y0u;P0L0B00~0[0!No images to convert!MainWindowImplQR0000000Open DirectoryMainWindowImpl u;P00O Open ImageMainWindowImplT RM0Qe00f0O0`0U0D!Please, specify a name!MainWindowImpl 00000PreviewMainWindowImpl Y c}BN!Processing finished!MainWindowImpl [LN-... Processing...MainWindowImplQR00000000-[!Set an output directory!MainWindowImplT RM0Y 0H0f0o!Suggest a new name!MainWindowImpl 00000000LO\b0g0M0~0[0! The directory cannot be created!MainWindowImpl0000T 0L0B00~0[0!!The filename should not be empty!MainWindowImpl T RM0LT 0X0g0Y0N f0M0W0~0Y0K?\The name chosen is identical to the initial one. Do you want to overwrite the original file?MainWindowImpl0QR00000000L[XW(0W0~0[00O\b0W0~0Y0K?9The output directory doesn't exists! Would you create it?MainWindowImplfTJWarningMainWindowImplfTJ!Warning!MainWindowImplpT RM0c[0W0f0O0`0U0D0 Retry0ge0W0DT RM0Qe00~0Y0 Ignore0g}L0 Abort0gdO\0nS0m0W0You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. Click Abort to cancel all operations.MainWindowImpl 0000T  File name PixTreeWidget00 File path PixTreeWidget000 File size PixTreeWidgetz.^ Image type PixTreeWidgetrlStatus PixTreeWidgetY c To convert PixTreeWidgetJapaneseEnglish Translator 00000PreviewmyLabelPreviewerConverseen-0.6.7/loc/converseen_ja_JP.ts000077500000000000000000001345141227400641100202020ustar00rootroot00000000000000 Converter Error: %1 エラー: %1 DialogConversionStatus 0 0 Stop 停止 Close 閉じる <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Total:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">合計:</span></p></body></html> Open destination 変換先を開く Image: 画像: Converted 変換済み Open all the destination folders 変換先のフォルダをすべて開く Status... ステータス... Conversion Status 変換状況 Status: 状況: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Converted:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">変換済み:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Errors:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">エラー:</span></p></body></html> DialogInfo - - Close 閉じる <strong>Russian Translation: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> <strong>ロシア語: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> <strong>Turkish Translation: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> <strong>トルコ語: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> <strong>Czech translation: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> <strong>チェコ語: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> About Converseen... Converseenについて... Informations 情報 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen は画像のバッチ変換ツールです。リサイズと100以上のフォーマットに対応しています。</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt;">(c) 2009 - 2013 Francesco Mondello GNU - GPL v.3</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt;">(c) 2009 - 2013 Francesco Mondello GNU - GPL v.3 </span></p></body></html> <strong>Brazilian Portuguese Translation: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> <strong>ポルトガル語(ブラジル): </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Translators:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">翻訳者:</span></p></body></html> <strong>French Translation: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> <strong>フランス語: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> <strong>Spanish (Chile) Translation: </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> <strong>スペイン語(チリ): </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> <strong>German Translation: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> <strong>ドイツ語: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> The batch image converter and resizer. 画像変換とリサイズのバッチ処理 <strong>Hungarian translation: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> <strong>ハンガリー語: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">donate via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">Paypalで寄付</span></a><span style=" font-weight:600;">.</span></p></body></html> <strong>Polish Translation: </strong>Michał Olber from OSWorld.pl - <a href="mailto:redakcja@osworld.pl">redakcja@osworld.pl</a> <html><head/><body><p><span style=" font-weight:600;">Japanese translation:</span> Xenolith0 - <a href="mailto:xenolith0bytetestcomgreen@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Follow Converseen:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2014 Francesco Mondello GNU - GPL v.3</span></p></body></html> DialogOptions Ok OK Please, restart Converseen to apply current language! 変更した言語を適用するために再起動! Cancel キャンセル Language: 言語: Language 言語 Warning! 警告! Overwriting settings 上書き設定 Overwrite all existing images すべて上書き Settings 設定 Ask first 確認する DialogQuality Ok OK Png compression level Png圧縮レベル Jpeg compression level Jpeg圧縮レベル Quality 0 - 100: 品質 0 - 100: Cancel キャンセル Interpolation 補間 Filter: フィルター: Image settings 画像設定 Formats All Supported Filters (%1) すべて (%1) Don't change the format フォーマットを変えない MainWindow F1 F1 F5 F5 ... ... Del 削除 &Edit 編集(&E) &Exit 終了(&E) &File ファイル(&F) &Help ヘルプ(&H) 180° 180° Check selected items 選択したアイテムをチェック Uncheck selected items 選択したアイテムのチェックを外す &Uncheck Items チェックを外す(&U) <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Type:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">種類:</span></p></body></html> Remove all pictures 全て削除 Show preview プレビューを表示 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> Resolution X: 解像度 X: Resolution Y: 解像度 Y: Conversion Formats 変換フォーマット Open the settings dialog 設定を開く #_copy #_copy &About 情報(&A) &Check チェック(&C) Horizontally 水平 + 90° + 90° - 90° - 90° Actions Panel 操作パネル Prefix/Suffix プレフィクス/サフィクス Open output directory 出力ディレクトリーを開く Show image settings dialog... 画像設定を開く Choose color カラー選択 &Open images 画像を開く(&O) Ctrl+H Ctrl+H Ctrl+J Ctrl+J Ctrl+O Ctrl+O Ctrl+X Ctrl+X No flip 反転なし <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">File size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">サイズ:</span></p></body></html> Width: 幅: Check all items すべてチェック Start with: 初期値: Resolution 解像度 Overwrite all すべて上書き Flip image: 画像の反転 &Add images 画像を追加(&A) No rotation 回転なし Scale image リサイズ &Actions 動作(&A) Remove selected pictures 選択した画像を削除 Alt+Del Alt+Del <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixel</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 ピクセル</span></p></body></html> Mantain aspect ratio アスペクト比を保持 Rename: 新しい名前: Save in: 保存先: Check a&ll すべてチェック(&l) &Convert 変換(&C) Output options 出力オプション Vertically 垂直 toolBar ツールバー Images settings 画像設定 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Preview:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">プレビュー:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image resolution:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">解像度:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">画像サイズ:</span></p></body></html> Remove &all 全て削除(&a) Dimensions サイズ &Settings 設定(&S) Converseen Converseen Convert to: 変換 Replace transparent background 背景を透過 Start the conversion process 変換プロセス開始 &Remove images 削除(&R) Progressive Number 連番 Height: 高さ: Uncheck all &items すべてチェックを外す Rotate and flip 回転と反転 Ctrl+Alt+H Ctrl+Alt+H Ctrl+Alt+J Ctrl+Alt+J Ctrl+Alt+O Ctrl+Alt+O Image's directory 画像のディレクトリー Donate via Paypal Paypalで寄付 Rotate image: 画像の回転 Report bug... MainWindowImpl Open Image 画像を開く Set an output directory! 出力ディレクトリーを設定! Please, specify a name! 名前を入れてください! Processing finished! 変換終了! You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. Click Abort to cancel all operations. 名前を指定してください。 Retryで新しい名前を入れます。 Ignoreで続行。 Abortで操作の取り消し。 Suggest a new name! 名前を変えては! Preview プレビュー No images to convert! 変換する画像がありません! Warning! 警告! Aborted! 中止! New name: 新しい名前: The output directory doesn't exists! Would you create it? 出力ディレクトリーが存在しません。作成しますか? The name chosen is identical to the initial one. Do you want to overwrite the original file? 名前が同じです。上書きしますか? Warning 警告 No image checked! 画像がチェックされていません! The directory cannot be created! ディレクトリーが作成できません! The filename should not be empty! ファイル名がありません! Processing... 実行中... Open Directory 出力ディレクトリー PixTreeWidget File name ファイル名 File path パス File size サイズ Status 状況 To convert 変換 Image type 種類 Translator English Japanese UpdateChecker New version is available! A new version of Converseen is available! Would you download it? myLabelPreviewer Preview プレビュー Converseen-0.6.7/loc/converseen_pl_PL.qm000066400000000000000000001155761227400641100202200ustar00rootroot00000000000000L)OIO{) |ImE|HACvUN.IFIH~~~/ F}1 nPB~V:{yAߺ {>:(*9$oiDkrgI4EQMHLB~7ϗϗ#L{ nWiK<&146{qH3~PNFLAHA8oYăk e ia t7J y* 8] ң{ - `} e4M/ OV : GC &c Юf Gh ϩ f gCy yn Bt t>\ *L I;~ N0 XD:A ]Vcm ~sF IN< sN sH E =| } I3 MK mA4E r1 P z t1N TK a ԯt-*GNwq9{j2n:>X Jx}z~~DI!'3UǖsIhi]BBd:%1 Error: %1 Converter00DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Skonwertowane:</span></p></body></html>

Converted:

DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">BBdy:</span></p></body></html>

Errors:

DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Acznie:</span></p></body></html>

Total:

DialogConversionStatusZamknijCloseDialogConversionStatus Postp konwersjiConversion StatusDialogConversionStatusSkonwertowany ConvertedDialogConversionStatus Obraz:Image:DialogConversionStatusDOtwrz wszystkie katalogi docelowe Open all the destination foldersDialogConversionStatus Katalog docelowyOpen destination DialogConversionStatusStatus... Status...DialogConversionStatusStatus:Status:DialogConversionStatusZatrzymajStopDialogConversionStatus-- DialogInfo<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen jest narzdziem do wsadowej konwersji obrazw. Mo|esz nim zmienia rozmiar i konwertowa obrazki w ponad 100 r|nych formatach.</span></p></body></html>^

Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.

 DialogInfo n<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Autor: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Adres email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Strona projektu: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Strona domowa autora: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html>

Author: Faster (Francesco Mondello)

Email: faster3ck@gmail.com

Project Website: converseen.sourceforge.net

My Homepage: fasterindesign.altervista.org

 DialogInfo<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">TBumaczenia:</span></p></body></html>

Translators:

 DialogInfo<html><head/><body><p align="center"><span style=" font-weight:600;">Je|eli podoba Ci si program i chciaBby[ go wspomc, zapraszmy do </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">wpBacenia darowizny po przez Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html>z

If you appreciate this work and would like to support the project, you are welcome to donate via Paypal.

 DialogInfo<strong>TBumaczenie brazylijskie i portugalskie: </strong>Mrcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a>Brazilian Portuguese Translation: Márcio Moraes - marciopanto@gmail.com DialogInfo<strong>TBumaczenie czeskie: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a>mCzech translation: Pavel Fric - pavelfric@seznam.cz DialogInfo<strong>TBumaczenie francuskie: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a>qFrench Translation: Ludovic Troisi - axalis@cegetel.net  DialogInfo<strong>TBumaczenie niemieckie: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a>German Translation: Marco Nickolai - nickolai@iad.tu-darmstadt.de DialogInfo<strong>TBumaczenie wgierskie: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a>}Hungarian translation: Charles Barcza - kbarcza@blackpanther.hu DialogInfo<strong>TBumaczenie rosyjskie: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a>pRussian Translation: Stasik Savorovsky - stas_stv@mail.ru DialogInfo<strong>TBumaczenie hiszpaDskie (Chile): </strong>Nelson lvarez Sez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a>Spanish (Chile) Translation: Nelson Álvarez Sáez - alvareznelson@gmail.com  DialogInfo<strong>TBumaczenie tureckie: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a>nTurkish Translation: Zeugma - sunder67@hotmail.com  DialogInfoO programie...About Converseen... DialogInfoClose DialogInfoInformacje Informations DialogInfo&The batch image converter and resizer. DialogInfoZawsze pytaj Ask first DialogOptions AnulujCancel DialogOptions JzykLanguage DialogOptions Jzyk: Language: DialogOptionsOKOk DialogOptionsJNadpisuj wszystkie istniejce obrazkiOverwrite all existing images DialogOptions*Nadpisywanie ustawieDOverwriting settings DialogOptionsbUruchom ponownie program, aby zapisa ustawienia!5Please, restart Converseen to apply current language! DialogOptionsUstawieniaSettings DialogOptionsOtrze|enie!Warning! DialogOptions AnulujCancel DialogQuality Filtr:Filter: DialogQuality$Ustawienia obrazkaImage settings DialogQualityInterpolacja Interpolation DialogQuality*Poziom kompresji JPEGJpeg compression level DialogQualityOKOk DialogQuality(Poziom kompresji PNGPng compression level DialogQualityJako[ 0 - 100:Quality 0 - 100: DialogQuality>Wszystkie wspierane filtry (%1)All Supported Filters (%1)Formats(Nie zmieniaj formatuDon't change the formatFormats#_kopia#_copy MainWindow&O programie&About MainWindow&Operacje&Actions MainWindow&Dodaj obrazki &Add images MainWindow&Zaznacz&Check MainWindow&Konwertuj&Convert MainWindow&Edycja&Edit MainWindow&Wyj[cie&Exit MainWindow &Plik&File MainWindow &Pomoc&Help MainWindow&Otwrz katalog &Open images MainWindow&UsuD obrazki&Remove images MainWindow&Ustawienia &Settings MainWindow &Odznacz pozycje&Uncheck Items MainWindowW prawo o 90+ 90° MainWindowW lewo o 90- 90° MainWindow...... MainWindow o 180180° MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pikseli</span></p></body></html>

0 x 0 pixel

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Rozmiar pliku:</span></p></body></html>

File size:

 MainWindow"<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Rozmiar obrazka:</span></p></body></html>

Image size:

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Format pliku:</span></p></body></html>

Type:

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html>

-

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Podgld:</span></p></body></html>

Preview:

 MainWindow,<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Rozdzielczo[ obrazka:</span></p></body></html>

Image resolution:

 MainWindowPanel operacji Actions Panel MainWindowAlt+DelAlt+Del MainWindow$Zaznacz &wszystkie Check a&ll MainWindow0Zaznacz wysztkie pozycjeCheck all items MainWindow.Zaznacz wybrane pozycjeCheck selected items MainWindowWybierz kolor Choose color MainWindowConverseen Converseen MainWindow"Formaty konwersjiConversion Formats MainWindowKonwertuj do: Convert to: MainWindowCtrl+Alt+H Ctrl+Alt+H MainWindowCtrl+Alt+J Ctrl+Alt+J MainWindowCtrl+Alt+O Ctrl+Alt+O MainWindow Ctrl+HCtrl+H MainWindow Ctrl+JCtrl+J MainWindow Ctrl+OCtrl+O MainWindow Ctrl+XCtrl+X MainWindowDelDel MainWindowWymiary Dimensions MainWindow*Dotacje przez PaypalaDonate via Paypal MainWindowF1F1 MainWindowF5F5 MainWindowOdbij obraz: Flip image: MainWindowWysoko[:Height: MainWindowPoziomo Horizontally MainWindowNU|yj obecnego katalogu, jako docelowegoImage's directory MainWindow&Ustawienia obrazkwImages settings MainWindowBZachowaj pierwotne propocje bokwMantain aspect ratio MainWindowNie odbijajNo flip MainWindowNie obracaj No rotation MainWindow0Wybierz katalog docelowyOpen output directory MainWindow(Otwrz okno ustawieDOpen the settings dialog MainWindowOpcje zapisuOutput options MainWindow Nadpisz wszystko Overwrite all MainWindow0Nazwa pocztkowa/koDcowa Prefix/Suffix MainWindowNumeracjaProgressive Number MainWindowUsuD &wszystkie Remove &all MainWindow,UsuD wszystkie obrazkiRemove all pictures MainWindow.UsuD zaznaczone obrazkiRemove selected pictures MainWindowWzorzec nazwy:Rename: MainWindow4WypeBniB przezroczyste tBoReplace transparent background MainWindowRozdzielczo[ Resolution MainWindow Rozdzielczo[ X: Resolution X: MainWindow Rozdzielczo[ Y: Resolution Y: MainWindow*Odbijanie i obracanieRotate and flip MainWindowObr obraz: Rotate image: MainWindowZapisz w:Save in: MainWindow$Skalowanie obrazka Scale image MainWindow<Poka| okno ustawieD obrazka...Show image settings dialog... MainWindowPoka| podgld Show preview MainWindow6Rozpocznik proces konwersjiStart the conversion process MainWindowRozpocznij od: Start with: MainWindow4Odznacz wszystkie &pozycjeUncheck all &items MainWindow4Odznacz zaznaczone pozycjeUncheck selected items MainWindowPionowo Vertically MainWindowSzeroko[:Width: MainWindowPasek narzdzitoolBar MainWindowPrzerwano!Aborted!MainWindowImplNowa nazwa: New name:MainWindowImplNie sprawdzono!No image checked!MainWindowImpl6Brak obrazkw do konwersji!No images to convert!MainWindowImplOtwrz katalogOpen DirectoryMainWindowImplOtwrz obraz Open ImageMainWindowImpl,Prosz utworzy nazw!Please, specify a name!MainWindowImplPodgldPreviewMainWindowImpl0UkoDczono przetwarzanie!Processing finished!MainWindowImpl Przetwarzanie... Processing...MainWindowImpl2Wybierz katalog docelowy!Set an output directory!MainWindowImpl"Podaj now nazw!Suggest a new name!MainWindowImpl8Nie mo|na utworzy katalogu! The directory cannot be created!MainWindowImpl>Nazwa pliku nie mo|e by pusta!!The filename should not be empty!MainWindowImplWybrano tak sam nazw, jak istniejca ju|. Nadpisa orgyinalny plik?\The name chosen is identical to the initial one. Do you want to overwrite the original file?MainWindowImplFBrak katalogu docelowego! Utworzy?9The output directory doesn't exists! Would you create it?MainWindowImplOstrze|enieWarningMainWindowImplOstrze|enie!Warning!MainWindowImpl8Nale|y utworzy nazw. Kliknij Ponw, aby utworzy now nazw. Kliknij Ignoruj, aby zakoDczy t operacj. Kliknij Porzu, aby zakoDczy wszystkie operacje.You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. Click Abort to cancel all operations.MainWindowImplNazwa pliku File name PixTreeWidget Zcie|ka do pliku File path PixTreeWidgetRozmiar pliku File size PixTreeWidgetRodzaj formatu Image type PixTreeWidget StatusStatus PixTreeWidgetDo konwersji To convert PixTreeWidget PolskiEnglish TranslatorPodgldPreviewmyLabelPreviewer , Converseen-0.6.7/loc/converseen_pl_PL.ts000077500000000000000000001605131227400641100202230ustar00rootroot00000000000000 Converter Error: %1 Błąd:%1 DialogConversionStatus Status... Status... Conversion Status Postęp konwersji Image: Obraz: Status: Status: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Total:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Łącznie:</span></p></body></html> 0 0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Converted:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Skonwertowane:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Errors:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Błędy:</span></p></body></html> Open destination Katalog docelowy Stop Zatrzymaj Close Zamknij Open all the destination folders Otwórz wszystkie katalogi docelowe Converted Skonwertowany DialogInfo About Converseen... O programie... - - Informations Informacje <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Autor: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Adres email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Strona projektu: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Strona domowa autora: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Translators:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Tłumaczenia:</span></p></body></html> <strong>Hungarian translation: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> <strong>Tłumaczenie węgierskie: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> <strong>Czech translation: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> <strong>Tłumaczenie czeskie: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> <strong>French Translation: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> <strong>Tłumaczenie francuskie: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> <strong>Brazilian Portuguese Translation: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> <strong>Tłumaczenie brazylijskie i portugalskie: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> <strong>German Translation: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> <strong>Tłumaczenie niemieckie: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> <strong>Spanish (Chile) Translation: </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> <strong>Tłumaczenie hiszpańskie (Chile): </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> <strong>Turkish Translation: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> <strong>Tłumaczenie tureckie: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> <strong>Russian Translation: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> <strong>Tłumaczenie rosyjskie: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> <strong>Polish Translation: </strong>Michał Olber from OSWorld.pl - <a href="mailto:redakcja@osworld.pl">redakcja@osworld.pl</a> <html><head/><body><p><span style=" font-weight:600;">Japanese translation:</span> Xenolith0 - <a href="mailto:xenolith0bytetestcomgreen@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2014 Francesco Mondello GNU - GPL v.3</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen jest narzędziem do wsadowej konwersji obrazów. Możesz nim zmieniać rozmiar i konwertować obrazki w ponad 100 różnych formatach.</span></p></body></html> <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">donate via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> <html><head/><body><p align="center"><span style=" font-weight:600;">Jeżeli podoba Ci się program i chciałbyś go wspomóc, zapraszmy do </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">wpłacenia darowizny po przez Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Follow Converseen:</span></p></body></html> Close The batch image converter and resizer. DialogOptions Settings Ustawienia Language Język Language: Język: Overwriting settings Nadpisywanie ustawień Ask first Zawsze pytaj Overwrite all existing images Nadpisuj wszystkie istniejące obrazki Ok OK Cancel Anuluj Warning! Otrzeżenie! Please, restart Converseen to apply current language! Uruchom ponownie program, aby zapisać ustawienia! DialogQuality Image settings Ustawienia obrazka Jpeg compression level Poziom kompresji JPEG Quality 0 - 100: Jakość 0 - 100: Png compression level Poziom kompresji PNG Interpolation Interpolacja Filter: Filtr: Ok OK Cancel Anuluj Formats All Supported Filters (%1) Wszystkie wspierane filtry (%1) Don't change the format Nie zmieniaj formatu MainWindow Converseen Converseen Conversion Formats Formaty konwersji Convert to: Konwertuj do: Show image settings dialog... Pokaż okno ustawień obrazka... Images settings Ustawienia obrazków Replace transparent background Wypełnił przeźroczyste tło Choose color Wybierz kolor &File &Plik &Edit &Edycja &Actions &Operacje &Help &Pomoc Actions Panel Panel operacji <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Preview:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Podgląd:</span></p></body></html> Show preview Pokaż podgląd <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Type:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Format pliku:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">File size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Rozmiar pliku:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Rozmiar obrazka:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image resolution:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Rozdzielczość obrazka:</span></p></body></html> Dimensions Wymiary Scale image Skalowanie obrazka Width: Szerokość: Height: Wysokość: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixel</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pikseli</span></p></body></html> Mantain aspect ratio Zachowaj pierwotne propocje boków Resolution Rozdzielczość Resolution X: Rozdzielczość X: Resolution Y: Rozdzielczość Y: Rotate and flip Odbijanie i obracanie Rotate image: Obróć obraz: No rotation Nie obracaj + 90° W prawo o 90° - 90° W lewo o 90° 180° o 180° Flip image: Odbij obraz: No flip Nie odbijaj Horizontally Poziomo Vertically Pionowo Output options Opcje zapisu Save in: Zapisz w: Open output directory Wybierz katalog docelowy ... ... Image's directory Użyj obecnego katalogu, jako docelowego Rename: Wzorzec nazwy: Prefix/Suffix Nazwa początkowa/końcowa Progressive Number Numeracja #_copy #_kopia Start with: Rozpocznij od: Overwrite all Nadpisz wszystko toolBar Pasek narzędzi &Open images &Otwórz katalog Ctrl+O Ctrl+O &Add images &Dodaj obrazki Ctrl+Alt+O Ctrl+Alt+O &Remove images &Usuń obrazki Remove selected pictures Usuń zaznaczone obrazki Del Del Remove &all Usuń &wszystkie Remove all pictures Usuń wszystkie obrazki Alt+Del Alt+Del &Check &Zaznacz Check selected items Zaznacz wybrane pozycje Ctrl+H Ctrl+H Check a&ll Zaznacz &wszystkie Check all items Zaznacz wysztkie pozycje Ctrl+Alt+H Ctrl+Alt+H &Convert &Konwertuj Start the conversion process Rozpocznik proces konwersji F5 F5 &Settings &Ustawienia Open the settings dialog Otwórz okno ustawień &Exit &Wyjście Ctrl+X Ctrl+X Uncheck all &items Odznacz wszystkie &pozycje Ctrl+Alt+J Ctrl+Alt+J &Uncheck Items &Odznacz pozycje Uncheck selected items Odznacz zaznaczone pozycje Ctrl+J Ctrl+J &About &O programie F1 F1 Donate via Paypal Dotacje przez Paypala Report bug... MainWindowImpl Open Image Otwórz obraz Warning Ostrzeżenie The output directory doesn't exists! Would you create it? Brak katalogu docelowego! Utworzyć? The directory cannot be created! Nie można utworzyć katalogu! Set an output directory! Wybierz katalog docelowy! No image checked! Nie sprawdzono! No images to convert! Brak obrazków do konwersji! Processing... Przetwarzanie... Processing finished! Ukończono przetwarzanie! Open Directory Otwórz katalog Preview Podgląd Suggest a new name! Podaj nową nazwę! New name: Nowa nazwa: Please, specify a name! Proszę utworzyć nazwę! You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. Click Abort to cancel all operations. Należy utworzyć nazwę. Kliknij Ponów, aby utworzyć nową nazwę. Kliknij Ignoruj, aby zakończyć tą operację. Kliknij Porzuć, aby zakończyć wszystkie operacje. Warning! Ostrzeżenie! The filename should not be empty! Nazwa pliku nie może być pusta! The name chosen is identical to the initial one. Do you want to overwrite the original file? Wybrano taką samą nazwę, jak istniejąca już. Nadpisać orgyinalny plik? Aborted! Przerwano! PixTreeWidget To convert Do konwersji Status Status File name Nazwa pliku Image type Rodzaj formatu File size Rozmiar pliku File path Ścieżka do pliku Translator English Polski UpdateChecker New version is available! A new version of Converseen is available! Would you download it? myLabelPreviewer Preview Podgląd Converseen-0.6.7/loc/converseen_pt_BR.qm000066400000000000000000001113521227400641100202040ustar00rootroot00000000000000W *L}l N0= ]Vcy ~sB sI sC @U =wi x M1 mA4@ ry P z t1 TF a ԯt~-aGIbq{:zXxxIzxxIz!';Uz'ǖsDiErro: %1 Error: %1 Converter00DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Convertida:</span></p></body></html>

Converted:

DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Erros:</span></p></body></html>

Errors:

DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Total:</span></p></body></html>

Total:

DialogConversionStatus FecharCloseDialogConversionStatus&Status Da ConversoConversion StatusDialogConversionStatusConvertida ConvertedDialogConversionStatusImagem:Image:DialogConversionStatus@Abrir todas as pastas de destino Open all the destination foldersDialogConversionStatusAbrir destinoOpen destination DialogConversionStatusStatus... Status...DialogConversionStatusStatus:Status:DialogConversionStatus PararStopDialogConversionStatus-- DialogInfo<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen uma ferramenta de converso de imagens em lote. Voc pode redimensionar e converter imagens em mais de 100 formatos diferentes.</span></p></body></html>^

Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.

 DialogInfo&<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> {3C?} {4.0/?} {3.?} {40/?} {1"?} {2'?} {8p?} {400;?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} {10p?} {2009 ?} {2014 ?} {3<?}

(c) 2009 - 2014 Francesco Mondello GNU - GPL v.3

 DialogInfo V<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Autor: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Site do Projeto: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Pgina Pessoal: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html>

Author: Faster (Francesco Mondello)

Email: faster3ck@gmail.com

Project Website: converseen.sourceforge.net

My Homepage: fasterindesign.altervista.org

 DialogInfo<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Tradutores:</span></p></body></html>

Translators:

 DialogInfo<html><head/><body><p align="center"><span style=" font-weight:600;">Se voc apreciou este trabalho e gostaria de apoiar o projeto, voc est convidado a </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">doar via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html>z

If you appreciate this work and would like to support the project, you are welcome to donate via Paypal.

 DialogInfo*Sobre o Converseen...About Converseen... DialogInfo FecharClose DialogInfoInformaes Informations DialogInfobO conversor e redimensionador de imagens em lote.&The batch image converter and resizer. DialogInfo$Perguntar primeiro Ask first DialogOptionsCancelarCancel DialogOptions IdiomaLanguage DialogOptionsIdioma: Language: DialogOptionsOkOk DialogOptionsLSubstituir todas as imagens existentesOverwrite all existing images DialogOptions0Substituir configuraesOverwriting settings DialogOptionsvPor favor, reinicie Converseen para aplicar o idioma atual!5Please, restart Converseen to apply current language! DialogOptionsConfiguraesSettings DialogOptions Aviso!Warning! DialogOptionsCancelarCancel DialogQuality.Configuraes da imagemImage settings DialogQuality0Nvel de compresso JPEGJpeg compression level DialogQualityOkOk DialogQuality.Nvel de compresso PNGPng compression level DialogQuality$Qualidade 0 - 100:Quality 0 - 100: DialogQuality@Todos Os Filtros Suportados (%1)All Supported Filters (%1)Formats*No alterar o formatoDon't change the formatFormats #_copy#_copy MainWindow &Sobre&About MainWindow Ae&s&Actions MainWindow$&Adicionar imagens &Add images MainWindow&Marcar&Check MainWindow&Converter&Convert MainWindow&Editar&Edit MainWindow &Sair&Exit MainWindow&Arquivo&File MainWindow A&juda&Help MainWindow&Abrir imagens &Open images MainWindow &Remover imagens&Remove images MainWindow&Concfiguraes &Settings MainWindow &Desmarcar Itens&Uncheck Items MainWindow...... MainWindow180180° MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixel</span></p></body></html>

0 x 0 pixel

 MainWindow(<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Tamanho do arquivo:</span></p></body></html>

File size:

 MainWindow&<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Tamanho da imagem:</span></p></body></html>

Image size:

 MainWindow <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Tipo:</span></p></body></html>

Type:

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html>

-

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Visualizao:</span></p></body></html>

Preview:

 MainWindow(<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Resoluo da imagem:</span></p></body></html>

Image resolution:

 MainWindowAes do Painel Actions Panel MainWindowAlt+DelAlt+Del MainWindowMarcar t&odos Check a&ll MainWindow(Macar todos os itensCheck all items MainWindow:Marcarr os itens selecionadosCheck selected items MainWindowEscolher cor Choose color MainWindowConverseen Converseen MainWindow*Formatos de ConversoConversion Formats MainWindowConverter para: Convert to: MainWindowCtrl+Alt+H Ctrl+Alt+H MainWindowCtrl+Alt+J Ctrl+Alt+J MainWindowCtrl+Alt+O Ctrl+Alt+O MainWindow Ctrl+HCtrl+H MainWindow Ctrl+JCtrl+J MainWindow Ctrl+OCtrl+O MainWindow Ctrl+XCtrl+X MainWindowDelDel MainWindowDimenses Dimensions MainWindowDoar via PaypalDonate via Paypal MainWindowF1F1 MainWindowF5F5 MainWindowAltura:Height: MainWindow&Diretrio de imagenImage's directory MainWindow2Configuraes das imagensImages settings MainWindow Manter proporoMantain aspect ratio MainWindow0Abrir diretrio de sadaOpen output directory MainWindow>Abrir o dilogo de configuraoOpen the settings dialog MainWindowOpes de sadaOutput options MainWindow Substituir todas Overwrite all MainWindowRemover &todas Remove &all MainWindow0Remover todas as imagensRemove all pictures MainWindow8Remover imagens selecionadasRemove selected pictures MainWindowRenomear:Rename: MainWindow8Substituir fundo transparentReplace transparent background MainWindowResoluo Resolution MainWindowResoluo X: Resolution X: MainWindowResoluo Y: Resolution Y: MainWindowSalvar em:Save in: MainWindow Escala da imagem Scale image MainWindowZMostrar dilogo de configuraes da imagem...Show image settings dialog... MainWindow(Mostrar visualizao Show preview MainWindow>Iniciar o processo de conversoStart the conversion process MainWindow2Desmarcar todos os &itensUncheck all &items MainWindow>Desmarcar os itens selecionadosUncheck selected items MainWindowLargura:Width: MainWindow(Barra de ferramentastoolBar MainWindowCancelado!Aborted!MainWindowImplNovo nome: New name:MainWindowImpl.Nenhuma imagem marcada!No image checked!MainWindowImpl<Nemhuma imagem para converter!No images to convert!MainWindowImplAbrir DiretrioOpen DirectoryMainWindowImplAbrir Imagem Open ImageMainWindowImpl>Por favor, especifique um nome!Please, specify a name!MainWindowImpl2Processamento finalizado!Processing finished!MainWindowImplProcessando... Processing...MainWindowImpl<Definir um diretrio de sada!Set an output directory!MainWindowImpl*Sugerir um novo nome!Suggest a new name!MainWindowImpl@O diretrio no pode ser criado! The directory cannot be created!MainWindowImplJO nome do arquivo no deve ser vazio!!The filename should not be empty!MainWindowImplO nome escolhido idntico ao inicial. Voc deseja substituir o arquivo original?\The name chosen is identical to the initial one. Do you want to overwrite the original file?MainWindowImplfO diretrio de sada no existe! Voc quer cri-lo?9The output directory doesn't exists! Would you create it?MainWindowImpl AvisoWarningMainWindowImpl Aviso!Warning!MainWindowImpldVoc deve especificar um nome. Clique em Repetir para especificar um novo nome. Clique em Ignorar para cancelar esta operao. Clique em Abortar para cancelar todas as operaes.You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. Click Abort to cancel all operations.MainWindowImplNome do arquivo File name PixTreeWidget$Caminho do arquivo File path PixTreeWidget$Tamanho do arquivo File size PixTreeWidgetTipo de imagem Image type PixTreeWidget StatusStatus PixTreeWidgetPara converter To convert PixTreeWidget&Portugus do BrasilEnglish TranslatorConverseen-0.6.7/loc/converseen_pt_BR.ts000077500000000000000000003536061227400641100202320ustar00rootroot00000000000000 Converter Converted! Convertido! Converted and processed! Convertido e processado! Error: %1 Erro: %1 Error! Erro! An error is occurred in opening %1: %2. It won't be processed! Um erro ocorreu ao abrir %1: %2. Ele não será processado! Suggest a new name! Sugira um novo nome! New name: Novo nome: %1/copy_%2.%3 %1/copy_%2.%3 DialogConversionStatus Status... Status... Conversion Status Status Da Conversão Image: Imagem: Status: Status: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Total:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Total:</span></p></body></html> 0 0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Converted:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Convertida:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Errors:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Erros:</span></p></body></html> Open destination Abrir destino Stop Parar Close Fechar Open all the destination folders Abrir todas as pastas de destino Converted Convertida DialogInfo About Converseen... Sobre o Converseen... <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3.2</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3.2</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">O redimensionador e conversor de imagem em lote.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">O conversor e redimensionador de imagens em lote.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.1</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.1</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">O conversor e redimensionador de imagens em lote.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.2</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.2</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">O conversor e redimensionador de imagens em lote.</p></td></tr></table></body></html> {3C?} {4.0/?} {3.?} {40/?} {1"?} {10p?} {400;?} {0"?} {4p?} {4p?} {4p?} {4p?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} {12p?} {600;?} {0.4.2<?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} Informations Informações <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="mailto:faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0000ff;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0000ff;">converseen.sourceforge.net</span></a></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.netsons.org"><span style=" text-decoration: underline; color:#0000ff;">fasterindesign.netsons.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Autor: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="mailto:faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0000ff;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Site do Projeto: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0000ff;">converseen.sourceforge.net</span></a></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Meu Site Pessoal: </span><a href="http://fasterindesign.netsons.org"><span style=" text-decoration: underline; color:#0000ff;">fasterindesign.netsons.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.3</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.3</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">O conversor e redimensionador de imagens em lote.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Autor: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Site do Projeto: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Página Pessoal: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Translators:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Tradutores:</span></p></body></html> <strong>Hungarian translation: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> <strong>Czech translation: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> <strong>French Translation: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> <strong>Brazilian Portuguese Translation: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> <strong>German Translation: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> <strong>Spanish (Chile) Translation: </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> <strong>Turkish Translation: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> <strong>Russian Translation: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> <strong>Polish Translation: </strong>Michał Olber from OSWorld.pl - <a href="mailto:redakcja@osworld.pl">redakcja@osworld.pl</a> <html><head/><body><p><span style=" font-weight:600;">Japanese translation:</span> Xenolith0 - <a href="mailto:xenolith0bytetestcomgreen@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2014 Francesco Mondello GNU - GPL v.3</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> {3C?} {4.0/?} {3.?} {40/?} {1"?} {2'?} {8p?} {400;?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} {10p?} {2009 ?} {2014 ?} {3<?} <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Follow Converseen:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0000ff;">d@ayoy.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Tradução para Polonês:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0000ff;">d@ayoy.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0000ff;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Tradução para Húngaro: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0000ff;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.5</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.5</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">O conversor e redimensionador de imagens em lote.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.6</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.6</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">O conversor e redimensionador de imagens em lote.</p></td></tr></table></body></html> {3C?} {4.0/?} {3.?} {40/?} {1"?} {10p?} {400;?} {0"?} {4p?} {4p?} {4p?} {4p?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} {12p?} {600;?} {0.4.6<?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.7</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.7</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">O conversor e redimensionador de imagens em lote.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.8</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.8</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">O conversor e redimensionador de imagens em lote.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.9</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.9</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">O conversor e redimensionador de imagens em lote.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Tradução para Polonês:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Tradução para Húngaro: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Czech translation: </span><span style=" font-size:10pt; color:#141312;">Pavel Fric - </span><a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Tradução para Tcheco: </span><span style=" font-size:10pt; color:#141312;">Pavel Fric - </span><a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Czech translation: </span>Pavel Fric - <a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Tradução para Tcheco: </span>Pavel Fric - <a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">French Translation:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Tradução para Francês:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Brazilian Portuguese Translation:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Tradução para Português do Brasil:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">German Translation:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Tradução para Alemão:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Spanish (Chile) Translation:</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Tradução para Espanhol (Chile):</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Turkish Translation: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Tradução para Turco: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">donate via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> <html><head/><body><p align="center"><span style=" font-weight:600;">Se você apreciou este trabalho e gostaria de apoiar o projeto, você está convidado a </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">doar via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Turkish Translation: </span>Zeugma - <a href="mailto:sunder67@hotmail.com"><span style=" text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Tradução para Turco: </span>Zeugma - <a href="mailto:sunder67@hotmail.com"><span style=" text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen é uma ferramenta de conversão de imagens em lote. Você pode redimensionar e converter imagens em mais de 100 formatos diferentes.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats. Converseen é uma ferramenta de conversão de imagens em lote. Você pode redimensionar e converter imagens em mais de 100 formatos diferentes. (c) 2009 - 2011 Francesco Mondello GNU - GPL v.2 (c) 2009 - 2011 Francesco Mondello GNU - GPL v.2 (c) Faster 2011 GNU - GPL v.2 (c) Faster 2010 GNU - GPL v.2 (c) Faster 2010 GNU - GPL v.2 (c) Faster 2010 GNU - GPL v.2 Close Fechar The batch image converter and resizer. O conversor e redimensionador de imagens em lote. DialogOptions Settings Configurações Language Idioma Language: Idioma: Overwriting settings Substituir configurações Ask first Perguntar primeiro Overwrite all existing images Substituir todas as imagens existentes Ok Ok Cancel Cancelar Warning! Aviso! Please, restart Converseen to apply current language! Por favor, reinicie Converseen para aplicar o idioma atual! DialogQuality Image settings Configurações da imagem Jpeg compression level Nível de compressão JPEG Quality 0 - 100: Qualidade 0 - 100: Png compression level Nível de compressão PNG Interpolation Filter: Quality 0 - 9: Qualidade 0 - 9: Ok Ok Cancel Cancelar Formats All Supported Filters (%1) Todos Os Filtros Suportados (%1) Don't change the format Não alterar o formato MainWindow Converseen Converseen To convert Para converter Status Status File name Nome do arquivo Image type Tipo de imagem File size Tamanho da imagem File path Caminho do arquivo Conversion Formats Formatos de Conversão Convert to: Converter para: Show image settings dialog... Mostrar diálogo de configurações da imagem... Images settings Configurações das imagens Add Images Adicionar imagens Open images to convert Abrir imagens para converter Open images Abrir imagens Add images to convert Adicionar imagens para converter Add images Adicionar imagens Convert all checked images Converter todas as imagens selecionadas Convert Converter Remove all selected images Remover todas as imagens selecionadas Remove Images Remover Imagens Clear Limpar Remove All Remover Todas Check all selected images Marcar todas as imagens selecionadas Check Marcar Check all images Marcar todas as imagens Check All Marcar Todas &File &Arquivo &Edit &Editar &Actions Açõe&s &Help A&juda Actions Panel Ações do Painel <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Preview:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Visualização:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">No preview!</p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Nenhuma visualização!</p></body></html> Show preview Mostrar visualização <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Type:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Tipo:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">File size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Tamanho do arquivo:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Tamanho da imagem:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image resolution:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Resolução da imagem:</span></p></body></html> Dimensions Dimensões Width: Largura: Height: Altura: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixel</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixel</span></p></body></html> Mantain aspect ratio Manter proporção Show image's attributes Mostrar atributos da imagem Overwrite all Substituir todas Load image's attributes Carregar atributos da imagem Replace transparent background Substituir fundo transparent Choose color Escolher cor Scale image Escala da imagem Resolution Resolução Resolution X: Resolução X: Resolution Y: Resolução Y: Rotate and flip Rotate image: No rotation + 90° - 90° 180° 180° Flip image: No flip Horizontally Vertically Output options Opções de saída Save in: Salvar em: Open output directory Abrir diretório de saída ... ... Image's directory Diretório de imagen Rename: Renomear: Prefix/Suffix Progressive Number #_copy #_copy Start with: toolBar Barra de ferramentas &Open images &Abrir imagens Ctrl+O Ctrl+O &Add images &Adicionar imagens Ctrl+Alt+O Ctrl+Alt+O &Remove images &Remover imagens Remove selected pictures Remover imagens selecionadas Del Del Remove &all Remover &todas Remove all pictures Remover todas as imagens Alt+Del Alt+Del &Check &Marcar Check selected items Marcarr os itens selecionados Ctrl+H Ctrl+H Check a&ll Marcar t&odos Check all items Macar todos os itens Ctrl+Alt+H Ctrl+Alt+H &Convert &Converter Start the conversion process Iniciar o processo de conversão F5 F5 &Settings &Concfigurações Open the settings dialog Abrir o diálogo de configuração &Exit &Sair Ctrl+X Ctrl+X Uncheck all &items Desmarcar todos os &itens Ctrl+Alt+J Ctrl+Alt+J &Uncheck Items &Desmarcar Itens Uncheck selected items Desmarcar os itens selecionados Ctrl+J Ctrl+J &About &Sobre F1 F1 Donate via Paypal Doar via Paypal Report bug... MainWindowImpl Open images to convert Abrir imagens para converter Ctrl+O Ctrl+O Add other images to convert Adicionar outras imagens para converter Ctrl+Alt+O Ctrl+Alt+O Settings Configurações &Exit &Sair Ctrl+Q Ctrl+Q &Check Selected Items &Marcar Itens Selecionados &Check All Items &Marcar Todos Os Itens Ctrl+A Ctrl+A &Uncheck Selected Items &Desmarcar Itens Selecionados &Uncheck All Items &Desmarcar Todos Os Itens Ctrl+Shift+A Ctrl+Shift+A &Remove Selected Items &Remover Itens Selecionados &Remove All Items &Remover Todos Os Itens &Convert images &Converter imagens F5 F5 &About... &Sobre... F1 F1 Open Image Abrir Imagem Warning Aviso No image checked! Nenhuma imagem marcada! No images to convert! Nemhuma imagem para converter! The output directory doesn't exists! Would you create it? O diretório de saída não existe! Você quer criá-lo? The directory cannot be created! O diretório não pode ser criado! Set an output directory! Definir um diretório de saída! Processing... Processando... Preview Suggest a new name! Sugerir um novo nome! New name: Novo nome: Please, specify a name! Por favor, especifique um nome! You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. Click Abort to cancel all operations. Você deve especificar um nome. Clique em Repetir para especificar um novo nome. Clique em Ignorar para cancelar esta operação. Clique em Abortar para cancelar todas as operações. Warning! Aviso! The filename should not be empty! O nome do arquivo não deve ser vazio! The name chosen is identical to the initial one. Do you want to overwrite the original file? O nome escolhido é idêntico ao inicial. Você deseja substituir o arquivo original? Aborted! Cancelado! Please wait! Processing %1 Por favor, aguarde! Processando %1 Processing finished! Processamento finalizado! All Supported Formats (%1) Todos Os Formatos Suportados (%1) Open Directory Abrir Diretório No preview! Sem visualização! Sorry! Selected image is damaged! Desculpe! A imagem selecionada está corrompida! PixTreeWidget To convert Para converter Status Status File name Nome do arquivo Image type Tipo de imagem File size Tamanho do arquivo File path Caminho do arquivo Translator English Add your language here! Português do Brasil UpdateChecker New version is available! A new version of Converseen is available! Would you download it? myLabelPreviewer Preview Converseen-0.6.7/loc/converseen_ru_RU.qm000066400000000000000000001163111227400641100202320ustar00rootroot00000000000000;(*S9$iHkVrgN4IMQ\7ϗϗQP iO&16|H3~TNJpAM AroiuăLkp e i' t7Jd y* 9 ң|9 - `} e4Q w8m Ot : GC &i Юp K ϩi f gC yoj Bu] t>` A *L7 I= N0 XD:Ez ]Vc ~sJ IN>z sSN sL IN =} ~ M MU mA4I rW P, z t1T TP a ԯt-GRq3{j2:F@'X x~jz~~I!'3UDǖsMiH81:0: %1 Error: %1 Converter00DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">!:>=25@B8@>20=>:</span></p></body></html>

Converted:

DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">H81:8:</span></p></body></html>

Errors:

DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">A53>:</span></p></body></html>

Total:

DialogConversionStatus0:@KBLCloseDialogConversionStatus,!B0BCA :>=25@B8@>20=8OConversion StatusDialogConversionStatus!:>=25@B8@>20=> ConvertedDialogConversionStatus7>1@065=85:Image:DialogConversionStatus8B:@KBL 2A5 ?0?:8 =07=0G5=8O Open all the destination foldersDialogConversionStatus$B:@KBL =07=0G5=85Open destination DialogConversionStatus!B0BCA & Status...DialogConversionStatus!B0BCA:Status:DialogConversionStatusAB0=>28BLStopDialogConversionStatus-- DialogInfo<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen  MB> ?0:5B=K9 :>=25@B5@ 3@0D8G5A:8E D09;>2. K <>65B5 87<5=OBL @07<5@ 8 :>=25@B8@>20BL 87>1@065=8O 2 1>;55 G5< 100 D>@<0B>2.</span></p></body></html>^

Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.

 DialogInfo ^<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">2B>@: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">!09B ?@>5:B0: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">>O 4><0H=OO AB@0=8F0: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html>

Author: Faster (Francesco Mondello)

Email: faster3ck@gmail.com

Project Website: converseen.sourceforge.net

My Homepage: fasterindesign.altervista.org

 DialogInfo<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">5@52>4G8:8:</span></p></body></html>

Translators:

 DialogInfo<html><head/><body><p align="center"><span style=" font-weight:600;">A;8 2K F5=8B5 MBC @01>BC 8 E>B8B5 ?>445@60BL ?@>5:B, 2K <>65B5 2=5AB8 <0B5@80;L=CN </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">?>445@6:C G5@57 Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html>z

If you appreciate this work and would like to support the project, you are welcome to donate via Paypal.

 DialogInfo<html><head/><body><p><span style=" font-size:11pt; font-weight:600;">!;548B5 70 Converseen:</span></p></body></html>q

Follow Converseen:

 DialogInfo<strong>5@52>4 =0 1@078;LA:89 ?>@BC30;LA:89: </strong>Mrcio Moraes  <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a>Brazilian Portuguese Translation: Márcio Moraes - marciopanto@gmail.com DialogInfo<strong>5@52>4 =0 G5HA:89: </strong>Pavel Fric  <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a>mCzech translation: Pavel Fric - pavelfric@seznam.cz DialogInfo<strong>5@52>4 =0 D@0=FC7A:89: </strong>Ludovic Troisi  <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> qFrench Translation: Ludovic Troisi - axalis@cegetel.net  DialogInfo <strong>5@52>4 =0 =5<5F:89: </strong>Marco Nickolai  <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a>German Translation: Marco Nickolai - nickolai@iad.tu-darmstadt.de DialogInfo<strong>5@52>4 =0 25=35@A:89: </strong>Charles Barcza  <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a>}Hungarian translation: Charles Barcza - kbarcza@blackpanther.hu DialogInfo<strong>5@52>4 =0 ?>;LA:89: </strong>MichaB Olber from OSWorld.pl  <a href="mailto:redakcja@osworld.pl">redakcja@osworld.pl</a>Polish Translation: Michał Olber from OSWorld.pl - redakcja@osworld.pl DialogInfo<strong>5@52>4 =0 @CAA:89: </strong>Stasik Savorovsky  <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a>, </strong>Kyrill Detinov  <a href="lazy.kent@opensuse.org">lazy.kent@opensuse.org</a>pRussian Translation: Stasik Savorovsky - stas_stv@mail.ru DialogInfo<strong>5@52>4 =0 8A?0=A:89: </strong>Nelson lvarez Sez  <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> Spanish (Chile) Translation: Nelson Álvarez Sáez - alvareznelson@gmail.com  DialogInfo<strong>5@52>4 =0 BC@5F:89: </strong>Zeugma  <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> nTurkish Translation: Zeugma - sunder67@hotmail.com  DialogInfoO Converseen &About Converseen... DialogInfo0:@KBLClose DialogInfo=D>@<0F8O Informations DialogInfoN@C??>2>9 :>=25@B5@ 3@0D8G5A:8E D09;>2.&The batch image converter and resizer. DialogInfo0!?@0H820BL ?5@54 70?8ALN Ask first DialogOptions B<5=0Cancel DialogOptions/7K:Language DialogOptions /7K:: Language: DialogOptionsOKOk DialogOptionsR5@570?8A0BL 2A5 ACI5AB2CNI85 87>1@065=8OOverwrite all existing images DialogOptions,5@570?8A0BL =0AB@>9:8Overwriting settings DialogOptions>60;C9AB0, ?5@570?CAB8B5 Converseen 4;O ?@8<5=5=8O B5:CI53> O7K:0!5Please, restart Converseen to apply current language! DialogOptions0AB@>9:8Settings DialogOptions@54C?@5645=85!Warning! DialogOptions B<5=0Cancel DialogQuality$8;LB@:Filter: DialogQuality*0AB@>9:8 87>1@065=8OImage settings DialogQuality=B5@?>;OF8O Interpolation DialogQuality&#@>25=L A60B8O JPEGJpeg compression level DialogQualityOKOk DialogQuality$#@>25=L A60B8O PNGPng compression level DialogQuality0G5AB2> 0-100:Quality 0 - 100: DialogQuality>A5 ?>445@68205<K5 D8;LB@K (%1)All Supported Filters (%1)Formats$5 87<5=OBL D>@<0BDon't change the formatFormats#_:>?8O#_copy MainWindow& ?@>3@0<<5&About MainWindow&59AB28O&Actions MainWindow*&>1028BL 87>1@065=8O &Add images MainWindow&B<5B8BL&Check MainWindow&>=25@8B@>20BL&Convert MainWindow& 540:B8@>20BL&Edit MainWindow &KE>4&Exit MainWindow &$09;&File MainWindow&!?@02:0&Help MainWindow(&B:@KBL 87>1@065=8O &Open images MainWindow(&#40;8BL 87>1@065=8O&Remove images MainWindow&0AB@>9:8 &Settings MainWindow&!=OBL >B<5B:C&Uncheck Items MainWindow + 90+ 90° MainWindow - 90- 90° MainWindow... MainWindow180180° MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 ?8:A5;L</span></p></body></html>

0 x 0 pixel

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;"> 07<5@ D09;0:</span></p></body></html>

File size:

 MainWindow(<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;"> 07<5@ 87>1@065=8O:</span></p></body></html>

Image size:

 MainWindow <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">"8?:</span></p></body></html>

Type:

 MainWindow

-

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">@54?@>A<>B@:</span></p></body></html>

Preview:

 MainWindow.<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;"> 07@5H5=85 87>1@065=8O:</span></p></body></html>

Image resolution:

 MainWindow0=5;L 459AB289 Actions Panel MainWindowAlt+DelAlt+Del MainWindowB<5B8BL &2A5 Check a&ll MainWindow*B<5B8BL 2A5 M;5<5=BKCheck all items MainWindow8B<5B8BL 2K45;5==K5 M;5<5=BKCheck selected items MainWindowK1@0BL F25B Choose color MainWindowConverseen Converseen MainWindow.$>@<0BK :>=25@B8@>20=8OConversion Formats MainWindow">=25@B8@>20BL 2: Convert to: MainWindowCtrl+Alt+H Ctrl+Alt+H MainWindowCtrl+Alt+J Ctrl+Alt+J MainWindowCtrl+Alt+O Ctrl+Alt+O MainWindow Ctrl+HCtrl+H MainWindow Ctrl+JCtrl+J MainWindow Ctrl+OCtrl+O MainWindow Ctrl+XCtrl+X MainWindowDelDel MainWindow 07<5@K Dimensions MainWindow4&>65@B2>20BL G5@57 PaypalDonate via Paypal MainWindowF1F1 MainWindowF5F5 MainWindow*B@078BL 87>1@065=85: Flip image: MainWindowKA>B0:Height: MainWindow>@87>=B0;L=> Horizontally MainWindow"0?:0 87>1@065=89Image's directory MainWindow*0AB@>9:8 87>1@065=89Images settings MainWindow&!>E@0=8BL ?@>?>@F88Mantain aspect ratio MainWindow5 >B@060BLNo flip MainWindow5 2@0I0BL No rotation MainWindow0B:@KBL ?0?:C =07=0G5=8OOpen output directory MainWindow.B:@KBL 480;>3 =0AB@>5:Open the settings dialog MainWindow$KE>4=K5 ?0@0<5B@KOutput options MainWindow5@5?8A0BL 2A5 Overwrite all MainWindow@5D8:A/!CD8:A Prefix/Suffix MainWindow >@O4:>2K9 =><5@Progressive Number MainWindow#&40;8BL 2A5 Remove &all MainWindow.#40;8BL 2A5 87>1@065=8ORemove all pictures MainWindow<#40;8BL 2K45;5==K5 87>1@065=8ORemove selected pictures MainWindow5@58<5=>20BL:Rename: MainWindow.0<5=8BL ?@>7@0G=K9 D>=Replace transparent background MainWindow 07@5H5=85 Resolution MainWindow 07@5H5=85 %: Resolution X: MainWindow 07@5H5=85 Y: Resolution Y: MainWindow(@0I5=85 8 >B@065=85Rotate and flip MainWindow,>25@=CBL 87>1@065=85: Rotate image: MainWindow!>E@0=8BL 2:Save in: MainWindow40AHB018@>20BL 87>1@065=85 Scale image MainWindowL>:070BL 480;>3 =0AB@>9:8 87>1@065=89 &Show image settings dialog... MainWindow@54?@>A<>B@ Show preview MainWindow@0?CAB8BL ?@>F5AA ?@5>1@07>20=8OStart the conversion process MainWindow0G0BL A: Start with: MainWindow,!=OBL >B<5B:C A> 2A5&EUncheck all &items MainWindowH!=OBL >B<5B:C A 2K45;5==KE M;5<5=B>2Uncheck selected items MainWindow5@B8:0;L=> Vertically MainWindow(8@8=0:Width: MainWindow&0=5;L 8=AB@C<5=B>2toolBar MainWindow@5@20=>!Aborted!MainWindowImpl>2>5 8<O: New name:MainWindowImpl.7>1@065=8O =5 2K1@0=K!No image checked!MainWindowImplH5B 87>1@065=89 4;O :>=25@B8@>20=8O!No images to convert!MainWindowImplB:@KBL :0B0;>3Open DirectoryMainWindowImpl&B:@KBL 87>1@065=85 Open ImageMainWindowImpl0>60;C9AB0, C:068B5 8<O!Please, specify a name!MainWindowImpl@54?@>A<>B@PreviewMainWindowImpl(1@01>B:0 7025@H5=0!Processing finished!MainWindowImpl1@010BK205BAO & Processing...MainWindowImpl>#AB0=>28BL 2KE>4=CN 48@5:B>@8N!Set an output directory!MainWindowImpl$2548B5 =>2>5 8<O!Suggest a new name!MainWindowImpl:0B0;>3 =5 <>65B 1KBL A>740=! The directory cannot be created!MainWindowImpl@<O D09;0 =5 4>;6=> 1KBL ?CABK<!!The filename should not be empty!MainWindowImplK1@0==>5 8<O A>>B25BAB2C5B C65 ACI5AB2CNI5<C D09;C. 0<5=8BL >@838=0;L=K9 D09;?\The name chosen is identical to the initial one. Do you want to overwrite the original file?MainWindowImpl\0B0;>3 =07=0G5=8O =5 A>740=! !>740BL :0B0;>3?9The output directory doesn't exists! Would you create it?MainWindowImpl@54C?@5645=85WarningMainWindowImpl@54C?@5645=85!Warning!MainWindowImpl0K 4>;6=K C:070BL 8<O. 06<8B5 >2B>@ GB>1K C:070BL =>2>5 8<O. 06<8B5 3=>@8@>20BL 4;O >B<5=K MB>9 >?5@0F88. 06<8B5 @5@20BL 4;O >B<5=K 2A5E >?5@0F89.You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. Click Abort to cancel all operations.MainWindowImpl<O D09;0 File name PixTreeWidgetCBL D09;0 File path PixTreeWidget 07<5@ D09;0 File size PixTreeWidget"8? 87>1@065=8O Image type PixTreeWidget !B0BCAStatus PixTreeWidget>=25@B8@>20BL To convert PixTreeWidget CAA:89English Translator@54?@>A<>B@PreviewmyLabelPreviewer ) , Converseen-0.6.7/loc/converseen_ru_RU.ts000077500000000000000000001415041227400641100202500ustar00rootroot00000000000000 Converter Error: %1 Ошибка: %1 DialogConversionStatus 0 0 Close Закрыть <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Total:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Всего:</span></p></body></html> Image: Изображение: Status... Статус… Conversion Status Статус конвертирования Status: Статус: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Converted:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Сконвертировано:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Errors:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Ошибки:</span></p></body></html> Open destination Открыть назначение Stop Остановить Open all the destination folders Открыть все папки назначения Converted Сконвертировано DialogInfo Close Закрыть About Converseen... O Converseen… Informations Информация <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Translators:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Переводчики:</span></p></body></html> - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Автор: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Сайт проекта: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Моя домашняя страница: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen — это пакетный конвертер графических файлов. Вы можете изменять размер и конвертировать изображения в более чем 100 форматов.</span></p></body></html> <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">donate via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> <html><head/><body><p align="center"><span style=" font-weight:600;">Если вы цените эту работу и хотите поддержать проект, вы можете внести материальную </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">поддержку через Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt;">(c) 2009 - 2013 Francesco Mondello GNU - GPL v.3</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt;">(c) 2009 - 2013 Francesco Mondello GNU - GPL v.3</span></p></body></html> The batch image converter and resizer. Групповой конвертер графических файлов. <strong>Hungarian translation: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> <strong>Перевод на венгерский: </strong>Charles Barcza — <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> <strong>Czech translation: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> <strong>Перевод на чешский: </strong>Pavel Fric — <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> <strong>French Translation: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> <strong>Перевод на французский: </strong>Ludovic Troisi — <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> <strong>Brazilian Portuguese Translation: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> <strong>Перевод на бразильский португальский: </strong>Márcio Moraes — <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> <strong>German Translation: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> <strong>Перевод на немецкий: </strong>Marco Nickolai — <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> <strong>Spanish (Chile) Translation: </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> <strong>Перевод на испанский: </strong>Nelson Álvarez Sáez — <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> <strong>Turkish Translation: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> <strong>Перевод на турецкий: </strong>Zeugma — <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> <strong>Russian Translation: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> <strong>Перевод на русский: </strong>Stasik Savorovsky — <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a>, </strong>Kyrill Detinov — <a href="lazy.kent@opensuse.org">lazy.kent@opensuse.org</a> <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Follow Converseen:</span></p></body></html> <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Следите за Converseen:</span></p></body></html> <strong>Polish Translation: </strong>Michał Olber from OSWorld.pl - <a href="mailto:redakcja@osworld.pl">redakcja@osworld.pl</a> <strong>Перевод на польский: </strong>Michał Olber from OSWorld.pl — <a href="mailto:redakcja@osworld.pl">redakcja@osworld.pl</a> <html><head/><body><p><span style=" font-weight:600;">Japanese translation:</span> Xenolith0 - <a href="mailto:xenolith0bytetestcomgreen@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2014 Francesco Mondello GNU - GPL v.3</span></p></body></html> DialogOptions Ok OK Please, restart Converseen to apply current language! Пожалуйста, перезапустите Converseen для применения текущего языка! Cancel Отмена Language: Язык: Language Язык Warning! Предупреждение! Overwriting settings Перезаписать настройки Overwrite all existing images Перезаписать все существующие изображения Settings Настройки Ask first Спрашивать перед записью DialogQuality Ok OK Png compression level Уровень сжатия PNG Jpeg compression level Уровень сжатия JPEG Quality 0 - 100: Качество 0-100: Cancel Отмена Image settings Настройки изображения Interpolation Интерполяция Filter: Фильтр: Formats All Supported Filters (%1) Все поддерживаемые фильтры (%1) Don't change the format Не изменять формат MainWindow ... &Edit &Редактировать &Exit &Выход &File &Файл &Help &Справка Show preview Предпросмотр <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> Conversion Formats Форматы конвертирования #_copy #_копия Actions Panel Панель действий Open output directory Открыть папку назначения Show image settings dialog... Показать диалог настройки изображений… Width: Ширина: &Actions &Действия Rename: Переименовать: Save in: Сохранить в: Output options Выходные параметры Images settings Настройки изображений <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Preview:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Предпросмотр:</span></p></body></html> Converseen Converseen Convert to: Конвертировать в: Height: Высота: Image's directory Папка изображений Replace transparent background Заменить прозрачный фон Choose color Выбрать цвет <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Type:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Тип:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">File size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Размер файла:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Размер изображения:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image resolution:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Разрешение изображения:</span></p></body></html> Scale image Масштабировать изображение <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixel</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 пиксель</span></p></body></html> Mantain aspect ratio Сохранить пропорции Resolution Разрешение Resolution X: Разрешение Х: Resolution Y: Разрешение Y: Overwrite all Переписать все toolBar Панель инструментов &Open images &Открыть изображения Ctrl+O Ctrl+O &Add images &Добавить изображения Ctrl+Alt+O Ctrl+Alt+O &Remove images &Удалить изображения Remove selected pictures Удалить выделенные изображения Del Del Remove &all У&далить все Remove all pictures Удалить все изображения Alt+Del Alt+Del &Check &Отметить Check selected items Отметить выделенные элементы Ctrl+H Ctrl+H Check a&ll Отметить &все Check all items Отметить все элементы Ctrl+Alt+H Ctrl+Alt+H &Convert &Конверитровать Start the conversion process Запустить процесс преобразования F5 F5 &Settings &Настройки Open the settings dialog Открыть диалог настроек Ctrl+X Ctrl+X Uncheck all &items Снять отметку со все&х Ctrl+Alt+J Ctrl+Alt+J &Uncheck Items &Снять отметку Uncheck selected items Снять отметку с выделенных элементов Ctrl+J Ctrl+J &About &О программе F1 F1 Donate via Paypal &Пожертвовать через Paypal Dimensions Размеры Rotate and flip Вращение и отражение Rotate image: Повернуть изображение: No rotation Не вращать + 90° + 90° - 90° - 90° 180° 180° 180° Flip image: Отразить изображение: No flip Не отражать Horizontally Горизонтально Vertically Вертикально Prefix/Suffix Префикс/Суфикс Progressive Number Порядковый номер Start with: Начать с: Report bug... MainWindowImpl Open Image Открыть изображение Set an output directory! Установить выходную директорию! Processing finished! Обработка завершена! Suggest a new name! Введите новое имя! No images to convert! Нет изображений для конвертирования! Warning! Предупреждение! No preview! Предпросмотре невозможен! New name: Новое имя: Warning Предупреждение No image checked! Изображения не выбраны! Processing... Обрабатывается… Open Directory Открыть каталог The output directory doesn't exists! Would you create it? Каталог назначения не создан! Создать каталог? The directory cannot be created! Каталог не может быть создан! Please, specify a name! Пожалуйста, укажите имя! You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. Click Abort to cancel all operations. Вы должны указать имя. Нажмите Повтор чтобы указать новое имя. Нажмите Игнорировать для отмены этой операции. Нажмите Прервать для отмены всех операций. The filename should not be empty! Имя файла не должно быть пустым! The name chosen is identical to the initial one. Do you want to overwrite the original file? Выбранное имя соответствует уже существующему файлу. Заменить оригинальный файл? Aborted! Прервано! Preview Предпросмотр PixTreeWidget File name Имя файла File path Путь файла File size Размер файла Status Статус To convert Конвертировать Image type Тип изображения Translator English Русский UpdateChecker New version is available! A new version of Converseen is available! Would you download it? myLabelPreviewer Preview Предпросмотр Converseen-0.6.7/loc/converseen_si_SI.ts000077500000000000000000001277251227400641100202330ustar00rootroot00000000000000 Converter Error: %1 DialogConversionStatus Status... Conversion Status Image: Status: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Total:</span></p></body></html> 0 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Converted:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Errors:</span></p></body></html> Open destination Stop Close Open all the destination folders Converted DialogInfo About Converseen... - Informations <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Translators:</span></p></body></html> <strong>Hungarian translation: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> <strong>Czech translation: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> <strong>French Translation: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> <strong>Brazilian Portuguese Translation: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> <strong>German Translation: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> <strong>Spanish (Chile) Translation: </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> <strong>Turkish Translation: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> <strong>Russian Translation: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> <strong>Polish Translation: </strong>Michał Olber from OSWorld.pl - <a href="mailto:redakcja@osworld.pl">redakcja@osworld.pl</a> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.</span></p></body></html> <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">donate via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Follow Converseen:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt;">(c) 2009 - 2013 Francesco Mondello GNU - GPL v.3</span></p></body></html> Close The batch image converter and resizer. DialogOptions Settings Language Language: Overwriting settings Ask first Overwrite all existing images Ok Cancel Warning! Please, restart Converseen to apply current language! DialogQuality Image settings Jpeg compression level Quality 0 - 100: Png compression level Interpolation Filter: Ok Cancel Formats All Supported Filters (%1) Don't change the format MainWindow Converseen Conversion Formats Convert to: Show image settings dialog... Images settings Replace transparent background Choose color &File &Edit &Actions &Help Actions Panel <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Preview:</span></p></body></html> Show preview <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Type:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">File size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image resolution:</span></p></body></html> Dimensions Scale image Width: Height: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixel</span></p></body></html> Mantain aspect ratio Resolution Resolution X: Resolution Y: Rotate and flip Rotate image: No rotation + 90° - 90° 180° Flip image: No flip Horizontally Vertically Output options Save in: Open output directory ... Image's directory Rename: Prefix/Suffix Progressive Number #_copy Start with: Overwrite all toolBar &Open images Ctrl+O &Add images Ctrl+Alt+O &Remove images Remove selected pictures Del Remove &all Remove all pictures Alt+Del &Check Check selected items Ctrl+H Check a&ll Check all items Ctrl+Alt+H &Convert Start the conversion process F5 &Settings Open the settings dialog &Exit Ctrl+X Uncheck all &items Ctrl+Alt+J &Uncheck Items Uncheck selected items Ctrl+J &About F1 Donate via Paypal MainWindowImpl Open Image Warning The output directory doesn't exists! Would you create it? The directory cannot be created! Set an output directory! No image checked! No images to convert! Processing... Processing finished! Open Directory Preview Suggest a new name! New name: Please, specify a name! You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. Click Abort to cancel all operations. Warning! The filename should not be empty! The name chosen is identical to the initial one. Do you want to overwrite the original file? Aborted! PixTreeWidget To convert Status File name Image type File size File path Translator English myLabelPreviewer Preview Converseen-0.6.7/loc/converseen_tr_TR.qm000066400000000000000000000741041227400641100202330ustar00rootroot00000000000000F N0t ]Vcf! ~s4 s5 =d ew MoN mA43 rt> Pq zkg t1nq anqmf{l-:feIfǖs6~iu"Hata: %1 Error: %1 Converter00DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Dn_trld:</span></p></body></html>

Converted:

DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hatalar:</span></p></body></html>

Errors:

DialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Toplam:</span></p></body></html>

Total:

DialogConversionStatus KapatCloseDialogConversionStatus"Dn_trme DurumuConversion StatusDialogConversionStatusGrnt:Image:DialogConversionStatusDurum... Status...DialogConversionStatus Durum:Status:DialogConversionStatus DurdurStopDialogConversionStatus<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen bir grnt toplu dn_trme arac1. 100'den fazla farkl1 biimlerde grntleri yeniden boyutland1rma ve dn_trme.</span></p></body></html>^

Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.

 DialogInfo V<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Yazar: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">E-posta: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Proje Web Sayfas1: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Ana sayfam: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html>

Author: Faster (Francesco Mondello)

Email: faster3ck@gmail.com

Project Website: converseen.sourceforge.net

My Homepage: fasterindesign.altervista.org

 DialogInfo<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">evirmenler:</span></p></body></html>

Translators:

 DialogInfo,Converseen hakk1nda...About Converseen... DialogInfo KapatClose DialogInfoBilgiler Informations DialogInfonce sor Ask first DialogOptions 0ptalCancel DialogOptionsDilLanguage DialogOptionsDil: Language: DialogOptions TamamOk DialogOptionsFMevcut tm grntlerin zerine yazOverwrite all existing images DialogOptions,zerine yazma ayarlar1Overwriting settings DialogOptionsMevcut dili uygulamak iin ltfen Converseen uygulamas1n1 yeniden ba_lat1n!5Please, restart Converseen to apply current language! DialogOptionsAyarlarSettings DialogOptions Uyar1!Warning! DialogOptions 0ptalCancel DialogQuality Grnt ayarlar1Image settings DialogQuality0Jpeg s1k1_t1rma seviyesiJpeg compression level DialogQuality TamamOk DialogQuality.Png s1k1_t1rma seviyesiPng compression level DialogQualityKalite 0 - 100:Quality 0 - 100: DialogQuality#_kopyala#_copy MainWindow&Eylemler&Actions MainWindow&Dzenle&Edit MainWindow &1k1_&Exit MainWindow &Dosya&File MainWindow&Yard1m&Help MainWindow...... MainWindow180180° MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 piksel</span></p></body></html>

0 x 0 pixel

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Dosya boyutu:</span></p></body></html>

File size:

 MainWindow <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Grnt boyutu:</span></p></body></html>

Image size:

 MainWindow <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Tr:</span></p></body></html>

Type:

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html>

-

 MainWindow<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">nizleme:</span></p></body></html>

Preview:

 MainWindow(<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Grnt znrl:</span></p></body></html>

Image resolution:

 MainWindowEylemler Paneli Actions Panel MainWindowConverseen Converseen MainWindow(Dn_trme BiimleriConversion Formats MainWindowDn_tr: Convert to: MainWindowCtrl+Alt+O Ctrl+Alt+O MainWindow Ctrl+OCtrl+O MainWindowBoyutlar Dimensions MainWindowF1F1 MainWindowF5F5 MainWindowYkseklik:Height: MainWindow"Grntler diziniImage's directory MainWindow Grnt ayarlar1Images settings MainWindowOranlar1n1 koruMantain aspect ratio MainWindow"1kt1 dizinini aOpen output directory MainWindow"1kt1 seenekleriOutput options MainWindow Tm zerine yaz Overwrite all MainWindowYeniad1:Rename: MainWindowznrlk Resolution MainWindowznrlk X: Resolution X: MainWindowznrlk Y: Resolution Y: MainWindowSave in: MainWindowBGrnt ayarlar diyalounu gsterShow image settings dialog... MainWindownizleme gster Show preview MainWindowGeni_lik:Width: MainWindow0ptal edildi!Aborted!MainWindowImplYeni ad1: New name:MainWindowImpl$Grnt seilmedi!No image checked!MainWindowImpl6Dn_trllecek grnt yokNo images to convert!MainWindowImplDizin AOpen DirectoryMainWindowImplGrnt A Open ImageMainWindowImpl.Ltfen,bir ad belirtin!Please, specify a name!MainWindowImpl0_lem bitti!Processing finished!MainWindowImpl0_leniyor... Processing...MainWindowImpl21k1_ dizinini ayarlay1n!Set an output directory!MainWindowImpl Yeni bir ad nerSuggest a new name!MainWindowImpl(Dizin olu_turulmad1! The directory cannot be created!MainWindowImpl.Dosya ad1 bo_ olmamal1!!The filename should not be empty!MainWindowImplSeilen ilk isimle ayn1d1r. zgn dosyan1n zerine yazmak istiyor musunuz?\The name chosen is identical to the initial one. Do you want to overwrite the original file?MainWindowImplX1kt1 dizini mevcut deil!Olu_turacak m1s1n?9The output directory doesn't exists! Would you create it?MainWindowImpl Uyar1WarningMainWindowImpl Uyar1!Warning!MainWindowImplRBir isim belirtmelisiniz. Yeni bir isim belirlemek iin yeniden dene t1klay1n. Bu i_lemi iptal etmek iin yoksay t1klay1n. Tm i_lemleri iptal etmek iin iptal t1klay1n.You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. Click Abort to cancel all operations.MainWindowImplDosya ad1 File name PixTreeWidgetDosya yolu File path PixTreeWidgetDosya boyutu File size PixTreeWidgetGrnt tr Image type PixTreeWidget DurumStatus PixTreeWidgetDn_tr To convert PixTreeWidget TrkeEnglish TranslatorConverseen-0.6.7/loc/converseen_tr_TR.ts000077500000000000000000002554501227400641100202540ustar00rootroot00000000000000 Converter Error: %1 Hata: %1 DialogConversionStatus 0 0 Stop Durdur Close Kapat <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Total:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Toplam:</span></p></body></html> Image: Görüntü: Status... Durum... Conversion Status Dönüştürme Durumu Status: Durum: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Converted:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Dönüştürüldü:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Errors:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hatalar:</span></p></body></html> Open destination Open all the destination folders Converted DialogInfo Close Kapat <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0000ff;">d@ayoy.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Lehçe çeviri:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0000ff;">d@ayoy.net</span></a></p></body></html> (c) 2009 - 2011 Francesco Mondello GNU - GPL v.2 (c) 2009 - 2011 Francesco Mondello GNU - GPL v.2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Yazar: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">E-posta: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Proje Web Sayfası: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Ana sayfam: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> About Converseen... Converseen hakkında... Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats. Converseen toplu görüntü dönüştürme aracı. 100'den fazla farklı biçimlerdeki görüntüleri yeniden boyutlandırır ve dönüştürür. Informations Bilgiler <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.3</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.3</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Toplu görüntü dönüştürücü ve boyutlandırıcı.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">French Translation:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Fransızca çeviri:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0000ff;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Macarca çeviri: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0000ff;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">German Translation:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Almanca çeviri:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Translators:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Çevirmenler:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Spanish (Chile) Translation:</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">İspanyolca (Şili) çeviri:</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Brazilian Portuguese Translation:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Brezilya Portekizce çeviri:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Czech translation: </span><span style=" font-size:10pt; color:#141312;">Pavel Fric - </span><a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Çekçe çeviri: </span><span style=" font-size:10pt; color:#141312;">Pavel Fric - </span><a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.5</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.5</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Toplu görüntü dönüştürücü ve boyutlandırıcı.</p></td></tr></table></body></html> {3C?} {4.0/?} {3.?} {40/?} {1"?} {10p?} {400;?} {0"?} {4p?} {4p?} {4p?} {4p?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} {12p?} {600;?} {0.4.5<?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Lehçe çeviri:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Macarca çeviri: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Turkish Translation: </span>Zeugma - <a href="mailto:sunder67@hotmail.com"><span style=" text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Türkçe çeviri: </span>Zeugma - <a href="mailto:sunder67@hotmail.com"><span style=" text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen bir görüntü toplu dönüştürme aracı. 100'den fazla farklı biçimlerde görüntüleri yeniden boyutlandırma ve dönüştürme.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Turkish Translation: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Türkçe çeviri: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.6</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.6</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Toplu görüntü dönüştürücü ve boyutlandırıcı.</p></td></tr></table></body></html> {3C?} {4.0/?} {3.?} {40/?} {1"?} {10p?} {400;?} {0"?} {4p?} {4p?} {4p?} {4p?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} {12p?} {600;?} {0.4.5<?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} {3C?} {4.0/?} {3.?} {40/?} {1"?} {10p?} {400;?} {0"?} {4p?} {4p?} {4p?} {4p?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} {12p?} {600;?} {0.4.6<?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.7</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.7</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Toplu görüntü dönüştürücü ve boyutlandırıcı.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.8</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.8</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Toplu görüntü dönüştürücü ve boyutlandırıcı.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.9</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.9</span></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Toplu görüntü dönüştürücü ve boyutlandırıcı.</p></td></tr></table></body></html> <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">donate via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> - The batch image converter and resizer. <strong>Hungarian translation: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> <strong>Czech translation: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> <strong>French Translation: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> <strong>Brazilian Portuguese Translation: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> <strong>German Translation: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> <strong>Spanish (Chile) Translation: </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> <strong>Turkish Translation: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> <strong>Russian Translation: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Follow Converseen:</span></p></body></html> <strong>Polish Translation: </strong>Michał Olber from OSWorld.pl - <a href="mailto:redakcja@osworld.pl">redakcja@osworld.pl</a> <html><head/><body><p><span style=" font-weight:600;">Japanese translation:</span> Xenolith0 - <a href="mailto:xenolith0bytetestcomgreen@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2014 Francesco Mondello GNU - GPL v.3</span></p></body></html> DialogOptions Ok Tamam Please, restart Converseen to apply current language! Mevcut dili uygulamak için lütfen Converseen uygulamasını yeniden başlatın! Cancel İptal Language: Dil: Language Dil Warning! Uyarı! Overwriting settings Üzerine yazma ayarları Overwrite all existing images Mevcut tüm görüntülerin üzerine yaz Settings Ayarlar Ask first Önce sor DialogQuality Ok Tamam Png compression level Png sıkıştırma seviyesi Jpeg compression level Jpeg sıkıştırma seviyesi Quality 0 - 100: Kalite 0 - 100: Cancel İptal Image settings Görüntü ayarları Interpolation Filter: Formats All Supported Filters (%1) Don't change the format MainWindow ... ... Show image's attributes Görüntü özniteliklerini göster &Edit &Düzenle &File &Dosya &Help &Yardım Check Kontrol Et Clear Temizle <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">No preview!</p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Önizleme yok</p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Type:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Türü:</span></p></body></html> Show preview Önizleme göster <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> Resolution X: Çözünürlük X: Resolution Y: Çözünürlük Y: Conversion Formats Dönüştürme Biçimleri File name Dosya adı File path Dosya yolu File size Dosya boyutu #_copy #_kopyala Actions Panel Eylemler Paneli Open output directory Çıktı dizinini aç Show image settings dialog... Görüntü ayarlar diyaloğunu göster Add images to convert Dönüştürmek için görüntü ekle Add Images Görüntü Ekle <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">File size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Dosya boyutu:</span></p></body></html> Status Durum Width: Genişlik: Resolution Çözünürlük Overwrite all Tümü üzerine yaz Open images to convert Dönüştürülecek görüntüleri aç Open images Görüntü aç Remove All Tümünü Kaldır Add images Görüntü ekle &Actions &Eylemler Remove all selected images Seçili tüm görüntüleri kaldır <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixel</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 piksel</span></p></body></html> Convert all checked images Tüm seçili görüntüleri dönüştür Mantain aspect ratio Oranlarını koru Rename: Yeniadı: Save in: To convert Dönüştür Convert Dönüştür Output options Çıktı seçenekleri Images settings Görüntü ayarları <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Preview:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Önizleme:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image resolution:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Görüntü çözünürlüğü:</span></p></body></html> Check all selected images Seçili tüm görüntüleri kontrol et Check All Tümünü Kontrol Et <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Görüntü boyutu:</span></p></body></html> Remove Images Görüntüleri kaldır Dimensions Boyutlar Converseen Converseen Convert to: Dönüştür: Image type Görüntü türü Height: Yükseklik: Image's directory Görüntüler dizini Check all images Tüm görüntüleri kontrol et Replace transparent background Choose color Scale image toolBar &Open images Ctrl+O Ctrl+O &Add images Ctrl+Alt+O Ctrl+Alt+O &Remove images Remove selected pictures Del Remove &all Remove all pictures Alt+Del &Check Check selected items Ctrl+H Check a&ll Check all items Ctrl+Alt+H &Convert Start the conversion process F5 F5 &Settings Open the settings dialog &Exit &Çıkış Ctrl+X Uncheck all &items Ctrl+Alt+J &Uncheck Items Uncheck selected items Ctrl+J &About F1 F1 Donate via Paypal Rotate and flip Rotate image: No rotation + 90° - 90° 180° 180° Flip image: No flip Horizontally Vertically Prefix/Suffix Progressive Number Start with: Report bug... MainWindowImpl F1 F1 F5 F5 &Exit &Çıkış Open Image Görüntü Aç &Convert images &Görüntüleri Dönüştür &Check Selected Items &Seçilen Ögeleri Kontrol Et &Uncheck Selected Items Seçili Ögelerin İşaretini Kaldır Set an output directory! Çıkış dizinini ayarlayın! Please, specify a name! Lütfen,bir ad belirtin! Processing finished! İşlem bitti! Ctrl+A Ctrl+A Ctrl+O Ctrl+O Ctrl+Q Ctrl+Q You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. Click Abort to cancel all operations. Bir isim belirtmelisiniz. Yeni bir isim belirlemek için yeniden dene tıklayın. Bu işlemi iptal etmek için yoksay tıklayın. Tüm işlemleri iptal etmek için iptal tıklayın. Suggest a new name! Yeni bir ad öner &Check All Items &Tüm Ögeleri Kontrol Et &Remove Selected Items &Seçili Ögeleri Kaldır Open images to convert Dönüştürmek için görüntü aç Sorry! Selected image is damaged! Üzgünüm! Seçilen görüntü hasarlı! &Uncheck All Items &Tüm Ögelerin İşaretini Kaldır No images to convert! Dönüştürlülecek görüntü yok Add other images to convert Dönüştürülecek diğer görüntüleri ekle Warning! Uyarı! No preview! Önizleme yok! &Remove All Items &Tüm Ögeleri Kaldır Aborted! İptal edildi! &About... &Hakkında... New name: Yeni adı: All Supported Formats (%1) Tüm Desteklenen Biçimler (%1) The output directory doesn't exists! Would you create it? Çıktı dizini mevcut değil!Oluşturacak mısın? Settings Ayarlar Ctrl+Shift+A Ctrl+Shift+A The name chosen is identical to the initial one. Do you want to overwrite the original file? Seçilen ilk isimle aynıdır. Özgün dosyanın üzerine yazmak istiyor musunuz? Warning Uyarı No image checked! Görüntü seçilmedi! The directory cannot be created! Dizin oluşturulmadı! The filename should not be empty! Dosya adı boş olmamalı! Processing... İşleniyor... Open Directory Dizin Aç Ctrl+Alt+O Ctrl+Alt+O Preview PixTreeWidget To convert Dönüştür Status Durum File name Dosya adı Image type Görüntü türü File size Dosya boyutu File path Dosya yolu Translator English Türkçe UpdateChecker New version is available! A new version of Converseen is available! Would you download it? myLabelPreviewer Preview Converseen-0.6.7/res/000077500000000000000000000000001227400641100144215ustar00rootroot00000000000000Converseen-0.6.7/res/180.png000077500000000000000000000013011227400641100154350ustar00rootroot00000000000000PNG  IHDR(-SgAMA asRGB cHRMz&u0`:pQ<PLTE 6n  'O   < &~ ! VE{IDATxb`0b 0%rAZAT //}`(82d/gB w?pE]/ 4/ __E`lk b^002aPP? gJ6p`q{' g``y `}͐w?Cֵ Oy 3@ yy6HbY f \ A! \eg&\NOeJcυ`_g!0 b~jnÀ_eB@O#8m*)0A\=Рg1Nk yW.IENDB`Converseen-0.6.7/res/90p.png000077500000000000000000000013141227400641100155410ustar00rootroot00000000000000PNG  IHDR(-SgAMA asRGB cHRMz&u0`:pQ<PLTE>~_:tRNSJ{Yϴ̊׷)<־:NbKGDHIDATc`,l\p>75//`ckE9Dm%$!R2@/  *A&"tutN׷v7@v!1)w-psuYFds0\_ӿe,w 2>?2M$3 +'^痵3k[<3}6ܶΦ.JRȠntg`nxJlHRXF⥀Qo wV`F $L# `XE]0`VPĔ+`F1An?zLGJ\YkyqX aGڔwL_~jsl߻/Eu0=xxrڂF*HA#ЯMaEv'>>8Nll6#b$A %lאw'Q&fOzSŊ)98a}L942Ers}}jw|Ij>~aa滥y\x3*^ČD *RZ,-L`{|-7{oYƳ<'TLT/B*UT#AB.F\WUU|tXiS%)+ƈ+ biZHً͈E`&2ň9d4d(fIƸ'fh ׃K<' ̌9@Xz3,'VML D ssiMZJÕg qƥg25Hhai^(ɲL)y<~Êxn" m~]]Q9zChAeh6yM $w<P[}"zTXtSoftwarex+//.NN,H/J6XS\IENDB`Converseen-0.6.7/res/apply.png000077500000000000000000000020241227400641100162550ustar00rootroot00000000000000PNG  IHDR szzsBIT|d pHYsvv}ՂtEXtSoftwarewww.inkscape.org<IDATX_lSUǿm׺nw+ɠÀɚ q3<(0 cHIA4&b|1E1*` a{?!:y`~9s%s͘*}Y`Ypprv8T7h`{k}Xp'017 oCh@ WI\zͭm|f*VR$[ {? V vu|7z>巉y) UU3/W|L\[˖7P}V-2L$%mۼ>R3^ln&jp0n(RgHZ^֐nb[Smt`GO݆i6&3`XWۊ_Rsb,Rk WvY9ةٜgݎnȳm$+oZRy:;wÕۨ}/#TR'$p}Sʘ04h dTȃX)B1i Fl[ǧ&cѽ3eB❹X X(` &3$8cpm_Y=ɠY ٵiM҈ AbqHk->8y-ї_){79?J)5Aa8򚊼=MաFm^ݠ Pt0 t߉#onHPǖ H Lf.Fg``:`zمzԏv|.ϖinW4V$2vMy`rhԟR9h%QSr=w_ooIw*?@ulIENDB`Converseen-0.6.7/res/cancel.png000077500000000000000000000035601227400641100163630ustar00rootroot00000000000000PNG  IHDR szzbKGDC pHYs oyIDATXŗ[l׀/\6K0^QUc@*UV/ UH)4iSTC&%M@jқDFB kgm^>mf%Gs7ă^hl􍂜q }n=jiiZ[O>+W>X^X89+`XִFi߻@IY{k b&.^qu6_ةQW|™q-JAeNץœtww88 VEX> e ]"l4g1? TS)~!CR $GT }zjZNfӦEw%曨l 9_)r9uVP Jb£iy1jQ4$ᲴR)Tmmeβ;VNcgî;[; >K##X;Fbl%&h[{4ux\ PtY94_QRئ©S,#r94 sǎaEdc1bǏtl~YYZ`@3?3C*YYR煼s.eYccx׭cY*If//c]3g0.\(/ߏ`X]zRKJ8~䠩qhΝ?qCdorK  k{.WjL \rߏo`D^QE?$ al =Q|uGO.X*Hp"% B9D^=V4鉉>Ov]D052POO^K?.#U.Ӵ1Ν#m[rWYk?q{jb䌔lu}&Z!1 v>u C$J!ɓ Rq}@h$lՃ_@ fɕ׶Y k ~ /$԰1(< 5H)P|nDe"zTXtSoftwarex+//.NN,H/J6XS\IENDB`Converseen-0.6.7/res/converseen.desktop000077500000000000000000000007031227400641100201660ustar00rootroot00000000000000[Desktop Entry] Name=Converseen GenericName=Converseen GenericName[en_GB]=Converseen GenericName[it]=Converseen GenericName[ru]=Converseen GenericName[ro]=Converseen Comment=Batch image converter Comment[it]=Convertitore batch di immagini Comment[ru]=Пакетное преобразование изображений Comment[ro]=Batch converter pentru imagini Exec=converseen Icon=converseen Terminal=false Type=Application Categories=Qt;Graphics; Converseen-0.6.7/res/converseen.ico000077500000000000000000000611761227400641100173020ustar00rootroot00000000000000 00h ( 00 h^"00 %' nM h^(0`wzpw8zx7w{w7%w:rW:s`7p xw pwsp xpppp p p p7ppw`xz7p7 c`a:7pcGg0????????( @wx 7wwxsp xw0w ppp p 07p0x7 0pwϏ<0?p|sq~??x( pxwxppw#'o(0` BEBBIBBIJJLJJQJJURJYZRRRRaZZecRjcZmkR}cRqkRykZykZyscbckkkcqkc}ssss{{{!))1!9)91119999J)B1B9B1J9RJJJRRRRZJcJcJkJkRcZkZsJsZsRscsc{c{k{c{k{JcBcJcRc1R%w9sBZBcRcRkZkW{csss{{s{{kkkssRkskk{{sck{)!1!)!!!)11199ZیB˔cDŽwτgӄsӄsӌ{ӌsǜk۔{ܘBRJJRBRZRRZ{kcsJZcck{ss{k{ӌɜהӔۜۜטϥɭեߥۥӭϵǽӵӵߵۭ߭ߵVO(CJY8F:Mx1qp2Tg~*qU4 Yde&6Zca -"IƻVc}w%Gƻ3b[ǻ7yz}uǻm.c[ǻ< dă_ǻo9fvkꖐǻ# f^P̻$ `\5 Dz@){>ݕ̵A+`ϴ>Ͳ=1_ϵ? ͮ N^j0͜uƭEDKsF$|t7;t/n!RһLlpt/nƵ+E5%QƻrtƯSEǻç BWG&ĉXDޫĊh'֌zmHֆiڄ܎????????( @JYRJ]RRURRYRRYZR]ZZ]ZRiZRacRmcZukceckikkmkkuss}{{y{9RJZBRBRJZJZJZRRBcBkZkZscsksk{k{JcJcZcB{JsZsJcRcZsZsZ{ckkc{cskc{9ό19999kτs˄sτ{ό{ה{ߜJRBBBZZsc{sZscck{ssӌ׌ϔӜӔלǭ˭ϭߥۥߥ߭ץۥۭ߭˵ýߵߵY2U3XCS>@ EF[vxi5 :H}X-uzxxw09R8[jxv]NQJ`Ĺxv>;7Ƹīxp"M~6ĝƴx)DK%ɠ ¦+LIl,!Oo(WBt&0 qGA * ch#f 'e d$ĸyb.1rs/|mƹxxa <¶4V_^g®PT\{?ƹMkngnϏ<0?p|sq~??x( ckk{c{s{css{{Z{{s˄sϔcӜ{۔Zϥk۵ckӔߜ˥˥ۥۥ߭ $ *,' -:;682! ::2%30/( 7/ "9;5*'+)=;;8.&41#9#'o(0` %!41R1JicBs)<9!ǭZ}s k { ! Zs΄ۜ1MBZ)A9sޜ!B}ZRZRk$!c0)Z祵 19yR)9cs9Z B!1mZJZֵRBZ)1{ӌsӌJcc9!9{1RR֜!$!9R19{ӌϭkJqc1IB90)B)c)9k1UB9JJRۜߵRyk$!9)IBB!s!kӽZ)<1BZ9Bs{s!0)sJ!sR9cRcBJss߭ץJucZZ!cZ{RۥۥהRk ss9BR1ߜ9eZ9sτJc1k߽!!B{ZRc)QB9!cs!)A9Z!sӄBZkε1R9nj)s1ߥ1J!81))!k19s9R1eJ9ތ))1iR !BZ9R9JR!{)QBJic1Bc1Z))!)s)MB!{RƜƄ祵1R9Zc!9s1aRR9MJc!c)B1mRބ1Zی9cs kB{ۜ!91MB{ޔBJ{sBZkZscBk۔cs1J)<91Z{ߜRsBZ{הBqZcZcӄ1BBckkZ{s!0)9Jssӌ{ۜBmZs΄kӄӔ!)R{Z1{ϭJic9ZZ{J}k!s߭הJJJkcֽ{sÔ{ߔcJRsӔ!){ZZ{ӭ1EB9kRc99cnjk(!1kϔΌӌss9J){JRysk9MJRZkۭ11ks9Jޜ{{s˔֔הRRۭJBRޔc{s{τ{{ۥ9c9焥Jic1ϔל߭ƭ1kJRޥ9)81ֵߵƵZs޽s猵ƽ{筥Zy{Jﵭc1Ƶk޽B!>x??????|( @ BURZ9UR9s{9QRk(!1c{BqRJJ{ֵ֜!91JJZ!E9!E9sJ߭c!$c1Bsτ{ה!41Z!)aRs9BB9!M1BJ׌ۭsRuc(!99qcZ1ZR׭1MBBJcks(!sZ)1{1ZJs˄߭Ӝ)M9sB߭kc9{ks˄8)1{Z91)IBJBZsBބ1ˌ!411Rc,!JB{)c9]RRZs!Q1cΥss!}R{Z{!Y9Jޜ)R19 !kJJc)Q9BBkBc{)9R!81BZ{ߜ)MBsZsBqZ1ߥۥ1J!0){߭B]RsJkߥBqZcۥZcRk{ϭZsZ{RsJsۥߵ9Js){ǥ!419c{RR{ϭccR1UJ()ӵsלӔc{JcZ֌cs{ˌcsޥkRcsߵӔ)J{cֽJicsߵֵ!֥祥RecR祽19ƵRǏ?0 p|wca~> ??8p(  @B]RZ9eZRus!8!RJZ 9ǔ{R$!E)s˄{BeR$!1!81JӥJӥck֥߭k{sZ۵c!MB9Zk)ZkZӜsބ1{۔ ZcϵcRJik){ý9ߜ(JsƄۥsRysBuR)Z{k˄cǥB]JsϔJycBkBRkZs!<1׭όcss{Js)ץϵB1ޜ1A9˵ƥBcý!ks?c#Converseen-0.6.7/res/converseen.png000077500000000000000000002733531227400641100173160ustar00rootroot00000000000000PNG  IHDR6 pHYs   OiCCPPhotoshop ICC profilexڝSgTS=BKKoR RB&*! J!QEEȠQ, !{kּ> H3Q5 B.@ $pd!s#~<<+"x M0B\t8K@zB@F&S`cbP-`'{[! eDh;VEX0fK9-0IWfH  0Q){`##xFW<+*x<$9E[-qWW.(I+6aa@.y24x6_-"bbϫp@t~,/;m%h^ uf@Wp~<5j>{-]cK'Xto(hw?G%fIq^D$.Tʳ?D*A, `6B$BB dr`)B(Ͱ*`/@4Qhp.U=pa( Aa!ڈbX#!H$ ɈQ"K5H1RT UH=r9\F;2G1Q= C7F dt1r=6Ыhڏ>C03l0.B8, c˱" VcϱwE 6wB aAHXLXNH $4 7 Q'"K&b21XH,#/{C7$C2'ITFnR#,4H#dk9, +ȅ3![ b@qS(RjJ4e2AURݨT5ZBRQ4u9̓IKhhitݕNWGw Ljg(gwLӋT071oUX**| J&*/Tު UUT^S}FU3S ԖUPSSg;goT?~YYLOCQ_ cx,!k u5&|v*=9C3J3WRf?qtN (~))4L1e\kXHQG6EYAJ'\'GgSSݧ M=:.kDwn^Loy}/TmG X $ <5qo</QC]@Caaᄑ.ȽJtq]zۯ6iܟ4)Y3sCQ? 0k߬~OCOg#/c/Wװwa>>r><72Y_7ȷOo_C#dz%gA[z|!?:eAAA!h쐭!ΑiP~aa~ 'W?pX15wCsDDDޛg1O9-J5*>.j<74?.fYXXIlK9.*6nl {/]py.,:@LN8A*%w% yg"/6шC\*NH*Mz쑼5y$3,幄'L Lݛ:v m2=:1qB!Mggfvˬen/kY- BTZ(*geWf͉9+̳ې7ᒶKW-X潬j9(xoʿܔĹdff-[n ڴ VE/(ۻCɾUUMfeI?m]Nmq#׹=TR+Gw- 6 U#pDy  :v{vg/jBFS[b[O>zG499?rCd&ˮ/~јѡ򗓿m|x31^VwwO| (hSЧc3- cHRMz%u0`:o_FlIDATxY$Yz%jox,DnUY{ B"#ByA_WȐI! =h UroUjzS,5{}#fFխnu[Dwխnu[t[V:Vխnuҭnu[[Vխ@խnu[t[V:Vխnuҭnu[[Vխ@խnu[t[V:Vխnuҭnu[[Vխ@խnu[t[V:Vխnuҭnu[[Vխ@խnu[t[V:Vխnuҭnu[[Vխ@խnu[t[V:Vխnuҭnu[[Vխ@խnu[t[V:Vխn=-+||_tƓZ}k!֓ zCA @j:V:ܖOFߣ~{߻˯=-5ޅxbC=+'INox=s^{u _@e#<x cI:y >ӇQǃ1TeGg ^xy"O [@b/ݏ <HH2>ߐo9`<(x,{IcT;eQV~q<@d@@(w}xY=7-޳V Oи;p@<x6r[MvA?~H$3x̙?ponut}.^2^ݴ磴m6|x3RV@Ԕ*5pYL9~ G{t[z ;>=Y}7&qoyk?J9K60eh 'U]60+Zu;/'lzqUX'iuc Odzė< ^dLS77bޞjm,+ᰧ%^dwTteo/pVr3D>5~$Azw9u խ@>P޿<=cx0|mArS&578 .} jhJDdZ601q>dCDv{ wc b`[E' ~)[VgiKTw{SnJ_t Kv9Љۃ2m#ܴ.M-۽  !E"RA4UuW(}xYwK]{I^>9CV:T䨓3{Ot_O㳟='9`D&؞S/晔:Y` ~W=770 Pp~ ý$kM;3[yDN64prRAq<ʍ9vHfGr;(&z!|IZbAՏU1d2Ju8gcOp̣@ `1#MƵ7YZ:|ɍ:7Kcm%1Vݏ d~ RgxI y !e [OzLx?1 fvwS}ٿuY-tp(ɯc!1!54 W> 10(Qr!m:^9+>r4+3L{0'8Տ^yV@>gY}k V:ɼk<<~a <fPEL`vyV b yL@"|?dL0r6M^/;Yyp"҉|v)AɃ8>$2, Sl]år3Y @3  IP%?pb)T%:# 9y=V[^_n1||"9at,[3V&9 x>飘?DFG:qqmT !@BP=\a.[e13Si A'gɁz%\3@lc>atCǀ`C*#R2t[OE'llaWO}1}9 Ӏ5=&sB$@F T$ Փig ȸK'ï[fBqk.fFۂv&dWl؁II\ti8|qu;fQ ɀ@PA3a\L =ܿ~i,v"( HP|y4sHDB!=-ZЅ w=_;;f2m[n=Xǃ'U=>'81AF!aL,VlrgWΫ!)&8SfmX2^TֆT/]B/ fv-D$הn(zfp@wB~[/pہɞ$n=Qr?G m7 i `qJǵ>f@E(aPApE% $2HLzgYkH[%hi.+S -x/ eJz\(Fb݀~$HHJX'cp<|̫ \ 8@ RDCBc ki0,-ȜCFk/T:9 4xD̿ʵKe"  iPlBS7rWRUpU@y$z%:N*NqBgZPP H@!!Oa1)0!se!B gDr2;KN$94qyZQ""D@TMZt{848kL${yՖA2G:eՓs<{ !0&uXnJ(Ce!@ s0(A(А L L4< _%7wyuo T0SÛ 5 hEP 26aPjgjqj/_I&O\I| ivǑ:s~=)qH Xu!Cq B (,xvLd"44!i,e1iID8wnCz :ǽ^ä(ɌMlb@@A X]٠Мq0|e%}- @>٧u$ yC !Ý7TB͎ C4f` ۦB@t (hL4`xh6"Umtw~ ݾg9k{|W_}v/|IrB~]HXA)Hq `Y[ihk1ʕ ^FHnh;6c!+Y=ͫ񀏥a !z(Ȉm5 UrVDҁ"G"TL?[1E D@D, S"F"`kk_\O?^{ןWF_z{k/O1'RICPFB +&F$((\Si :_ Oa+Ykֱ@23'NBU#f{\WfS%4CB*,@)eD ()zle0dwvv˝k_ٯ LI0((`F)(QDA@[yowZ|285a?c'!H G2de}``r0T:ye-u5Cnq(t R@H * Y20HsYL&Y>&I`pWABiPF?kfX $/t\4}e5o'kUlF:"i ؛>5q zA tЅ8@!#@ "؄^疁XaѸ ˡ_WiHD!r?WO0,41S)uOk=PJL:HRJ"QFa 04ðA5V *~n-^/K?) ?$so[| i`A'P%Ra܄vaH Xjg3T]kGUIj3^^"]HEݪLH;@1&Z6[5 /\:XTz"5L1cx(M%1 -QhNU k"*ɿ @:x??ƭ&z+@ZA!G@(D 0^]RTzH(ϔFet滄a*~ #M0@b#D$()""9i! (oUeXb mlJ" RhHHPÉL38`GYہH _ yUݒ3#n#(L̀!E@:ٗtImH9f % \~l?y r͞xf@vq?=b0&J{"ݐ*d!c-EAQ<7v ͍v;`I)a~[yGDc=E$ -_BDD#SHAJmP tÌ(3٠p|%J]"ʼn\Wx-s`iV V!|qo0n7$K]B2p6b n[9Fפ^_$@ؙ0nH*@n+q]5e}#P?9O;30E_ь4D$I$8Ii㍕4J[O#זT c5^u q`CKY)Wgj^^CH3;yͭ<*"` 8TemT&\F5Z{HD ލ_ p%a+ I`H(x&ϒ+s=w $oo%IiQR&4 J(檔Z:֒JRX; LC)ec#2ʏ_[%x RW )Y_^h? 㘃FH?Zj2 AK.'MLw4g k02URcf`x/f .( P`xfeRT@|,B{1OOpy 4'fd0I¨׋r5JSZD[3zP6,y}cfo# @x?ϚVqі%!.HT?Oi ` ΁#LY"50u'y(@?FH"Wr|h⪱ 39BAD.yow&Xz1Ɠ/$HD ,$W^zPZA/_ts6 RgB+-/_>Up @txY[gVx@-a;Ї1EF +D1#T@63VH́<)-H2`r BA+rL{<a m2RD4$P{9 VpcV:6bJD,T;w^/4ys}fa$\"4ƇXV*.@]K}@T,:;I?󞗰?3 jF%3Z_ek2 ɆdȈ 8 ~ՔiAQЮ6(,|yIe?V"`+YnO- X!3;2 wƬE \fM3(T RŖUiU iN#AU i:\Io?u 2Jm\+mprDYyKdA>ǯi(*?bɣD:ýQn{_j3C`}]aě3ɦA9-ZʖY=y,  cBcEw9vެ, @SQUb17~88(8 S0 (041 rH!M~nF{1:œ׽7;;G^/$ R i:|3|vm{rtx85z++Vozp_<(R+N$H!)02i=&b4+ ʚB?< 19D:y@ܾchTLVRT gטWba7 U}? 꽝}j\~4E 3UaWHa!HUXb $CADEl`wE!4`* Y%$fCoyeHg{yldǿoIGh4M~SkgV. IC*˽,APh{ʬD2벆2J6?gi=I1Is?8*#4*b0pazʳ) =Kͦ-?-iL\"\[EwϮzbVŽ3/tTLŎȵ,PYUrϟk}p>cHC#t%$P$mқ/_-6rfy?<Νq p=|z{7^Y$ÕLپUeUja4w;?D;DRU e0?s&<@Q5^]2}8."ԛ7.NאF Z=%LclpM5䋖PmY*W f%h\!8H7[f!O@irq !(81Oa@$YBR?7gw^] сV}#3az{x3ݣ;ip8쭬\rsߜ,̵,2(.@bk17RIY J(h*e0l~Oο NiDS@cxZ(ۊmTFx48<̷b 3hmg=;":ފ"i~9h2]<gYq])Y%fC41@14&`,ȱ./2CI83;;Ko\ [6l$Lv}p0ɓ$>{7WVteeӧW/Tn*]:@JԕXRPXc}%ZL 6'Ys5JזCȌ*aze:$DCH O<v1M 5x H,xg܋+m4U`Fm )[5 w MmD;x jc7Ƅz#1% PNڲICgT %MQ졾ωカA%l53͍܀ʕtss`4XY wwGk+Ͻ©ITBv)&'f !(JZfb.aX7.BD:"aG07ūۊmvl 7X=`apF 󒖼De6 ZX#M,P:1 3ytDl{ԔD8*n&#J2H$4 L4 e$%$f(0 s3ψouB_GHj-`\-_|$I~4JWk+׶.\ZXeL(Me=uUV`y!"^\β弬P* J̄0l_鐍1FE0w'_r'춛] 8(mul"<2 Arܖlhk05P kxDÚEx oI_"LDzJ⥖Ui9UoHcMC $UbGyQ|3 ﱑJ֪?n) F"JKGGtsgҕKrLRש* 圅TLd jTlDj-^ jH5q*/fmL&j o=ӣt:(Xژ=#f!h^؛WcU>QPH#!I"7R^ײ=12T58{7r&f@i).3HDСq_,N-5#f#"!o]\Kz|UItxTQG8xoFa7@]zvt_@_ 9j4m~ 31LU.^0Y aY BP +SR4jo9 6Wol@~[[#U s7O}Z A3gvfx<=:̩ҕ r沭ȕnV* obL]URސ(HY0 1<>7nMKsHx<`Trp|b !/gؖ`& אX0*-0HBS 3g`{ݙ 9$(1F·vy&4x#UekU@EJ[ vonn$It{0譍dzӣ>qLӉPjB@M0(!EVzAZ!LWu2 B%mj/&:l@@~W4cH "W)&\ !@#!A@4A 4gД! %4nŽ\9 }ZUoUU|͈}^~b>؝͊Iqt4=}q2[ꨜ"S6ԥgWV\XGu*KtiHH]`IY@S){IrY("ű/!|͂MI:UUq08Oc4n阽M'-˘?j \2& نiugpX0f s>R42n \'h'g AS S<"+kir1B cٻe޽xAyxoB;Yܑ}؊$K!Ĥ,Nצhg|\8H9CKH k 5 qPDDz^H>XBP[V"F@?3A H׭/Rmi`:* 9~ h]W s`걮&y18|OZԱt2V~Oij+٪ +.VꨘdDGK k*cf7KEuM'3#DDĮ7E@=hZf3*l4fP(!%Ms⍛gK!Gv1!>ϱɟVo|TV&poya}$ PeD]EV,bAXX92ړ Y9K 'c9)KdBP p.0Jgr"*2 8FNzR՜ugNyrˌw6V^/ @rC/яAG6[3[~D%;^*uɮ4c#lP{XQgTDEG"yplĸr_X&1C)f<vN5#Q(K7/ ~kSOI6$J%+?=9h/4?5:n>qNr` UIo"#5)!b[*WY^W]I/$ P`$"|B/)("Fnuj;1u:Mʪߕ?gt/[ [t,x]-/6 ҉ox߅化f^՞>7ݦtmU7نJ2'RPQGzhޔ{ z F 0_ĸxA`WB14F U##8ff繛lgKo ۰F'mU}$J_.ׇcVYkYVvlnGɸ!Fh ae, HDҰD$0v,DAEznY 2)Z[! W_gg\QJdtY_N,:uԕ9`uT&x`#S@Y6}O^'=+N$G|%U1cg k \jD3i[7 <;A쿌C*e|284< 14 $``=hd< r$N wRɾ;7+mga z>Iܙ?Ks©bu(eŕ4<7^>_}crZCA"׹+"V1 A,,D"FH , Aϛ R\(Ma'B!%vf#0q J/Jυ[<y<—xUgDrp9f.A'=UO8pI/s8 >7*@iXk*|_6qcy߇'{Lc}n xcSu/֝kj>?A5V)p! <bwGd{G$3sHm0=+ⵛs^v@yCb%o+yolJUJ_\}i?.gȤ/k* `"bB " lwl94ҙ.P$\@Iؙ!I(߽9@EYJQDʬ' LG8VJ*N;x+\+ІfՊ NQw,<>'x,8i&%&0*pu]L "TJl tS1jX0kHfߕOo5, m(p[U,Jʀ#r@J%f"at7O+_y@p1ȝ8 6MJ ˿~0CAAIzoXfiۡn^#;/5Vn P j]Õ,nR(^LOQA&Z}f9;QJg\aP?w ܗ=BU騪6a+^aߒ8/$pZs^-u,? x,vX:x,*8C'pݺ {\.^ oXphD{z-g9iuyi 2v]"MPlYP,-х_w\#[5Q ~U#u:QC4 xfr9[HLPb;8iWt@VjnTN1@!R @dۧ8-6WwT~?QJ_/ ya}u;a`Y bp@DD0 A4Lq  $7F$}X:)@r䎁@ (He B/i#w{/Q-gyzd哰h\Og :3450e4 C!O #P3w+9bxq =NKo,0X|@`,D7FЈ1(4Za%-y{IЫ"%r]=e 2@Vq bkuuVX1=1"0@UDXCSx mݣDŌ۠:Kk+ 'CD7mRjoloNvFB\T4aiB[&"H]q`94۲ފud*lDִWr]⠘!" b tls#3!D>Ou|i%,ͫ-K^g?ȱJ.7ζQaФ'=s`Ox!d8NZ6<`hB;%ROh_Ԡ~²F*NdIuV"51d݆OUlP\mLЙ64@ b,5,r\P(kq(lvV=D" /հˌ;9@DQxEz%Sd$~\tL5LH c=XaPL&{줬/4Y{_ϱ zsKZ <,x㳀G;-vѷh{?>h,JRMɴgqϹ]:k)IshP9U`HĘGNM~0qB}Y@ğ [` DN9ʍȍ2϶pekR[e(;R=81%wգP,}c-4ߺa9A%$&@" 3I"JY \@a]~4IB[Tn,ChLdl4 JTwBJYęcge2.Z_5~3J& ]UZͫtBM~.qH,z 2UQ4- L4k3װmq/v92ϯ-9IIGsD@tqs(0u uprvG/v>>88MFx:gify9gr6˱}I?>'?#ERJO@l1*'?s ɑ2E 1! r$~WXCLeu\eN*Pjakv^`%{Wᣢ(̵<X5ph >Juf+x(yz8PTw /RU =3KJn:dv[`U*\j&ic3lRyQ%G446_n&Y\ZdǃUtb&‹dɦ@GY,jR4 W%ؖ9"$A Ž0a&3LvR8{D Vf{φgRLkSح'@A9`hʵ> U+[_mZLi>l,c~`ôJpwߦ0@@,4Z-bSqLd=V=@LZ\u;cMU*X<ػ0y?(j{tӫ͛{Q{(gtBrYʨ,U3C2$DH'I4ta>ymoܜmo#LU)0S29C/LE4 [%" b$ {XlUVr](\fL'90N㷟ËzD4*K)@wR@y%[)<.W$=M2_!OSU[a{~1]|;0c7%73gfW~sd+ӪoTf522 j6Aj^V}H<^ 㞾Ȓsv?D#k$QpE/o]n)n+Hd,GYXJMZSGLhLW3PjVTXHV,ՁuCqTNKc_Ȑ35C?!=AIg0A i3א 3artf(19gG V>lw~cס͑4!l{@nnntOX*q Ie}3G_<)d9ZV8x dɋg8F5/VE<7yR-x?&cLYN̎M!S~osiy0z?w^K-SPUUvtzѧ[v7v- =MuQHβcHkGSe`dW8d-8r`_f+tN;Ƙ4>|7gw#LU\jH.Pΐ25CUYiaX܄C "i@2c5^uFzb(u 6(D؞QɕRǗJ#fL^IYO ]-i?HԴd+Wq%tĂz^+=[?Y#">8X0`#͈(nǂsl=)k {d}Ȓ4n6Mq}(Şبw6׏]ʮ]o-ٗ{{G`&dYaRRdπt@R"c"CRR_śsC'|EݼImmxkv@Go !1r5C̐ =# RĜرl>2=F"BJSb-,dқ`)ҔTbtisV~4@o_)}0fStIYOegrx jyIu9 4$aMr#j5 m -}~ԗ.eQ3 iW VRmjZ Pgo~7#4fs8jc &\.e)_j'>WiUe+e7ޕcWߺut[w7۷Oγ4zS=H$c)=zg9#oڝj0Mkgyc[b*s-敌gr9C:148Kc5PahqLa23H-1d\a-E?}X{*kkm&@*uZIYO,4`*']I0AU%iĿ;cH`&b-x`X48Smz /0 o~7ӐLUBfU2Oa  ,gPz_O]~5VTL{֯-cv0rU6ۉF`oѻ7&ׯoׯo7o`ɲH>,~d>uak!D$aqtvlwF)YԹ 3亏5 ƈ )fvO S9EsHSBBaJH19vf:WI?ϋsQYqի[ҥs3{]# 4p+g-1!;†a~|n[_إ}G,ټL)GUR'.0 Yfa>qXL|!ʭ 3v17#7&; ƔJlSu Urdr,.)"#lpͧ`aO f^(1XOV S9DNPҍPڠP%LW;g{:9`âӍx:yȢtVY=V!GఖbJviiݗQu/#-ü5 mi =စMc*3m[yQT,]w4sQMocM2$tl7AQ1E5E\ "^;9Gz*?Νē!aud'~z'ӭ͝rk@hgmnyS+K.{# 0Jc̍sV`$3HDɅm4#יeRCB lydAQ5ڪ<)0Q@ ]@( rUb/F\uSj4M̙5IYO ,v#ŝj(T,r^缤)m1 ~gn?aڑuH 5)~z.~.-yz{3n"J)71F}^/;פj$ $1AT\'ޚ^r;~}ukOh4in4 T93'-{@yһ<fssNtWk}s_>|t/ GTi)QUb0GOB"eB BsQFXCluL 2tr6N2d+emώ0gR,@᤬.pv@0WHqgY+Ly|ڂG2w9-cKZtw0Y/IP^ߜ]46UUX,mv{ sy8J)X0^ nQ@q@ӖT W]5M=Nk"xtխ͝rgPOt,+ZOP-%TڠQ7+W}D&Ra(2'rfIe mEv,H921B 0 "B"b>ʨzJzYJd)cPjb;&={^Xa}f>r'{]5_.p^4*jIW/θx1:$GcYg(nXONjߧa×`f!KJu}eV$ޅ^[h3/ƩK!8Њ֙7Uß'UFYckjk9_dS"$Q<˗-sg_8EQrY*܋u×*yb1G1a1h4Jeh7W1f;>cj ΑlLPA (; !-'RIYiCltҔFa61S7{Xi~kP3gbzjzLa@]l{𫮾2cG--l*ےݸι<˽%@Ǹ-ף5~mCxjod.[-1DIm/ðᆈӐxYa!gt7qmp3x7!ǁ "lsỤyT=`֮RX{pt;ō;<:܏qp-C6pT,QhV\}^~N,U6|sW'7Q̡4Jm/ RDH#&;`*/!PO=jcCm S6%PQ(ۥ>9vMvqp=|aKƘ=`gY@((~h}H5 Jcj6U+[,hc3k@nVܚg=/59 `տg|! g^L~y5{`eb9@#ksvK*M敲D BJzA^X~(7VS  >)a?Y*ٗc5Ns 8-Ш.ˀcA@cAZ[y^&lu>>}:vS3wrVPNY!@P{C*& za=ZIX?snwB#|EvX2?Da0X1SοRg$1Oح+/y7¢Ϸ󡃖vҽXsʊVm|k@i/Ĺ_mLbAC&D ]hA~'gg7G׶ck`+$"IW{LjxGGS]CjWUQXb^;2+%~ȥRzb}{qcf@iҔ(Ly.;L1jj0B# >VJ7Pܲ7tJ{&{Hxkx_KzrvG]t|C-T]谊mHq~9yILa$dSB.KgXHڭaQjU[qZnfUM0nҕ1k<Bg`yYp &s o^T=mj_x '&o{.X:DS 7,ݱ`?uDHJw˷O>_Snm˽qmuT}ÑyCO 8q2a//K9Nmfs3[&/ pRڤjG87|%Nؙ*Z5jXQA~CXW0SSd )%Q%J1SvnwrxG):>ƪ3;R}Z"Ds%ƐACz$.C !{tϣq:eŹ[YkT\|F3/m8|hVU%e#tAV,孪|S nKUq'1TCM$_^L^In,"FZ ;ӣ~On~z'ukOZc䢐|*68pbcOj>eI4h_)^;otPQ $N]/H6{ e$Tu$ꬬ(pa 0sT@ғi}o| ˲B0? ]4}\p)gG <†i>Ouci@,lkMV`;0s၇qMhI#[ih#6G#%MK<4E5%,4ʑY=Bhǽ7qP6ބj8;qϑ*cªYl_ Y{ $+BD!z"Er0?[}x}'q VX{m\qTߒǓ /Oٌmbq啕/om RȺ0vdm|[xr@c,xUY=J!s+3pM6.V7_TJ. y5@5KxAMCʫg$3Cq e8߃րK¾RcqS[b]<<R6f0c`h7~ḙ}Q}C!mq;ҕn} XJuD>s.łX1Qۓ`/4 w"DaS~/>]|;qcXGui  یc} 6p߸_RA0"InK^?nܞH J%Jv,De(uҔAw,v4 <lPB/a ]94w&mgkIcg6µ~xͳ QJݺ'owW^|%FA71| <,hw;` u-wc f,d"1sl#f'y⏎dR@! x͸)Q޳ bu0=e BLAJg}t#vmsg_Nt^G5s9r}Ⳏ I1BQZ[/ 9~`TfP2BeJHץ. {dc9sc"bso#S 3i3W饍U $l[}wp-~QNYh#y-;W;NIZe*Mf\~%O`d:Zs>Q{tE۠O,=IR5kVQW[z-[kn҈SoKėVNR 9pXG~x=sΡfz6+ Y[UVy;ǟ6OTk}L[gSJWI0 (H\c+Jytky |'"D"lYo DC "j,ΐ+'ef6G޷^ NY]fݾ{d _R F? IVG6+5  >ͬ%! ~Frk\cn*mK6z!D{Wѳͱ6I"!@ OS^;fSfȸ9pj#Q:me("DA#0 LAkB "e \å#zAr]\|ʕŭ[{ޑNuLr_:pivLEY̷VQaF%+cdVΪ7`b cK]I#5 a d.椒*?L8'5'GwWzzc6-{Jp/wrr>ιBGsoJ@5Q+J,%o8/4Za> ϣ![JL#eS[Z>Gj`,|c d)c= 0Bpq131(!(D$B$ÞMua0|Ke&7Xr``$b`  bX=|p}7W;wD(oc*)ˁ<21<%}AKg?8|&mgzz),<+#*kB`PDB6=#s*[;3d*s) (Xs!?;p=;EQn !fyQ$mcwabЙl]$Ops"2yUQ7{#.?o䚺)/ݭ]pkwfm2{k ][W5y L g`N$騄* 9ښN3=Z)~==^f\et KR^C`D4:{8A^ʸCi!!Ô(@-A5^3|?|8'oܽgUOGU]׺,cO\u{B H@UI(h́Hli4 *3lqsOWoRKi~ R3͛r|@a ~3QZ 9 +ͼuTqL _:vT,[E#Uvo˼ߔ#e F!Q;,¬P[7:=>~k85w4MoޓXR#@༏U 5g /X<4考Ճ ]n ,=u ~܏'e+?oe,j"σnS5s+*W#Zb U˝k۳[{XDS=zxRh1K|Bg$"@$bD"Iboo$wwGpz<飣LreB)5KXk +0^i"gdKNh2TRS (an52g]evc)a"k*W{ޛvF*KVUU:v<8<:֞aA ynpn|yr}&ܖ2ʂ{QHBT\8: M;`뻉 ibMU7-.]8(&3;G7O]zoJfZB>GT#kOP_yUb$COXk|$AamV<V`Dmts8x!Gf 3d/}aؓ4D"@>4"B\>A}XXd8FY*.KRj6^FQ@I`^lDΐu,V HZ}ntW: +&1:P quNpxf|3ukOl߭-YUG\vD20cƘ.F^ H)gLEKϽy1!mbo("# MAUfN0T@ABQ9NvdWo^xiIv+( OZzLjXijG._"H@ @ ā{ޝW߿:y}'sg>{{Gjooj2L5b)Ixb i~?a/P2MrT\P %U vN{K>U\sS 0:~.{]]|fDMRKRn0h}UUٱPimV'+ʋ0E"Bd{vrlU־H?mJV\o,`*WMXd A?cSLȎUFB)ka>VvG/7(MDwb"aJC853G%4j-,~@1yf/b7q)p|< 4ph4O7o7orgHDU cYq,a/8Q89r] 1żgUBo#cם\a TsQd\+Q)~:{O'wmvIJ*0/=XUVx`0%Aؿr&YA 'GTʲYTLqR`S簅A+I jx Se!BC 2nv[\YygGsQ{m+l$_.uK9sf-N7h2ˑ++_i*!BD.} *<4Q. AsHo:ի[ޑ:: ,wO -<;/Xa8:q"~XC(~Yn=dn-$VYB{b\2Bxc1US_ Sxr=}Թ8ފhGobW=f&:*:ffZr vMZO3hN\[d덈 <3?l эuA@I@RѶ\_r'qc>ny pgեLHQHHcL.f~`C c }h'X٢x l1N'+<ܜ3a#~GU{@*(5t#^S B( hod][.; Q9a) ½ A#&FڜaP h ə˾04 Kw}>AK[YpTqR0^EUUJ[Pn* #ɞ{gnL>V~vqn{9^I*<8ʃ@~ϟ=YuhZWF!)D$b'aCE{%JS"y + 8ݳo_}rw$esJt[UG<:X&DtxwhO'"YVtaW UCa# w@)6DDHL^Z0=2EfsM7/ {74ѝ4FobWxLj7"'a $JA=˴guu7D\2uҰjtvdɂ͈66RMQ ?b`&X%Gݜ9(Hfvr =<F dQm/xa+?qJH)(1p.kLJ;[ge<$83Ӄtk׶rҜ,1/YGe< oDI6F(9 B! h^J_1FBE7vK0DtB70'/{kԳ'@(1(Xΰpgz鳃A|_Hp杈q Fª d8h%Nh>۴r1؁qs7;35Cu1Plx>Gu_qK+ݰv "4*R]?|p-$+r6X 4|4|nw [YW^y&}͗ν҅3b6&rU0lPw"ps$bJ ]`D-xdj\OQcӣ_߾<裛;n= NztRD bFEh7LFJ Dȶ֊TNdn[;/$ X84`*S7pB2YⰘb{vgWY^b`{e?W-?F1G&%)A@2*8M "3<1d+7˶caK<*ЪCU 0) TN~tƮ〣.Y $&2mH5I8~?o y+>=fDi43B  @" H#QUf80JѯӃ߾)x-jǁGU5~>AޛAG?HB`a@swJ.0pETJ%@CB`1zD}9 )u %J#1)scܞQz4>ڿ%{iU}!O ylج Zh(L#9 \.>jE4vMA xhn$'lgƔ20clr~._U6pT4`'nÝy_(WWG?z/赵AT(T鱚Sl:2V`ǖj[z1l뼱uj^=x?x44,1\fwN%kY$$jeK,N3K_yټוOq@~s^в@ hҖ;>7V_yfs8]Hpw1ȗf5IbU\XfuM7YR3ΩmI <17x(Svb ]]=O7W|p=|vI1b hp<B'}܆o=.!I[L.qW,pVb 煈#TMP(D# u>uz^;կ.O?WZU)Ux uF>@ agi޼k tU{6;) A Cp~R;ї6'k,S$aRϧ"Zb\fƸ:_>sf+ϟj @*H.+.HĀ Kn'VU=Wk!nќWn<楺ܘ=O=< 8NR4%Of{>Z묶HoH8*8.>pL=ӼDsEug|: u2abNFARQ! bJa2S9LMQ $<,xqÂ͛;>;N*;h$'z:Ml,"D"2>A j*)ah!-@v01UNV]EV%eE)QL\w$3㠘bgz镕~?=? +;w2TCm+fs\7U[3+1TQsվ<|n v|m$.0SrieV+qsu>svO< V} '1թ40!*Re*TȕDi젨P{8;G$LeȤ33(Cac3]{oou~wl;QyhVZu~TwRaO4 Dhm+-I<2i4~T&7ҺVtBjmc73ْ^" c:GPZApMϨsa`3~o{cce|p0O82@ [k^KGw;]s^+ ;?c42σ`Rc& oL]=lE(tT\ϠMSwߵ˷O ~ y%ی=|:Lu#Alg+2G2@"Į+ A&Ua"g)JCA?_ţwzU[<_UZxQ1JwH/mAiS(Dթ=U\I[^yMZEqg8e\bPGW3t0A zG)&2AD![B\c9l+SAgd…Ӈ“;yH $p)\$6iv`KKAIITgsp!Ķ-DTE` ڥz«&j$Jel" Sa^؃a`& =AF8[å;smL?f~NyY{ہǎԁ|#Dx5EԏɎ_֢:-NPY+F>T C6#KϘo+)ˆ- Sd*F:Q97gK] =EΩS?;qc 4g4@U|d,r^,ȼ6SL <$ps{(TBkM6.U-i1=35TN D(f/gfͽ߾2k'G;x|x~]6 E,~$׫a+@Y ^oG-o8M+tgȍx^H!RgzDP(H]BL`nzə;[[#L @"V.Yt{ں䈫$ytxR'7=hBۼ3:\ٛR0z`: [D0SL0Hkqw~~C>ǃl]4䪚q?g1%u x>/dddeFX,n%."5"QSҠ=6iaK,J4/=CK-ih{&EjԒ(RƖv73{c*zVy<<#|;ss`~9fyik֪+pދzG !̪9f^IaŸUÇ+/o 8[a8 @>9U@[07[; #>3!^Wr5mr_qPee &;}"\[cXr2Ra#syVr\xpyhoV@@^fW R ZAƾ}ѷQxY9Ǽ!`D.xY\->7x?rT?tL9x_- g޽T-Թ*# HY$6DH!"[ m3z>e 9 hܺe\avL_ˣmx2ΦEm8Oq \ZA=L fqɭֹ0:j7SH]i5msW3,9J!&{\L?LV{Ùr\C#9;U-0{~ҟ[dQ(v3HN0G`AD!^woZ͇O}D/f:ϋuin_~;:ߗ y5x<{kyUߝ2UDRCꨫQH[OvFVEG ә>)ĸ1i 6@ . WXd+Z~h@([L-^jP\=je5GVٮ}\/>=۶i6tY'fozGYukWOAz`p\ή41 EL06 y5Gi $0I\zAoVo~wd7n<(vw"7kO|AO uN$Oq1Eʕ,.wbʿ$f!*aLKϦF rC"KYg\ "Hqc0Ht{kk1-gE^Z Al>@2+ |mLMGH[X7~tFÔPanrR/1fW3N(vƇ۷6}㪫yqqo _u]ǧ?zFGɳ˪ He.`M z3*$q}cn޼_<ʲ|?R^F$H\"w P_W!H.:W KZۅB פU|t:LAO/z$Iȋu9|\¶2^?ƕ*麁L7.޶cZS!m&+s;aZi-t]el^ d*òcQY_0V~`~nqAup0S:<>jRљGj-*Q)?#)F/J0G$cl6h{<;y;7gey:}e9X'gXD'Y'KaI/~Ss:[Dܨ m\& tXDH\FVYI ;0rL%⍭x4o`nFggAs7짐`M+ʄ|G3a]6VX"Y]yeXb(M `oBweHiF;Mvo x~gO^@_L2UADeA48b#vZBs~B'[vf|+?x𘞃Ǐ$S Q$"6[$tyHx`BUZ3H9DHB }!_. R!# .0W)%hۣQ{4 g@j-Z@8,:\3tB_+aim7`QM$V+:%G>)rU6=9 HD$C\wڛwWSe {,|So?lb7/GE6{oaQ$lxܙ'7|f{J,9xL!:XKZ(ԢyR:UT DhA {8G}I.IZ7d8)Xd0Ӎ~?Iшt <"} 3ՙUٽHRX*>Vpip뉣h(ԍKemӇ 0a+ ./><|:\ shnk >1Te.6 XJ?`vo\n?۷|p/:>׽&I9xM! @GBj!$p.Z4V#H!)0<ےA"$"4VԳ"F$#Hii,fFNLwp86zxO6$49|_އgI.!ӏ.$dﳱZCJ8Oh20&-H=Oc[G[ rM{A*#!+ʽc5/M&n։|#=ys@xP!"QI:…{[m1c\'}[߿[|Qcr@=}w>yh;DM_5G#{O P x[t:VIEM-s*7X!=kbBX ŔѨ7 z~%#w̉g2LX #*IJ+-=D9,)LlZnyowsUXr=A`;bc?|xX>|xTb^HcjxbN3~E@G|4]#l'lBv2Toݚ֭zľ Gh'sDi",sfy@d ]_j"!]D)DZherh d8 ҍ47F}|Fa՜ n"@0,Rz C&\GAh]aɐ% D9 4(0c;TMKUwu'iX)@[|r`=̎G 6o`"I7n~<|ݢ`w'_3Nˤt^Զl~hYtMoڈ4Q7*uFV*S2A"c t`@i\Ka2~:$i ~lP%HZGvarawp ƒE5eV(:9z q:( v[4ΠMHz2$}|x888Qs\Z}ѝ~azxZ ~2HD}l7No 8E?pI>xݷ߾q~ᡞN(*~ x5#?U1X~+\(%AYݵH#|D!"oѓ \Ij?laߋaokD?K4Vt-%td9e2~"0oS}>E"OM91l3qvRd0У(F2|ߟĒh\W> q?l _?By*}tT>Wj-">bb l&B`~o}#q~rrnO-|4i?yJ 0`)fa=tIVXiuA.2]#ƍ4V&%![4eJ,Trh2A: ) ލWVJ"r)5{WHt+DpW`STaN i.::@BVBirƂB !}lFv;NNz,LUuNa0b$|ƒN;Nk%CVUmL1dGqH,;w~nz;>YV1[@ 5nǏ;xPp{Į3 C;m!tUEc)}j_^2T AT$YM"vQPPƠ2c^m{~H$#7ɇ4֙Y% fQZD$tCÐ3i@ :WVd`5b9:`Dm4OkfMdLP$K_ .::tl%mOa<{XAEs> w:H@xOlHeIv'# /p|WS3e8E4?-XitG .(mXRG!Y-_4= _Bm ͻuj0I^ I-L ɀFK, 8 z8MIGu4?yu-q cu0?BwQpIX@?*1q=K]_$ݻw޹?xphf%USh}sj<n`ĸ|%8gkj́ $k")!)r hŕ?GpyZ硐<峱9.b{~ bgc0oAo%^/ıWYy (9CRᾗErrTV3pux=4ckuo@* dgq2аǑ}!N\M }Ϋc4M^4W@8z1dD?RÊLA"S 6 6{cl$#\Mɟ|oqcvut4碨3wu%;?J `?˸l5sl{(]'P^YyfPB or#BKWD]VTi! i׋I^̸R:9) N&- G-[$EL=90;ӹK4+va[)Prs(S! e^`<9EQV<7]0Փ<ɺn'I'Ư10VsI:†~{nͣw?FRk#v=J9xԓ` _ %;I>lDbf@!)j+ZaD<:ϙPkP8ҬFPiX¶&"F""!]ƪU9M ҴOizY"nD=)& P>4(,Aj1MLhWzE-SˣP"^%ʫ͕٠ }wQ\bL5")Ho'l"3U*p~&Yxx>zt'Z_E~!1[Jrwo{w>۷wy.J5wVsXO]x\͸@x(K+$D1o # EHV/¢0#k#uwjľ.ҿX +&BH#`+LαpO{Hӎθ~HNMkA+7Zhbۢ9BjUgPݟP\B!W+ՙշÍr 6[֑u ``HICSe5,:IX0jM;GYqdpXSXa),h.-Fp1@vMQ0w| JayW0ƩL1\O2.n|2f3(t\麻k|QM!\/"uGL?jG:HD%7ӛ|,ъj_7!S͠s D5%r]XO`#M~qKFq,3AcO[e61ǚ!(BL-7De.n$aίXp4N,LgYa i'}o&@/A;-0~/:ioo'ַޛ=3R&F2`88B{Q<<^`Onv'lOk!@0e߰vL$"H' TָQtDHD"BڍtA ]BJ,Uf$M㞔r e=K g@C(/?DȉfxANDg "dP;x5]jO ƚ4 R )܉X` tT?RkDR20KƄ7o/oܸekmhǰ.]w=}s h OKs'&`aS7b-%Zİ0Ieb<~8i+vzdbP a@ .z$N8"h <.SKD׹.,֕s<5Y@Oй(ֹwA$|tK–B]OA^`LL,+*VG8}OO=ijFSnR%c 0蛛1eo~]up0Ji>)|߲pQ$it,GaN,jo}54Rv@$!(Dl*zfar]bN 1QIG8kDȓ( (,"J A0D҆?I%SȻzFgxk11 pGDpN:KG_)Wj?)>} = ]Mw7b{= +8F0|=^b~V4JH dco!:Y=}0am),H{ bx l6ܦ"u}YjUy"r$B0(I(eEErBᙢno tHfai,OKĪk-Վh_[Dtߦ/-k ċ<ܮo$^4R+JiVʄ+//1'I9b9eh'OI|o}]s|K`4Ky/W J00(cq<~[o|LQp6?}kw Mg/ &"տ|Jb ?8Y.gex`ӇҬx-=`,9\uEIM`y֦(9éwFOø4ذM:CD v.M hfƔpܘmė TM)h*o[xIhw h6PPPFi$!(!n@LI;hyOLn44 z" K-äC2(lOD`c" mʍk n0.TaR@l 1.e_]i̻,מFVkOEDt tf3O_`&{߿'$>(D{)Zʏ3v6k^alU rhPpjK@XT*z?Pg4{8gEkY2XqIiNN؍t>ժ6)sSG8hn,)Ab(Ⱦq,eGqiM(syU( 7aiT9 oY^N$E͸"u9hQ^PXM'/ҵ\N UVs @  y8}|1 w{'oioX4>t-8ǍӇ]|@AEK@ EU~;F?p? ǗzڴSsU\BCl%W $lb+nW;DhbI͢6ypRU[gqI?uY^@[X}4R )(Etr<)TZyNI,mnnG^ֵ]9][ۢOatIy,F60ư1ܔ"6 _e7=?Wx=DNBw~1gdFym}m7 h~_xW 8ȡFDy`Όѷw +ox?Uꦏ-:V\9 EXEѥ RSxO{iwau]-w:5fKu!ymwTn*a؅Bm4*QQKQ$ER //LQ!bs&`*(q:aZCe2<C)V45Xf>.x ?oϧQXM%'o>#FcUhz4?/Z\5[ĠfK]),(A(1b˷߾E>lqӁaX5p4|ff`HHbAinuu~n_D&]oD#[ӶZQ%(")"gXH?T-(eJCN"Fl'\m%to(Ql= <řHMf0.;qJeǧ"O\X3}q4hP>4gXBah[}C\VJ/շ|pc˽" 2/@"A,::]n1-"zSc+` ˆw,A[ 틧CwAHR !B&p"i]&e1NNLmʃH1qx7\ d4 jmAQW5; ^D?<>sICy|݂p[BuqO+l0 [gh։%ȜEO??}'ɲrmwqÙOet~@1fzyIri-&Wf`yO{w9zɐۙ?J}%dL M8, *REB$$$:c.'♣CԃJhȉVؙ΁}<u&uɪ>➏fD0XfJH Rb3oScDM$GpC$z3^f_S k r(G]``f/߿ݾpT6l>c΃_$}N.FDC BD=XKlx""kV߾jZ@ n L˧sك֋f_>zR B  Q@9<)d?7՟sG}q##4@Lt7,˂hMg.u/zX:סb/냢߾o:Hb <;7suN=؀UK_I9r辢հYЧT @HKj( "gov?+TDDBJ.|=09@PPh9cmJKntʫAXM0k#--@d#@!50!m>hY~2nOs"bweukiMsY2oga&H3 l,oܸ/}p>Ϸ݁\t.* \+A޻޻weN}$':S'?*K]h|494k Bӹ\@;j0f19 MjKӦIxX>oʎ)$;qд;=g |t8%ERvuSi^ d"dǹewفx ?8'p# :ȜQ:}B Ϗ֭Gf~DO8}t7BWKΡ%DGs`.>Guk ݷSi &کyńJe ݔ6 g{&)l(EXyb}WuKʶ)aȻ*GcIBw=DBT$l;5O&b8(#uKA%H6p@ZU `|^kK(zo)kL*[L 5SO6`iL0拯5^yJRF`9EenPOt ч ci}]5#V&Atv:~y%JRAaM=Bg`ô} 6 JIqDIAJIhtyţn{x)ȺsXma[_9o͂ˡ 63@bA˲)kWrG<+=uEM ?DjYz/.tQqfM=A-<6 /LlR7yX>\,v'DiLDhqDK`}Tz"9AG[ S 45r#r(. k7C;* N{'ڝb g:]8;@(WmUܧ(Mcű"|t\1A;{'{>H8P[h=aӧ- Q JKXH֕ն:Tag! qDLUT$)#R #:Do̝b<^QAhKXCD'p/ *0l B unE(X&w0γi|t4-EϺ=3Þ>B˲|uyAa@OvU7PZs XlMej!=wƈEH"0ܓn 4C>hE@߯BH& $b dQqJf׋EĔ$1I)jlOߜG?|^^~py趞V5GD{4:9Yy^J١觝@>%|Ʋ(Je4+XʃYk7$FB wwCBfXՎEi&xM3x[D +eXkZ3sN"a~ 7L7Hd.,v'|Ô6cRǏ91Z#rԘYӃ̫5Sԅ/RځRʥS%"#a7O{lx?|YvO 2yx:/(*ł@ٛ6 ] mp~p:vWnlOa` W&ut$3~ q$PUR簮sc'ܓ5h:U7F\4BmN%4y'_KX6} A VYCsJ`^/DHJZ'iB|ZW9Ex$_.-Jq%`{ݨ,pxKThLU.b:]De!Rc&ylظ]sͮzhT4W'.4u<F {m{XSZ*KQ`rfgJ!W۽u@RM~f-4DT@ 2(\DЪ_<3eaJK{m@_L|NqNﰓGT]ԒZqPW`cr4Ԗ ~ n֞|}?.`ScBCjuYV1v|Ζ DS!r6^vA㦀"K~A6bHwpr54Y єA-45meԢȨ3!߅l؞zw %h*ƛh8EDHidi;,O p%?y/\ ֨ q` k1YF2=-rY`vˮin?A;ˆJfė`n> Id]x)6,uu<78UJu}tMYO=V@," c\:J_g+9{e6!Co -h_! 74UCW[J+L4Lkt>Oid6_ӽeW6O i DH"1zry`^]0g:C".Mh&Q_UȘJ>6(0@i9dvҠKh,0D^ڲAKuP[,7Q/EugATXv3ݎ׶49[N&h8E^q;4῵PtЩ@xR/ZL~4m z,) I:jӉ\gD_/&Y[} MD"]COD1>h}5-7¸i$O:tib7-Gf ^e((7(0v\$gL/)˚N O1rq!A~sL_,H ފ^Bo|P\>VnpXKH^@R{`"^NԎJ#),%bAQO!%k8GFh4DA/;p5$Z#oIbœߘ.xP !Zz〳7.xZ*=gz(j=8|F<G E l(KۿX _c~;yCzJElXZFą4.(vaqGș暶5#kmDLc=q~PS^/ZF[1o}]Dc] K6Dz mtTP\ ǔq?Ӹ׋8}eEu|:qiO\X9LDi6L:/.#$:)GK?@͖HQS]zR.:x|\O }sD}PMC{{ntj "5^+=h] ]kM!)2Ǭr:bF J+TZbU;(0a6Ry#DU)6܀@M!g¢ƒ7҄{PyRz"ˊCw#'t6L %x E$5هZ´F)$݃ v eJ'a1L^q/ˊYMAۿn$cSqI/ra.LiZG^0,c@mH ߕ`A\w.Vk~򒺉c7u]K/B5/ ^[X-Bkr!ٯke?qښn oCM~aEiv YSbJ[ z2(Wϗ:)Qgsaya- ^>=yR Bx` ^|8' 940.[X@H.a.VG &RQQ&DeW|P f76hԏ4I$"*=P;+i OE<ҥz&Xi}9;gŕyˤ{@ŸIf!4(: ?נ-fβr}:GK@_a^8.: 2/*P7цU0Y?RK$oњLU^SX8ZaVfd +XsƠ Q(uJ[ @C@"c tʦӥ2S%wtNg@P˄\ GDGb;k/Uiʲګ*u7η=~)*Zq4bEg *vEtA1"!E% FUPVeo/ܼǃd8쥃AN2QJvBFQ=n8Dc9 ɥ3 Wn@shۉܾ!&̀ lԄ3etPy0y^@@׏^0$p%;u .6^=e5nZܝ4d'ƃZi>H---$OwWnPϡ h,m/聑2p}VВJkD(.\8 ~? {(z@Շ8B,K]#A5?w<*C~}.zfFe69qAp:7f` '#TYӥGZxC5|ј3δ1p8.ZT H/4fƪ[ë2JJ+(`B,bNdEhY]9ӅtkD{glRJυ{xq|Ōz)NvZs M4/Qz +Ad"k .؋QYsgUP0K\JQ1L{%rVY vlpf13Som}8}VL(TPEZ4zn,u ICLh v!9d D':J^śt<AOǜόMc)xy "!3@qk<6~`x 4 4vvτ/`;#r b[k*fL/y͝Q$tEj87?/~eϧMVu:1v~kA1M_<]) Z-W$0Ю/j: e <E6xp u:XCW%JUA{qx-gx;GQu&syZpH6EMn) !w柏^Wg֥AEc۝AKTX@$Rv!Yg ;s{"o>$.M"¦FYbF.nl {?^گeHcr 33>x:N,Wa?_1S/>MY#`F`QH܈.ٖN" f!Þ 4~*Atvן|/6\Iic 6#3-=4ʎ,k@?uE0OzEp黏P4PX|AL66V(tBK AV:5yp::!RW zx6n/[YW_~YyG6ɠ?^<N!a46?*Vrgӥ/z?x2W:1ԹDvd.ZV$1M&Cyf4Db8鍍aʕ/>kzm[ 7_3l66c:BrpPG:oǂG^nk{u}u]5+KwS~mlܖA-}0%Q E)&q[1 vwˣZ,2SiUz$~E hU-p#p7 s¤X,iZ[|[ y4#eR0\@c AR-)@F<޼QGmK AbHrCVH', Qo2p8iUҩI'IαGcPs?>zsZɟ\KԴ h~hikzOQn> _Zde'wv6瞻dF4pӛ#y]z!zˣg)wv6`uZ MFԳGp 9.NEi-074#p[X+0aNxe )^FTuU*TR(u W |o::S?=|n18RYV?ʲ"RVW9Yl|' %DAs AKSEAN!Tgqx>Qey;RqZ;|K[P!G  ;z[[p8 ퟜO ?3mr2pE~ 1Dxe}idZmܦq+׏S&uNCQW2)L_dٕhԗYV89Tl]\ӏQE:,A>}-eTqG{ScN8y}ՂL'Ӫ)xj f mu}탭]m0XWA+Vk(BK@XD@">.x/}p<8t"L @j-\WPVp~MvUlGS"z-f?z='%M9GN…,Qﴀ>$],6@1.MZ5ջq\w=KOS\%rǛq0G^289Y$h.h'5@28c? ]V/xM/Ϫ͟*X6܉$\emVMX])܉ lOM+ţ˥W_{q/dDbU6k%/F/W""!h5dU8~txL34|6@)raxҎ~QOЬLt8''9A]"8c h+6kEŴDsX0-nƂMwXnI2ۚ(QHR0E1FQz<_9>+Bҥ)3?ToJ0Hģ)+B򋁯Tݙ;Qh&&ϪN uw<]E>3JJ]wx YEd-Hv+~}A>#7V:9VKfѪN>1u:=Zh0x.6<>Ba2h S!W9rU aN/<8y@fY0TgU8Sz5(Hn{ O/\kl\)o V/dëf"bUov A$BӐF,/QRĔZA]Ǩj!FkT8Ca/f`kkhx:<27Z0!fpF!g'R@Hꢥ{li}u|oXks7O\-Q%JFƽSK(N \@X`@ q|3gp}VkHQ E4[*QbO;;xccc5 i剻YfлTXȏ uNvo_\_M Q8j<ʩh;hm}6ɻu0Q@C0LV)wۡxZ̭E+Cy5棝0%\ʬf[qU꓀:ڪ{xC!W% Ubr,*aX#x˃Mڻ}hz^aurжC Eg93 ?k+o"NMsG 1fOks{g&ϿտrKB L МBS ũ39b"VI[HD1$z(uhRzM 91M.]}}}g<o6 sx:jGY>Z:8-7y<%OΫԴQeQIQ`9+ӣSεՁ j+RZ$~Rϖls'F -Guithv Ⱥl+WV+?`jø}Ŷi4v|2dUe0`m G7o߽WLrl~xU&gw WLQO!zcw'owwqoDG _^N.VX8s_t^X ā% ̦vp-tH "~"4sSHWօ'㍍ps4ꍶFy@4^ a6jR@39u$hPWrjraɨ;)&&׉k^vdT~Ćx5{)fXyF-I -MG{I0X@%̿jh;%wW>(ᦏJW(TemUʐ(fo+-|>}'{[UBgYiL{ Rc g:I6Axᴐ7߼h/Kr߬m}k?Wp &::]B T \V >bS8 Tڭt3E6oo7'pLi@xm:ZșnGLU:ގb 8 ^Ch6h)QV2ykB tzt{ᯥoP Z FtzOk[5 *?1xi2X>*WUKaQ-T*SAaqF|ox߻_jk=):}uf5ßWTo#N8Q.#+rq,u~{4U|SJyyW*̠Av[L% G?PdDb$aDN, "!bJE@diy@^z w'[[ 6NN"?^, r;:>\ۜ- 7!>26*S9i v\_w߽uAa=}F|GS: +>OStۻ!ංNOTJ|(I.m^Rc [T8BEۂOҩpar!>;|izChh.P9gf.L&[[㭃hEƍ3t{G]%C`~oploA|Qg_Z**k󚮢>Oe @}KO5:5օv ߷ƸzZGm^GW$GKσ;i`nBXn0Rhgv/ΫR(ER-U9dg[xuxMG~x?{wiP<̽,8Fpk=u^p?U3J".,+nMpwTV) ʲ(,eTo[A;\<1>P1rJ$D {sz5Eee>v;Z JAC\K[5M0F5 N#15 1ݴR>%iU,ՙ@^w>J]a NXT %).7q}r{w/sgx2í>r37-7䮠ꗶn?gGBy w.lls9CȺW# .2$.]C>bbT°ȸx9ϑ}Q_ܾ9=9>o]1>8N 5L!v QОDOް c'_ͱz2[_ϴt{MKϲ򠎮HoLI!:#Lm4>NXʍ=̌nhFv"AlV2g`#89V~. {!FU00jVf Dg#:q1\Gsa^-1T =c7Ƶ^זoy{>+ON: Lܙ>3Ja=Nm/^qAĸN{u|_^/E7ew&;/nD9-$,+GPYl:KW (Q "9I!Ecd 'o67g;GGgn o.~[ b5!f;|"qz-7y\a+2Z]1{\@:mmVz_SLnM~5QӚOutR'l~kp;VBn%\ufhQY+b7w вv0&la x?x4%Q]- *' dRW$h_=_Gw7sg?QL:>fN܋?ӥ[^KP3) qv/%oV"Ic=fB\Hn\Tr! OemC\tn9(!]J'G4@"у6 4p;bWtp{{{<*rzށȸiPǛ^"?fPft ޽9Xhm!X^ڕ3(`PAiƘDP4Ȋ*ĚB!zG)P #Esd<lnw\ڜͲC`b!rӑKD){ѧ8|jϯ*3iեaeJh^?-% Х{]jeM?4%An}S՞"qh3 kʀݦzB}}Acn>r l֘vOG[0멲5u`vs\)*üc2d*1JR\le\ڻpo|0{;{ZC]!>>ړTǝID)+ӞrE!W(No;?sw۷w :E8Ws@Out7m@DX|Ͽ; 󣢨V˝í?*ZFVQ[ "K(')ZBe,k1"P!>b\\J (ۗ9r>֕t1<ܥ㣣Y7v^ˍYze@'2~`:;*jgeL).֚q@UL+jFG)[q$] jɡ]rKSn{.h譆2jWaAH-/tIOD Xc:ȫ6D7S'_~a?_zmATe2]bD`X!iM.fwd7o>(?fPWcLGK>3qF[/?u`HulekQ߻O[["C <.X!GS,q@[W.ܝ=:_ϳE>=*~jXA 0)@;Q]Q?4-ĝc 61 k˙q~&t8Nqj=[[jD5~_mݨKϥP$beբ`mvd96;C-wnaA)gګ;UZ~a@2ƔT d. 1:|K{}ݹ[ڦ(ԕO];8 q~/q"-0b0;:/ſݣ8F،Bɗ^z/bJ\h܉)gh3,"HX{20.cKS ч|txdkxgwwv&Uh*qldzKK5"yntLVO%@P nW8D(55DDH~VڕE-wQcmN:uMF@ (+Eg Du], 0V/9Z`] -]۫]Ph |mp<:5X[F7y\X.Q Qό&xmr$vvƃ'VUK+:L9gd!tWM1'pwTOe)'w ި~ ]ǃ=oGQ綮_pF/܂*z34/fE*`],],TBvj+d03YѥK[rS{1YzSODB}#Acǝej/ϫ٥RNhRbF@IQ !o߮0ID(c,?E3sCˊ0A]j-um*xs;!6U}dZNj̓O(볱O+Њ^)T|®rմvߣR.dR .'xe~?͛c-܍.^'NLĖRXm[TV$Zp#Vǃ)qmDJoě׶pژozWV=/ k9Q4ESu\ :hyK[^q˟|t4r|>>cӊ^yKՁ+x*K}+/fZC)鮔b#M;3VQAࢮ>0(E ZSE"2SМAR ғIY1N0}zzntxf:]޽|ys7nW_rS,njNqEE?/;KU W16H,iXPJhfשSD^ A0mP3<7i?N>KlUiSi:i&NC`#cwh7[͙X4֚.B8nnձ-WO<U+K,jZB Q^\6w'oyk{la\4 ^8Lgy8ɶڻ!6FD  6Z.J)GQ$7Xnfs/* U-=ՓP)B^Pn ^@ҸW@;8ڹ哓3Yvy\\ʵ>SɒBl<=rSN!tJP8?f઺̌k|yA6M @$z 6P֘nc5axz8%_.RG_+Z,[U‰1؈^ "+o'ǺڢwxhVǚɣ(8kBx )Ge|yʑ+m^M)v#4h7ه'oysw{Os\Uh c4{_:%L!0va%(Vb׊$IݗRHN8ܛͲg;>R E OaɎЀM`uw RYӣ{I|OqR.Pv1mxxpUh)/DOB oMm0hV T!^D[`ӊcM8QCa$^:j8s0McAm V0/\%҂)ЏS xqpIwp7x:9𓇟>v?s!Ԗ{ E#^8hu`DZEۯY2naKh"V;9 ޏi5Mko/HdV ܊~)3QUډWYV]TuN]@8o\eu\!(ƅ/.~߿E8y#=xUY3 y̟W1j04ՠ_}|ykONqE͋ƕ@]Et tzO͊`@P 50D 3[H J7,ĮoՍ^ƘoP !vX-Ġr;*MJN pY^<) R}žA:HfT?/re$I4r9r!CLol_3YL˲-K5_˿=SO#nB4+ RP0OrR_LջÝC[b#3sd@i0(B*Rt*ܾnF*5bð H|yA8"ԡ-&pgT`kŠD|dbԮ3NqX5h9qg"IŚUx?J5_x\("q-6÷߾|͛c5-uyxxMSWٝ$ ,ݒ!wM橬/}z> NBDF/_^^|PI~7R4{}p)$"؎rh`I9sP\Kev(e^~$4uKuӣ=o,usUDs1#G8(pO1-ueHFHe (p9dc >44RhĈlB[3pvE"ZjŗiZ"~&LgZ@hO" "?DYCZPjzhZ5 'kSEIM3+ON~X{\-)j۪Gj;#)8FJ~A? &St(P:ћBD z64 =xr!387ٺݲTwܽxqkǿT~{U3PK i Xz)P}sQE_˿9-IlN>6>U.r+@fR`;a)ҦUsR#D"aةDKݛ9`D涶JX|}*DIrَFEwͮG3ituq tۧ:VV=?((MJF TA )Lq-ެoΏw(q~qAyt4e~Z8;l< a@]-t#K~8Ȃ;q3>ôMW_;w-!Hť.,ѮlS;lĻϤ m; R(CemJ IHD5tp\jS3)Es_sv,-Ϣgmm'J6ニIO2(AI=e60Rkf 5+jKqL,㢷Q A`' ?nGq$S+9-{8 y?J ͖hNZTJGh׈8%wL6| vz-se TFLqbw(ݼ6緞{R'~DTFHDYI2 *PBɅ(ֲzmBm+S[[`nf>jW :{lV@kaTR;{ +ݍ8p_WLO {?qWB? .>Vl`D0c\m~߼x͖K[yā< #[٨;{ ߨ~nܸ3() sF(VvDC#kJZA.ބ$4Gh *TBsM#hdPaȉV )0EƇ8?Ͻ\eu,Tӣi~+pEv" d=xѰ&mwv?J>xirǗ8x㻣sg8)XV P+:GV3da<(` Ћ{(E*c$N#Ed7I : V5wqgSvw]z`" !Հ2`Y̭Xz'fkv;w<1PrE!Qm3C=?8{ٍ>+>z~GOZ H.@BH!#|栮:ZAWP7m&|: Y8(rC:Cϋmt౞;zJs vAоsk 7;[ 41\,{?w|p7sg{<8PV!xyH[Lu89 N^-~{y'q,A=)e_JїR_JGϕ[iewB ^wmG;j h,AsCۂggnvsϽ\TB̦eV[lC{\)qWW4XTI$qYED(I4>y>s;:x鍓[w͎Mqϱ dD(MLgXVja28b 0NF>ҏzHdk$H; ?i%ăD &;'b4z \S mNZ TO-IWOKOr0?xN?(XaMƷcr5ۅ@"~~x?uAG{qur2׋E3u<~v֭ŃLMn{u7C}@~04֓ϓz ߔ\v DݻeUyQ")e{BPE/—_5o nJcpbAפ\2aJמbx_)} O_?4 6cܖDZSVGG(0Iqoox(x0HGQ4ҭQ5pacq[׮l}kݞ.q/0rB(T\Xxi_'Ŗ} Lpb_Z!`ظv0b7nBj;g\CQ,OQgpSh=nkoCk5zoѻGzֱٗRQt5~^ٌTb *'T- `b@kF&B'H[ۗ~բ?0wq_(=B ` &I6{4L50.jӽl64=Q.mW\8zByW_|8_PiL-ΐ);!FYD 1Cq=C/JJƎڲeUY/&Jhp1=:ZKD!Iu9FG/<^k̓X @:Jٷ߾;yA~rw::"{ҩ;fMpׁGl mm#tX]'Ro.M:Iʬ>*ڜH)b)((]W^4}`jjæσHMDx*8GB T"r̶9b.F4tJZ,+w_3?j,Yk0,| = pP1lmFT>)r2eyo$=Q;;{[Ν͋^8x3ܟɬޥYcl$2:R!G} zQ^ԃ6Jd SӀtPNK]u@YGN$^+E "`R~$qSG'%+ƱHD_Z:٭[GVV$tiz.? h]4<<~,LN +G4 1vQ`(n%FRNAz,HXJ("gb$<9nv|5#*322"#^Ԃ#!$  ٖT/-Pʰ4v:ݻCustu˽W/Yetkv{1)Fev 4P .PJ\Ln؁rak 6ٹ@-qX:FX,o'EI~"lY{'(eJ56[)~Fh7=Qc= MJnd ?ꪷ4#ѤχG֭֭޽ÉN3u1TGj* c2Zfjsksx<8<,MzmU6D,u 3,j u!Dx#ߗHX~TϕոXwB$rƲnqƍ=10,G12:d )eXk~?-~j7ѠEzC%8Sb[fcrƹS#{sRhm:** 3`0cu@޹s|y/k+ls;=;lbi0 ͇Җ(M” TDiz*HI@ ]x+i6 ~?cpr͘xDD=)}QxؾDžDZYOj&s03+fg?[;޽l1MYJztU[udkh[FyM}SX9Mc=i/:zk<Ű"z`EQ0<8D@ [ 1ˎ:sjzD٠e#Dڀf%,PuW!2bًomgZKEQ̒$R߻kmZ RGDj߀k1{QG)hmb)uXUe`|l7on~q~.=?Ľla1\Fi1)PFZ(uѵIF$z/7ܒ#W 8J]-mO9WxUB)G`8n/+yp%Du݉|QF-©@7u `?~;j2~mcU%d%Zԩ,ZRYn&ܔ$}q ukmRU**eYF3sp0X^W]{+8<n6A>D Z(PApe\A]҈ "E5ވp͇4aXߌBiF/wv_&mSBd^}tv/z4i௖¥#iD "E5L`0LgYa|\pUGQWY5f 8)+2ckiGA͇G]1؛A0IVaL9( IoR*vZw".m!3cvkn% 3%,S(V@BEsl"]0 cȯ\9.Z,:BDŽ~ 9OdH6ݵ`c;T)V4df0ϱrlon~w]~;:la9_Ҫ*4ʕj+HSuzXcL1BVdD w3eH=VTgHG@f8[7j]Z5XGǖF37+#rEp^/:}9#5L`0i(ǭGGVMUc@1h]ÖQ̴z Ey|4֓ih [cNZ+B, %0vnnN @. D aR"A6-,ե%M:ZQ5LPOپQA~$5 l]}nYT)Hr_Sz'1՛zDxgߥݘ,~ހc8Xn-qk o mƚ~!ZGCCӵNʍfGYz{!U(!A3AUR&\>¾w㇪:Ci͚Q%@zƘ)RM&A2W~c͍)Mk}X̑95Rʪ:eT1PVBzѺ]"BK Fu4Cko!v%O cN &㾺X„W-UhX:Z{בTSv8p<@ʪpVA~?bfz483Ly61qּF-xZ ^u<_)eu$*]up3$<پh؆ZA" skIZbDظ(@DpւI]^2-j/7"!cٍwhc3gT&7ksVo@T4 "-LJdYL33kqzĿ{aA=[kV(M@%D*XBR=&EYM5AR‚@`QCI=Dh%"nHt@-xG)a.vFg(j7wqVpF DL VL̪b8pùz<ɤVҨ*jcTSq4)͝(ڣHxM V!O G}u"@YBkb&kFJk R"5H:85*W֫냂[P%!1C&싨}`J)m;#枤gzZIo5 n m>Q*K5jG[u8JzM8S'4> Y?+Aye)kkRZˈ,k).Fk^:YXHיnVI(d(œc?;Wϩxe;*UlmnCt4Q i#Q ڔRTf: og3!9f,Ic.4dD^j"Y<< 7%5CK|esO>{;3~4f=v[e p{f!@zu'~balU;g#`4l0 ,TQT5T_Y$pq4IWYz<0;}G"  e)9TeimT]^1] ^ DC D.%b="`Ib31fwEj eY.ԩMamU2#S#J)QUJeYj$7W7wO7$'A{ ֢em2 *c h20A4/b8:҈vuԒfG~Ǝ9cNLS ۸%IPΙ%@Pnmj!H&ܨü`_fy(NF,oOf=?_FZ> @AxZІ_ yjde)YSΫaRoOQ+$fАn|~azU- єUC?릛.3y9wtd5>HQ%s"ڑRmm)E%yg\qkovO4BT i *#khc E6P !D#]=TipRk0xT>q>Eau),Pdt9-|s3z>/l՟gYiD`c}j^;ـc@hyW2 8XBر.G'B--r7C^UQ"Q Z[(,_1_M!baCx#EXfFz!1E9*&Q{O\D4U^IeIlt $!*suު*\7r}m|I}ww7_I!L +j,H׉hb9띹.\ک)4֤]DM_:|//Mܙ$+c&ʚB2t6TyiZ!ˎ %mYg uhԆ>XM]6Qms>^0@|&X3`Uu)ȷnfR<AkMX,%oACZǕ*R\BW6i AS0Dq?7.x`pbͲzsk~7[g7 \k2kZoIeY*UK=_2{mkt b!¹#,2]@[ԈIƔv%Sn:䀵hI.(Rguɍa@ YaRZ[YTf6|Vh&Be)WQT6JSK[5SJ[)!m)0NQV*_MUIQ+Kj/}\G'ʣ U=ֆ *lU^27һg(q ShT0"#+q  FH?=՘1r Gȉ~laY}j]Is]J+YVZB)-JE]HJ-|,z5,Oj?}̲VU=I/5沈TVk"PԐX ,WP} R 8+FJwyçRjBOBG7"> DƏ,"e%DDRSdYJͷMD!B^8PQ"W(Ω3Dʮ SppOt/N7RR[KyYʊL&Sc?02xz͈da-֥RZIUU)S]6Ω112G5*`+hk Xkƙ6:"h mckq0ФQR$AD/F?(/۷tv*BS ?~Mx0̊6WVRyKH,WSyt{H~|C8֊2vL܏E\~&0(AE'wBkOa\ԣb\#֩yިhHˆ)@-t(4L߻7n$3hgvz`A/WQ6<TaYTֳ2Y51XMqD7mD֖!,THQT%uo#B\'*+u9)e rM1cv/_AǹRt&WMD?V@?aiUPc]ZDTjm*c*k@kB{8x$s#SuJ˪j4sjsFQSGP45&)W~ 93ƒB٬0$XP TF4VцEzm5ކZ :]G9Yz AS|Ah w+c9~c TC"RJLU)SdYe xN:g1:+گRGV1B2 bQ1Np?/;ckRU( ]WOT+%RhmJ*MQUTU)UҾ%܍E\@p^Mj?`9pJ*TY[еBB?|cv:tb3 = +XUfPkTF~W цEz]Ad--ؚ#Y3'k1tɽ_Dڛ E{ \'t=WN1ڙuJĔee2YVNokUh)ɡ%r ).1r0('(QCE|s^ZEL@ z5ꏔZ۲(d-ZWJ-|}l~wN"# `s (k l[À."¢s0PC&e*-Qa.PT!T n[/HӘq88DX 0V҂m$`< *Ci-RY-jK ;Wݒ'qE&"F\  BJi[TtJYV7/˿ sC` s N8BH6f9J q>N`[RZk+!.Ki$"sH %cˊ*l "Wo~ީhgiֲc, طa[pf z<X^ 1jR9B?n^ztb$CTtBʉ>=ЭK45(WWhv\ _ TI#;!rc(En ?ῴ @JʲjmZW^xK3^T7ݭv2F`=1k")bhT+#t1BG=}ڨ8ݽsH)6*6RkZJ~s7<%6gFVh0bzUn*1UuozDK*\e(LSAgA^"8B0,Փ Qk )57YzGen"XFWۇ"1|NF)R'L]{wwUp 9pD,DI1T"BN#vKLֺ>D|N!Ҟڞ%2USjm+hm^5n0W ۫2nw:k$>8,lhTV0% ]1X eWvvIX&D>_B?DaLTzEx`x;8奲o2_Z1E _е_hj"Vk12 ԳY& /7sus~nAUo]cպ`!8KP- Rd%r[⏿}'ZQz:,Q 1jm{m95F [Di "*XĈDPbw;ȕՐFA`P.1W:E%K$^*4ijEyB<f% h=0<@.SYO^ r\our*Ă꿢k?Dl&*c* BfNs=_\(^շvSNYdHp,XVBA#q^oWZ!VJ7?imoDccw/o_ O &Dmb rj8q"!{ bp(F"S% HI 2@=ќTIiu_'m{`x|StQ* -_9 /Ҩ|OMjݻ4\k6ZItYփp~͝~3(TAUi9CP  +@dBNKط$o;DVSZvN3eXMDk1t\_ֵSPb((t4#UG) jYs,{e ]!W%lt&$a|f=pzk!`VV>)#Zm0lMzhTWbx9JighIެ^hU)J)ދBM&gj0>?_^7½{MP¸̅ʥ"B3, sXV’b9[\7,39NgKi6Dc, eU֒1Muʵ9c!s胼5DiHu  B7PO6رnGzEf  U8X۟@VǏ:E588Ju)Ke=" rJKoҵ5XXIc5)祚N35ND쟫^;Mrh(ît 6cE@;XfcbKx `)@z!.eu64ikXk ћ2ʛ70fC0!7gm @$B$A^C'L "!\'` Aj\KL=7 i0 U{|E KCRK e<+ŽI_WJIk}z=gc^[im**)B:s] ?W>+zST#P ڍ דY 9f-|+,XXk\oxP?i+>r1J)kI{ޤݛ̓ -"blDx0R׾{~+P:(u߇E8mY%n". Z x b{ݔcLq k7q߽y}1o4(f( D2<@ BD"BvяG؈Hq#T$sC4z4t0I(d6+b!.>^|>[z_^%SJ{y9Šg꿣?цH{ūvAuY)ZfY1p&޽auΙʷ:z39j~T@MpܬPQ>:]tBk)ED?Vs,E!FcV1 cķ7e`a\0*3޳3E`#Jqe2ø" rA2 0asu^'IDQ D"t5+w`/AdA5?~>yR(<-DNJiQsAjO5ZK} EDUUS{)k=WuPݽ{(ty3k'Eb 0A $h *Kv66X'buii\F)4r,c1+7,S*S=)uY!!:"FVdbI0\dD- (ƙӉ80 cQm a񒤰BA5xbۇdxViwW#hHj)q|RVƨoLs5NX޽;nگtq©/l.t:0Ѯ,CN޻  ::\^}eI)J-_-"6v\Q i4J]bZeH)6>m_ŠbT13)\ntIqaABbԁA| xw6w!G f!OgW#=N;ځ$R)Sjm MUFWdNZ /ܩnگ.\8_}픧"q1, ˜W?~Ft tc ۨ{sZYJt[ƲuVY@7p{9B4ei%R*1)H;.j", %H 4 4I4q)x18ʞe?$?dy:- Yzv)G~gz5G]Ս)JL-Ҳ(nUz2éwoܹs(ϝ۩r<~7~ƥսn8BѦQCsrGi.c{GnxE{4JfYx9_7kg-QXK`YU2(了a8N11bRM1*#Q i `&tXQ8x8Oa3ז!C֥KY_GJFh _ x5+' l͉p +{EQYFp<۷½OL/\:_~=4 k3h49lK9zbSWK#cVNsɯkw0W&rA1A1NgP ֘yiqQu@$ZB1(F!CPe?^ѣM2tay)u a^ rsHInHU%;YVxNCu{{w?|#.]ً_KI3 p1̜aoݟ]h>&lWԤ ZBYC\ TZa&gC\߽S]L)% "hLl 4;8N0a S!Hװ9u bt\}4)-cTf:!O3Yig#WÿL8X^E9lCT=)u(deE<8nȝ?{6۶/첽FajOSw]yBx~u@YVZ$h+ٍoY"@ዕ0U3 !v]L U@FhkQ Sq&QqxHo^_ox ekCN_Se/ "l)qG-e|~=݂HF$De mcScLZ2̲2"M'onvvN2OosvmWglU;;Ʃ4&= M0,}=olq6{AWHj 3!8{3|gX"N (tb\Nl'TT630Qx;$t8I$ôe7X>| ),,'HoRX|) >~lͳy8^D?yW+Jd>nkP+òtY d4b{gOڔ{{;ٳ۳wNmNwvbggCf=sfyN_D^8a]9gB+\o" irYb&g_vBPVc9D 4$(iu{˧@||ͧAF֥2S!S> )u61`Bt4< J(tOݾ>sf[omuNlS6[ cyAQTr.0 x_ Ԧ$b/P 7%2Ǵc+ެ}XݶI1C)6:aۉXaSA<@|xxqj]լ fi PQT$wf]8FU 0c*S"W96 >JST_eiM$8׸n(i, >6XZ;l}=]M(֚Zי&uKJ腃HQT90`A XDk-D re7B ʨ7 'XH=u4/-[j$oցd#Żh7Zs 7e/'r"D9;R"PDq~+Ƞm]!BKvvы6`̽dtD ;8J(vFzHo㗒ֲ-4Z7@d\=wuּ"uIЂIy/Y "+w)-qs9v%ŴR8 զzeJAvJD GؠMn7$L:$ ,iM ˇ42jtVi:ŵRh&Wta(IIq;Oæ05B?@7 h[!QQZ2/,@\77 J,#]wZ9IJGLfc>,h"b1Ba 8 8o#O˒iIdB0d!9CgH$ ,oHd`ۺҖi S<@||cAVI}% =mC4 Σ( $ Qp^BqX D"cgA $N(ð=wYq4R#vW2~^pѱe刈xQa$qvg^r*@d!DYpa@lltN'$$liXt5 ZY{Wp=!1%xZ^@d6ADp8 $ NDэ~l]ݹ ˵b wNcnZiJN odVX^z@%y 9sH8 00J8OvW2 MP[ePg6^ia><@|(0AkʡV^4@$fiӉcwEo^/XiI3tQ&aSˏv㹇 Z i>:)1D*567{Biiiw(/<Ii, 598HN'4N(JZ 4W >^75kU(>_ tbqa(zU$}lPiPzi&Qqt܊[o ć"ᴴN(q:c<4Ӎӹ+ . qNonT$QZqt >|,Fg|x8a$a|cs#M잮ADu%ۍ4( |  @ߺuw:Ȳ" IGQ'iyrvicXma j#2M%VSÇ/8D Q !D"J8M8~iz7K` "IN' h$m( ć/DxEtht:QDiovoګW4ٺ8DDa=D$-x#݇/DG1f^2X탼KYY/kV?*iɊ ƿ><@||}`vo9ߏz&rJOl9, i%-k'c_%`5>O%b>r|'t hUޯÇ0*3ԩC8h@|JxÇ><@|Ç>|Ç >|Ç>|Ç >|ć>|xÇ >|ć>|xÇ>|Ç>|xÇ>|Ç><@|Ç>|Ç><@|Ç>|Ç/[6 IENDB`Converseen-0.6.7/res/converseen_import.desktop000077500000000000000000000010551227400641100215610ustar00rootroot00000000000000[Desktop Entry] ServiceTypes=KonqPopupMenu/Plugin,image/* TryExec=converseen Type=Service Actions=converseenImport; X-KDE-Submenu=Open with Converseen X-KDE-Submenu[it]=Apri con Converseen X-KDE-Submenu[ro]=Deschide cu Converseen X-KDE-Submenu[ru]=Открыть с помощью Converseen TryExec=convert [Desktop Action converseenImport] Name=Import Name[it]=Importa Name[ro]=Importați Name[ru]=Импортировать Name[x-test]=xxImportaxx Icon=converseen Exec=find %U>$HOME/.converseen_list.txt && converseen --list $HOME/.converseen_list.txt Converseen-0.6.7/res/exec.png000077500000000000000000000036761227400641100160720ustar00rootroot00000000000000PNG  IHDR szzbKGDC pHYs oy0IDATXV[lS]|s}8ƎvI L%*PQ!`TUJHTRHHUh?aJe7(%Q2ęf򲌉}{rģQaI[:9g}goo5| .\mH$=IDƘiFyffcQKy&~Ϝ9YnEQ"1F)M%|ۧG_{6*gOO`xxx[OOŎKN.8CE"I'"EQb;/o߾vݻwuww񛊢AhH$jiiypRK&hjj4|wt:=c }  @Ammm;"rBGMxyBp(:TUUU#ׯmf-,,$`{MMM9tjvvLaH' Ӏ2Lzxx733#r9{֭H&ݷ59ߵk(G.]\f%<*cHESSA)eDΝ;GFF"nk3exumhhc`0*BiF D*$4Mc.B[>|F"o cƍ߮BϋB* B:;;d063Ƹ:qK$“'OJo|r|> 6@$el6K7n(xKeBᡢ(着u}P($T*0 B{jiUUNfeB)%\NOӃ׮]{pW7V\r%Z(񱱱zn7xֿa0MmCQ|>iLNNLSJ|~!˝e}`yȑ#,G---?s\ P__(O>#X)²,[g2^Wf\.$I˗_OIEqrkjjNsZS^"f'۶Rtf||Sj<>R.$ItqX>P(El.߸}oiFem˫ݱ@H$ĐG?RJʲ|yAp81v充_>|$IxW4^9}Ua2ƪ›7o( qD"((BqW"gO`+f01U_Kb'""zTXtSoftwarex+//.NN,H/J6XS\IENDB`Converseen-0.6.7/res/facebook-icon.png000077500000000000000000000010341227400641100176270ustar00rootroot00000000000000PNG  IHDR00WbKGDIDATh헿kQ%RR_JRX`q$`VFAA Tv"JTP+6h0\."e{ExHx63('{,F.~m αNe8r`7Q(MF}ˁPZ΃\F- K`Ws\֛_9"7ז C]y^@P~N[RQtT{?1/fھp{/?)aܺNΡvKHT? QL z/ <ίD-ʚ «+o{pfXD5ii]3-4InM]n~Cj}\P@ZŜUY(M& x)4f?d{ҿ(M& xSz_?2 [ Jv{Wz3`pIENDB`Converseen-0.6.7/res/folder_documents.png000077500000000000000000000041501227400641100204660ustar00rootroot00000000000000PNG  IHDR szzbKGDC pHYs oyIDATXõK]Ukﵟjoo@oET^F4@FSCBF#$:&L41qΤS" -@CH W=Z`sҖVWso-i}'M\EښSyUqg|Կ-{4nO#PN`J+ m*U3+eS߻~:̗4Xy\km+WW*QD.\ѣGngYZ Z9GYE0 Wʈ: 0ћaĉ3eYR^c "B$4M$!ckx:ڀ:K \N&kkg< o-J}0,)Qx:2b`ETI/f7fW^>zyU9GUY9,#2WU ;tDzWAٺfS@$EQ<34EpNp3Eq&;@ֺyR, s)L'1p-fLz/Loluo-sP.3sTh5Qw_o&0,}`zs3I :p4'ί\|@)+<F9o{Л]4f\hC^^q ٹ 3c3q̀!HU.6i=dyRU`@a6ANAws 9ID Ȳ:ι 1a& \ED?_ t2ag1rk-"GX "V8cjOpH;s`|QG ʹH<IPU%y xS|gt5ς 8=V I~F+xF۠mѲg7;2<}칍};Ƚ9gpbD «ܾg+^zIk^V>\onxCAP~:{'q"H$3/lPo64'; 2\龝_z}5о_-}фS;V?W\yß'O=o0 O/v4k"{|uyOѩyb k~gGqlYZa"zTXtSoftwarex+//.NN,H/J6XS\IENDB`Converseen-0.6.7/res/google-plus-icon.png000077500000000000000000000030221227400641100203120ustar00rootroot00000000000000PNG  IHDR00WbKGDIDAThklUgfKK ZD"*.)B 1VEH1'4h55|2 j4b|-U m>u;[f-Os=νER>HRW:8nܶ~@hÌ坲}>k|S׊t"z  (suvM1{/QYliM"#@9\mL ;cA t裇\}ŦMqH`ԒUM;*>^_Q&yt\v  1-AEA58狎@ڀ<-\5b#z9<N;+Qy9Qٲ%! sP+F[R쮟?ŸQEřƊ mG$G qHrHb )]mӼk/BBN">\9+۪o62iYF7OwJ4yD1GOP9|6́A^52>OJ]$ 4*r3Y `t"'ZOEeS:.U9Q}n !?AlLZ=(L/Yo%]HcB vq>e%[k㚀AK$Pc32INN&X| e97OeI":9dž5oᐓK_'Nl!TSzaS.nTNeSG OĺKP8q:9/)֖@.|::LO'XYXI5~rD5,6{:_tjn_&=@ȥy@[E¯jߌåŇ]Q}-#Xl웣َKQdu:R_I܈E-)^2sbo|%V\ >vhҾ-wn83T L-!]?;XbCrvt3|?pb%FVEo›x*:qmaVst+[#N:yWJҁ]zexNM2D SlFGߝBߟ!vn/0: F^ Ĩ|AeQfKƽ2wH6 z0S\VT F?2HIENDB`Converseen-0.6.7/res/h.png000077500000000000000000000022321227400641100153600ustar00rootroot00000000000000PNG  IHDRatEXtSoftwareAdobe ImageReadyqe<"iTXtXML:com.adobe.xmp @IDATxb`NMp>: 6LhH6ޗ >  ~ l-#@`ͨ(tbM 7K!oIENDB`Converseen-0.6.7/res/icon.png000077500000000000000000000175411227400641100160720ustar00rootroot00000000000000PNG  IHDR@@iq OiCCPPhotoshop ICC profilexڝSgTS=BKKoR RB&*! J!QEEȠQ, !{kּ> H3Q5 B.@ $pd!s#~<<+"x M0B\t8K@zB@F&S`cbP-`'{[! eDh;VEX0fK9-0IWfH  0Q){`##xFW<+*x<$9E[-qWW.(I+6aa@.y24x6_-"bbϫp@t~,/;m%h^ uf@Wp~<5j>{-]cK'Xto(hw?G%fIq^D$.Tʳ?D*A, `6B$BB dr`)B(Ͱ*`/@4Qhp.U=pa( Aa!ڈbX#!H$ ɈQ"K5H1RT UH=r9\F;2G1Q= C7F dt1r=6Ыhڏ>C03l0.B8, c˱" VcϱwE 6wB aAHXLXNH $4 7 Q'"K&b21XH,#/{C7$C2'ITFnR#,4H#dk9, +ȅ3![ b@qS(RjJ4e2AURݨT5ZBRQ4u9̓IKhhitݕNWGw Ljg(gwLӋT071oUX**| J&*/Tު UUT^S}FU3S ԖUPSSg;goT?~YYLOCQ_ cx,!k u5&|v*=9C3J3WRf?qtN (~))4L1e\kXHQG6EYAJ'\'GgSSݧ M=:.kDwn^Loy}/TmG X $ <5qo</QC]@Caaᄑ.ȽJtq]zۯ6iܟ4)Y3sCQ? 0k߬~OCOg#/c/Wװwa>>r><72Y_7ȷOo_C#dz%gA[z|!?:eAAA!h쐭!ΑiP~aa~ 'W?pX15wCsDDDޛg1O9-J5*>.j<74?.fYXXIlK9.*6nl {/]py.,:@LN8A*%w% yg"/6шC\*NH*Mz쑼5y$3,幄'L Lݛ:v m2=:1qB!Mggfvˬen/kY- BTZ(*geWf͉9+̳ې7ᒶKW-X潬j9(xoʿܔĹdff-[n ڴ VE/(ۻCɾUUMfeI?m]Nmq#׹=TR+Gw- 6 U#pDy  :v{vg/jBFS[b[O>zG499?rCd&ˮ/~јѡ򗓿m|x31^VwwO| (hSЧc3-bKGD pHYs  tIME !yIDATxZyxΞ=IXB@Q( V[|XT[kUUkuVkE"Xʢ# $$!$۽|̤->z?99_|-GXW м><wz (_ȭ(L3@%_ jy+aL<`cLS^V6 xm+9@G^yxkd5]hy?CȖ[ًWGPNߐlœřO '_g ;Y]B%Y2S1I(Xюv^uq~>`W+O.<4=tz?#O<~̳,<0 &0"@ ."&\N6tF1);z1=Ĵ~gfd$s:qe0۷0رN{ xÉ`mζ$%mT&,NJ+o+bhSiϺ/[׭#/g߻Ū6,EUt;UΫ~{x"t'he({-" / =0$^ 1 C@㍺ힸm8چfl]_Y=cK@eđyNkݐvX@ wW]?@B ? qS,9dI,uRu\mÅ .4lm"]輹#1|LFy4t;X{ O м<gc$`G(cP~ǫT<0ȰCR&# B\v܁v_{&^ԭwLǮ+MOXs0.A;U%CYL BA#Aq?s^0zY#ZA4$1@ Q㺶L|^ z_jl&| 4>\#9>3}fH;; >W",n @(-AAnuS2Ow۽w?'lƁ1G39M  _י*5"D42!i/ A GS`!K{NX($P6HhЀ`h$([)6ݞ+ /cvLpus?f%Q,ɻz&Y>`H0 }Q>+)E'vD*Cjy=WX{0hJ}0gH?%`Vw'OI'FF,^{{ .P0^A U{A=ސ@hkSnA ^Zrg=ns]Uv06V4.z BpKYڅb WBz8$薞!ltr93l2}> ff/|iWSl0֮P LoE7(&8FR%S ZÑLyt#..0Q a4<$͇4^s1YTBf`$&CzgB4г_@dL18چdŌ%]4nv4B H2C;F5@ <[xKk~GN;q=g.`sp^3[nK"df.2 S'jRk4ۘ\u{>huRdlHSp6hj[s}۬7B#"! LT-h` Obbf [[H]tZnB q'W+ 'צNY(=lD8{!܎լ(/7#{NY2?;knN,9kOd0Hɀr@}Jl'YdI6]tۑP ZJk9 H4µ/:;_rr]T|B]HyF)(q;N1%PY?lZbf?i @3@ B̊d:7uqEێۂF\ES)T)4uu<{MiZ{X^yy^ {m_=Bz̩)3}YIw%w/|f gRM\lmIX: Ka.K'`*k.PZB"T+^avbA>x1zL>uȌ'J8%T ;#=mo^=Rq"koߋl q}Nc{ @6B@t 8I @ (V9{`&W%#zny&0%~G~\tb^` _Sp|쎝;_ĠAWcN:erk3D0`ݟӀ$Rb f@kdM>!zusNuINux@Q qegMQ~-qy$0tSfcΜsf@/K3f^sڮ+.5bnCݸ`xܑZ]V_Y,[VԚRm'/@%7Zy^axٝ8Wdoq#==~-moU_ŝOp&G]͵}w/ |ʠA Ag~;_|)h3ÚCIENDB`Converseen-0.6.7/res/loading.gif000077500000000000000000000223231227400641100165320ustar00rootroot00000000000000GIF89a 興~~~pppRRR|||666:::@@@jjjzzz<<>> ! NETSCAPE2.0!Created with ajaxload.info! ,  964!5:; "";=5 ? 7@)26<>(B(.*0(#"3B/(8$+1  $"pA&X("["hDBhH‡ A D ED^:*ŋiH[ @N"^`:G@=IBTD "nD  (-$`ܹxwR ! , *X[ VY\ 1-LQ IJ3ZQ $FJLP TVZ] 7@GKMQLSUW<^B(. &KPR(@KJB/(8B12˄4 :j/Q "E% 'RPA!BZH۶$0 Ep"q耈BGxѭz@2=P'.8daۋG4/H"-)dA^N8ƶ pJBHΆ ˷߿! , $N?h6b-(.$ b\H!!US((1@/(8.'S u .FbŔ @@^"C.A x(:*zr ~/)*@3_=sς W>  Ƞ  . T#ŀ$AG cXn] 7AdXhJ +_[\6_l FF n8_km-oHZ=pS.?b-im=eG4 D'GXDϛ!i "R22%E8օP@  9, EBJT$ǍA EuM_AP8Y @6}XD%2")TRDaL `1TNBT=T`ѹxWo ! , BCHQ"E kQq b`DNj*c .  # )JO6 (3PQCUrY:?N9+RO#:.9,6p;a(/ Qn)r" HXt6EEB66ġpHA$6,hCT>*B$^IcEaQ& _`yRȊ7) 0 yDh:(,KHQ<[lʝK@! , .+l %T3 &M#sb /Ol( tPk _nQR^?Hi It _egrN+ENu`l?vVu So6[/FfrpFjo%GF$ AƂQ@P(Јhт@EPhDAC0nHHFn܈@.2bQ2 Q@/\"ȦYFh|ё荋&5 }h4 ` L+pc젵5Lx0$˷߿}! , l#m2 mc w_ 2C$(\t$)nG j1Gm\ 0hvc!382#F)Bu+\|jb>FBhB7d, ~ؘD"/*:ңdܸPTY.@S (^,DI$B$GȞX|UBBG5,U A72Ks*@bܻx݋7! ,  i! SH 2C?,2H96.GM%/BuHw NTPL7((//?/C]ML3@($x .^Lx.ц[u4@LH=h EȆ+VPq"YBj\dFBEĈX9·}3D H; Bp8=p_ǎ 8 ` "砱.'8#PT ʝKݹ! , $ C37,C/j %4Dmc$/BiD%F\] ((/@u]K8(4$Nc]T9 /4d.̆ '[ABƉ 0aT$ϐc"+2Lb!fBc@ 7 *z! &N3TG: b1Dg \"K!@6)P@zL[7t іHDЂ8t &$:PH˷_! ,  BO,$i2,@ 7i2o&-B/7B[S+&k((/B-jb[8( 4_kFH /ۅ[q6.Ȇ ,' @@B)0J&bP$0ZC9RB)D*cG\!0JPCb^d!C؄T 1h2#N1 =(fZ6$#5Ȉ2*tY^.M(v+n$˷߿! , 7 (( / D477BR2G9(AB(.R6 8( u&^ /Åjt. O!皋$88.@cd@T'0PEQ L'EQ p ȀSY(x,[@/+XN<A X(<)K^"thxd']pS F~˷߿! ,  8(( .7B(A/(8/B-/  (-j@(/B-S(.ֆB܈B+EN6(41 [˗—c(Rw"!D$ܹ9B 2vsːl:v B"!440و1OJ)E"=ȕ 4G VBŎ1@xahZA>R⊎"؄DHʝK.@! , $$8((  B(A///BB  (/(8.І4 NjS++R(ۉ,UEHH?S 6\(w7Hlaǭ(eF  "L`M" LjįrZ!F*y(6l[9X p BC*+ p:)BB$& @ a "OmDFOٰ۷pF ! , $$((  B(A/4/B7(8 (/B.҆ /j ,̉(݈7uC'RQp㜢fq[!⚹e 5 ͅ!/cTֈįsK.q(xT ,0$Ns<B ؁aX0?@P ;> HU1#QPb.ࡒn$˗P ! , $.(($ B(A (/B7( B/(8.І4@Ջ(܉ÿٟ7A/FZ@R"X~ 04/9pfXg"$``<-&KRc@"@ &)D|);R0=Z㛀0h" P΁< Gؘ8 0Zi#" q x6RPnl@IFڤ $!^ -dvݻx ! , B.(($B-M)E(A$@Y:VB7( pZ;Î8TpgB/(8%[̅44B4isdK@ 5QQx(""t(T8C`@I1Ѧ! ".\@3uFQȅB/(84؋/GsN@(H$ Ϛ6ma6 |8Xe &P'*cE:PJBQDO."QNSI8tBw<tPMgP@FA nH7Dvf Z0ܻx݋)! ,  E3 B!t;:G"x;=&4\)*D$@ X26Pn8 2(_K(4$ڵpʝKWn ;Converseen-0.6.7/res/reset.png000077500000000000000000000031451227400641100162570ustar00rootroot00000000000000PNG  IHDR szz,IDATX[lW37{8Mj% Qص"/ @A<$vK(Є>T@DcriD Ql8E.vicǎvή70:no:9}Zs'DC6\z|~k/.V4S V̚:Z,w]Z-/97xV=q?!hjlq]KicBG"dqcSk]?mVWEcgk֭Gm@ ;%dD׿yXM hnlW$J? "v1w]p1O{v {:Och_ErvA)AyAj+W~Zܓ涳ajq5(C" ,\{) ejЛ sf^z݉ @xcm#b*P(#'d 'J".+@W5Bz< ā^I@}*yQ c hXYB'XPlj+? g]M4h- #ZGz_ɓ.I Wd9O^>BH:NĦ.&.2_S"Rb<4'~1 s'q-b8K<|8oi]YͳRIhAu#矰tnyv0'-\%^֥> `9P๺r6 /ZQvT#Djמ;uyTwَ+j"x21zMI+2SFzT#8|ToW=yy/J(s'c{jղz&O<3טVtQlD9iVۈlC TS:8C.A``8HxKhabS;<0nT<[?v߬ݱݨMJኀa`7֬Xw'Y{o<~ >'ҳhKs>z4l:͊Jr`[. 4@㒘_&ps~Ϧ{^M! ?qRUxܩl @B±lJ*ZJGGzG=9#ҔhwX_kl*翶S*T"Bނ2x`)ouAv7Fg=6.u,3owF V)7#[Vz*Hru xxNNo+'kws=x.S މ{f7KY osz}1;IENDB`Converseen-0.6.7/res/v.png000077500000000000000000000023441227400641100154020ustar00rootroot00000000000000PNG  IHDRatEXtSoftwareAdobe ImageReadyqe<"iTXtXML:com.adobe.xmp Z^XIDATxb`x_1=ŧ \/ /@2͐r?C WHuA<  ")d"! ,D]~}'suc8xbJ < \"Sx3_/X"qź1(&1A(0f '5,^Z#kX2061r2|D  O"/8t"RAB 0\\g$ VzĄo v,K>IC 'IY.e8 +N bx~ (r8by/)0b IENDB`Converseen-0.6.7/resource.h000077500000000000000000000007051227400641100156350ustar00rootroot00000000000000//{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by converseen.rc // #define IDI_ICON1 101 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 102 #define _APS_NEXT_COMMAND_VALUE 40001 #define _APS_NEXT_CONTROL_VALUE 1001 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif Converseen-0.6.7/resources.qrc000077500000000000000000000012661227400641100163610ustar00rootroot00000000000000 res/add.png res/adept_purge.png res/apply.png res/cancel.png res/exec.png res/folder_documents.png res/icon.png res/reset.png res/90m.png res/90p.png res/180.png res/h.png res/v.png res/facebook-icon.png res/google-plus-icon.png res/loading.gif Converseen-0.6.7/src/000077500000000000000000000000001227400641100144175ustar00rootroot00000000000000Converseen-0.6.7/src/cachingsystem.cpp000077500000000000000000000041321227400641100177670ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #include "cachingsystem.h" #define MAX_COST 100 QCache *CachingSystem::imageCache; CachedImageObject *CachingSystem::currObj; void CachingSystem::init() { imageCache = new QCache; imageCache->setMaxCost(MAX_COST); } void CachingSystem::insert(QString id, QImage thumbnail, int orig_w, int orig_h, double orig_dens_x, double orig_dens_y) { CachedImageObject *c = new CachedImageObject; c->id = id; c->thumbnail = thumbnail; c->orig_w = orig_w; c->orig_h = orig_h; c->orig_dens_x = orig_dens_x; c->orig_dens_y = orig_dens_y; imageCache->insert(id, c); } bool CachingSystem::find(QString key) { if (imageCache->contains(key)) { currObj = imageCache->object(key); return true; } return false; } void CachingSystem::clear() { imageCache->clear(); } void CachingSystem::remove(QString key) { imageCache->remove(key); } QImage CachingSystem::thumbnail() { return currObj->thumbnail; } int CachingSystem::originalWidth() { return currObj->orig_w; } int CachingSystem::originalHeight() { return currObj->orig_h; } double CachingSystem::originalDensityX() { return currObj->orig_dens_x; } double CachingSystem::originalDensityY() { return currObj->orig_dens_y; } Converseen-0.6.7/src/cachingsystem.h000077500000000000000000000032011227400641100174300ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #ifndef CACHINGSYSTEM_H #define CACHINGSYSTEM_H #include #include class CachedImageObject { public: QImage thumbnail; QString id; int orig_w; int orig_h; double orig_dens_x; double orig_dens_y; }; class CachingSystem { public: static void init(); static void insert(QString id, QImage thumbnail, int orig_w, int orig_h, double orig_dens_x, double orig_dens_y); static bool find(QString key); static void clear(); static void remove(QString key); static QImage thumbnail(); static int originalWidth(); static int originalHeight(); static double originalDensityX(); static double originalDensityY(); static QCache *imageCache; private: static CachedImageObject *currObj; static int m_orig_w; }; #endif // CACHINGSYSTEM_H Converseen-0.6.7/src/combofilters.cpp000077500000000000000000000046331227400641100176240ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #include "combofilters.h" Combofilters::Combofilters(QWidget *parent) : QComboBox(parent) { populateList(); } FilterTypes Combofilters::currentFilter() { return filtersList.at(currentIndex()); } int Combofilters::searchFilterIndex(FilterTypes filter) { return filtersList.indexOf(filter); } void Combofilters::populateList() { QStringList filterNamesList; filterNamesList << "Automatic" << "Point Filter" << "Box Filter" << "Triangle Filter" << "Hermite Filter" << "Hanning Filter" << "Hamming Filter" << "Blackman Filter" << "Gaussian Filter" << "Quadratic Filter" << "Cubic Filter" << "Catrom Filter" << "Mitchell Filter" << "Lanczos Filter" << "Bessel Filter" << "Sinc Filter"; filtersList << UndefinedFilter << PointFilter << BoxFilter << TriangleFilter << HermiteFilter << HanningFilter << HammingFilter << BlackmanFilter << GaussianFilter << QuadraticFilter << CubicFilter << CatromFilter << MitchellFilter << LanczosFilter << BesselFilter << SincFilter; for (int i = 0; i < filterNamesList.count(); i++) { insertItem(i, filterNamesList.at(i)); } } Converseen-0.6.7/src/combofilters.h000077500000000000000000000024431227400641100172660ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #ifndef COMBOFILTERS_H #define COMBOFILTERS_H #include #include #include #include using namespace Magick; using namespace std; class Combofilters : public QComboBox { Q_OBJECT public: explicit Combofilters(QWidget *parent = 0); FilterTypes currentFilter(); int searchFilterIndex(FilterTypes filter); signals: public slots: private: void populateList(); QList filtersList; }; #endif // COMBOFILTERS_H Converseen-0.6.7/src/converter.cpp000077500000000000000000000147521227400641100171460ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #include #include #include #include "converter.h" Converter::Converter(QObject *parent) : QThread(parent) { reset(); connect(this, SIGNAL(finished()), this, SLOT(conversionCompleted())); } void Converter::conversionCompleted() { emit nextConversion(m_conv_status); } void Converter::reset() { m_zoom = false; m_density = false; m_rotation = false; m_flip = false; } Converter::~Converter() { } void Converter::run() { m_process_stopped = 0; m_conv_status = 2; // Jumped Image my_image; QFileInfo fi(m_fileNameIn); QString out = m_fileNameOut; if (!m_overwrite) // modalità sovrascrittura out = overwriteOldFileName(out); if (!m_process_stopped) { try { my_image.read(m_fileNameIn.toStdString()); if (m_zoom) resize(my_image); if (m_density) changeDensity(my_image); if (m_rotation) rotate(my_image); if (m_flip) flip(my_image); if (writeImage(my_image, m_format, m_quality, out)) m_conv_status = 1; } catch (Error& my_error) { m_conv_status = -1; QString err_status = tr("Error: %1").arg(QString::fromStdString(my_error.what())); emit errorMessage(err_status); } catch( Magick::WarningCoder &warning ) { m_conv_status = -1; QString err_status = tr("Error: %1").arg(QString::fromStdString(warning.what())); emit errorMessage(err_status); } catch( Magick::Warning &warning ) { m_conv_status = -1; QString err_status = tr("Error: %1").arg(QString::fromStdString(warning.what())); emit errorMessage(err_status); } } } void Converter::setInputPicture(QString fileName) //Name { m_fileNameIn = fileName; } void Converter::setOutputPictureName(QString fileName) { m_fileNameOut = fileName; } void Converter::setFormat(QString format) { m_format = format; } void Converter::setQuality(int quality) { m_quality = quality; } void Converter::setOutputDir(QString outputDir) { m_outputDir = outputDir; } void Converter::setResize(QString resizingStr) { resizingString = resizingStr; m_zoom = true; } void Converter::setRotation(double deg) { m_rotation = true; m_rotation_deg = deg; } void Converter::rotate(Image &my_image) { my_image.rotate(m_rotation_deg); } void Converter::setFlip(FlipOrientation orientation) { m_flip = true; m_orientation = orientation; } void Converter::flip(Image &my_image) { if (m_orientation == VERTICAL) my_image.flip(); if (m_orientation == HORIZONTAL) my_image.flop(); } void Converter::resize(Image &my_image) { my_image.filterType(m_resamplingFilter); my_image.resize(resizingString.toStdString()); } void Converter::setDensity(QString densityStr) { m_densityString = densityStr; m_density = true; } void Converter::changeDensity(Image &my_image) { QString n_den = QString(m_densityString); my_image.resolutionUnits(PixelsPerInchResolution); my_image.density(n_den.toStdString()); } void Converter::setBackgroundColor(QString bg_color, bool changeBg_color) { m_bg_color = bg_color; m_changeBg_color = changeBg_color; } void Converter::setOverwrite(bool overwrite) { m_overwrite = overwrite; } QString Converter::overwriteOldFileName(QString out) { QFileInfo fi(out); m_newBaseName = fi.baseName(); if (fi.exists()) { if (!m_overwrite) { emit requestOverwrite(m_newBaseName); imageCondition.wait(&mutex); } return QString("%1/%2.%3").arg(fi.path()).arg(m_newBaseName).arg(fi.suffix()); } else return out; } void Converter::setNewBasename(QString newBaseName, bool ok) { if (ok) m_newBaseName = newBaseName; imageCondition.wakeAll(); } void Converter::setResamplingFilter(FilterTypes resamplingFilter) { m_resamplingFilter = resamplingFilter; } bool Converter::writeImage(Image &my_image, QString format, int quality, QString out) { my_image.magick(format.toUpper().toStdString()); QStringList excludedFormats; excludedFormats << "jpg" << "jpeg" << "bmp"; if (m_changeBg_color || (excludedFormats.contains(format, Qt::CaseInsensitive) && my_image.matte())) { Image bgImg; bgImg.size(Magick::Geometry(my_image.columns(), my_image.rows())); bgImg.read("xc:" + m_bg_color.toStdString()); bgImg.label("bgImg"); bgImg.depth(my_image.depth()); bgImg.composite(my_image, Magick::Geometry(bgImg.columns(),bgImg.rows()), Magick::DissolveCompositeOp ); my_image = bgImg; } bool converted = false; if (quality != -1) my_image.quality(quality); try { my_image.write(out.toStdString()); #ifndef Q_OS_WIN32 // Delete images with upper extension (not on Windows) /* L'operazione seguente ovviamente avviene solo se la conversione è andata a buon fine. Quindi in caso di errore, l'immagine con l'estensione maiuscola, non viene eliminata. */ if (m_overwrite) { QFileInfo fi1(m_fileNameIn); QFileInfo fi2(out); if (fi1.suffix() != format) if ((fi1.suffix().toLower() == format) && (fi1.path() == fi2.path())) QFile::remove(m_fileNameIn); } #endif converted = true; } catch (Error& my_error) { converted = false; } return converted; } void Converter::stopProcess() { m_process_stopped = 1; } Converseen-0.6.7/src/converter.h000077500000000000000000000056771227400641100166210ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #ifndef __CONVERTER_H__ #define __CONVERTER_H__ #include #include #include #include #include #include #include #include using namespace Magick; using namespace std; enum FlipOrientation { VERTICAL, HORIZONTAL }; class Converter : public QThread { Q_OBJECT public: Converter(QObject *parent); void reset(); ~Converter(); void run(); void setInputPicture(QString fileName); void setOutputPictureName(QString fileName); void setFormat(QString format); void setQuality(int quality); void setOutputDir(QString outputDir); void setResize(QString resizingStr); void setRotation(double deg); void setFlip(FlipOrientation orientation); void setDensity(QString densityStr); void setBackgroundColor(QString bg_color, bool changeBg_color); void setOverwrite(bool overwrite); void setNewBasename(QString newBaseName, bool ok); void setResamplingFilter(FilterTypes resamplingFilter); void stopProcess(); QMutex mutex; private: void resize(Image &my_image); void changeDensity(Image &my_image); void rotate(Image &my_image); void flip(Image &my_image); bool writeImage(Image &my_image, QString format, int quality, QString out); QString overwriteOldFileName(QString out); QString m_fileNameIn; QString m_fileNameOut; QString m_format; int m_quality; QString m_outputDir; QString m_bg_color; bool m_changeBg_color; double m_rotation_deg; bool m_flip; FlipOrientation m_orientation; bool m_zoom; bool m_overwrite; bool m_allow_rename; bool m_density; bool m_rotation; bool m_process_stopped; int m_conv_status; // 1 = processed; 2 = jump/unchecked; -1 = Error; QString m_renamingString; QString resizingString; QString m_densityString; QString m_newBaseName; QWaitCondition imageCondition; FilterTypes m_resamplingFilter; signals: void nextConversion(int); void requestOverwrite(QString); void errorMessage(QString); private slots: void conversionCompleted(); }; #endif // __CONVERTER_H__ Converseen-0.6.7/src/dialogconversionstatus.cpp000077500000000000000000000101451227400641100217400ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #include #include #include #include #include #include "dialogconversionstatus.h" DialogConversionStatus::DialogConversionStatus(QWidget *parent) : QDialog(parent){ setupUi(this); setWindowFlags(Qt::Dialog | Qt::WindowMinimizeButtonHint); connect(pushClose, SIGNAL(clicked()), this, SLOT(close())); connect(pushAbort, SIGNAL(clicked()), this, SLOT(abort())); menu = new QMenu(this); actionOpenAllDirs = new QAction(tr("Open all the destination folders"), this); connect(menu, SIGNAL(triggered(QAction*)), this, SLOT(openDir(QAction*))); connect(actionOpenAllDirs, SIGNAL(triggered()), this, SLOT(openAllDirs())); } void DialogConversionStatus::setup(int n_images) { treeWidget->clear(); c_tot = 0; c_ok = 0; c_no = 0; progressBar->reset(); progressBar->setMinimum(0); progressBar->setMaximum(n_images); pushClose->setEnabled(false); pushAbort->setEnabled(true); m_totimages = n_images; m_msg.clear(); outDirs.clear(); pushOpen->setEnabled(false); } void DialogConversionStatus::conversionStatus(int conv_status, QString fileName) { QTreeWidgetItem *item = new QTreeWidgetItem(treeWidget); if (conv_status == 1) m_msg = tr("Converted"); item->setText(0, fileName); item->setText(1, m_msg); } void DialogConversionStatus::counter(int conv_status) { c_tot++; // Count total images and compare with total global to reset the window if (conv_status == 1) c_ok++; if (conv_status == -1) c_no++; labelOk->setText(QString::number(c_ok)); labelKo->setText(QString::number(c_no)); labelTotal->setText(QString::number(c_tot)); } void DialogConversionStatus::step(int conv_status, QString fileName) // avviene quando un'immagine è stata processata (o saltata) { counter(conv_status); conversionStatus(conv_status, fileName); progressBar->setValue(c_tot); if (c_tot == m_totimages) resetButtons(); } void DialogConversionStatus::abort() { resetButtons(); emit stopProcess(); } void DialogConversionStatus::resetButtons() { pushClose->setEnabled(true); pushAbort->setEnabled(false); } void DialogConversionStatus::setErrorMsg(QString err_status) { m_msg = err_status; } void DialogConversionStatus::addOutputDirectory(QString path) { if (!outDirs.contains(path)) outDirs.append(path); if (c_tot == m_totimages) { if (outDirs.count() > 0) { setupOpenButton(); pushOpen->setEnabled(true); } } } void DialogConversionStatus::setupOpenButton() { QList aL; menu->clear(); for (int i = 0; i < outDirs.count(); i++) { QString s = outDirs.at(i); QAction *a = new QAction(s, this); a->setData(s); aL << a; } menu->addActions(aL); menu->addSeparator(); menu->addAction(actionOpenAllDirs); pushOpen->setMenu(menu); } void DialogConversionStatus::openDir(QAction *action) { QString value = action->data().toString(); QDesktopServices::openUrl(QUrl("file:///" + value, QUrl::TolerantMode)); } void DialogConversionStatus::openAllDirs() { for (int i = 0; i < outDirs.count(); i++) { QDesktopServices::openUrl(QUrl("file:///" + outDirs.at(i), QUrl::TolerantMode)); } } Converseen-0.6.7/src/dialogconversionstatus.h000077500000000000000000000033031227400641100214030ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #ifndef DIALOGCONVERSIONSTATUS_H #define DIALOGCONVERSIONSTATUS_H #include "ui_dialogconversionstatus.h" class DialogConversionStatus : public QDialog, private Ui::DialogConversionStatus { Q_OBJECT public: DialogConversionStatus(QWidget *parent = 0); void setup(int n_images); void conversionStatus(int conv_status, QString fileName); void step(int conv_status, QString fileName); void setErrorMsg(QString err_status); void addOutputDirectory(QString path); private: int c_tot; int c_ok; int c_no; int m_totimages; QString m_msg; QStringList outDirs; QMenu *menu; QAction *actionOpenAllDirs; void counter(int conv_status); void resetButtons(); void setupOpenButton(); signals: void stopProcess(); private slots: void abort(); void openDir(QAction *action); void openAllDirs(); }; #endif // DIALOGCONVERSIONSTATUS_H Converseen-0.6.7/src/dialoginfo.cpp000077500000000000000000000034661227400641100172520ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #include #include #include "dialoginfo.h" DialogInfo::DialogInfo(QWidget *parent) : QDialog(parent){ setupUi(this); connect(pushClose, SIGNAL(clicked()), this, SLOT(close())); connect(pushFacebook, SIGNAL(clicked()), this, SLOT(openFacebookPage())); connect(pushGPlus, SIGNAL(clicked()), this, SLOT(openGooglePlusPage())); QString title = QString("

Converseen %1
" "%2

") .arg(QCoreApplication::applicationVersion()) .arg(tr("The batch image converter and resizer.")); labelTitle->setText(title); adjustSize(); } void DialogInfo::openFacebookPage() { QDesktopServices::openUrl(QUrl("https://www.facebook.com/converseen", QUrl::TolerantMode)); } void DialogInfo::openGooglePlusPage() { QDesktopServices::openUrl(QUrl("https://plus.google.com/u/0/b/112720480720840769800/", QUrl::TolerantMode)); } Converseen-0.6.7/src/dialoginfo.h000077500000000000000000000021261227400641100167070ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #ifndef DIALOGINFO_H #define DIALOGINFO_H #include "ui_dialoginfo.h" class DialogInfo : public QDialog, private Ui::DialogInfo { Q_OBJECT public: DialogInfo(QWidget *parent = 0); private slots: void openFacebookPage(); void openGooglePlusPage(); }; #endif // DIALOGINFO_H Converseen-0.6.7/src/dialogoptions.cpp000077500000000000000000000060171227400641100200050ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #include #include "dialogoptions.h" #include "translator.h" #include #define INIFILENAME ".converseen.conf" DialogOptions::DialogOptions(QWidget *parent) : QDialog(parent){ setupUi(this); QString iniPath = QDir::homePath() + "/" + INIFILENAME; #ifdef Q_WS_WIN if ((QSysInfo::windowsVersion() == QSysInfo::WV_VISTA) || (QSysInfo::windowsVersion() == QSysInfo::WV_WINDOWS7)) { iniPath = QDir::homePath() + "/AppData/Roaming/Converseen" + INIFILENAME; } #endif settings = new QSettings(iniPath, QSettings::IniFormat); connect(pushOk, SIGNAL(clicked()), this, SLOT(saveOptions())); connect(pushCancel, SIGNAL(clicked()), this, SLOT(close())); Translator t; for (int i = 0; i < t.loadTranslationFiles().count(); i++) comboLangs->addItem(t.loadTranslationFiles().at(i).second); comboLangs->addItem("English"); loadSettings(); } void DialogOptions::setLanguage() { Translator t; QString lang; if (comboLangs->currentText() == "English") lang = "English"; else lang = t.loadTranslationFiles() .at(comboLangs->currentIndex()) .first; if (lang != t.loadCurrentTranslationName()) { t.saveSettings(lang); QMessageBox::warning(0, tr("Warning!"), tr("Please, restart Converseen to apply current language!")); } } void DialogOptions::setOverwriteMode() { if (radioAskFirst->isChecked()) settings->setValue("Options/Overwrite mode", false); if (radioOverwrite->isChecked()) settings->setValue("Options/Overwrite mode", true); } void DialogOptions::saveOptions() { setLanguage(); setOverwriteMode(); close(); } void DialogOptions::loadSettings() { if (!settings->contains("Options/Overwrite mode")) radioAskFirst->setChecked(true); else { if (settings->value("Options/Overwrite mode").toBool()) radioOverwrite->setChecked(true); else radioAskFirst->setChecked(true); } Translator t; qDebug() << "Lingua corrente " << t.currentLanguage(); int idx = comboLangs->findText(t.currentLanguage(), Qt::MatchExactly); comboLangs->setCurrentIndex(idx); } Converseen-0.6.7/src/dialogoptions.h000077500000000000000000000023341227400641100174500ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #ifndef DIALOGOPTIONS_H #define DIALOGOPTIONS_H #include #include #include "ui_dialogoptions.h" class DialogOptions : public QDialog, private Ui::DialogOptions { Q_OBJECT public: DialogOptions(QWidget *parent = 0); private: void setLanguage(); void setOverwriteMode(); void loadSettings(); QSettings *settings; private slots: void saveOptions(); }; #endif // DIALOGOPTIONS_H Converseen-0.6.7/src/dialogquality.cpp000077500000000000000000000043561227400641100200060ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #include "dialogquality.h" #include using namespace Magick; using namespace std; DialogQuality::DialogQuality(QWidget *parent) : QDialog(parent){ setupUi(this); connect(sliderJpegQ, SIGNAL(valueChanged(int)), this, SLOT(setJpegSpin(int))); connect(spinJpegQ, SIGNAL(valueChanged(int)), this, SLOT(setJpegSlider(int))); connect(sliderPngQ, SIGNAL(valueChanged(int)), this, SLOT(setPngSpin(int))); connect(spinPngQ, SIGNAL(valueChanged(int)), this, SLOT(setPngSlider(int))); connect(pushOk, SIGNAL(clicked()), this, SLOT(accept())); connect(pushCancel, SIGNAL(clicked()), this, SLOT(close())); } void DialogQuality::setInitValues(int jpegVal, int pngVal, FilterTypes filter) { spinJpegQ->setValue(jpegVal); spinPngQ->setValue(pngVal); int filterIndex = comboFilters->searchFilterIndex(filter); comboFilters->setCurrentIndex(filterIndex); } int DialogQuality::getJpegQuality() { return spinJpegQ->value(); } int DialogQuality::getPngQuality() { return spinPngQ->value(); } FilterTypes DialogQuality::getResamplingFilter() { return comboFilters->currentFilter(); } void DialogQuality::setJpegSpin(int value) { spinJpegQ->setValue(value); } void DialogQuality::setJpegSlider(int value) { sliderJpegQ->setValue(value); } // void DialogQuality::setPngSpin(int value) { spinPngQ->setValue(value); } void DialogQuality::setPngSlider(int value) { sliderPngQ->setValue(value); } Converseen-0.6.7/src/dialogquality.h000077500000000000000000000025631227400641100174510ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #ifndef DIALOGQUALITY_H #define DIALOGQUALITY_H #include "ui_dialogquality.h" class DialogQuality : public QDialog, private Ui::DialogQuality { Q_OBJECT public: DialogQuality(QWidget *parent = 0); void setInitValues(int jpegVal, int pngVal, FilterTypes filter); int getJpegQuality(); int getPngQuality(); FilterTypes getResamplingFilter(); private: int jpegQuality; private slots: void setJpegSpin(int value); void setJpegSlider(int value); void setPngSpin(int value); void setPngSlider(int value); }; #endif // DIALOGQUALITY_H Converseen-0.6.7/src/formats.cpp000077500000000000000000000107401227400641100166030ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #include #include #include #include "formats.h" using namespace Magick; using namespace std; QString Formats::s_readableFiltersString; QStringList Formats::s_readableFilters; QStringList Formats::s_writableFilters; void Formats::loadFormats() { #ifdef Q_OS_LINUX list coderList; coderInfoList(&coderList, CoderInfo::TrueMatch, CoderInfo::AnyMatch, CoderInfo::AnyMatch); list::iterator entry = coderList.begin(); QString readableExts; QStringList readableFiltersList; while(entry != coderList.end()) { if (entry->isReadable()) { readableFiltersList << QString(";;%3 [*.%1] (*.%1 *.%2 )") .arg(QString::fromStdString(entry->name()).toLower()) // Lower and upper filters for gnome compatibility (?) .arg(QString::fromStdString(entry->name())) .arg(QString::fromStdString(entry->description())); s_readableFilters << QString::fromStdString(entry->name()).toLower(); readableExts += QString("*.%1 *.%2 ") .arg(QString::fromStdString(entry->name()).toLower()) .arg(QString::fromStdString(entry->name())); } if (entry->isWritable()) s_writableFilters << QString("%1 - (%2)") .arg(QString::fromStdString(entry->name())) .arg(QString::fromStdString(entry->description())); ++entry; } //////////////////// // Correct the leak of tif format readableFiltersList << ";;Tagged Image File Format [*.tif] (*.tif *.TIF )"; readableFiltersList = sortNonCaseSensitive(readableFiltersList); readableExts += "*.tif *.TIF"; //////////////////// s_readableFiltersString = readableFiltersList.join(""); s_readableFiltersString.prepend(tr("All Supported Filters (%1)").arg(readableExts)); #else QFile data1(QDir::cleanPath("FileFormats/Readableformats.txt")); if (data1.open(QFile::ReadOnly)) { QTextStream in(&data1); s_readableFilters = in.readLine().split(" "); s_readableFiltersString = in.readLine(); } QFile data2(QDir::cleanPath("FileFormats/WritableFormats.txt")); if (data2.open(QFile::ReadOnly)) { QTextStream in(&data2); QString line; do { line = in.readLine(); s_writableFilters << line; } while (!line.isNull()); } s_writableFilters.removeLast(); #endif s_writableFilters.prepend(tr("Don't change the format")); } QStringList Formats::nativeReadableFormats() { QList nativeRFormats = QImageWriter::supportedImageFormats(); QStringList listNativeFormats; foreach(QByteArray format, nativeRFormats) { listNativeFormats.append(*new QString(format)); } return listNativeFormats; } bool Formats::isNativeReadable(QString fileName) { QFileInfo fi(fileName); QString format = fi.suffix(); QStringList listNativeFormats = nativeReadableFormats(); return listNativeFormats.contains(format, Qt::CaseInsensitive); } QString Formats::readableFiltersString() { return s_readableFiltersString; } QStringList Formats::readableFilters() { return s_readableFilters; } QStringList Formats::writableFilters() { return s_writableFilters; } // Sorts the string list case-insentitively QStringList Formats::sortNonCaseSensitive(QStringList list) { QMap map; foreach ( QString str, list ) { map.insert( str.toLower(), str ); } list = map.values(); return list; } Converseen-0.6.7/src/formats.h000077500000000000000000000030461227400641100162510ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #ifndef FORMATS_H #define FORMATS_H #include #include #include #include #include #include #include #include class Formats : public QObject { Q_OBJECT public: static void loadFormats(); static QString readableFiltersString(); static QStringList readableFilters(); static QStringList writableFilters(); static QStringList nativeReadableFormats(); static bool isNativeReadable(QString fileName); private: static QString s_readableFiltersString; static QStringList s_readableFilters; static QStringList s_writableFilters; static QStringList sortNonCaseSensitive(QStringList list); signals: public slots: }; #endif // FORMATS_H Converseen-0.6.7/src/inisettings.cpp000077500000000000000000000136301227400641100174710ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #include #include "inisettings.h" #define INIFILENAME ".converseen.conf" QSettings *IniSettings::settings; IniSettings::IniSettings(QObject *parent) : QObject(parent) { } void IniSettings::init() { QString iniPath = QDir::homePath() + "/" + INIFILENAME; #ifdef Q_WS_WIN if ((QSysInfo::windowsVersion() == QSysInfo::WV_VISTA) || (QSysInfo::windowsVersion() == QSysInfo::WV_WINDOWS7)) { iniPath = QDir::homePath() + "/AppData/Roaming/Converseen/" + INIFILENAME; } #endif settings = new QSettings(iniPath, QSettings::IniFormat); } QString IniSettings::outputDir() { QString myDir = QDir::homePath(); if (settings->contains("General/Save directory")) myDir = settings->value("General/Save directory").toString(); return myDir; } QByteArray IniSettings::windowGeometry() { QByteArray geometry = ""; if (settings->contains("Options/WindowSize")) geometry = settings->value("Options/WindowSize").toByteArray(); return geometry; } int IniSettings::latestWrittenFormatIndex() { return settings->value("General/Last Write Format").toInt(); } bool IniSettings::isOverWriteMode() { return settings->value("Options/Overwrite mode").toBool(); } int IniSettings::jpgQuality() { int jpgQuality = 85; if (settings->contains("Quality/Jpeg quality")) jpgQuality = settings->value("Quality/Jpeg quality").toInt(); return jpgQuality; } int IniSettings::pngQuality() { int pngQuality = 7; if (settings->contains("Quality/Png quality")) pngQuality = settings->value("Quality/Png quality").toInt(); return pngQuality; } QString IniSettings::latestOpenedDir() { QString path = QDir::homePath(); if (settings->contains("General/Last Opened")) path = settings->value("General/Last Opened").toString(); return path; } QString IniSettings::backgroundColor() { QString bgColor = "#000000"; if (settings->contains("Colors/background")) bgColor = settings->value("Colors/background").toString(); return bgColor; } bool IniSettings::previewChecked() { bool checked = true; if (settings->contains("Options/Preview checked")) checked = settings->value("Options/Preview checked").toBool(); return checked; } bool IniSettings::scaleChecked() { return settings->value("Options/Scale checked").toBool(); } int IniSettings::measure() // get px or % { int idx = 0; if (settings->contains("Options/Measure")) idx = settings->value("Options/Measure").toInt(); return idx; } bool IniSettings::aspectRatioChecked() { return settings->value("Options/Aspectratio checked").toBool(); } bool IniSettings::resolutionChecked() { return settings->value("Options/Resolution checked").toBool(); } bool IniSettings::imageDirChecked() { return settings->value("Options/ImageDir checked").toBool(); } bool IniSettings::renameChecked() { return settings->value("Options/Rename checked").toBool(); } bool IniSettings::bgColorChecked() { return settings->value("Options/BgColor checked").toBool(); } int IniSettings::latestInterpFiltIdx() { int idx = 0; if (settings->contains("Options/Interpolation filter")) idx = settings->value("Options/Interpolation filter").toInt(); return idx; } void IniSettings::setOutputDir(QString path) { settings->setValue("General/Save directory", path); } void IniSettings::setWindowGeometry(QByteArray geometry) { settings->setValue("Options/WindowSize", geometry); } void IniSettings::setLatestWrittenFormatIndex(int index) { settings->setValue("General/Last Write Format", index); } void IniSettings::isOverWriteMode(bool status) { settings->setValue("Options/Overwrite mode", status); } void IniSettings::setJpgQuality(int quality) { settings->setValue("Quality/Jpeg quality", quality); } void IniSettings::setPngQuality(int quality) { settings->setValue("Quality/Png quality", quality); } void IniSettings::setLatestOpenedDir(QString path) { settings->setValue("General/Last Opened", path); } void IniSettings::setBackgroundColor(QString bgColor) { settings->setValue("Colors/background", bgColor); } void IniSettings::setPreviewChecked(bool state) { settings->setValue("Options/Preview checked", state); } void IniSettings::setScaleChecked(bool state) { settings->setValue("Options/Scale checked", state); } void IniSettings::setMeasure(int index) // set px or % { settings->setValue("Options/Measure", index); } void IniSettings::setAspectRatioChecked(bool state) { settings->setValue("Options/Aspectratio checked", state); } void IniSettings::setResolutionChecked(bool state) { settings->setValue("Options/Resolution checked", state); } void IniSettings::setImageDirChecked(bool state) { settings->setValue("Options/ImageDir checked", state); } void IniSettings::setRenameChecked(bool state) { settings->setValue("Options/Rename checked", state); } void IniSettings::setBgColorChecked(bool state) { settings->setValue("Options/BgColor checked", state); } void IniSettings::setLatestInterpFiltIdx(int index) { settings->setValue("Options/Interpolation filter", index); } Converseen-0.6.7/src/inisettings.h000077500000000000000000000050001227400641100171260ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #ifndef INISETTINGS_H #define INISETTINGS_H #include #include class IniSettings : public QObject { Q_OBJECT public: explicit IniSettings(QObject *parent = 0); static void init(); static QString outputDir(); static QByteArray windowGeometry(); static int latestWrittenFormatIndex(); static bool isOverWriteMode(); static int jpgQuality(); static int pngQuality(); static QString latestOpenedDir(); static QString backgroundColor(); static bool previewChecked(); static bool scaleChecked(); static int measure(); // get px or % static bool aspectRatioChecked(); static bool resolutionChecked(); static bool imageDirChecked(); static bool renameChecked(); static bool bgColorChecked(); static int latestInterpFiltIdx(); static void setOutputDir(QString path); static void setWindowGeometry(QByteArray geometry); static void setLatestWrittenFormatIndex(int index); static void isOverWriteMode(bool status); static void setJpgQuality(int quality); static void setPngQuality(int quality); static void setLatestOpenedDir(QString path); static void setBackgroundColor(QString bgColor); static void setPreviewChecked(bool state); static void setScaleChecked(bool state); static void setMeasure(int index); static void setAspectRatioChecked(bool state); static void setResolutionChecked(bool state); static void setImageDirChecked(bool state); static void setRenameChecked(bool state); static void setBgColorChecked(bool state); static void setLatestInterpFiltIdx(int index); //private: static QSettings *settings; signals: public slots: }; #endif // INISETTINGS_H Converseen-0.6.7/src/main.cpp000077500000000000000000000034471227400641100160620ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #include #include #include #include #include "mainwindowimpl.h" #include "translator.h" #define VERSION "0.6.7" int main(int argc, char ** argv) { InitializeMagick(*argv); QCoreApplication::setApplicationVersion(VERSION); QTextCodec::setCodecForTr(QTextCodec::codecForName("UTF-8")); QTextCodec::setCodecForCStrings(QTextCodec::codecForName("UTF-8")); QTextCodec::setCodecForLocale(QTextCodec::codecForName("UTF-8")); QApplication app( argc, argv ); Translator T; app.installTranslator(T.translation()); MainWindowImpl win; if (argc > 1) { if (QString::fromStdString(argv[1]) == "--list") { win.importListFromArgv(QString::fromStdString(argv[2])); } } else { for (int i = 0; i < argc; i++) { qDebug() << "File " << argv[i]; } } win.show(); app.connect( &app, SIGNAL( lastWindowClosed() ), &app, SLOT( quit() ) ); return app.exec(); } Converseen-0.6.7/src/mainwindowimpl.cpp000077500000000000000000000716261227400641100202000ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #include #include #include #include #include "mainwindowimpl.h" #include "dialogoptions.h" #include "dialoginfo.h" #include "formats.h" #include "inisettings.h" #include "sizeutil.h" #include "updatechecker.h" using namespace Magick; using namespace std; // TODO: Inserire funzione per sostituire tutte le immagini MainWindowImpl::MainWindowImpl(QWidget * parent, Qt::WFlags f) : QMainWindow(parent, f) { setupUi(this); iAList = new QList; convertThread = new Converter(this); dlgCStatus = new DialogConversionStatus(); CachingSystem::init(); connect(treeWidget, SIGNAL(dropped(QStringList)), this, SLOT(loadFiles(QStringList))); connect(bntSelDir, SIGNAL(clicked()), this, SLOT(openOutDirectory())); connect(checkSameDir, SIGNAL(stateChanged(int)), this, SLOT(setCurrentDirectory())); connect(btnFormatOptions, SIGNAL(clicked()), this, SLOT(setQuality())); connect(treeWidget, SIGNAL(itemSelectionChanged()), this, SLOT(onItemSelection())); connect(spin_geoWidth, SIGNAL(editingFinished()), this, SLOT(relativeSizeW())); connect(spin_geoHeight, SIGNAL(editingFinished()), this, SLOT(relativeSizeH())); connect(comboResizeValues, SIGNAL(currentIndexChanged(QString)), this, SLOT(selectGeometryUnit(QString))); connect(checkRename, SIGNAL(stateChanged(int)), this, SLOT(enableRenameLine())); connect(radioPrefixSuffix, SIGNAL(clicked()), this, SLOT(enableProgressiveSpin())); connect(radioProgressive, SIGNAL(clicked()), this, SLOT(enableProgressiveSpin())); connect(checkShowPreview, SIGNAL(stateChanged(int)), this, SLOT(enableShowPreview())); connect(pushReset, SIGNAL(clicked()), this, SLOT(onPushResetClick())); connect(convertThread, SIGNAL(nextConversion(int)), this, SLOT(nextConversion(int))); connect(convertThread, SIGNAL(requestOverwrite(QString)), this, SLOT(overwriteDialog(QString))); connect(convertThread, SIGNAL(errorMessage(QString)), this, SLOT(errorMessage(QString))); connect(dlgCStatus, SIGNAL(stopProcess()), this, SLOT(stopProcess())); connect(pushColor, SIGNAL(clicked()), this, SLOT(choseBackgroundColor())); connect(labelPreview, SIGNAL(previewReady(int, int, double, double)), this, SLOT(showImageInformations(int, int, double, double))); connect(checkRelative, SIGNAL(stateChanged(int)), this, SLOT(setRelativeSizeCheckboxes(int))); createActions(); setupMenu(); createContextMenu(); loadFormats(); comboResizeValues->addItems((QStringList() << "%" << "px")); adjustSize(); dockWidget->adjustSize(); treeWidget->header()->setResizeMode(0, QHeaderView::ResizeToContents); loadOptions(); resetDisplays(); QTimer::singleShot(10000, this, SLOT(checkForUpdates())); } MainWindowImpl::~MainWindowImpl() { IniSettings::setWindowGeometry(saveGeometry()); IniSettings::setPreviewChecked(checkShowPreview->isChecked()); IniSettings::setScaleChecked(groupDimensions->isChecked()); IniSettings::setMeasure(comboResizeValues->currentIndex()); IniSettings::setAspectRatioChecked(checkRelative->isChecked()); IniSettings::setResolutionChecked(groupResolution->isChecked()); IniSettings::setImageDirChecked(checkSameDir->isChecked()); IniSettings::setRenameChecked(checkRename->isChecked()); IniSettings::setBgColorChecked(checkNoTransp->isChecked()); IniSettings::isOverWriteMode(checkOverwrite->isChecked()); IniSettings::settings->sync(); } void MainWindowImpl::importListFromArgv(QString fileName) { QFile file(fileName); if (!file.open(QIODevice::ReadOnly | QIODevice::Text)) return; QString text = file.readAll(); QStringList rawlist = text.split("\n"); QStringList list; for (int i = 0; i < rawlist.count(); i++) { QFileInfo fi(rawlist.at(i)); if (Formats::readableFilters().contains(fi.suffix(), Qt::CaseInsensitive)) list << rawlist.at(i); } loadFiles(list); } void MainWindowImpl::createActions() { // "File" actions connect(actionOpenFiles, SIGNAL(triggered()), this, SLOT(openFiles())); connect(actionAddFiles, SIGNAL(triggered()), this, SLOT(addFiles())); connect(actionShowOptions, SIGNAL(triggered()), this, SLOT(editSettings())); connect(actionClose, SIGNAL(triggered()), this, SLOT(close())); // "Edit" actions connect(actionCheckItems, SIGNAL(triggered()), treeWidget, SLOT(checkItems())); connect(actionCheckAllItems, SIGNAL(triggered()), treeWidget, SLOT(checkAllItems())); connect(actionUncheckItems, SIGNAL(triggered()), treeWidget, SLOT(uncheckItems())); connect(actionUncheckAllItems, SIGNAL(triggered()), treeWidget, SLOT(uncheckAllItems())); connect(actionRemoveItems, SIGNAL(triggered()), this, SLOT(removeItems())); connect(actionRemoveAllItems, SIGNAL(triggered()), this, SLOT(removeAllItems())); // "Actions" actions connect(actionConvert, SIGNAL(triggered()), this, SLOT(elabora())); connect(actionInfo, SIGNAL(triggered()), this, SLOT(about())); connect(actionDonate, SIGNAL(triggered()), this, SLOT(openPaypalLink())); connect(actionReportBug, SIGNAL(triggered()), this, SLOT(bugReport())); } void MainWindowImpl::setupMenu() { menu_File->addAction(actionOpenFiles); menu_File->addAction(actionAddFiles); menu_File->addSeparator(); menu_File->addAction(actionShowOptions); menu_File->addSeparator(); menu_File->addAction(actionClose); menu_Edit->addAction(actionRemoveItems); menu_Edit->addAction(actionRemoveAllItems); menu_Edit->addSeparator(); menu_Edit->addAction(actionCheckItems); menu_Edit->addAction(actionCheckAllItems); menu_Edit->addAction(actionUncheckItems); menu_Edit->addAction(actionUncheckAllItems); menu_Actions->addAction(actionConvert); menu_About->addAction(actionInfo); } void MainWindowImpl::createContextMenu() { QAction *actionSeparator = new QAction(this); actionSeparator->setSeparator(true); treeWidget->setContextMenuPolicy(Qt::ActionsContextMenu); treeWidget->addAction(actionCheckItems); treeWidget->addAction(actionCheckAllItems); treeWidget->addAction(actionUncheckItems); treeWidget->addAction(actionUncheckAllItems); treeWidget->addAction(actionSeparator); treeWidget->addAction(actionRemoveItems); treeWidget->addAction(actionRemoveAllItems); } void MainWindowImpl::openFiles() { iAList->clear(); CachingSystem::clear(); addFiles(); } void MainWindowImpl::addFiles() { QString path = IniSettings::latestOpenedDir(); QString readableFiltersString = Formats::readableFiltersString(); QStringList fileNames = QFileDialog::getOpenFileNames(this, tr("Open Image"), path, readableFiltersString); if (!fileNames.isEmpty()) loadFiles(fileNames); } void MainWindowImpl::loadFiles(QStringList fileNames) { treeWidget->clear(); QFileInfo fi(fileNames.at(0)); IniSettings::setLatestOpenedDir(fi.path()); for (int i = 0; i < fileNames.count(); i++) { QFileInfo fi(fileNames.at(i)); ImageAttributes iA; /* Controlla i doppioni! */ if (!checkDuplicates(fileNames, i)) { iA.completeFileName = fileNames.at(i).toLocal8Bit(); iA.fileName = fi.fileName(); iA.suffix = fi.suffix(); iA.size = fi.size(); iA.path = fi.path(); iAList->append(iA); // aggiunge } } fillTreeView(); } bool MainWindowImpl::checkDuplicates(QStringList fileNames, int e) { int cnt = iAList->count(); for (int i = 0; i < cnt; i++) if (iAList->at(i).completeFileName == fileNames.at(e).toLocal8Bit()) return true; return false; } void MainWindowImpl::fillTreeView() { treeWidget->addItems(iAList); } void MainWindowImpl::elabora() { if (!iAList->isEmpty()) { if (treeWidget->thereAreItemsChecked()) { if (!lineDirectory->text().isEmpty()) { QDir dir(lineDirectory->text()); if((dir.exists()) || (checkSameDir->isChecked())) { startConversion(); } else { int ret = QMessageBox::warning(0, tr("Warning"), tr("The output directory doesn't exists! Would you create it?"), QMessageBox::Ok | QMessageBox::Cancel); if (ret == QMessageBox::Ok) { if (!dir.mkpath(lineDirectory->text())) QMessageBox::warning(0, tr("Warning"), tr("The directory cannot be created!")); else { startConversion(); } } } } else QMessageBox::warning(0, tr("Warning"), tr("Set an output directory!")); } else QMessageBox::warning(0, tr("Warning"), tr("No image checked!")); } else QMessageBox::warning(0, tr("Warning"), tr("No images to convert!")); } void MainWindowImpl::startConversion() { IniSettings::setOutputDir(lineDirectory->text()); abort_all = false; statusBar()->showMessage(tr("Processing...")); curr_index = 0; m_progressiveNren = spinProgressiveRen->value(); // Used when the progressive number renaming is checked convertThread->reset(); // Colore bool noTransparency = this->checkNoTransp->isChecked(); convertThread->setBackgroundColor(m_bgColor, noTransparency); /* Change image size */ if (groupDimensions->isChecked()) { QString aspectRatio = "!"; if (checkRelative->isChecked()) aspectRatio = ""; // "%1 x %2 % !" QString resizingString; if (comboResizeValues->currentText() == "px") resizingString = QString("%1x%2%3") .arg(new_img_width) .arg(new_img_height) .arg(aspectRatio); if (comboResizeValues->currentText() == "%") resizingString = QString("%1x%2%") .arg(spin_geoWidth->value()) .arg(spin_geoHeight->value()); convertThread->setResize(resizingString); } /* Change image density */ if ((groupResolution->isChecked()) && ((m_xResolution != spin_resX->value()) || (m_yResolution != spin_resY->value()))) { QString densStr = QString("%1x%2") .arg(spin_resX->value()) .arg(spin_resY->value()); convertThread->setDensity(densStr); } if (!radioRotNo->isChecked()) { double rotation = 0; if (radioRotPos90->isChecked()) rotation = 90.0; if (radioRotNeg90->isChecked()) rotation = -90.0; if (radioRot180->isChecked()) rotation = 180.0; convertThread->setRotation(rotation); } if (!radioFlipNo->isChecked()) { FlipOrientation fo; if (radioFlipV->isChecked()) fo = VERTICAL; if (radioFlipH->isChecked()) fo = HORIZONTAL; convertThread->setFlip(fo); } convertThread->setResamplingFilter(m_resamplingFilter); convert(); dlgCStatus->setup(treeWidget->countChecked()); dlgCStatus->exec(); } void MainWindowImpl::convert() { if ((treeWidget->topLevelItem(curr_index))->checkState(0)) { IniSettings::setLatestWrittenFormatIndex(comboWFormats->currentIndex()); statusBar()->showMessage(iAList->at(curr_index).fileName, 5000); QString out_format; QString inputFilename = iAList->at(curr_index).completeFileName; QFileInfo fi(inputFilename); if (comboWFormats->currentIndex() != 0) { out_format = comboWFormats->currentText().split(" - ").at(0); } else { QString suffix = fi.suffix(); out_format = suffix; } out_format = out_format.toLower(); QString outFileName = QString("%1/%2.%3").arg(destinationPath()).arg(fi.completeBaseName()).arg(out_format); int quality = -1; if ((out_format == "jpg") || (out_format == "jpeg") || (out_format == "mpeg") || (out_format == "mpg")) { quality = jpgQuality; } if ((out_format == "png") || (out_format == "mng")) { quality = pngQuality; } convertThread->setInputPicture(inputFilename); convertThread->setFormat(out_format); convertThread->setQuality(quality); convertThread->setOutputDir(destinationPath()); if (checkRename->isChecked()) { // Special renaming settings for the output file enabled QString renamedOutFileName; if (radioPrefixSuffix->isChecked()) renamedOutFileName = renameFileNameOnPrefixSuffix(outFileName); else renamedOutFileName = renameFileNameOnProgressiveN(outFileName); convertThread->setOutputPictureName(renamedOutFileName); } else { // No special renaming settings for the output file. Set it with tho original name + new extension convertThread->setOutputPictureName(outFileName); convertThread->setOverwrite(checkOverwrite->isChecked()); } convertThread->start(); } else { nextConversion(2); } } void MainWindowImpl::nextConversion(int conv_status) { if (!abort_all) { if ((treeWidget->topLevelItem(curr_index))->checkState(0)) { dlgCStatus->step(conv_status, iAList->at(curr_index).fileName); } QString msg = ""; if (conv_status == 1) { msg = "Converted"; // Add the destination dirs to DialogConversionStatus so them can be opened at the end of the image processing dlgCStatus->addOutputDirectory(QDir::toNativeSeparators(destinationPath())); } else if (conv_status == -1) msg = "Error"; (treeWidget->topLevelItem(curr_index))->setText(1, msg); curr_index++; if (curr_index < iAList->count()) { convert(); } else { statusBar()->showMessage(tr("Processing finished!"), 5000); } } } QString MainWindowImpl::renameFileNameOnPrefixSuffix(QString oldFileName) { QString t_renamingString = lineRename->text(); QFileInfo fi(oldFileName); QString newFileName = QString("%1.%2") .arg(t_renamingString.replace("#", fi.completeBaseName())) .arg(fi.suffix()); return QString("%1/%2").arg(fi.path()).arg(newFileName); } QString MainWindowImpl::renameFileNameOnProgressiveN(QString oldFileName) { QString t_renamingString = lineRename->text(); QFileInfo fi(oldFileName); // For the output directory QString newFileName = QString("%1.%2") .arg(t_renamingString.replace("#", QString::number(m_progressiveNren))) .arg(fi.suffix()); m_progressiveNren++; // the key of progressive number renaming (set to start when the conversion in starded) return QString("%1/%2").arg(fi.path()).arg(newFileName); } void MainWindowImpl::loadFormats() { Formats::loadFormats(); comboWFormats->addItems(Formats::writableFilters()); comboWFormats->setCurrentIndex(0); } void MainWindowImpl::setCurrentDirectory() { bool enabled; if (checkSameDir->isChecked()) enabled = false; else enabled = true; lineDirectory->setEnabled(enabled); bntSelDir->setEnabled(enabled); } void MainWindowImpl::openOutDirectory() { QString dir = QFileDialog::getExistingDirectory(this, tr("Open Directory"), QDir::homePath(), QFileDialog::ShowDirsOnly | QFileDialog::DontResolveSymlinks); if (!dir.isNull()) lineDirectory->setText(QDir::toNativeSeparators(dir)); // La cartella viene salvata quando viene avviata la procedura di conversione } void MainWindowImpl::loadOptions() { IniSettings::init(); this->restoreGeometry(IniSettings::windowGeometry()); lineDirectory->setText(QDir::toNativeSeparators(IniSettings::outputDir())); comboWFormats->setCurrentIndex(IniSettings::latestWrittenFormatIndex()); checkOverwrite->setChecked(IniSettings::isOverWriteMode()); loadQuality(); m_bgColor = IniSettings::backgroundColor(); QColor c; c.setNamedColor(m_bgColor); pushColor->setColor(c); checkShowPreview->setChecked(IniSettings::previewChecked()); groupDimensions->setChecked(IniSettings::scaleChecked()); comboResizeValues->setCurrentIndex(IniSettings::measure()); checkRelative->setChecked(IniSettings::aspectRatioChecked()); groupResolution->setChecked(IniSettings::resolutionChecked()); checkSameDir->setChecked(IniSettings::imageDirChecked()); checkRename->setChecked(IniSettings::renameChecked()); checkNoTransp->setChecked(IniSettings::bgColorChecked()); enableRenameLine(); enableProgressiveSpin(); } void MainWindowImpl::setQuality() { loadQuality(); DialogQuality *dlg = new DialogQuality(); dlg->setInitValues(jpgQuality, pngQuality, m_resamplingFilter); if (dlg->exec()) { jpgQuality = dlg->getJpegQuality(); pngQuality = dlg->getPngQuality(); m_resamplingFilter = dlg->getResamplingFilter(); IniSettings::setJpgQuality(jpgQuality); IniSettings::setPngQuality(pngQuality); IniSettings::setLatestInterpFiltIdx((int)m_resamplingFilter); } } void MainWindowImpl::loadQuality() { jpgQuality = IniSettings::jpgQuality(); pngQuality = IniSettings::pngQuality(); m_resamplingFilter = (FilterTypes)IniSettings::latestInterpFiltIdx(); } void MainWindowImpl::removeItems() { if (!iAList->isEmpty()) { treeWidget->removeItems(iAList); resetDisplays(); } } void MainWindowImpl::removeAllItems() { if (!iAList->isEmpty()) { iAList->clear(); CachingSystem::clear(); treeWidget->clear(); resetDisplays(); } } void MainWindowImpl::relativeSizeW() { double value = spin_geoWidth->value(); if (checkLinkAspect->isChecked()) { if (checkRelative->isChecked()) { if (comboResizeValues->currentText() == "px") { double relative_H = ( ((double)img_height * value) / (double)img_width); spin_geoHeight->setValue((double)qRound(relative_H)); } } } if (comboResizeValues->currentText() == "%") { if (checkRelative->isChecked()) spin_geoHeight->setValue(spin_geoWidth->value()); } showNewSizePreview(); } void MainWindowImpl::relativeSizeH() { double value = spin_geoHeight->value(); if (checkLinkAspect->isChecked()) { if (checkRelative->isChecked()) { if (comboResizeValues->currentText() == "px") { double relative_V = ( ((double)img_width * value) / (double)img_height); spin_geoWidth->setValue((double)qRound(relative_V)); } } } if (comboResizeValues->currentText() == "%") { if (checkRelative->isChecked()) spin_geoWidth->setValue(spin_geoHeight->value()); } showNewSizePreview(); } void MainWindowImpl::loadPreview(QString fileName) { labelPreview->loadPreview(fileName, checkShowPreview->isChecked()); } void MainWindowImpl::showImageInformations(int orig_w, int orig_h, double orig_dens_x, double orig_dens_y) { /* Method executed by the signal myLabelPreviewer::previewReady(orig_w, orig_h, orig_dens_x, orig_dens_y); */ img_width = orig_w; img_height = orig_h; m_xResolution = orig_dens_x; m_yResolution = orig_dens_y; int index = treeWidget->currentIndex().row(); labelType->setText(QString("%1") .arg(iAList->at(index).suffix)); QString sSize = SizeUtil::simplifyFileSize(iAList->at(index).size); labelFileSize->setText(QString("%1") .arg(sSize)); label_ImageSize->setText(QString("%1 x %2 px") .arg(img_width) .arg(img_height)); label_ImageResolution->setText(QString("X = %1 Y = %2") .arg(m_xResolution) .arg(m_yResolution)); } void MainWindowImpl::onItemSelection() { if (!iAList->isEmpty()) { showPreviewAndInfos(); showNewSizePreview(); } } void MainWindowImpl::onPushResetClick() { selectGeometryUnit(comboResizeValues->currentText()); spin_resX->setValue(m_xResolution); spin_resY->setValue(m_yResolution); } void MainWindowImpl::showPreviewAndInfos() { int index = treeWidget->currentIndex().row(); loadPreview(iAList->at(index).completeFileName); } void MainWindowImpl::editSettings() { DialogOptions dlg; dlg.exec(); loadOptions(); } void MainWindowImpl::about() { DialogInfo dlg; dlg.exec(); } void MainWindowImpl::enableRenameLine() { if (checkRename->isChecked()) { lineRename->setEnabled(true); radioPrefixSuffix->setEnabled(true); radioProgressive->setEnabled(true); spinProgressiveRen->setEnabled(true); labeStartWith->setEnabled(true); } else { lineRename->setEnabled(false); radioPrefixSuffix->setEnabled(false); radioProgressive->setEnabled(false); spinProgressiveRen->setEnabled(false); labeStartWith->setEnabled(false); } enableProgressiveSpin(); } void MainWindowImpl::enableProgressiveSpin() { if (radioProgressive->isChecked()) { spinProgressiveRen->setEnabled(true); labeStartWith->setEnabled(true); } else { spinProgressiveRen->setEnabled(false); labeStartWith->setEnabled(false); } } void MainWindowImpl::enableShowPreview() { if(treeWidget->selectedItems().count() > 0) onItemSelection(); else labelPreview->setText(tr("Preview")); } void MainWindowImpl::selectGeometryUnit(QString unit) { if (unit == "px") { spin_geoWidth->setDecimals(0); spin_geoWidth->setSuffix(" px"); spin_geoWidth->setValue((double)img_width); spin_geoHeight->setDecimals(0); spin_geoHeight->setSuffix(" px"); spin_geoHeight->setValue((double)img_height); } if (unit == "%") { //spin_geoWidth->setDecimals(2); spin_geoWidth->setSuffix(" %"); spin_geoWidth->setValue(100.00); //spin_geoHeight->setDecimals(2); spin_geoHeight->setSuffix(" %"); spin_geoHeight->setValue(100.00); } } /* FIXME: Forse è meglio cambiare nome */ void MainWindowImpl::showNewSizePreview() { if (comboResizeValues->currentText() == "%") { double new_width, new_height, round_new_width, round_new_height; new_width = (((double)img_width / 100) * (spin_geoWidth->value())); new_height = (((double)img_height / 100) * (spin_geoHeight->value())); round_new_width = qRound(new_width); round_new_height = qRound(new_height); if (treeWidget->selectedItems().count() > 0) labelPixelGeometry->setText(QString("
%1 x %2 pixels
") .arg(round_new_width) .arg(round_new_height)); new_img_width = round_new_width; new_img_height = round_new_height; } if (comboResizeValues->currentText() == "px") { if (treeWidget->selectedItems().count() > 0) labelPixelGeometry->setText(QString("
%1 x %2 pixels
") .arg(spin_geoWidth->value()) .arg(spin_geoHeight->value())); new_img_width = spin_geoWidth->value(); new_img_height = spin_geoHeight->value(); } } void MainWindowImpl::resetDisplays() { labelPreview->setText(tr("Preview")); img_width = 0; img_height = 0; new_img_width = 0; new_img_height = 0; m_xResolution = 0; m_yResolution = 0; spin_resX->setValue(m_xResolution); spin_resY->setValue(m_yResolution); if (comboResizeValues->currentText() == "%") { spin_geoWidth->setValue(100); spin_geoHeight->setValue(100); } if (comboResizeValues->currentText() == "px") { spin_geoWidth->setValue(1); spin_geoHeight->setValue(1); } labelType->setText(" - "); label_ImageSize->setText(" - "); labelFileSize->setText(" - "); label_ImageResolution->setText(" - "); labelPixelGeometry->setText(""); } void MainWindowImpl::overwriteDialog(QString baseName) { /* TODO: Sostituisci tutte (vedi sotto) */ bool ok; QString newBaseName; while (newBaseName.isEmpty()) { newBaseName = QInputDialog::getText(0, tr("Suggest a new name!"), tr("New name:"), QLineEdit::Normal, baseName, &ok); if (!ok) { QMessageBox::StandardButton msg; msg = QMessageBox::question(this, tr("Please, specify a name!"), /* FIXME: tradurre meglio! */ tr("You should specify a name.\nClick Retry to specify a new name.\nClick Ignore to cancel this operation.\nClick Abort to cancel all operations."), QMessageBox::Retry | QMessageBox::Ignore | QMessageBox::Abort); if (msg == QMessageBox::Ignore) { convertThread->stopProcess(); break; } if (msg == QMessageBox::Abort) { stopProcess(); break; } } else { if (newBaseName.isEmpty()) QMessageBox::warning(0, tr("Warning!"), tr("The filename should not be empty!")); if (newBaseName == baseName) { QMessageBox::StandardButton msg; msg = QMessageBox::question(this, tr("Warning!"), tr("The name chosen is identical to the initial one. Do you want to overwrite the original file?"), QMessageBox::Yes | QMessageBox::No); // TODO: mettere si per tutte! if (msg == QMessageBox::No) newBaseName.clear(); } } } convertThread->mutex.unlock(); convertThread->setNewBasename(newBaseName, ok); } void MainWindowImpl::stopProcess() { convertThread->stopProcess(); abort_all = true; statusBar()->showMessage(tr("Aborted!"), 5000); } void MainWindowImpl::errorMessage(QString err_status) // Manda stringa di errore al dialog di conversione { dlgCStatus->setErrorMsg(err_status); } void MainWindowImpl::choseBackgroundColor() { QColor color; color = QColorDialog::getColor(Qt::green, this); m_bgColor = color.name(); pushColor->setColor(color); IniSettings::setBackgroundColor(m_bgColor); } QString MainWindowImpl::destinationPath() { QString dest = lineDirectory->text(); if (checkSameDir->isChecked()) dest = iAList->at(curr_index).path; return dest; } void MainWindowImpl::openPaypalLink() { QDesktopServices::openUrl(QUrl("http://converseen.sourceforge.net/#donations", QUrl::TolerantMode)); } void MainWindowImpl::checkForUpdates() { UpdateChecker *up = new UpdateChecker(); up->checkForUpdates(); } void MainWindowImpl::bugReport() { QDesktopServices::openUrl(QUrl("https://github.com/Faster3ck/Converseen/issues", QUrl::TolerantMode)); } void MainWindowImpl::setRelativeSizeCheckboxes(int state) { if (state == 0) checkLinkAspect->setEnabled(false); else checkLinkAspect->setEnabled(true); } Converseen-0.6.7/src/mainwindowimpl.h000077500000000000000000000102531227400641100176320ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #ifndef MAINWINDOWIMPL_H #define MAINWINDOWIMPL_H #include #include #include #include #include #include #include #include #include #include #include #include "ui_mainwindow.h" #include "converter.h" #include "dialogquality.h" #include "dialogconversionstatus.h" #include "pixtreewidget.h" #include "mylabelpreviewer.h" #include "cachingsystem.h" class QDropEvent; class MainWindowImpl : public QMainWindow, public Ui::MainWindow { Q_OBJECT public: MainWindowImpl( QWidget * parent = 0, Qt::WFlags f = 0 ); ~MainWindowImpl(); void importListFromArgv(QString fileName); private: void createActions(); void setupMenu(); void createContextMenu(); void setFileInList(QString fileName); bool checkDuplicates(QStringList fileNames, int e); void convert(); void fillTreeView(); void loadFormats(); void loadOptions(); void loadQuality(); void deleteItems(int selectedItems); void loadPreview(QString fileName); void showPreviewAndInfos(); // quello che succede alla selezione dell'item. void resetDisplays(); QString renameFileNameOnPrefixSuffix(QString oldFileName); QString renameFileNameOnProgressiveN(QString oldFileName); QString destinationPath(); QList *iAList; Converter *convertThread; DialogConversionStatus *dlgCStatus; int curr_index; // Indice dell'immagine che si sta processando dalla lista iAList int jpgQuality; // Imposta la qualità jpg anche nel file ini int pngQuality; // Imposta la qualità png anche nel file ini int img_width,img_height; /* vengono riempiti solo quando un'immagine è selezionata. Riempire con dati su ImageAttributes potrebbe essere lento e non conveniente! */ int new_img_width,new_img_height; /* Vengono riempiti con numeri che rappresentano i pixel dato che non capisco come si passa la corretta percentuale in virgola mobile a geometry*/ double m_xResolution, m_yResolution; bool abort_all; int m_progressiveNren; // Incremented when the progressive number renaming is checked QString m_bgColor; FilterTypes m_resamplingFilter; private slots: void loadFiles(QStringList fileNames); void openFiles(); void addFiles(); void elabora(); void setCurrentDirectory(); void openOutDirectory(); void removeItems(); void removeAllItems(); void setQuality(); void selectGeometryUnit(QString unit); void relativeSizeW(); void relativeSizeH(); void showImageInformations(int orig_w, int orig_h, double orig_dens_x, double orig_dens_y); void onItemSelection(); void editSettings(); void about(); void enableRenameLine(); void enableShowPreview(); void enableProgressiveSpin(); void showNewSizePreview(); void onPushResetClick(); void startConversion(); void nextConversion(int conv_status); void overwriteDialog(QString baseName); void stopProcess(); void errorMessage(QString err_status); void choseBackgroundColor(); void openPaypalLink(); void checkForUpdates(); void bugReport(); void setRelativeSizeCheckboxes(int state); }; #endif // MAINWINDOWIMPL_H Converseen-0.6.7/src/mylabelpreviewer.cpp000077500000000000000000000037461227400641100205160ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #include #include "mylabelpreviewer.h" #include "formats.h" myLabelPreviewer::myLabelPreviewer(QWidget *parent) : QLabel(parent) { thumbGen = new ThumbnailGeneratorThread(this); connect(thumbGen, SIGNAL(pixmapGenerated(QImage, int, int, double, double)), this, SLOT(showPreview(QImage, int, int, double, double))); } void myLabelPreviewer::loadPreview(QString fileName, bool generateThumbnail) { m_generateThumbnail = generateThumbnail; if (generateThumbnail) showLoadingAnimation(); thumbGen->setFileName(fileName); thumbGen->setThumbnailGeneration(generateThumbnail); thumbGen->start(); } void myLabelPreviewer::showPreview(QImage thumbnail, int orig_w, int orig_h, double orig_dens_x, double orig_dens_y) { if (thumbnail.isNull() || !m_generateThumbnail) { setText(tr("Preview")); } else { QPixmap pixmap = QPixmap::fromImage(thumbnail); this->setPixmap(pixmap); } emit previewReady(orig_w, orig_h, orig_dens_x, orig_dens_y); } void myLabelPreviewer::showLoadingAnimation() { QMovie *movie = new QMovie; movie->setFileName(":/movies/res/loading.gif"); setMovie(movie); movie->start(); } Converseen-0.6.7/src/mylabelpreviewer.h000077500000000000000000000027001227400641100201500ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #ifndef MYLABELPREVIEWER_H #define MYLABELPREVIEWER_H #include #include "thumbnailgeneratorthread.h" class myLabelPreviewer : public QLabel { Q_OBJECT public: explicit myLabelPreviewer(QWidget *parent = 0); void loadPreview(QString fileName, bool generateThumbnail); signals: void previewReady(int orig_w, int orig_h, double orig_dens_x, double orig_dens_y); private: void showLoadingAnimation(); ThumbnailGeneratorThread *thumbGen; bool m_generateThumbnail; private slots: void showPreview(QImage thumbnail, int orig_w, int orig_h, double orig_dens_x, double orig_dens_y); }; #endif // MYLABELPREVIEWER_H Converseen-0.6.7/src/pixtreewidget.cpp000077500000000000000000000106021227400641100200110ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #include #include #include #include #include #include #include #include "pixtreewidget.h" #include "formats.h" #include "sizeutil.h" #include "cachingsystem.h" PixTreeWidget::PixTreeWidget(QWidget *parent):QTreeWidget(parent) { QStringList headers; headers.append(tr("To convert")); headers.append(tr("Status")); headers.append(tr("File name")); headers.append(tr("Image type")); headers.append(tr("File size")); headers.append(tr("File path")); setRootIsDecorated(false); setAlternatingRowColors(true); setSelectionMode(QAbstractItemView::ExtendedSelection); setHeaderLabels(headers); setUniformRowHeights(true); /*setSortingEnabled(true); sortItems(0, Qt::AscendingOrder);*/ setAcceptDrops(true); } void PixTreeWidget::addItems(QList *iAList) { int cnt = iAList->count(); for (int i = 0; i < cnt; i++) { QTreeWidgetItem *item = new QTreeWidgetItem(this); item->setCheckState(0, Qt::Unchecked); item->setText(2, iAList->at(i).fileName); item->setText(3, iAList->at(i).suffix); item->setText(4, SizeUtil::simplifyFileSize(iAList->at(i).size)); item->setText(5, QDir::toNativeSeparators(iAList->at(i).path)); } } void PixTreeWidget::dragMoveEvent(QDragMoveEvent *event) { event->acceptProposedAction(); } void PixTreeWidget::dragEnterEvent(QDragEnterEvent *event) { if (event->mimeData()->hasFormat("text/uri-list")) event->acceptProposedAction(); } void PixTreeWidget::dropEvent(QDropEvent *event) { QList urls = event->mimeData()->urls(); if (urls.isEmpty()) return; QStringList fileNames; QFileInfo fi; for (int i = 0; i < urls.count(); i++) { fi = urls.at(i).toLocalFile(); QStringList readableFomats = Formats::readableFilters(); if (readableFomats.contains(fi.suffix(), Qt::CaseInsensitive)) fileNames << urls.at(i).toLocalFile().toLocal8Bit(); } if (!fileNames.isEmpty()) emit dropped(fileNames); } void PixTreeWidget::checkItems() { QTreeWidgetItemIterator it(this); while (*it) { if ((*it)->isSelected()) (*it)->setCheckState (0, Qt::Checked); ++it; } } void PixTreeWidget::checkAllItems() { QTreeWidgetItemIterator it(this); while (*it) { (*it)->setCheckState (0, Qt::Checked); ++it; } } void PixTreeWidget::uncheckItems() { QTreeWidgetItemIterator it(this); while (*it) { if ((*it)->isSelected()) (*it)->setCheckState (0, Qt::Unchecked); ++it; } } void PixTreeWidget::uncheckAllItems() { QTreeWidgetItemIterator it(this); while (*it) { (*it)->setCheckState (0, Qt::Unchecked); ++it; } } void PixTreeWidget::removeItems(QList *iAList) { for (int i = this->topLevelItemCount() - 1; i >= 0; i--) if ((this->topLevelItem(i))->isSelected()) { QString s = iAList->at(i).completeFileName; iAList->removeAt(i); this->takeTopLevelItem(i); CachingSystem::remove(s); } } bool PixTreeWidget::thereAreItemsChecked() { QTreeWidgetItemIterator it(this); while (*it) { if ((*it)->checkState(0) == Qt::Checked) return true; ++it; } return false; } int PixTreeWidget::countChecked() { int cnt = 0; QTreeWidgetItemIterator it(this); while (*it) { if ((*it)->checkState(0) == Qt::Checked) cnt++; ++it; } return cnt; } Converseen-0.6.7/src/pixtreewidget.h000077500000000000000000000034321227400641100174610ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #ifndef PIXTREEWIDGET_H #define PIXTREEWIDGET_H #include #include class QKeyEvent; class QDropEvent; class QDragEnterEvent; class QDragMoveEvent; class ImageAttributes { public: QString completeFileName, fileName, suffix, path, format; qint64 size; }; class PixTreeWidget : public QTreeWidget { Q_OBJECT public: PixTreeWidget(QWidget *parent = 0); void addItems(QList *iAList); void dropEvent(QDropEvent *event); void dragEnterEvent(QDragEnterEvent *event); void dragMoveEvent(QDragMoveEvent *event); void setListItems(QList *iAList); void removeItems(QList *iAList); bool thereAreItemsChecked(); int countChecked(); signals: void dropped(QStringList); public slots: void checkItems(); void checkAllItems(); void uncheckItems(); void uncheckAllItems(); }; #endif // PIXTREEWIDGET_H Converseen-0.6.7/src/pushcolorchooser.cpp000077500000000000000000000023371227400641100205340ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #include #include "pushcolorchooser.h" PushColorChooser::PushColorChooser(QWidget *parent) : QPushButton(parent) { } void PushColorChooser::setColor(QColor color) { if (color.isValid()) { QPixmap pixmap(30,20); pixmap.fill(QColor("black")); QPainter painter(&pixmap); painter.setBrush(QBrush(color)); painter.drawRect(0, 0, 30, 20); setIcon(pixmap); } } Converseen-0.6.7/src/pushcolorchooser.h000077500000000000000000000021241227400641100201730ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #ifndef PUSHCOLORCHOOSER_H #define PUSHCOLORCHOOSER_H #include class PushColorChooser : public QPushButton { Q_OBJECT public: explicit PushColorChooser(QWidget *parent = 0); void setColor(QColor color); signals: public slots: }; #endif // PUSHCOLORCHOOSER_H Converseen-0.6.7/src/sizeutil.cpp000077500000000000000000000022711227400641100170000ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #include "sizeutil.h" QString SizeUtil::simplifyFileSize(qint64 size) { QString sSize; sSize = QString("%1 Bytes").arg(size); if (size > 1024) sSize = QString("%1 KiB").arg(QString::number( ((double)size / 1024), 'f', 1) ); if (size / 1024 > 1024) sSize = QString("%1 MiB").arg(QString::number( ((double)size / 1024 / 1024), 'f', 1) ); return sSize; } Converseen-0.6.7/src/sizeutil.h000077500000000000000000000017411227400641100164460ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #ifndef SIZEUTIL_H #define SIZEUTIL_H #include class SizeUtil { public: SizeUtil(); static QString simplifyFileSize(qint64 size); }; #endif // SIZEUTIL_H Converseen-0.6.7/src/thumbnailgeneratorthread.cpp000077500000000000000000000124331227400641100222130ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #include "formats.h" #include "thumbnailgeneratorthread.h" #define MAX_THUMB_W 320 #define MAX_THUMB_H 240 ThumbnailGeneratorThread::ThumbnailGeneratorThread(QObject *parent) : QThread(parent) { m_generateThumbnail = true; } void ThumbnailGeneratorThread::run() { if (CachingSystem::find(m_fileName)) { // image informations already in cache QImage thumbnail = CachingSystem::thumbnail(); if (thumbnail.isNull() && m_generateThumbnail) { /* If previously the "show preview" checkbox was unchecked end then checked the old cached informations will be deleted and reloaded with the thumbnail */ CachingSystem::remove(m_fileName); createThumbnail(); } else { int orig_w = CachingSystem::originalWidth(); int orig_h = CachingSystem::originalHeight(); double orig_dens_x = CachingSystem::originalDensityX(); double orig_dens_y = CachingSystem::originalDensityY(); emit pixmapGenerated(thumbnail, orig_w, orig_h, orig_dens_x, orig_dens_y); } } else { // image informations not in cache createThumbnail(); } } void ThumbnailGeneratorThread::setFileName(QString fileName) { m_fileName = fileName; } QImage* ThumbnailGeneratorThread::toQImage(const Image &image) { QImage *newQImage = new QImage(image.columns(), image.rows(), QImage::Format_RGB32); Magick::ColorRGB rgb; for (int y = 0; y < newQImage->height(); y++) { const Magick::PixelPacket *pixels; pixels = image.getConstPixels(0, y, newQImage->width(), 1); for (int x = 0; x < newQImage->width(); x++) { rgb = (*(pixels + x)); newQImage->setPixel(x, y, QColor((int) (255 * rgb.red()) , (int) (255 * rgb.green()) , (int) (255 * rgb.blue())).rgb()); } } return newQImage; } void ThumbnailGeneratorThread::setThumbnailGeneration(bool generate) { m_generateThumbnail = generate; } void ThumbnailGeneratorThread::createThumbnail() { QImage tmpImage, thumbnail; Image my_image; int img_width = 0; int img_height = 0; double img_dens_x = 0.0; double img_dens_y = 0.0; if (Formats::isNativeReadable(m_fileName)) { tmpImage.load(m_fileName); img_width = tmpImage.width(); img_height = tmpImage.height(); img_dens_x = tmpImage.logicalDpiX(); img_dens_y = tmpImage.logicalDpiY(); if (m_generateThumbnail) thumbnail = tmpImage; } else { try { my_image.read(m_fileName.toStdString()); img_width = my_image.columns(); img_height = my_image.rows(); img_dens_x = my_image.xResolution(); img_dens_y = my_image.yResolution(); if (m_generateThumbnail) { QImage *aQImage = toQImage(my_image); thumbnail = *aQImage; delete aQImage; } } catch (Error& my_error) { //setText(tr("Sorry! Selected image is damaged!")); } catch ( Magick::WarningCoder &warning ) { //setText(tr("Sorry! Selected image is damaged!")); } catch ( Magick::Warning &warning ) { //setText(tr("Sorry! Selected image is damaged!")); } } if (m_generateThumbnail) { int n_heigth = (MAX_THUMB_W * img_height) / img_width; if (!((img_width <= MAX_THUMB_W) && (img_height <= MAX_THUMB_H))) { if (img_width > img_height) { thumbnail = thumbnail.scaled(QSize(MAX_THUMB_W, n_heigth), Qt::IgnoreAspectRatio, Qt::SmoothTransformation); } else if ((img_width <= img_height) || (n_heigth > MAX_THUMB_H)) { int n_width = (MAX_THUMB_H * img_width) / img_height; thumbnail = thumbnail.scaled(QSize(n_width, MAX_THUMB_H), Qt::IgnoreAspectRatio, Qt::SmoothTransformation); } } } CachingSystem::insert(m_fileName, thumbnail, img_width, img_height, img_dens_x, img_dens_y); emit pixmapGenerated(thumbnail, img_width, img_height, img_dens_x, img_dens_y); } Converseen-0.6.7/src/thumbnailgeneratorthread.h000077500000000000000000000031461227400641100216610ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #ifndef THUMBNAILGENERATORTHREAD_H #define THUMBNAILGENERATORTHREAD_H #include #include #include #include #include #include #include #include "cachingsystem.h" using namespace Magick; using namespace std; class ThumbnailGeneratorThread : public QThread { Q_OBJECT public: ThumbnailGeneratorThread(QObject *parent); void run(); void setFileName(QString fileName); void setThumbnailGeneration(bool generate); private: void createThumbnail(); QImage* toQImage(const Image &image); QString m_fileName; bool m_generateThumbnail; signals: void pixmapGenerated(QImage thumbnail, int orig_w, int orig_h, double orig_dens_x, double orig_dens_y); public slots: }; #endif // THUMBNAILGENERATORTHREAD_H Converseen-0.6.7/src/translator.cpp000077500000000000000000000055011227400641100173200ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #include #include "translator.h" #include "whereiam.h" #define INIFILENAME ".converseen.conf" QString dataDir; QString language; Translator::Translator() { WhereIAm w; dataDir = w.dataDir(); QString iniPath = QDir::homePath() + "/" + INIFILENAME; #ifdef Q_WS_WIN if ((QSysInfo::windowsVersion() == QSysInfo::WV_VISTA) || (QSysInfo::windowsVersion() == QSysInfo::WV_WINDOWS7)) { iniPath = QDir::homePath() + "/AppData/Roaming/Converseen/" + INIFILENAME; } #endif settings = new QSettings(iniPath, QSettings::IniFormat); #ifdef Q_OS_LINUX m_loc = QString("%1/converseen/loc").arg(dataDir); #else m_loc = QString("%1/loc").arg(dataDir); #endif } QTranslator *Translator::translation() { QTranslator *transl = new QTranslator; QString translationFile = QString("%1/%2").arg(m_loc).arg(loadCurrentTranslationName()); transl->load(translationFile); return(transl); } QString Translator::loadCurrentTranslationName() { QString language = "English"; if (settings->contains("Options/language")) { language = settings->value("Options/language").value(); } return(language); } void Translator::saveSettings(QString language) { if (language != "English") { QString lang = language; settings->setValue("Options/language", lang); } else settings->setValue("Options/language", "English"); } QList > Translator::loadTranslationFiles() { language = tr("English"); QTranslator transl; QDir trPath(m_loc); QStringList fileNames = trPath.entryList(QStringList() << "*.qm", QDir::Files, QDir::Name); QList > langsList; QPair lang; for (int i = 0; i < fileNames.count(); i++) { lang.first = fileNames.at(i); transl.load(fileNames.at(i), m_loc); lang.second = transl.translate("Translator", "English"); langsList << lang; } return langsList; } QString Translator::currentLanguage() { return language; } Converseen-0.6.7/src/translator.h000077500000000000000000000024731227400641100167720ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #ifndef __TRANSLATOR_H__ #define __TRANSLATOR_H__ #include #include #include #include class Translator : public QObject { Q_OBJECT public: Translator(); QTranslator *translation(); void saveSettings(QString language); QList > loadTranslationFiles(); QString currentLanguage(); QString loadCurrentTranslationName(); private: QSettings *settings; QString m_loc; }; #endif // __TRANSLATOR_H__ Converseen-0.6.7/src/updatechecker.cpp000077500000000000000000000052161227400641100177410ustar00rootroot00000000000000/* * This file is part of Kawaii Emoji Messenger, a multiplatform Facebook client * based on the idea of bringing emoji on desktop. * * (C) Francesco Mondello 2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #include "updatechecker.h" #include #include #define VERSION_URL "http://fasterindesign.altervista.org/software-updates/converseen-version.txt" #define DESTINATION_URL "http://converseen.sf.net/" #define CURRENT_INTERNAL_VERSION 670 UpdateChecker::UpdateChecker(QObject *parent) : QObject(parent) { mNetworkManager = new QNetworkAccessManager(this); QObject::connect(mNetworkManager, SIGNAL(finished(QNetworkReply*)), this, SLOT(onNetworkReply(QNetworkReply*))); } void UpdateChecker::checkForUpdates() { QUrl url(VERSION_URL); mNetworkManager->get(QNetworkRequest(url)); } void UpdateChecker::onNetworkReply(QNetworkReply* reply) { QString replyString; if(reply->error() == QNetworkReply::NoError) { int httpstatuscode = reply->attribute(QNetworkRequest::HttpStatusCodeAttribute).toUInt(); switch(httpstatuscode) { case 200: if (reply->isReadable()) { //Assuming this is a human readable file replyString now contains the file replyString = QString::fromUtf8(reply->readAll().data()); checkIfIsNewVersion(replyString.toInt()); } break; /*case RESPONSE_ERROR: case RESPONSE_BAD_REQUEST: default: break;*/ } } reply->deleteLater(); } void UpdateChecker::checkIfIsNewVersion(int version) { if (version > CURRENT_INTERNAL_VERSION) { int ret = QMessageBox::warning(0, tr("New version is available!"), tr("A new version of Converseen is available!\nWould you download it?"), QMessageBox::Ok | QMessageBox::No); if (ret == QMessageBox::Ok) QDesktopServices::openUrl(QUrl(DESTINATION_URL, QUrl::TolerantMode)); } } Converseen-0.6.7/src/updatechecker.h000077500000000000000000000024561227400641100174110ustar00rootroot00000000000000/* * This file is part of Kawaii Emoji Messenger, a multiplatform Facebook client * based on the idea of bringing emoji on desktop. * * (C) Francesco Mondello 2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #ifndef UPDATECHECKER_H #define UPDATECHECKER_H #include #include #include #include class UpdateChecker : public QObject { Q_OBJECT public: explicit UpdateChecker(QObject *parent = 0); void checkForUpdates(); private: void checkIfIsNewVersion(int version); QNetworkAccessManager* mNetworkManager; private slots: void onNetworkReply(QNetworkReply* reply); }; #endif // UPDATECHECKER_H Converseen-0.6.7/src/whereiam.cpp000077500000000000000000000025461227400641100167360ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #include #include "whereiam.h" WhereIAm::WhereIAm() { } QString WhereIAm::dataDir() { QString binDir = QCoreApplication::applicationDirPath(); QString dataDir = binDir; #ifdef Q_OS_LINUX if (binDir == QDir::cleanPath("/usr/bin")) // If linux /usr installed dataDir = "/usr/share/"; else if (binDir == "/usr/local/bin") dataDir = "/usr/local/share/"; // If linux /usr/local installed #else // Windows, Haiku etc... dataDir = QDir::cleanPath(dataDir + "/"); #endif return(dataDir); } Converseen-0.6.7/src/whereiam.h000077500000000000000000000017171227400641100164020ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009-2014 * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Contact e-mail: Faster * */ #ifndef __WHEREIAM_H__ #define __WHEREIAM_H__ #include class WhereIAm { public: WhereIAm(); QString dataDir(); }; #endif // __WHEREIAM_H__ Converseen-0.6.7/ui/000077500000000000000000000000001227400641100142455ustar00rootroot00000000000000Converseen-0.6.7/ui/dialogconversionstatus.ui000077500000000000000000000163621227400641100214300ustar00rootroot00000000000000 DialogConversionStatus 0 0 610 341 Status... Conversion Status Qt::ScrollBarAsNeeded true QAbstractItemView::NoSelection QAbstractItemView::ScrollPerItem false false Image: Status: Qt::Horizontal <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Total:</span></p></body></html> 0 Qt::Horizontal 40 20 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Converted:</span></p></body></html> 0 Qt::Horizontal 40 20 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Errors:</span></p></body></html> 0 Qt::Horizontal 40 20 24 Qt::Horizontal Open destination Qt::Horizontal 40 20 Stop Close Converseen-0.6.7/ui/dialoginfo.ui000077500000000000000000000362551227400641100167350ustar00rootroot00000000000000 DialogInfo 0 0 665 628 About Converseen... 0 0 :/Images/res/icon.png - Informations <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> true Qt::Vertical 20 40 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Translators:</span></p></body></html> <strong>Hungarian translation: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> <strong>Czech translation: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> <strong>French Translation: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> <strong>Brazilian Portuguese Translation: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> true <strong>German Translation: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> <strong>Spanish (Chile) Translation: </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> <strong>Turkish Translation: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> <strong>Russian Translation: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> <strong>Polish Translation: </strong>Michał Olber from OSWorld.pl - <a href="mailto:redakcja@osworld.pl">redakcja@osworld.pl</a> true <html><head/><body><p><span style=" font-weight:600;">Japanese translation:</span> Xenolith0 - <a href="mailto:xenolith0bytetestcomgreen@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> Qt::Vertical 20 40 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.</span></p></body></html> true <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">donate via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> true true Qt::Vertical 20 40 Qt::Horizontal 40 20 <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Follow Converseen:</span></p></body></html> PointingHandCursor :/Images/res/facebook-icon.png:/Images/res/facebook-icon.png 50 50 true PointingHandCursor :/Images/res/google-plus-icon.png:/Images/res/google-plus-icon.png 50 50 true Qt::Horizontal 40 20 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2014 Francesco Mondello GNU - GPL v.3</span></p></body></html> Qt::Horizontal Qt::Horizontal 40 20 Close Converseen-0.6.7/ui/dialogoptions.ui000077500000000000000000000051521227400641100174650ustar00rootroot00000000000000 DialogOptions 0 0 297 198 Settings Language Language: 0 0 Overwriting settings Ask first true Overwrite all existing images Qt::Horizontal 40 20 Ok Cancel Converseen-0.6.7/ui/dialogquality.ui000077500000000000000000000111671227400641100174650ustar00rootroot00000000000000 DialogQuality 0 0 311 312 Image settings Jpeg compression level Quality 0 - 100: 100 Qt::Horizontal 100 Png compression level Quality 0 - 100: 100 Qt::Horizontal 100 Interpolation Filter: 0 0 Qt::Horizontal 40 20 Ok Cancel Combofilters QComboBox
src/combofilters.h
Converseen-0.6.7/ui/mainwindow.ui000077500000000000000000001423641227400641100167750ustar00rootroot00000000000000 MainWindow 0 0 1000 720 0 0 700 550 1050 720 Converseen :/Images/res/icon.png:/Images/res/icon.png 0 0 Conversion Formats Convert to: 0 0 Qt::Horizontal 40 20 Show image settings dialog... Images settings Qt::Horizontal Qt::Horizontal 40 20 Replace transparent background Choose color 0 0 1000 21 &File &Edit &Actions &Help 0 0 375 287 QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable Actions Panel 1 0 0 0 250 QFrame::NoFrame true 0 0 350 954 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Preview:</span></p></body></html> Qt::Horizontal 0 0 320 260 320 260 320 260 QFrame::NoFrame QFrame::Plain 0 0 50 50 320 240 true Qt::Horizontal 10 20 Qt::Horizontal 10 20 Show preview true Qt::Horizontal 0 0 224 85 300 216 216 0 QFrame::NoFrame QFrame::Raised <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Type:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">File size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image size:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image resolution:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> QTabWidget::North 0 Dimensions 0 0 200 0 Scale image true false Width: Height: 0 0 QAbstractSpinBox::UpDownArrows QAbstractSpinBox::CorrectToPreviousValue 0 0.000000000000000 262144.000000000000000 100.000000000000000 0 262144.000000000000000 100.000000000000000 0 0 16777215 16777215 :/Images/res/reset.png:/Images/res/reset.png <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixel</span></p></body></html> Link aspect with selected image Mantain aspect ratio true 0 0 Resolution true false Resolution X: Resolution Y: 3 1000.000000000000000 3 1000.000000000000000 Rotate and flip Rotate and flip false false false Rotate image: No rotation true buttonGroup + 90° :/Images/res/90p.png:/Images/res/90p.png buttonGroup - 90° :/Images/res/90m.png:/Images/res/90m.png buttonGroup 180° :/Images/res/180.png:/Images/res/180.png buttonGroup Qt::Horizontal Flip image: No flip true true buttonGroup_2 Horizontally :/Images/res/h.png:/Images/res/h.png buttonGroup_2 Vertically :/Images/res/v.png:/Images/res/v.png buttonGroup_2 Qt::Vertical 20 40 0 0 200 0 Output options 0 0 Save in: Open output directory ... Image's directory Qt::Horizontal 40 20 Qt::Horizontal Rename: Prefix/Suffix true Progressive Number false #_copy Start with: false 99999 1 Qt::Horizontal Overwrite all Qt::Vertical 20 40 toolBar Qt::ToolButtonTextBesideIcon TopToolBarArea false :/Images/res/folder_documents.png:/Images/res/folder_documents.png &Open images Ctrl+O :/Images/res/add.png:/Images/res/add.png &Add images Ctrl+Alt+O :/Images/res/adept_purge.png:/Images/res/adept_purge.png &Remove images Remove selected pictures Del :/Images/res/cancel.png:/Images/res/cancel.png Remove &all Remove all pictures Alt+Del :/Images/res/apply.png:/Images/res/apply.png &Check Check selected items Ctrl+H :/Images/res/apply.png:/Images/res/apply.png Check a&ll Check all items Ctrl+Alt+H :/Images/res/exec.png:/Images/res/exec.png &Convert Start the conversion process F5 &Settings Open the settings dialog &Exit Ctrl+X Uncheck all &items Ctrl+Alt+J &Uncheck Items Uncheck selected items Ctrl+J &About F1 Donate via Paypal Donate via Paypal Report bug... PixTreeWidget QTreeWidget
src/pixtreewidget.h
myLabelPreviewer QLabel
src/mylabelpreviewer.h
PushColorChooser QPushButton
src/pushcolorchooser.h