pax_global_header00006660000000000000000000000064141715400100014503gustar00rootroot0000000000000052 comment=e34fbc37eb286e1df029ae0a6dae55d7a2b6e635 Converseen-0.9.9.4/000077500000000000000000000000001417154001000137735ustar00rootroot00000000000000Converseen-0.9.9.4/CMakeLists.txt000077500000000000000000000133541417154001000165440ustar00rootroot00000000000000PROJECT(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/dialogmultipageeditor.ui ui/dialogshowupdatemsg.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/dialogmultipageeditor.cpp src/dialogoptions.cpp src/dialogquality.cpp src/dialogshowupdatemsg.cpp src/formats.cpp src/globals.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 src/Modules/multipageconverter.cpp ) SET(converseen_MOC_HDRS src/cachingsystem.h src/combofilters.h src/converter.h src/dialogconversionstatus.h src/dialoginfo.h src/dialogmultipageeditor.h src/dialogoptions.h src/dialogquality.h src/dialogshowupdatemsg.h src/formats.h src/globals.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 src/Modules/multipageconverter.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 loc/converseen_da_DK.ts loc/converseen_uk_UA.ts loc/converseen_sv_SE.ts loc/converseen_zh_CN.ts ) FIND_PACKAGE(Qt5Core REQUIRED) FIND_PACKAGE(Qt5Gui REQUIRED) FIND_PACKAGE(Qt5Network REQUIRED) FIND_PACKAGE(Qt5Widgets REQUIRED) FIND_PACKAGE(Qt5LinguistTools REQUIRED) FIND_PACKAGE(ImageMagick REQUIRED) FIND_PACKAGE(ImageMagick COMPONENTS Magick++) FIND_PACKAGE(ImageMagick COMPONENTS MagickWand) FIND_PACKAGE(ImageMagick COMPONENTS MagickCore) INCLUDE_DIRECTORIES(${Qt5Core_INCLUDE_DIRS}) INCLUDE_DIRECTORIES(${Qt5Gui_INCLUDE_DIRS}) INCLUDE_DIRECTORIES(${Qt5Network_INCLUDE_DIRS}) INCLUDE_DIRECTORIES(${Qt5Widgets_INCLUDE_DIRS}) QT5_WRAP_UI(converseen_UIS_H ${converseen_UIS}) QT5_WRAP_CPP(converseen_MOC_SRCS ${converseen_MOC_HDRS}) QT5_ADD_RESOURCES(converseen_RESOURCES ${converseen_RESOURCES}) QT5_ADD_TRANSLATION(converseen_RESOURCES ${converseen_LANG}) ADD_DEFINITIONS( -Wall -W -std=c++11 -fPIC -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE_QUANTUM_DEPTH=16 ${QT_DEFINITIONS} ) INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR} ${ImageMagick_INCLUDE_DIRS} ${ImageMagick_Magick++_INCLUDE_DIRS} ${ImageMagick_MagickCore_INCLUDE_DIRS} . ) ADD_EXECUTABLE(${GUI} ${converseen_SRCS} ${converseen_UIS_H} ${converseen_MOC_SRCS} ${converseen_RESOURCES} ${converseen_RCS} ) TARGET_LINK_LIBRARIES(${GUI} ${Qt5Network_LIBRARIES} ${Qt5Widgets_LIBRARIES} ${ImageMagick_LIBRARY} ${ImageMagick_Magick++_LIBRARY} ${ImageMagick_MagickCore_LIBRARY}) 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/kservices5/ServiceMenus) install(FILES converseen.appdata.xml DESTINATION /usr/share/metainfo/) 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) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/converseen_da_DK.qm DESTINATION ${CMAKE_INSTALL_PREFIX}/share/converseen/loc) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/converseen_uk_UA.qm DESTINATION ${CMAKE_INSTALL_PREFIX}/share/converseen/loc) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/converseen_sv_SE.qm DESTINATION ${CMAKE_INSTALL_PREFIX}/share/converseen/loc) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/converseen_zh_CN.qm DESTINATION ${CMAKE_INSTALL_PREFIX}/share/converseen/loc) Converseen-0.9.9.4/COPYING000077500000000000000000001043751417154001000150430ustar00rootroot00000000000000 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.9.9.4/INSTALL000077500000000000000000000006671417154001000150400ustar00rootroot00000000000000To compile Converseen you need Qt5, 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 .. (to install on /usr/local/) or cmake -DCMAKE_INSTALL_PREFIX=/usr .. (to install on /usr/) make su make install Converseen-0.9.9.4/README.md000077500000000000000000000044611417154001000152620ustar00rootroot00000000000000# Converseen ![alt text](https://converseen.fasterland.net/res/converseen-linux.png "Converseen on Kde") **Converseen** is an open source project written in **C++** with the powerful **Qt5** 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](https://converseen.fasterland.net/download-for-linux/). ## Author [Francesco Mondello](https://converseen.fasterland.net/). To contact me you can use [this page](https://converseen.fasterland.net/contact-me/). You can find more details about **Converseen** at [converseen.fasterland.net](https://converseen.fasterland.net/). If you appreciate this work and would like to support the project, you are welcome to [donate](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HQA6TBT5354FC) **1 EUR** via **Paypal**. ## License Converseen - The image batch converter and resizer Copyright (C) 2009 - 2022 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.9.9.4/converseen.appdata.xml000077500000000000000000000054111417154001000203010ustar00rootroot00000000000000 converseen.desktop CC0-1.0 GPL-3.0 Converseen A batch image processor

Converseen is a free cross-platform batch image processor that allows you to convert, resize, rotate and flip an infinite number of images with a mouse click. Moreover, Converseen is able to transform an entire PDF file into a bunch of images with the characteristics you prefer: you can choose one of the 100+ formats, you can set the size, resolution and the filename.

What can I do with Converseen.

  • Carry out a single or a multiple conversion
  • Resize one or multiple images
  • Compress images for your web pages
  • Rotate and flip images
  • Rename a bunch of images using a progressive number or a prefix/suffix
  • Selecting a resampling filter to resize images
  • Convert an entire PDF to a bunch of images
  • Extract an image from a Windows icon file (*ico)
http://fasterland.net/images/converseen-appdata-1.png The main window showing the application in action http://fasterland.net/images/converseen-appdata-2.png The program during the image processing http://fasterland.net/images/converseen-appdata-3.png The image preferences window where you can change the settings graphic image batch processor converter resizer compressor picture qt http://converseen.fasterland.net/ faster3ck@gmail.com Francesco Mondello https://github.com/Faster3ck/Converseen/issues http://converseen.fasterland.net/thank/ http://converseen.fasterland.net/help/
Converseen-0.9.9.4/converseen.pro000077500000000000000000000076551417154001000167040ustar00rootroot00000000000000TEMPLATE = app QT = gui core network widgets 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 \ ui/dialogmultipageeditor.ui \ ui/dialogshowupdatemsg.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 \ src/globals.h \ src/Modules/multipageconverter.h \ src/dialogmultipageeditor.h \ src/dialogshowupdatemsg.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 \ src/globals.cpp \ src/Modules/multipageconverter.cpp \ src/dialogmultipageeditor.cpp \ src/dialogshowupdatemsg.cpp !win32 { QMAKE_CXXFLAGS += -O2 \ -Wall \ -W \ -pthread \ -DMAGICKCORE_HDRI_ENABLE=0 \ -DMAGICKCORE_QUANTUM_DEPTH=16 } win32 { INCLUDEPATH += "C:\Program Files (x86)\ImageMagick-7.0.10-Q16-HDRI\include" } else { INCLUDEPATH += /usr/include/ImageMagick-7 } win32 { LIBS += -L"C:\Program Files (x86)\ImageMagick-7.0.10-Q16-HDRI\lib" -lCORE_RL_Magick++_ -lCORE_RL_MagickCore_ -lCORE_RL_MagickWand_ } else { LIBS += -L/usr/lib -lMagick++-7.Q16HDRI -lMagickWand-7.Q16HDRI -lMagickCore-7.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 \ loc/converseen_da_DK.ts \ loc/converseen_uk_UA.ts \ loc/converseen_sv_SE.ts \ loc/converseen_zh_CN.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 \ loc/converseen_da_DK.qm \ loc/converseen_uk_UA.qm \ loc/converseen_sv_SE.qm \ loc/converseen_zh_CN.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}/kservices5/ServiceMenus kdeservicemenu.files = res/converseen_import.desktop appdata.path = /usr/share/appdata/ appdata.files = converseen.appdata.xml 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 \ appdata Converseen-0.9.9.4/converseen.rc000077500000000000000000000053471417154001000165040ustar00rootroot00000000000000// 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,9,9,3 PRODUCTVERSION 0,9,9,3 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", "Francesco Mondello" VALUE "FileDescription", "Converseen - The batch converter and resizer" VALUE "FileVersion", "0.9.9.3" VALUE "InternalName", "Converseen" VALUE "LegalCopyright", "(C) 2009 - 2021 Francesco Mondello GNU - GPL" VALUE "LegalTrademarks", "(C) 2009 - 2021 Francesco Mondello GNU - GPL" VALUE "OriginalFilename", "converseen.exe" VALUE "ProductName", "Converseen" VALUE "ProductVersion", "0.9.9.3" 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.9.9.4/converseen.sln000077500000000000000000000015661417154001000166730ustar00rootroot00000000000000 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.9.9.4/converseen.vcxproj000077500000000000000000001042311417154001000175630ustar00rootroot00000000000000 Release Win32 Debug Win32 {94AC27E1-3222-398B-9889-2DC60F4856BE} converseen QtVS_v304 10.0.20348.0 10.0.20348.0 $(MSBuildProjectDirectory)\QtMsBuild v142 release\ false NotSet Application build\ converseen v142 debug\ false NotSet Application build\ converseen debug\ build\ converseen true release\ build\ converseen true false 5.15.2_msvc2019 core;network;gui;widgets 5.15.2_msvc2019 core;network;gui;widgets .;C:\Program Files (x86)\ImageMagick-7.1.0-Q16-HDRI\include;build;/include;%(AdditionalIncludeDirectories) -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 %(AdditionalOptions) build\ false None 4577;4467;%(DisableSpecificWarnings) Sync build\ MaxSpeed _WINDOWS;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;NDEBUG;QT_NO_DEBUG;%(PreprocessorDefinitions) false MultiThreadedDLL true true Level3 true CORE_RL_Magick++_.lib;CORE_RL_MagickCore_.lib;CORE_RL_MagickWand_.lib;shell32.lib;%(AdditionalDependencies) C:\Program Files (x86)\ImageMagick-7.1.0-Q16-HDRI\lib;C:\opensslx86\lib;C:\Utils\my_sql\mysql-5.7.25-win32\lib;C:\Utils\postgresqlx86\pgsql\lib;%(AdditionalLibraryDirectories) "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" %(AdditionalOptions) true false true false true $(OutDir)\converseen.exe true Windows true Unsigned None 0 _WINDOWS;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;NDEBUG;QT_NO_DEBUG;QT_WIDGETS_LIB;QT_GUI_LIB;QT_NETWORK_LIB;QT_CORE_LIB;%(PreprocessorDefinitions) msvc ./build/moc_predefs.h Moc'ing %(Identity)... output build moc_%(Filename).cpp resources default Rcc'ing %(Identity)... $(Configuration) qrc_%(Filename).cpp Uic'ing %(Identity)... build ui_%(Filename).h .;C:\Program Files (x86)\ImageMagick-7.0.10-Q16-HDRI\include;build;/include;%(AdditionalIncludeDirectories) -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 %(AdditionalOptions) build\ false ProgramDatabase 4577;4467;%(DisableSpecificWarnings) Sync build\ Disabled _WINDOWS;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;%(PreprocessorDefinitions) false MultiThreadedDebugDLL true true Level3 true CORE_RL_Magick++_.lib;CORE_RL_MagickCore_.lib;CORE_RL_MagickWand_.lib;shell32.lib;%(AdditionalDependencies) C:\Program Files (x86)\ImageMagick-7.0.10-Q16-HDRI\lib;C:\opensslx86\lib;C:\Utils\my_sql\mysql-5.7.25-win32\lib;C:\Utils\postgresqlx86\pgsql\lib;%(AdditionalLibraryDirectories) "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" %(AdditionalOptions) true true true $(OutDir)\converseen.exe true Windows true Unsigned None 0 _WINDOWS;UNICODE;_UNICODE;WIN32;_ENABLE_EXTENDED_ALIGNED_STORAGE;QT_WIDGETS_LIB;QT_GUI_LIB;QT_NETWORK_LIB;QT_CORE_LIB;_DEBUG;%(PreprocessorDefinitions) msvc ./build/moc_predefs.h Moc'ing %(Identity)... output build moc_%(Filename).cpp resources default Rcc'ing %(Identity)... $(Configuration) qrc_%(Filename).cpp Uic'ing %(Identity)... build ui_%(Filename).h Document $(QTDIR)\mkspecs\features\data\dummy.cpp;%(AdditionalInputs) cl -Bx"$(QTDIR)\bin\qmake.exe" -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -E $(QTDIR)\mkspecs\features\data\dummy.cpp 2>NUL >build\moc_predefs.h Generate moc_predefs.h build\moc_predefs.h;%(Outputs) $(QTDIR)\mkspecs\features\data\dummy.cpp;%(AdditionalInputs) cl -Bx"$(QTDIR)\bin\qmake.exe" -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -E $(QTDIR)\mkspecs\features\data\dummy.cpp 2>NUL >build\moc_predefs.h Generate moc_predefs.h build\moc_predefs.h;%(Outputs) loc\converseen_cs_CZ.ts;%(AdditionalInputs) $(QTDIR)/bin/lrelease loc\converseen_cs_CZ.ts -qm loc/converseen_cs_CZ.qm $(QTDIR)/bin/lrelease loc\converseen_cs_CZ.qm;%(Outputs) loc\converseen_cs_CZ.ts;%(AdditionalInputs) $(QTDIR)/bin/lrelease loc\converseen_cs_CZ.ts -qm loc/converseen_cs_CZ.qm $(QTDIR)/bin/lrelease loc\converseen_cs_CZ.qm;%(Outputs) loc\converseen_da_DK.ts;%(AdditionalInputs) $(QTDIR)/bin/lrelease loc\converseen_da_DK.ts -qm loc/converseen_da_DK.qm $(QTDIR)/bin/lrelease loc\converseen_da_DK.qm;%(Outputs) loc\converseen_da_DK.ts;%(AdditionalInputs) $(QTDIR)/bin/lrelease loc\converseen_da_DK.ts -qm loc/converseen_da_DK.qm $(QTDIR)/bin/lrelease loc\converseen_da_DK.qm;%(Outputs) loc\converseen_de_DE.ts;%(AdditionalInputs) $(QTDIR)/bin/lrelease loc\converseen_de_DE.ts -qm loc/converseen_de_DE.qm $(QTDIR)/bin/lrelease loc\converseen_de_DE.qm;%(Outputs) loc\converseen_de_DE.ts;%(AdditionalInputs) $(QTDIR)/bin/lrelease loc\converseen_de_DE.ts -qm loc/converseen_de_DE.qm $(QTDIR)/bin/lrelease loc\converseen_de_DE.qm;%(Outputs) loc\converseen_es_CL.ts;%(AdditionalInputs) $(QTDIR)/bin/lrelease loc\converseen_es_CL.ts -qm loc/converseen_es_CL.qm $(QTDIR)/bin/lrelease loc\converseen_es_CL.qm;%(Outputs) loc\converseen_es_CL.ts;%(AdditionalInputs) $(QTDIR)/bin/lrelease loc\converseen_es_CL.ts -qm loc/converseen_es_CL.qm $(QTDIR)/bin/lrelease loc\converseen_es_CL.qm;%(Outputs) loc\converseen_fr_FR.ts;%(AdditionalInputs) $(QTDIR)/bin/lrelease loc\converseen_fr_FR.ts -qm loc/converseen_fr_FR.qm $(QTDIR)/bin/lrelease loc\converseen_fr_FR.qm;%(Outputs) loc\converseen_fr_FR.ts;%(AdditionalInputs) $(QTDIR)/bin/lrelease loc\converseen_fr_FR.ts -qm loc/converseen_fr_FR.qm $(QTDIR)/bin/lrelease loc\converseen_fr_FR.qm;%(Outputs) loc\converseen_hu_HU.ts;%(AdditionalInputs) $(QTDIR)/bin/lrelease loc\converseen_hu_HU.ts -qm loc/converseen_hu_HU.qm $(QTDIR)/bin/lrelease loc\converseen_hu_HU.qm;%(Outputs) loc\converseen_hu_HU.ts;%(AdditionalInputs) $(QTDIR)/bin/lrelease loc\converseen_hu_HU.ts -qm loc/converseen_hu_HU.qm $(QTDIR)/bin/lrelease loc\converseen_hu_HU.qm;%(Outputs) loc\converseen_it_IT.ts;%(AdditionalInputs) $(QTDIR)/bin/lrelease loc\converseen_it_IT.ts -qm loc/converseen_it_IT.qm $(QTDIR)/bin/lrelease loc\converseen_it_IT.qm;%(Outputs) loc\converseen_it_IT.ts;%(AdditionalInputs) $(QTDIR)/bin/lrelease loc\converseen_it_IT.ts -qm loc/converseen_it_IT.qm $(QTDIR)/bin/lrelease loc\converseen_it_IT.qm;%(Outputs) loc\converseen_ja_JP.ts;%(AdditionalInputs) $(QTDIR)/bin/lrelease loc\converseen_ja_JP.ts -qm loc/converseen_ja_JP.qm $(QTDIR)/bin/lrelease loc\converseen_ja_JP.qm;%(Outputs) loc\converseen_ja_JP.ts;%(AdditionalInputs) $(QTDIR)/bin/lrelease loc\converseen_ja_JP.ts -qm loc/converseen_ja_JP.qm $(QTDIR)/bin/lrelease loc\converseen_ja_JP.qm;%(Outputs) loc\converseen_pl_PL.ts;%(AdditionalInputs) $(QTDIR)/bin/lrelease loc\converseen_pl_PL.ts -qm loc/converseen_pl_PL.qm $(QTDIR)/bin/lrelease loc\converseen_pl_PL.qm;%(Outputs) loc\converseen_pl_PL.ts;%(AdditionalInputs) $(QTDIR)/bin/lrelease loc\converseen_pl_PL.ts -qm loc/converseen_pl_PL.qm $(QTDIR)/bin/lrelease loc\converseen_pl_PL.qm;%(Outputs) loc\converseen_pt_BR.ts;%(AdditionalInputs) $(QTDIR)/bin/lrelease loc\converseen_pt_BR.ts -qm loc/converseen_pt_BR.qm $(QTDIR)/bin/lrelease loc\converseen_pt_BR.qm;%(Outputs) loc\converseen_pt_BR.ts;%(AdditionalInputs) $(QTDIR)/bin/lrelease loc\converseen_pt_BR.ts -qm loc/converseen_pt_BR.qm $(QTDIR)/bin/lrelease loc\converseen_pt_BR.qm;%(Outputs) loc\converseen_ru_RU.ts;%(AdditionalInputs) $(QTDIR)/bin/lrelease loc\converseen_ru_RU.ts -qm loc/converseen_ru_RU.qm $(QTDIR)/bin/lrelease loc\converseen_ru_RU.qm;%(Outputs) loc\converseen_ru_RU.ts;%(AdditionalInputs) $(QTDIR)/bin/lrelease loc\converseen_ru_RU.ts -qm loc/converseen_ru_RU.qm $(QTDIR)/bin/lrelease loc\converseen_ru_RU.qm;%(Outputs) loc\converseen_sv_SE.ts;%(AdditionalInputs) $(QTDIR)/bin/lrelease loc\converseen_sv_SE.ts -qm loc/converseen_sv_SE.qm $(QTDIR)/bin/lrelease loc\converseen_sv_SE.qm;%(Outputs) loc\converseen_sv_SE.ts;%(AdditionalInputs) $(QTDIR)/bin/lrelease loc\converseen_sv_SE.ts -qm loc/converseen_sv_SE.qm $(QTDIR)/bin/lrelease loc\converseen_sv_SE.qm;%(Outputs) loc\converseen_tr_TR.ts;%(AdditionalInputs) $(QTDIR)/bin/lrelease loc\converseen_tr_TR.ts -qm loc/converseen_tr_TR.qm $(QTDIR)/bin/lrelease loc\converseen_tr_TR.qm;%(Outputs) loc\converseen_tr_TR.ts;%(AdditionalInputs) $(QTDIR)/bin/lrelease loc\converseen_tr_TR.ts -qm loc/converseen_tr_TR.qm $(QTDIR)/bin/lrelease loc\converseen_tr_TR.qm;%(Outputs) loc\converseen_uk_UA.ts;%(AdditionalInputs) $(QTDIR)/bin/lrelease loc\converseen_uk_UA.ts -qm loc/converseen_uk_UA.qm $(QTDIR)/bin/lrelease loc\converseen_uk_UA.qm;%(Outputs) loc\converseen_uk_UA.ts;%(AdditionalInputs) $(QTDIR)/bin/lrelease loc\converseen_uk_UA.ts -qm loc/converseen_uk_UA.qm $(QTDIR)/bin/lrelease loc\converseen_uk_UA.qm;%(Outputs) loc\converseen_zh_CN.ts;%(AdditionalInputs) $(QTDIR)/bin/lrelease loc\converseen_zh_CN.ts -qm loc/converseen_zh_CN.qm $(QTDIR)/bin/lrelease loc\converseen_zh_CN.qm;%(Outputs) loc\converseen_zh_CN.ts;%(AdditionalInputs) $(QTDIR)/bin/lrelease loc\converseen_zh_CN.ts -qm loc/converseen_zh_CN.qm $(QTDIR)/bin/lrelease loc\converseen_zh_CN.qm;%(Outputs) Converseen-0.9.9.4/loc/000077500000000000000000000000001417154001000145505ustar00rootroot00000000000000Converseen-0.9.9.4/loc/converseen_cs_CZ.ts000077500000000000000000001362441417154001000203650ustar00rootroot00000000000000 Converter Error: %1 Chyba: %1 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... 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;">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> 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:'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> - - The batch image converter and resizer. Dávkový převaděč a měnič velikosti obrázků. <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>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> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta 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;">Author: </span><span style=" font-size:10pt;">Francesco Mondello (Faster) - </span><a href="http://fasterland.net/"><span style=" text-decoration: underline; ">fasterland.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-size:10pt; font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" font-size:10pt; text-decoration: underline; ">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-size:10pt; font-weight:600;">Project Website: </span><a href="http://converseen.fasterland.net"><span style=" text-decoration: underline; ">converseen.fasterland.net</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">French Translation: </span>Adrien DAUGABEL <a href="mailto:adrien.d@mageialinux-online.org"><span style=" text-decoration: underline; ">adrien.d@mageialinux-online.org - </span></a>David GEIGER <a href="mailto:david.david@mageialinux-online.org"><span style=" text-decoration: underline; ">david.david@mageialinux-online.org</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Brazilian Portuguese Translation: </span>Paulo Guzmán - <a href="mailto:white.hat@msn.com"><span style=" text-decoration: underline; ">white.hat@msn.com</span></a> -<span style=" font-weight:600;"/>Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; ">marciopanto@gmail.com</span></a></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; ">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Danish translation: </span>Martin Eilsoe - <a href="mailto:martin.eilsoe@gmail.com"><span style=" text-decoration: underline; ">martin.eilsoe@gmail.com</span></a></p></body></html> <strong>Ukrainian translation: </strong>AleXKaN - <a href="mailto:aws2@india.com">aws2@india.com</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 donate via PayPal</span></p></body></html> ImageMagick Version: <html><head/><body><p><span style=" font-weight:600;">Swedish translation: </span>Åke Engelbrektson - <a href="mailto:eson@svenskasprakfiler.se"><span style=" text-decoration: underline; color:#0057ae;">eson@svenskasprakfiler.se</span></a></p></body></html> <strong>Simplified Chinese translation: </strong>myd7349 - <a href="mailto:myd7349@gmail.com">myd7349@gmail.com</a> DialogMultipageEditor Import multipage document Check the pages or subimages you want to import Page Pixel size Density Depth Cancel Zrušit Import Check Označit Check all Uncheck Uncheck all <html><head/><body><p><a href="https://converseen.fasterland.net/converseen-can-convert-pdf-as-image-files/"><span style=" text-decoration: underline; color:#007af4;">How to enable the PDF conversion?</span></a></p></body></html> DialogOptions Settings Nastavení Language Jazyk Language: Jazyk: Overwriting settings Nastavení přepisování 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! As&k first O&verwrite all existing images Updates Checks for updates automatically 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 Ok OK Cancel Zrušit Interpolation Interpolace Filter: Filtr: DialogShowUpdateMsg Dialog TextLabel Don't show again Update Now Not Now Formats All Supported Filters (%1) Všechny podporované filtry (%1) Don't change the format Neměnit formát MainWindow Converseen 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ů &File &Soubor &Edit Úp&ravy &Actions Č&innosti &Help &Nápověda <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" 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> 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;"> - </span></p></body></html> Dimensions Rozměry Width: Šířka: Height: Výška: 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> Resolution Rozlišení 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í Flip image: Obrátit obrázek: No flip Žádné obrácení Horizontally Vodorovně Vertically Svisle Start with: Začít: Link aspect with selected image Prefi&x/Suffix Progressi&ve Number &Donate via Paypal &Report bug... Import PDF file Import windows icon (*.ico) Import windows icon (*.ico *.icon) Check if a new version of Converseen is available &Check for updates Actio&ns Panel + &90° - 9&0° - 90° {9&0°?} &180° MainWindowImpl Open Image Otevřít obrázek 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í... Processing finished! Zpracování dokončeno! Open Directory Otevřít adresář 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 Open Icon file Microsoft icon (*.ico *.icon) Open Pdf file Portable Document Format (*.pdf) Analyzing the file. It may take a while, please wait... 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 %1 is available! Would you download it? myLabelPreviewer Preview Náhled Converseen-0.9.9.4/loc/converseen_da_DK.ts000077500000000000000000002025721417154001000203240ustar00rootroot00000000000000 Converter Error: %1 Fejl: %1 DialogConversionStatus Status... Status... Conversion Status Konverteringsstatus Image: Billede: 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;">Totalt:</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;">Konverteret:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" 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;">Fejl:</span></p></body></html> Open destination Åbn destination Stop Stop Close Luk Open all the destination folders Åbn alle destinations mapper Converted Konverteret DialogInfo About Converseen... Om Converseen... Informations Informationer <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" 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;">Oversættere:</span></p></body></html> <strong>Hungarian translation: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> <strong>Ungarnsk- oversættelse:: </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>Tjekkisk oversættelse: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> <strong>German Translation: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> <strong>Tysk oversættelse: </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>Spansk-(Chiliensk) oversættelse: </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>Tyrkisk oversættelse: </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>Russisk oversættelse: </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> <strong>Polsk oversættelse: </strong>Michał Olber from OSWorld.pl - <a href="mailto:redakcja@osworld.pl">redakcja@osworld.pl</a> <strong>Ukrainian translation: </strong>AleXKaN - <a href="mailto:aws2@india.com">aws2@india.com</a> <strong>Simplified Chinese translation: </strong>myd7349 - <a href="mailto:myd7349@gmail.com">myd7349@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: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;">Author: </span><span style=" font-size:10pt;">Francesco Mondello (Faster) - </span><a href="http://fasterland.net/"><span style=" text-decoration: underline; ">fasterland.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-size:10pt; font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" font-size:10pt; text-decoration: underline; ">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-size:10pt; font-weight:600;">Project Website: </span><a href="http://converseen.fasterland.net"><span style=" text-decoration: underline; ">converseen.fasterland.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: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;">Ophav: </span><span style=" font-size:10pt;">Francesco Mondello (Faster) - </span><a href="http://fasterland.net/"><span style=" text-decoration: underline; ">fasterland.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-size:10pt; font-weight:600;">E-mail: </span><a href="faster3ck@gmail.com"><span style=" font-size:10pt; text-decoration: underline; ">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-size:10pt; font-weight:600;">Projekt-websted: </span><a href="http://converseen.fasterland.net"><span style=" text-decoration: underline; ">converseen.fasterland.net</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">French Translation: </span>Adrien DAUGABEL <a href="mailto:adrien.d@mageialinux-online.org"><span style=" text-decoration: underline; ">adrien.d@mageialinux-online.org - </span></a>David GEIGER <a href="mailto:david.david@mageialinux-online.org"><span style=" text-decoration: underline; ">david.david@mageialinux-online.org</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Fransk oversættelse: </span>Adrien DAUGABEL <a href="mailto:adrien.d@mageialinux-online.org"><span style=" text-decoration: underline; ">adrien.d@mageialinux-online.org - </span></a>David GEIGER <a href="mailto:david.david@mageialinux-online.org"><span style=" text-decoration: underline; ">david.david@mageialinux-online.org</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Brazilian Portuguese Translation: </span>Paulo Guzmán - <a href="mailto:white.hat@msn.com"><span style=" text-decoration: underline; ">white.hat@msn.com</span></a> -<span style=" font-weight:600;"/>Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; ">marciopanto@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Brasiliensk Portugisisk oversættelse: </span>Paulo Guzmán - <a href="mailto:white.hat@msn.com"><span style=" text-decoration: underline; ">white.hat@msn.com</span></a> -<span style=" font-weight:600;"/>Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; ">marciopanto@gmail.com</span></a></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; ">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Japansk oversættelse: </span> Xenolith0 - <a href="mailto:xenolith0bytetestcomgreen@gmail.com"><span style=" text-decoration: underline; ">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Danish translation: </span>Martin Eilsoe - <a href="mailto:martin.eilsoe@gmail.com"><span style=" text-decoration: underline; ">martin.eilsoe@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Dansk oversættelse: </span>Martin Eilsoe - <a href="mailto:martin.eilsoe@gmail.com"><span style=" text-decoration: underline; ">martin.eilsoe@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Swedish translation: </span>Åke Engelbrektson - <a href="mailto:eson@svenskasprakfiler.se"><span style=" text-decoration: underline; color:#0057ae;">eson@svenskasprakfiler.se</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 donate via PayPal</span></p></body></html> <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;">Følg 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: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 er et billede konverteringsværktøj. Du kan tilpasse størrelser og konvertere imellem mere end 100 forskellige formater.</span></p></body></html> Close Luk ImageMagick Version: The batch image converter and resizer. Batch billede konvertering og størrelse tilpasning. DialogMultipageEditor Import multipage document Importér flere dokumenter Check the pages or subimages you want to import Check siderne eller underbillederne du ønsker at importere Page Side Pixel size pixelstørrelse Density Tæthed Depth Dybde <html><head/><body><p><a href="https://converseen.fasterland.net/converseen-can-convert-pdf-as-image-files/"><span style=" text-decoration: underline; color:#007af4;">How to enable the PDF conversion?</span></a></p></body></html> Cancel Annullér Import Importér Check Markér Check all Markér alle Uncheck Afmarkér Uncheck all Afmarkér alle DialogOptions Settings Indstillinger Language Sprog Language: Sprog: Overwriting settings Overskriv As&k first Spør&g først O&verwrite all existing images O&verskriv eksisterende billeder Updates Opdateringer Checks for updates automatically Automatisk check for opdateringer Ok Ok Cancel Annullér Warning! Advarsel! Please, restart Converseen to apply current language! Genstart programmet Converseen for at aktivere valgte sprog! DialogQuality Image settings Billedindstillinger Jpeg compression level JPEG-Kompressionsgrad Quality 0 - 100: Kvalitet 0 - 100: Png compression level PNG-Kompressionsgrad Interpolation Interpolation Filter: Filter: Ok Ok Cancel Annullér DialogShowUpdateMsg Dialog TextLabel Don't show again Vis ikke igen Update Now Opdatér Not Now Ikke nu Formats All Supported Filters (%1) Alle understøttede formater (%1) Don't change the format Ændre ikke formatet MainWindow Converseen Converseen Conversion Formats Konverteringsformater Convert to: Konverter til: Show image settings dialog... Vis billedindstillinger dialog... Images settings Billedindstillinger &File &Fil &Edit &Redigér &Actions &Handlinger &Help &Hjælp <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" 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;">Forhåndsvisning:</span></p></body></html> Show preview Vis forhåndsvisning <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 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;">Filstørrelse:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 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;">Billedstørrelse:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta 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;">Billedopløsning:</span></p></body></html> Dimensions Dimensioner Width: Bredde: Height: Højde: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 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 Fasthold aspektforholdet Replace transparent background Erstat transparent baggrund Choose color Vælg farve Actio&ns Panel Scale image Skalér billede Link aspect with selected image Link aspekt med valgte billede Resolution Opløsning Resolution X: Opløsning X: Resolution Y: Opløsning Y: Rotate and flip Rotér og spejlvend Rotate image: Rotér billede: No rotation Ingen rotering Flip image: Spejlvend billede: No flip Ingen spejlvending Horizontally Horisontalt Vertically Vertikalt Output options Output valg Save in: Gem i: Open output directory Åbn output mappe ... ... Image's directory Billedets mappe Rename: Omdøb: Prefi&x/Suffix Præfik&s/suffiks Progressi&ve Number Progressi&ve tal #_copy #_Kopi Start with: Start med: Overwrite all Overskriv alt toolBar Værktøjslinie &Open images &Åbn billeder Ctrl+O Ctrl+O &Add images &Tilføj billeder Ctrl+Alt+O Ctrl+Alt+O &Remove images &Fjern billeder Remove selected pictures Fjern valgte billeder Del Del Remove &all Fjern &alle Remove all pictures Fjern alle billeder Alt+Del Alt+Del &Check &Markér Check selected items Markér valgte emner Ctrl+H Ctrl+H Check a&ll Markér a&lle Check all items Markér alle emner Ctrl+Alt+H Ctrl+Alt+H &Convert &Konvertér Start the conversion process Start konverteringen F5 F5 &Settings &Indstillinger Open the settings dialog Åbn indstillinger &Exit &Afslut Ctrl+X Ctrl+X Uncheck all &items Afmarkér alle &emner Ctrl+Alt+J Ctrl+Alt+J &Uncheck Items &Afmarkér emner Uncheck selected items Afmarkér valgte emner Ctrl+J Ctrl+J &About &Om F1 F1 &Donate via Paypal &Donér via Paypal Donate via Paypal Donér via Paypal &Report bug... &Rapportér fejl... &Check for updates &Check for opdateringer Check if a new version of Converseen is available Check om der findes en nyere version af Converseen Import PDF file Importér PDF fil + &90° - 9&0° - 90° {9&0°?} &180° Import windows icon (*.ico) Importér Windows-icon (*.ico) Import windows icon (*.ico *.icon) Importér Windows-icon (*.ico *.icon) MainWindowImpl Open Image Åbn billede Warning Advarsel No image checked! Ingen billeder er markeret! No images to convert! Ingen billeder at konvertere! The output directory doesn't exists! Would you create it? Output-mappen eksisterer ikke.! Ønsker du at oprette den? Open Icon file Åbn icon fil Microsoft icon (*.ico *.icon) Microsoft icon (*.ico *.icon) Open Pdf file Åbn PDF fil Portable Document Format (*.pdf) Portable Document Format (*.pdf) Analyzing the file. It may take a while, please wait... Analyserer filen. Det kan tage lidt tid. Vent venligst... The directory cannot be created! mappen kan ikke oprettes! Set an output directory! Angiv en output-mappe! Processing... Behandler... Processing finished! Behandling færdig! Open Directory Åbn mappe Preview Forhåndsvisning Suggest a new name! Foreslå et nyt navn! New name: Nyt navn: Please, specify a name! Angiv venligst et navn! 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 skulle angive et navn. Klik "Prøv igen" og angiv et ny navn. Klik "Ignorér" for at annullere denne operation. Klik "Afbryd" for at annullere alle operationer. Warning! Advarsel! The filename should not be empty! Filnavnet skal ikke være tomt! The name chosen is identical to the initial one. Do you want to overwrite the original file? Det valgte navn er identisk med det originale. Ønsker du at overskrive den originale fil? Aborted! Afbrudt! PixTreeWidget To convert Konverteres Status Status File name Filnavn Image type Billedtype File size Filstørrelse File path Filplacering Translator English Dansk UpdateChecker New version is available! Ny version er tilgængelig! A new version of %1 is available! Would you download it? En ny version af %1 er tilgængelig! Ønsker du at downloade den? myLabelPreviewer Preview Forhåndsvisning Converseen-0.9.9.4/loc/converseen_de_DE.ts000077500000000000000000001744701417154001000203270ustar00rootroot00000000000000 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... 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;">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> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta 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;">Author: </span><span style=" font-size:10pt;">Francesco Mondello (Faster) - </span><a href="http://fasterland.net/"><span style=" text-decoration: underline; ">fasterland.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-size:10pt; font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" font-size:10pt; text-decoration: underline; ">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-size:10pt; font-weight:600;">Project Website: </span><a href="http://converseen.fasterland.net"><span style=" text-decoration: underline; ">converseen.fasterland.net</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">French Translation: </span>Adrien DAUGABEL <a href="mailto:adrien.d@mageialinux-online.org"><span style=" text-decoration: underline; ">adrien.d@mageialinux-online.org - </span></a>David GEIGER <a href="mailto:david.david@mageialinux-online.org"><span style=" text-decoration: underline; ">david.david@mageialinux-online.org</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Brazilian Portuguese Translation: </span>Paulo Guzmán - <a href="mailto:white.hat@msn.com"><span style=" text-decoration: underline; ">white.hat@msn.com</span></a> -<span style=" font-weight:600;"/>Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; ">marciopanto@gmail.com</span></a></p></body></html> <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> <strong>Polnische Übersetzung: </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; ">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Danish translation: </span>Martin Eilsoe - <a href="mailto:martin.eilsoe@gmail.com"><span style=" text-decoration: underline; ">martin.eilsoe@gmail.com</span></a></p></body></html> <strong>Ukrainian translation: </strong>AleXKaN - <a href="mailto:aws2@india.com">aws2@india.com</a> <strong>Simplified Chinese translation: </strong>myd7349 - <a href="mailto:myd7349@gmail.com">myd7349@gmail.com</a> - - <html><head/><body><p><span style=" font-weight:600;">Swedish translation: </span>Åke Engelbrektson - <a href="mailto:eson@svenskasprakfiler.se"><span style=" text-decoration: underline; color:#0057ae;">eson@svenskasprakfiler.se</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 donate via PayPal</span></p></body></html> <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;">Folgen Sie 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: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> Close Schließen ImageMagick Version: The batch image converter and resizer. Der Batch-Konverter und Skalierer für Bilder The batch image converter and resizer. DialogMultipageEditor Import multipage document Mehrseitiges Dokument importieren Check the pages or subimages you want to import Überprüfen Sie die Seiten oder Teilbilder, die Sie importieren möchten Page Seite Pixel size Pixelgröße Density Dichte Depth Tiefe <html><head/><body><p><a href="https://converseen.fasterland.net/converseen-can-convert-pdf-as-image-files/"><span style=" text-decoration: underline; color:#007af4;">How to enable the PDF conversion?</span></a></p></body></html> Cancel Abbrechen Import Import Check Überprüfen Check all Alle überprüfen Uncheck Abwählen Uncheck all Alle Abwählen DialogOptions Settings Einstellungen Language Sprache Language: Sprache: Overwriting settings Überschreiben der Einstellungen As&k first O&verwrite all existing images Updates Checks for updates automatically 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 DialogShowUpdateMsg Dialog TextLabel Don't show again Update Now Not Now Formats All Supported Filters (%1) Alle unterstützten Filter (%1) Don't change the format Das Format nicht verändern MainWindow Converseen Converseen Conversion Formats Konvertierungs-Formate Convert to: Konvertieren zu: Show image settings dialog... Zeige Bildeinstellungs-Dialog... Images settings Bildeinstellungen &File &Datei &Edit &Bearbeiten &Actions &Aktionen &Help &Hilfe <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" 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> 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 Replace transparent background Transparenten Hintergrund ersetzen Choose color Farbe wählen Actio&ns Panel Scale image Bild Skalieren Link aspect with selected image Link Ansicht mit ausgewähltem Bild 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 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: Prefi&x/Suffix Progressi&ve 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 Donate via Paypal Spenden via Paypal &Report bug... &Check for updates Check if a new version of Converseen is available Import PDF file Importieren PDF-Datei + &90° - 9&0° - 90° {9&0°?} &180° Import windows icon (*.ico) Importieren Windows-Icon (*.ico) Import windows icon (*.ico *.icon) Importieren Windows-Icon (*.ico *.ico) MainWindowImpl Open Image Bild Öffne 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? Open Icon file Öffne Icon-Datei Microsoft icon (*.ico *.icon) Microsoft Icon (*.ico *.icon) Open Pdf file Öffne PDF-Datei Portable Document Format (*.pdf) Portable Document Format (*.pdf) Analyzing the file. It may take a while, please wait... Analysieren der Datei. Es kann eine Weile dauern, bitte warten... The directory cannot be created! Das Verzeichnis konnte nciht erstellt werden! Set an output directory! Ausgabe-Verzeichnis angeben! Processing... Berechne... Processing finished! Berechnung beendet! Open Directory Verzeichnis öffnen 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! Neue Version ist verfügbar! A new version of %1 is available! Would you download it? myLabelPreviewer Preview Vorschau Converseen-0.9.9.4/loc/converseen_es_CL.ts000077500000000000000000001741631417154001000203530ustar00rootroot00000000000000 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... 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;">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> - - <strong>Hungarian translation: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> <strong>Traducción al húngaro: </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>Traducción al checo: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</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: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;">Author: </span><span style=" font-size:10pt;">Francesco Mondello (Faster) - </span><a href="http://fasterland.net/"><span style=" text-decoration: underline; ">fasterland.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-size:10pt; font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" font-size:10pt; text-decoration: underline; ">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-size:10pt; font-weight:600;">Project Website: </span><a href="http://converseen.fasterland.net"><span style=" text-decoration: underline; ">converseen.fasterland.net</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">French Translation: </span>Adrien DAUGABEL <a href="mailto:adrien.d@mageialinux-online.org"><span style=" text-decoration: underline; ">adrien.d@mageialinux-online.org - </span></a>David GEIGER <a href="mailto:david.david@mageialinux-online.org"><span style=" text-decoration: underline; ">david.david@mageialinux-online.org</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Brazilian Portuguese Translation: </span>Paulo Guzmán - <a href="mailto:white.hat@msn.com"><span style=" text-decoration: underline; ">white.hat@msn.com</span></a> -<span style=" font-weight:600;"/>Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; ">marciopanto@gmail.com</span></a></p></body></html> <strong>German Translation: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> <strong>Traducción al alemán: </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>Traducción al español: </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>Traducción al turco: </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>Traducción al ruso: </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> <strong>Traducción al polaco: </strong>Michał Olber, de 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; ">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Danish translation: </span>Martin Eilsoe - <a href="mailto:martin.eilsoe@gmail.com"><span style=" text-decoration: underline; ">martin.eilsoe@gmail.com</span></a></p></body></html> <strong>Ukrainian translation: </strong>AleXKaN - <a href="mailto:aws2@india.com">aws2@india.com</a> <strong>Simplified Chinese translation: </strong>myd7349 - <a href="mailto:myd7349@gmail.com">myd7349@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:'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><span style=" font-weight:600;">Swedish translation: </span>Åke Engelbrektson - <a href="mailto:eson@svenskasprakfiler.se"><span style=" text-decoration: underline; color:#0057ae;">eson@svenskasprakfiler.se</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 donate via PayPal</span></p></body></html> <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;">Sigue a Converseen:</span></p></body></html> Close Cerrar ImageMagick Version: The batch image converter and resizer. Convierte y redimensiona imágenes por lotes. DialogMultipageEditor Import multipage document Importar documento multipágina Check the pages or subimages you want to import Marca las páginas o subimágenes que quieres importar Page Página Pixel size Tamaño de píxel Density Densidad Depth Profundidad <html><head/><body><p><a href="https://converseen.fasterland.net/converseen-can-convert-pdf-as-image-files/"><span style=" text-decoration: underline; color:#007af4;">How to enable the PDF conversion?</span></a></p></body></html> Cancel Cancelar Import Importar Check Marcar Check all Marcar todas Uncheck Desmarcar Uncheck all Desmarcar todas DialogOptions Settings Preferencias Language Idioma Language: Idioma: Overwriting settings Al sobreescribir As&k first O&verwrite all existing images Updates Checks for updates automatically 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 Interpolación Filter: Filtro: Ok Aceptar Cancel Cancelar DialogShowUpdateMsg Dialog TextLabel Don't show again Update Now Not Now Formats All Supported Filters (%1) Todos los filtros soportados (%1) Don't change the format Mantener el formato MainWindow Converseen Converseen 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 &File Archivo &Edit &Editar &Actions &Acciones &Help Ayuda <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" 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> 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 Replace transparent background Reemplazar el fondo transparente Choose color Seleccionar color Actio&ns Panel Scale image Escalar imagen Link aspect with selected image Relacionar aspecto con imagen seleccionada Resolution Resolución Resolution X: Resolución X: Resolution Y: Resolución Y: Rotate and flip Rotar e invertir Rotate image: Rotar imagen: No rotation No rotar Flip image: Invertir imagen: No flip No invertir Horizontally Horizontalmente Vertically Verticalmente 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: Prefi&x/Suffix Progressi&ve Number #_copy #_copiar Start with: Comenzar con: 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 Donate via Paypal Donar mediante PayPal &Report bug... &Check for updates Check if a new version of Converseen is available Import PDF file Importar archivo PDF + &90° - 9&0° - 90° {9&0°?} &180° Import windows icon (*.ico) Importar ícono de Windows (*.ico) Import windows icon (*.ico *.icon) Importar ícono de Windows (*.ico *.icon) MainWindowImpl Open Image Abrir imagen Open Icon file Abrir archivo de ícono Microsoft icon (*.ico *.icon) Ícono de Microsoft (*.ico *.icon) Open Pdf file Abrir archivo PDF Portable Document Format (*.pdf) Portable Document Format (*.pdf) Analyzing the file. It may take a while, please wait... Analizando el archivo. Podría tardar un momento. 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 Vista previa Open Directory Abrir carpeta 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! ¡Hay una nueva versión disponible! A new version of %1 is available! Would you download it? myLabelPreviewer Preview Vista previa Converseen-0.9.9.4/loc/converseen_fr_FR.ts000077500000000000000000001753431417154001000203650ustar00rootroot00000000000000 Converter Error: %1 Erreur: %1 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 Ouvrir la destination Stop Stop Close Fermer Open all the destination folders Ouvrir tous les dossiers de destination Converted Convertis DialogInfo About Converseen... À propos de Converseen ... 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;">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>Traduction Hongroise: </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>Traduction Tchèque: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</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: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;">Author: </span><span style=" font-size:10pt;">Francesco Mondello (Faster) - </span><a href="http://fasterland.net/"><span style=" text-decoration: underline; ">fasterland.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-size:10pt; font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" font-size:10pt; text-decoration: underline; ">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-size:10pt; font-weight:600;">Project Website: </span><a href="http://converseen.fasterland.net"><span style=" text-decoration: underline; ">converseen.fasterland.net</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">French Translation: </span>Adrien DAUGABEL <a href="mailto:adrien.d@mageialinux-online.org"><span style=" text-decoration: underline; ">adrien.d@mageialinux-online.org - </span></a>David GEIGER <a href="mailto:david.david@mageialinux-online.org"><span style=" text-decoration: underline; ">david.david@mageialinux-online.org</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Brazilian Portuguese Translation: </span>Paulo Guzmán - <a href="mailto:white.hat@msn.com"><span style=" text-decoration: underline; ">white.hat@msn.com</span></a> -<span style=" font-weight:600;"/>Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; ">marciopanto@gmail.com</span></a></p></body></html> <strong>German Translation: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> <strong>Traduction Allemande: </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>Traduction Espagnole (Chili): </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>Traduction Turque: </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>Traduction Russe: </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> <strong>Traduction Polonaise: </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; ">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Danish translation: </span>Martin Eilsoe - <a href="mailto:martin.eilsoe@gmail.com"><span style=" text-decoration: underline; ">martin.eilsoe@gmail.com</span></a></p></body></html> <strong>Ukrainian translation: </strong>AleXKaN - <a href="mailto:aws2@india.com">aws2@india.com</a> <html><head/><body><p><span style=" font-weight:600;">Swedish translation: </span>Åke Engelbrektson - <a href="mailto:eson@svenskasprakfiler.se"><span style=" text-decoration: underline; color:#0057ae;">eson@svenskasprakfiler.se</span></a></p></body></html> <strong>Simplified Chinese translation: </strong>myd7349 - <a href="mailto:myd7349@gmail.com">myd7349@gmail.com</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;">Suivre 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: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> <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 donate via PayPal</span></p></body></html> Close Fermer ImageMagick Version: The batch image converter and resizer. Le convertisseur et redimenssionneur d'images en lot. DialogMultipageEditor Import multipage document Importer un document multipages Check the pages or subimages you want to import Vérifier les pages ou sous-images que vous voulez importer Page Page Pixel size Taille du pixel Density Densité Depth Profondeur <html><head/><body><p><a href="https://converseen.fasterland.net/converseen-can-convert-pdf-as-image-files/"><span style=" text-decoration: underline; color:#007af4;">How to enable the PDF conversion?</span></a></p></body></html> Cancel Annuler Import Importer Check Cocher Check all Tout cocher Uncheck Décocher Uncheck all Tout décocher DialogOptions Settings Paramètres Language Langue Language: Langue: Overwriting settings Options de l'écrasement As&k first Deman&der avant O&verwrite all existing images Écras&er toutes les images existantes Updates Mises à jour Checks for updates automatically Vérifier les mises à jour automatiquement 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 de compression PNG Interpolation Interpolation Filter: Filtre: Ok Ok Cancel Annuler DialogShowUpdateMsg Dialog Dialogue TextLabel TextLabel Don't show again Ne plus afficher Update Now Mettre à jour maintenant Not Now Pas maintenant Formats All Supported Filters (%1) Tous les filtres supportés (%1) Don't change the format Ne pas changer le format MainWindow Converseen Converseen 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 &File &Fichier &Edit &Édition &Actions &Actions &Help Ai&de <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" 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> 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 les proportions + &90° - 9&0° -90° {9&0°?} &180° Overwrite all Tout écraser Replace transparent background Remplacer l'arrière plan transparent Choose color Choisir une couleur Actio&ns Panel Scale image Echelle de l'image Link aspect with selected image Lier l'aspect avec l'image sélectionnée Resolution Résolution Resolution X: Résolution X: Resolution Y: Résolution Y: Rotate and flip Rotation et Retournement Rotate image: Rotation de l'image : No rotation Pas de rotation Flip image: Retournement de l'image: No flip Pas de retournement Horizontally Horizontallement Vertically Verticallement 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: Prefi&x/Suffix Préfi&xe/Suffixe Progressi&ve Number Nombre progressi&f #_copy #_copie Start with: Commencer avec : toolBar Barre d'outil &Open images &Ouvrir les images Ctrl+O Ctrl+O &Add images &Ajouter des images Ctrl+Alt+O Ctrl+Alt+O &Remove images Enleve&r les images Remove selected pictures Enlever les images sélectionnées Del Suppr Remove &all &Tout enlever Remove all pictures Enlever toutes les images Alt+Del Alt+Suppr &Check &Sélectionner Check selected items Sélectionner les éléments sélectionnés Ctrl+H Ctrl+H Check a&ll T&out sélectionner Check all items Sélectionner tous les éléments Ctrl+Alt+H Ctrl+Alt+H &Convert &Convertir Start the conversion process Démarrer le processus de conversion F5 F5 &Settings Paramètre&s Open the settings dialog Ouvrir la fenêtre de paramètres &Exit &Quitter Ctrl+X Ctrl+X Uncheck all &items Décocher tous les éléme&nts Ctrl+Alt+J Ctrl+alt+J &Uncheck Items Décoc&her l'élément Uncheck selected items Décocher les éléments sélectionnés Ctrl+J Ctrl+J &About &À propos F1 F1 &Donate via Paypal Faire un &don via Paypal Donate via Paypal Faire un don via Paypal &Report bug... &Rapporter un bogue... &Check for updates Vérifier les mises à &jour Check if a new version of Converseen is available Vérifier si une nouvelle version de Converseen est disponible Import PDF file Importer un fichier PDF Import windows icon (*.ico) Importer un icône Windows (*.ico) Import windows icon (*.ico *.icon) Importer un icône Windows (*.ico *.icon) MainWindowImpl 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 ? Open Icon file Ouvrir le fichier icône Microsoft icon (*.ico *.icon) Icône Microsoft (*.ico *.icon) Open Pdf file Ouvrir un fichier PDF Portable Document Format (*.pdf) Portable Document Format (*.pdf) Analyzing the file. It may take a while, please wait... Analyse du fichier. Cela peut prendre un moment, veuillez patienter... 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 Prévisualiser 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é ! Processing finished! Transformation terminée ! Open Directory Ouvrir un répertoire 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! Une nouvelle version est disponible ! A new version of %1 is available! Would you download it? Une nouvelle version de %1 est disponible ! Voulez-vous la télécharger ? myLabelPreviewer Preview Prévisualiser Converseen-0.9.9.4/loc/converseen_hu_HU.ts000077500000000000000000001400011417154001000203560ustar00rootroot00000000000000 Converter Error: %1 Hiba: %1 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... 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;">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> 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:'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> - 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>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> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta 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;">Author: </span><span style=" font-size:10pt;">Francesco Mondello (Faster) - </span><a href="http://fasterland.net/"><span style=" text-decoration: underline; ">fasterland.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-size:10pt; font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" font-size:10pt; text-decoration: underline; ">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-size:10pt; font-weight:600;">Project Website: </span><a href="http://converseen.fasterland.net"><span style=" text-decoration: underline; ">converseen.fasterland.net</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">French Translation: </span>Adrien DAUGABEL <a href="mailto:adrien.d@mageialinux-online.org"><span style=" text-decoration: underline; ">adrien.d@mageialinux-online.org - </span></a>David GEIGER <a href="mailto:david.david@mageialinux-online.org"><span style=" text-decoration: underline; ">david.david@mageialinux-online.org</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Brazilian Portuguese Translation: </span>Paulo Guzmán - <a href="mailto:white.hat@msn.com"><span style=" text-decoration: underline; ">white.hat@msn.com</span></a> -<span style=" font-weight:600;"/>Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; ">marciopanto@gmail.com</span></a></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; ">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Danish translation: </span>Martin Eilsoe - <a href="mailto:martin.eilsoe@gmail.com"><span style=" text-decoration: underline; ">martin.eilsoe@gmail.com</span></a></p></body></html> <strong>Ukrainian translation: </strong>AleXKaN - <a href="mailto:aws2@india.com">aws2@india.com</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 donate via PayPal</span></p></body></html> ImageMagick Version: <html><head/><body><p><span style=" font-weight:600;">Swedish translation: </span>Åke Engelbrektson - <a href="mailto:eson@svenskasprakfiler.se"><span style=" text-decoration: underline; color:#0057ae;">eson@svenskasprakfiler.se</span></a></p></body></html> <strong>Simplified Chinese translation: </strong>myd7349 - <a href="mailto:myd7349@gmail.com">myd7349@gmail.com</a> DialogMultipageEditor Check the pages or subimages you want to import Page Pixel size Density Depth Cancel Mégsem Import Check Kijelölés Check all Uncheck Uncheck all Import multipage document <html><head/><body><p><a href="https://converseen.fasterland.net/converseen-can-convert-pdf-as-image-files/"><span style=" text-decoration: underline; color:#007af4;">How to enable the PDF conversion?</span></a></p></body></html> DialogOptions Settings Beállítások Language Nyelvezet Language: Nyelve: Overwriting settings Beállítások felülírása Ok Rendben Cancel Mégsem 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! As&k first O&verwrite all existing images Updates Checks for updates automatically 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 Ok Rendben Cancel Mégsem Interpolation Filter: DialogShowUpdateMsg Dialog TextLabel Don't show again Update Now Not Now Formats All Supported Filters (%1) Minden támogatott szűrő (%1) Don't change the format Ne változtassa a formátumot MainWindow 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 &File &Fájl &Edit &Szerkesztés &Actions &Műveletek &Help &Segítség <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" 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> 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;"> - </span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p 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> Dimensions Méretek Width: Szélesség: Height: Magasság: 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 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 Flip image: No flip Horizontally Vertically Start with: Link aspect with selected image Import PDF file Import windows icon (*.ico) Import windows icon (*.ico *.icon) Prefi&x/Suffix Progressi&ve Number &Donate via Paypal &Report bug... Check if a new version of Converseen is available &Check for updates Actio&ns Panel + &90° - 9&0° &180° MainWindowImpl Open Image Kép megnyitása 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! Open Directory Könyvtár megnyitása 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 Open Icon file Microsoft icon (*.ico *.icon) Open Pdf file Portable Document Format (*.pdf) Analyzing the file. It may take a while, please wait... 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 %1 is available! Would you download it? myLabelPreviewer Preview Converseen-0.9.9.4/loc/converseen_it_IT.ts000077500000000000000000001503771417154001000203770ustar00rootroot00000000000000 Converter Error: %1 Errore: %1 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... 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;">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> 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:'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 - - The batch image converter and resizer. Il convertitore e ridimensionatore automatico per immagini. <strong>Hungarian translation: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> <strong>Traduzione ungherese: </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>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> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta 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;">Author: </span><span style=" font-size:10pt;">Francesco Mondello (Faster) - </span><a href="http://fasterland.net/"><span style=" text-decoration: underline; ">fasterland.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-size:10pt; font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" font-size:10pt; text-decoration: underline; ">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-size:10pt; font-weight:600;">Project Website: </span><a href="http://converseen.fasterland.net"><span style=" text-decoration: underline; ">converseen.fasterland.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: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;">Autore: </span><span style=" font-size:10pt;">Francesco Mondello (Faster) - </span><a href="http://fasterland.net/"><span style=" text-decoration: underline; ">fasterland.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-size:10pt; font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" font-size:10pt; text-decoration: underline; ">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-size:10pt; font-weight:600;">Sito web del progetto: </span><a href="http://converseen.fasterland.net"><span style=" text-decoration: underline; ">converseen.fasterland.net</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">French Translation: </span>Adrien DAUGABEL <a href="mailto:adrien.d@mageialinux-online.org"><span style=" text-decoration: underline; ">adrien.d@mageialinux-online.org - </span></a>David GEIGER <a href="mailto:david.david@mageialinux-online.org"><span style=" text-decoration: underline; ">david.david@mageialinux-online.org</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Traduzione francese: </span>Adrien DAUGABEL <a href="mailto:adrien.d@mageialinux-online.org"><span style=" text-decoration: underline; ">adrien.d@mageialinux-online.org - </span></a>David GEIGER <a href="mailto:david.david@mageialinux-online.org"><span style=" text-decoration: underline; ">david.david@mageialinux-online.org</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Brazilian Portuguese Translation: </span>Paulo Guzmán - <a href="mailto:white.hat@msn.com"><span style=" text-decoration: underline; ">white.hat@msn.com</span></a> -<span style=" font-weight:600;"/>Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; ">marciopanto@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Traduzione portoghese brasiliana: </span>Paulo Guzmán - <a href="mailto:white.hat@msn.com"><span style=" text-decoration: underline; ">white.hat@msn.com</span></a> -<span style=" font-weight:600;"/>Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; ">marciopanto@gmail.com</span></a></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; ">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; ">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Danish translation: </span>Martin Eilsoe - <a href="mailto:martin.eilsoe@gmail.com"><span style=" text-decoration: underline; ">martin.eilsoe@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Traduzione danese: </span>Martin Eilsoe - <a href="mailto:martin.eilsoe@gmail.com"><span style=" text-decoration: underline; ">martin.eilsoe@gmail.com</span></a></p></body></html> <strong>Ukrainian translation: </strong>AleXKaN - <a href="mailto:aws2@india.com">aws2@india.com</a> <strong>Traduzione ucraina: </strong>AleXKaN - <a href="mailto:aws2@india.com">aws2@india.com</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 donate via PayPal</span></p></body></html> <html><head/><body><p align="center"><span style=" font-weight:600;">Se hai apprezzato questo progetto e vuoi collaborare puoi effettuare una donazione via PayPal</span></p></body></html> ImageMagick Version: Versione di ImageMagick: <html><head/><body><p><span style=" font-weight:600;">Swedish translation: </span>Åke Engelbrektson - <a href="mailto:eson@svenskasprakfiler.se"><span style=" text-decoration: underline; color:#0057ae;">eson@svenskasprakfiler.se</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Traduzione svedese: </span>Åke Engelbrektson - <a href="mailto:eson@svenskasprakfiler.se"><span style=" text-decoration: underline; color:#0057ae;">eson@svenskasprakfiler.se</span></a></p></body></html> <strong>Simplified Chinese translation: </strong>myd7349 - <a href="mailto:myd7349@gmail.com">myd7349@gmail.com</a> <strong>Traduzione cinese semplificato: </strong>myd7349 - <a href="mailto:myd7349@gmail.com">myd7349@gmail.com</a> DialogMultipageEditor Check the pages or subimages you want to import Segna le pagine o le sotto-immagini che desideri importare Page Pagina Pixel size Dimensione in pixel Density Risoluzione Depth Profondità Cancel Annulla Import Importa Check Segna Check all Segna tutte Uncheck Togli spunta Uncheck all Togli spunta da tutti Import multipage document Importa elemento multipagina <html><head/><body><p><a href="https://converseen.fasterland.net/converseen-can-convert-pdf-as-image-files/"><span style=" text-decoration: underline; color:#007af4;">How to enable the PDF conversion?</span></a></p></body></html> <html><head/><body><p><a href="https://converseen.fasterland.net/converseen-can-convert-pdf-as-image-files/"><span style=" text-decoration: underline; color:#007af4;">Come abilitare la conversione dei PDF?</span></a></p></body></html> DialogOptions Settings Impostazioni Language Lingua Language: Lingua: Overwriting settings Impostazioni di sovrascrittura Ok Ok Cancel Annulla Warning! Attenzione! Please, restart Converseen to apply current language! Per favore riavvia Converseen per utilizzare questa lingua! As&k first Ch&iedi prima O&verwrite all existing images S&ovrascrivi tutte le immagini esistenti Updates Aggiornamenti Checks for updates automatically Controlla automaticamente gli aggiornamenti 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 Ok Ok Cancel Annulla Interpolation Interpolazione Filter: Filtro: DialogShowUpdateMsg Dialog Dialog TextLabel TextLabel Don't show again Non mostrare ancora Update Now Aggiorna ora Not Now Non ora Formats All Supported Filters (%1) Tutte le estensioni supportate (%1) Don't change the format Non cambiare il formato MainWindow 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 &File &File &Edit &Modifica &Actions &Azioni &Help A&iuto <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" 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> 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;"> - </span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p 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> Dimensions Dimensioni Width: Larghezza: Height: Altezza: 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> Resolution Risoluzione 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 Flip image: Rifletti immagine: No flip Non riflettere Horizontally Orizzontalmente Vertically Verticalmente Start with: Inizia da: Link aspect with selected image Collega aspetto con l'immagine selezionata Import PDF file Importa file PDF Import windows icon (*.ico) Microsoft icon (*.ico *.icon) Import windows icon (*.ico *.icon) Importa icona di Windows (*.ico *.icon) Prefi&x/Suffix Pre&fisso/Suffisso Progressi&ve Number Numero progress&ivo &Donate via Paypal Dona con &Paypal &Report bug... &Riporta bug... Check if a new version of Converseen is available Controlla se sono disponibili nuove versioni di Converseen &Check for updates &Controlla Aggiornamenti Actio&ns Panel Actio&ns Panel + &90° + &90° - 9&0° - 9&0° - 90° {9&0°?} &180° &180° MainWindowImpl Open Image Apri immagini 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! Open Directory Apri cartella 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 Open Icon file Apri file icona Microsoft icon (*.ico *.icon) Microsoft icon (*.ico *.icon) Open Pdf file Apri file Pdf Portable Document Format (*.pdf) Portable Document Format (*.pdf) Analyzing the file. It may take a while, please wait... Sto analizzando il file. Potrebbe volerci un po'... 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 %1 is available! Would you download it? Una nuova versione di %1 è disponibile! Vuoi scaricarla? myLabelPreviewer Preview Anteprima Converseen-0.9.9.4/loc/converseen_ja_JP.ts000077500000000000000000001412061417154001000203410ustar00rootroot00000000000000 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> <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:10pt; font-weight:400; font-style:normal;"> <p style=" 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>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> <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-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> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta 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;">Author: </span><span style=" font-size:10pt;">Francesco Mondello (Faster) - </span><a href="http://fasterland.net/"><span style=" text-decoration: underline; ">fasterland.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-size:10pt; font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" font-size:10pt; text-decoration: underline; ">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-size:10pt; font-weight:600;">Project Website: </span><a href="http://converseen.fasterland.net"><span style=" text-decoration: underline; ">converseen.fasterland.net</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">French Translation: </span>Adrien DAUGABEL <a href="mailto:adrien.d@mageialinux-online.org"><span style=" text-decoration: underline; ">adrien.d@mageialinux-online.org - </span></a>David GEIGER <a href="mailto:david.david@mageialinux-online.org"><span style=" text-decoration: underline; ">david.david@mageialinux-online.org</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Brazilian Portuguese Translation: </span>Paulo Guzmán - <a href="mailto:white.hat@msn.com"><span style=" text-decoration: underline; ">white.hat@msn.com</span></a> -<span style=" font-weight:600;"/>Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; ">marciopanto@gmail.com</span></a></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; ">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Danish translation: </span>Martin Eilsoe - <a href="mailto:martin.eilsoe@gmail.com"><span style=" text-decoration: underline; ">martin.eilsoe@gmail.com</span></a></p></body></html> <strong>Ukrainian translation: </strong>AleXKaN - <a href="mailto:aws2@india.com">aws2@india.com</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 donate via PayPal</span></p></body></html> ImageMagick Version: <html><head/><body><p><span style=" font-weight:600;">Swedish translation: </span>Åke Engelbrektson - <a href="mailto:eson@svenskasprakfiler.se"><span style=" text-decoration: underline; color:#0057ae;">eson@svenskasprakfiler.se</span></a></p></body></html> <strong>Simplified Chinese translation: </strong>myd7349 - <a href="mailto:myd7349@gmail.com">myd7349@gmail.com</a> DialogMultipageEditor Check the pages or subimages you want to import インポートするページやサブイメージをチェック Page ページ Pixel size ピクセルサイズ Density 解像度 Depth 深度 Cancel キャンセル Import インポート Check チェック Check all 全てチェック Uncheck チェックを外す Uncheck all 全てチェックを外す Import multipage document 複数ページドキュメントのインポート <html><head/><body><p><a href="https://converseen.fasterland.net/converseen-can-convert-pdf-as-image-files/"><span style=" text-decoration: underline; color:#007af4;">How to enable the PDF conversion?</span></a></p></body></html> DialogOptions Ok OK Please, restart Converseen to apply current language! 言語の変更を適用するためにConverseenを再起動してください! Cancel キャンセル Language: 言語: Language 言語 Warning! 警告! Overwriting settings 上書き設定 Settings 設定 As&k first 最初に確認する(&K) O&verwrite all existing images 既存のイメージを全て上書きする(&O) Updates アップデート Checks for updates automatically アップデートを自動的に確認する DialogQuality Ok OK Png compression level PNG圧縮レベル Jpeg compression level JPEG圧縮レベル Quality 0 - 100: 品質 0 - 100: Cancel キャンセル Interpolation 補間 Filter: フィルター: Image settings 画像設定 DialogShowUpdateMsg Dialog ダイアログ TextLabel テキストラベル Don't show again 今後表示しない Update Now 今すぐアップデート Not Now 今はしない 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) 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 水平 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) Height: 高さ: Uncheck all &items 全てチェックを外す(&I) 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: 画像の回転: Link aspect with selected image 選択した画像のアスペクトにリンク Import PDF file PDFファイルのインポート Import windows icon (*.ico) Windowsアイコン (*.ico) のインポート Import windows icon (*.ico *.icon) Windowsアイコン (*.ico *.icon) Prefi&x/Suffix 接頭辞/接尾辞(&X) Progressi&ve Number 連番(&V) &Donate via Paypal Paypalで寄付(&D) &Report bug... バグを報告(&R)... Check if a new version of Converseen is available Converseenの新しいバージョンが利用可能か確認する &Check for updates アップデートを確認(&C) Actio&ns Panel 動作パネル(&N) + &90° + 90°(&9) - 9&0° - 90°(&0) &180° 180°(&1) 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 出力ディレクトリー Open Icon file アイコンファイルを開く Microsoft icon (*.ico *.icon) Microsoft icon (*.ico *.icon) Open Pdf file PDFファイルを開く Portable Document Format (*.pdf) Portable Document Format (*.pdf) Analyzing the file. It may take a while, please wait... ファイルを解析中、しばらく時間がかかります... PixTreeWidget File name ファイル名 File path パス File size サイズ Status 状況 To convert 変換 Image type 種類 Translator English アプリの翻訳者の多いドイツやロシアがうらやましい Japanese UpdateChecker New version is available! 新しいバージョンがあります! A new version of %1 is available! Would you download it? %1 の新しいバージョンが利用可能です! ダウンロードしますか? myLabelPreviewer Preview プレビュー Converseen-0.9.9.4/loc/converseen_pl_PL.ts000077500000000000000000001737261417154001000204000ustar00rootroot00000000000000 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;">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> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta 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;">Author: </span><span style=" font-size:10pt;">Francesco Mondello (Faster) - </span><a href="http://fasterland.net/"><span style=" text-decoration: underline; ">fasterland.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-size:10pt; font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" font-size:10pt; text-decoration: underline; ">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-size:10pt; font-weight:600;">Project Website: </span><a href="http://converseen.fasterland.net"><span style=" text-decoration: underline; ">converseen.fasterland.net</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">French Translation: </span>Adrien DAUGABEL <a href="mailto:adrien.d@mageialinux-online.org"><span style=" text-decoration: underline; ">adrien.d@mageialinux-online.org - </span></a>David GEIGER <a href="mailto:david.david@mageialinux-online.org"><span style=" text-decoration: underline; ">david.david@mageialinux-online.org</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Brazilian Portuguese Translation: </span>Paulo Guzmán - <a href="mailto:white.hat@msn.com"><span style=" text-decoration: underline; ">white.hat@msn.com</span></a> -<span style=" font-weight:600;"/>Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; ">marciopanto@gmail.com</span></a></p></body></html> <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> <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; ">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Danish translation: </span>Martin Eilsoe - <a href="mailto:martin.eilsoe@gmail.com"><span style=" text-decoration: underline; ">martin.eilsoe@gmail.com</span></a></p></body></html> <strong>Ukrainian translation: </strong>AleXKaN - <a href="mailto:aws2@india.com">aws2@india.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:'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><span style=" font-weight:600;">Swedish translation: </span>Åke Engelbrektson - <a href="mailto:eson@svenskasprakfiler.se"><span style=" text-decoration: underline; color:#0057ae;">eson@svenskasprakfiler.se</span></a></p></body></html> <strong>Simplified Chinese translation: </strong>myd7349 - <a href="mailto:myd7349@gmail.com">myd7349@gmail.com</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 donate via PayPal</span></p></body></html> <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;">Śledź Converseen:</span></p></body></html> Close ImageMagick Version: The batch image converter and resizer. DialogMultipageEditor Import multipage document Zaimportuj wielostronicowy dokument Check the pages or subimages you want to import Page Strona Pixel size Wielkość piksela Density Gęstość Depth Głębokość <html><head/><body><p><a href="https://converseen.fasterland.net/converseen-can-convert-pdf-as-image-files/"><span style=" text-decoration: underline; color:#007af4;">How to enable the PDF conversion?</span></a></p></body></html> Cancel Anuluj Import Importuj Check Zaznacz Check all Zaznacz wszystko Uncheck Odznacz Uncheck all Odznacz wszystko DialogOptions Settings Ustawienia Language Język Language: Język: Overwriting settings Nadpisywanie ustawień As&k first O&verwrite all existing images Updates Checks for updates automatically 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 DialogShowUpdateMsg Dialog TextLabel Don't show again Update Now Not Now 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 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" 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> Link aspect with selected image 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 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: Prefi&x/Suffix Progressi&ve Number #_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 obrazki 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 &wszystko Check all items Zaznacz wszystkie 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 Donate via Paypal Dotacje przez Paypala &Report bug... &Check for updates Check if a new version of Converseen is available Import PDF file Importuj plik PDF Actio&ns Panel + &90° - 9&0° W lewo o 90° {9&0°?} &180° Import windows icon (*.ico) Importuj ikonę windows (*.ico) Import windows icon (*.ico *.icon) Importuj ikonę windows (*.ico *.icon) MainWindowImpl Open Image Otwórz obraz Open Icon file Otwórz plik Icon Microsoft icon (*.ico *.icon) Ikona Microsoft Windows (*ico *.icon) Open Pdf file Otwórz plik PDF Portable Document Format (*.pdf) Portable Document Format (*.pdf) Analyzing the file. It may take a while, please wait... Trwa analiza pliku. Może to chwilę zająć, proszę czekać... 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! Dostępna jest nowa wersja! A new version of %1 is available! Would you download it? myLabelPreviewer Preview Podgląd Converseen-0.9.9.4/loc/converseen_pt_BR.ts000077500000000000000000001744461417154001000204000ustar00rootroot00000000000000 Converter Error: %1 Erro: %1 DialogConversionStatus Status... Status... Conversion Status Status Da Conversão Image: Imagem: 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;">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... 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;">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>Hungarian translation: </strong>Tradução para Húngaro - <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>Tradução para Tcheco: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</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: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;">Author: </span><span style=" font-size:10pt;">Francesco Mondello (Faster) - </span><a href="http://fasterland.net/"><span style=" text-decoration: underline; ">fasterland.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-size:10pt; font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" font-size:10pt; text-decoration: underline; ">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-size:10pt; font-weight:600;">Project Website: </span><a href="http://converseen.fasterland.net"><span style=" text-decoration: underline; ">converseen.fasterland.net</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">French Translation: </span>Adrien DAUGABEL <a href="mailto:adrien.d@mageialinux-online.org"><span style=" text-decoration: underline; ">adrien.d@mageialinux-online.org - </span></a>David GEIGER <a href="mailto:david.david@mageialinux-online.org"><span style=" text-decoration: underline; ">david.david@mageialinux-online.org</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Brazilian Portuguese Translation: </span>Paulo Guzmán - <a href="mailto:white.hat@msn.com"><span style=" text-decoration: underline; ">white.hat@msn.com</span></a> -<span style=" font-weight:600;"/>Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; ">marciopanto@gmail.com</span></a></p></body></html> <strong>German Translation: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> <strong>Tradução para Alemão: </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>Tradução para Espanhol do 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>Tradução para Turco: </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>Tradução para Russo: </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> <strong>Tradução para Polonês: </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; ">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Danish translation: </span>Martin Eilsoe - <a href="mailto:martin.eilsoe@gmail.com"><span style=" text-decoration: underline; ">martin.eilsoe@gmail.com</span></a></p></body></html> <strong>Ukrainian translation: </strong>AleXKaN - <a href="mailto:aws2@india.com">aws2@india.com</a> <html><head/><body><p><span style=" font-weight:600;">Swedish translation: </span>Åke Engelbrektson - <a href="mailto:eson@svenskasprakfiler.se"><span style=" text-decoration: underline; color:#0057ae;">eson@svenskasprakfiler.se</span></a></p></body></html> <strong>Simplified Chinese translation: </strong>myd7349 - <a href="mailto:myd7349@gmail.com">myd7349@gmail.com</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;">Seguir 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: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> <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 donate via PayPal</span></p></body></html> Close Fechar ImageMagick Version: The batch image converter and resizer. O conversor e redimensionador de imagens em lote. DialogMultipageEditor Import multipage document Check the pages or subimages you want to import Page Pixel size Density Depth <html><head/><body><p><a href="https://converseen.fasterland.net/converseen-can-convert-pdf-as-image-files/"><span style=" text-decoration: underline; color:#007af4;">How to enable the PDF conversion?</span></a></p></body></html> Cancel Cancelar Import Check Marcar Check all Uncheck Uncheck all DialogOptions Settings Configurações Language Idioma Language: Idioma: Overwriting settings Substituir configurações As&k first O&verwrite all existing images Updates Checks for updates automatically 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 Interpolação Filter: Filtro: Ok Ok Cancel Cancelar DialogShowUpdateMsg Dialog TextLabel Don't show again Update Now Not Now Formats All Supported Filters (%1) Todos Os Filtros Suportados (%1) Don't change the format Não alterar o formato MainWindow Converseen Converseen 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 &File &Arquivo &Edit &Editar &Actions Açõe&s &Help A&juda <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" 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> 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 + &90° - 9&0° - 90° {9&0°?} &180° Overwrite all Substituir todas Replace transparent background Substituir fundo transparent Choose color Escolher cor Actio&ns Panel Scale image Escala da imagem Link aspect with selected image Vincular a escala com as imagens selecionadas Resolution Resolução Resolution X: Resolução X: Resolution Y: Resolução Y: Rotate and flip Girar e Inverter Rotate image: Girar a imagem No rotation Não girar Flip image: Inverter a imagem: No flip Não inverter Horizontally Horizontalmente Vertically Verticalmente 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: Prefi&x/Suffix Prefi&xo/Sufixo Progressi&ve Number Número Progressi&vo #_copy #_cópia Start with: Começar com: 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 Donate via Paypal Doar via Paypal &Report bug... &Relatar erro... &Check for updates &Verificar por atualizações Check if a new version of Converseen is available Import PDF file Importar arquivo PDF Import windows icon (*.ico) Importar ícones do Windows (*.ico) Import windows icon (*.ico *.icon) Importar ícones do Windows (*.ico *.icon) MainWindowImpl 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? Open Icon file Microsoft icon (*.ico *.icon) Open Pdf file Portable Document Format (*.pdf) Analyzing the file. It may take a while, please wait... 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 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! Processing finished! Processamento finalizado! Open Directory Abrir Diretório 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 %1 is available! Would you download it? myLabelPreviewer Preview Pré-visualização Converseen-0.9.9.4/loc/converseen_ru_RU.ts000077500000000000000000001432621417154001000204160ustar00rootroot00000000000000 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:'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> 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>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> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta 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;">Author: </span><span style=" font-size:10pt;">Francesco Mondello (Faster) - </span><a href="http://fasterland.net/"><span style=" text-decoration: underline; ">fasterland.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-size:10pt; font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" font-size:10pt; text-decoration: underline; ">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-size:10pt; font-weight:600;">Project Website: </span><a href="http://converseen.fasterland.net"><span style=" text-decoration: underline; ">converseen.fasterland.net</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">French Translation: </span>Adrien DAUGABEL <a href="mailto:adrien.d@mageialinux-online.org"><span style=" text-decoration: underline; ">adrien.d@mageialinux-online.org - </span></a>David GEIGER <a href="mailto:david.david@mageialinux-online.org"><span style=" text-decoration: underline; ">david.david@mageialinux-online.org</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Brazilian Portuguese Translation: </span>Paulo Guzmán - <a href="mailto:white.hat@msn.com"><span style=" text-decoration: underline; ">white.hat@msn.com</span></a> -<span style=" font-weight:600;"/>Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; ">marciopanto@gmail.com</span></a></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; ">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Danish translation: </span>Martin Eilsoe - <a href="mailto:martin.eilsoe@gmail.com"><span style=" text-decoration: underline; ">martin.eilsoe@gmail.com</span></a></p></body></html> <strong>Ukrainian translation: </strong>AleXKaN - <a href="mailto:aws2@india.com">aws2@india.com</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 donate via PayPal</span></p></body></html> ImageMagick Version: <html><head/><body><p><span style=" font-weight:600;">Swedish translation: </span>Åke Engelbrektson - <a href="mailto:eson@svenskasprakfiler.se"><span style=" text-decoration: underline; color:#0057ae;">eson@svenskasprakfiler.se</span></a></p></body></html> <strong>Simplified Chinese translation: </strong>myd7349 - <a href="mailto:myd7349@gmail.com">myd7349@gmail.com</a> DialogMultipageEditor Check the pages or subimages you want to import Page Pixel size Density Depth Cancel Отмена Import Check Check all Uncheck Uncheck all Import multipage document <html><head/><body><p><a href="https://converseen.fasterland.net/converseen-can-convert-pdf-as-image-files/"><span style=" text-decoration: underline; color:#007af4;">How to enable the PDF conversion?</span></a></p></body></html> DialogOptions Ok OK Please, restart Converseen to apply current language! Пожалуйста, перезапустите Converseen для применения текущего языка! Cancel Отмена Language: Язык: Language Язык Warning! Предупреждение! Overwriting settings Перезаписать настройки Settings Настройки As&k first O&verwrite all existing images Updates Checks for updates automatically DialogQuality Ok OK Png compression level Уровень сжатия PNG Jpeg compression level Уровень сжатия JPEG Quality 0 - 100: Качество 0-100: Cancel Отмена Image settings Настройки изображения Interpolation Интерполяция Filter: Фильтр: DialogShowUpdateMsg Dialog TextLabel Don't show again Update Now Not Now 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 #_копия 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 Не вращать Flip image: Отразить изображение: No flip Не отражать Horizontally Горизонтально Vertically Вертикально Start with: Начать с: Link aspect with selected image Import PDF file Import windows icon (*.ico) Import windows icon (*.ico *.icon) Prefi&x/Suffix Progressi&ve Number &Donate via Paypal &Report bug... Check if a new version of Converseen is available &Check for updates Actio&ns Panel + &90° - 9&0° - 90° {9&0°?} &180° MainWindowImpl Open Image Открыть изображение Set an output directory! Установить выходную директорию! Processing finished! Обработка завершена! Suggest a new name! Введите новое имя! No images to convert! Нет изображений для конвертирования! Warning! Предупреждение! 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 Предпросмотр Open Icon file Microsoft icon (*.ico *.icon) Open Pdf file Portable Document Format (*.pdf) Analyzing the file. It may take a while, please wait... PixTreeWidget File name Имя файла File path Путь файла File size Размер файла Status Статус To convert Конвертировать Image type Тип изображения Translator English Русский UpdateChecker New version is available! A new version of %1 is available! Would you download it? myLabelPreviewer Preview Предпросмотр Converseen-0.9.9.4/loc/converseen_sv_SE.ts000077500000000000000000002047161417154001000204030ustar00rootroot00000000000000 Converter Error: %1 Fel: %1 DialogConversionStatus Status... Status... Conversion Status Konverteringsstatus 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;">Totalt:</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;">Konverterat:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" 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;">Fel:</span></p></body></html> Open destination Öppna målmapp Stop Stoppa Close Stäng Open all the destination folders Öppna alla målmappar Converted Konverterat DialogInfo About Converseen... Om Converseen... Informations Information <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" 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;">Översättare:</span></p></body></html> <strong>Hungarian translation: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> <strong>Ungersk översättning: </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>Tjeckisk översättning: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> <strong>German Translation: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> <strong>Tysk översättning: </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>Spansk (Chile) översättning: </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>Turkisk översättning: </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>Rysk översättning: </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> <strong>Polsk översättning: </strong>Michał Olber from OSWorld.pl - <a href="mailto:redakcja@osworld.pl">redakcja@osworld.pl</a> <strong>Ukrainian translation: </strong>AleXKaN - <a href="mailto:aws2@india.com">aws2@india.com</a> <strong>Ukrainsk översättning: </strong>AleXKaN - <a href="mailto:aws2@india.com">aws2@india.com</a> <strong>Simplified Chinese translation: </strong>myd7349 - <a href="mailto:myd7349@gmail.com">myd7349@gmail.com</a> <strong>Förenklad kinesisk översättning: </strong>myd7349 - <a href="mailto:myd7349@gmail.com">myd7349@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: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;">Author: </span><span style=" font-size:10pt;">Francesco Mondello (Faster) - </span><a href="http://fasterland.net/"><span style=" text-decoration: underline; ">fasterland.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-size:10pt; font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" font-size:10pt; text-decoration: underline; ">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-size:10pt; font-weight:600;">Project Website: </span><a href="http://converseen.fasterland.net"><span style=" text-decoration: underline; ">converseen.fasterland.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: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;">Utvecklare: </span><span style=" font-size:10pt;">Francesco Mondello (Faster) - </span><a href="http://fasterland.net/"><span style=" text-decoration: underline; ">fasterland.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-size:10pt; font-weight:600;">E-post: </span><a href="faster3ck@gmail.com"><span style=" font-size:10pt; text-decoration: underline; ">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-size:10pt; font-weight:600;">Projektsida: </span><a href="http://converseen.fasterland.net"><span style=" text-decoration: underline; ">converseen.fasterland.net</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">French Translation: </span>Adrien DAUGABEL <a href="mailto:adrien.d@mageialinux-online.org"><span style=" text-decoration: underline; ">adrien.d@mageialinux-online.org - </span></a>David GEIGER <a href="mailto:david.david@mageialinux-online.org"><span style=" text-decoration: underline; ">david.david@mageialinux-online.org</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Fransk översättning: </span>Adrien DAUGABEL <a href="mailto:adrien.d@mageialinux-online.org"><span style=" text-decoration: underline; ">adrien.d@mageialinux-online.org - </span></a>David GEIGER <a href="mailto:david.david@mageialinux-online.org"><span style=" text-decoration: underline; ">david.david@mageialinux-online.org</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Brazilian Portuguese Translation: </span>Paulo Guzmán - <a href="mailto:white.hat@msn.com"><span style=" text-decoration: underline; ">white.hat@msn.com</span></a> -<span style=" font-weight:600;"/>Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; ">marciopanto@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Brasilen Portugisisk översättning: </span>Paulo Guzmán - <a href="mailto:white.hat@msn.com"><span style=" text-decoration: underline; ">white.hat@msn.com</span></a> -<span style=" font-weight:600;"/>Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; ">marciopanto@gmail.com</span></a></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; ">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Japansk översättning:</span> Xenolith0 - <a href="mailto:xenolith0bytetestcomgreen@gmail.com"><span style=" text-decoration: underline; ">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Danish translation: </span>Martin Eilsoe - <a href="mailto:martin.eilsoe@gmail.com"><span style=" text-decoration: underline; ">martin.eilsoe@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Dansk översättning: </span>Martin Eilsoe - <a href="mailto:martin.eilsoe@gmail.com"><span style=" text-decoration: underline; ">martin.eilsoe@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Swedish translation: </span>Åke Engelbrektson - <a href="mailto:eson@svenskasprakfiler.se"><span style=" text-decoration: underline; color:#0057ae;">eson@svenskasprakfiler.se</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Svensk översättning: </span>Åke Engelbrektson - <a href="mailto:eson@svenskasprakfiler.se"><span style=" text-decoration: underline; color:#0057ae;">eson@svenskasprakfiler.se</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 donate via PayPal</span></p></body></html> <html><head/><body><p align="center"><span style=" font-weight:600;">Om du uppskattar detta arbete och vill stödja projektet, får du gärna donera via PayPal</span></p></body></html> <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;">Följ 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: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 är ett verktyg för mängdkonvertering av bilder. Du kan storleksändra och konvertera bilder i mer än 100 olika format.</span></p></body></html> Close Stäng ImageMagick Version: ImageMagick version: The batch image converter and resizer. Masskonvertering och storleksändring för bilder. DialogMultipageEditor Import multipage document Importera flersidigt dokument Check the pages or subimages you want to import Markera de sidor eller underbilder du vill importera Page Sida Pixel size Pixelstorlek Density Upplösning Depth Djup <html><head/><body><p><a href="https://converseen.fasterland.net/converseen-can-convert-pdf-as-image-files/"><span style=" text-decoration: underline; color:#007af4;">How to enable the PDF conversion?</span></a></p></body></html> <html><head/><body><p><a href="https://converseen.fasterland.net/converseen-can-convert-pdf-as-image-files/"><span style=" text-decoration: underline; color:#007af4;">Hur man aktiverar PDF-konverteringen?</span></a></p></body></html> Cancel Avbryt Import Importera Check Markera Check all Markera alla Uncheck Avmarkera Uncheck all Avmarkera alla DialogOptions Settings Inställningar Language Språk Language: Språk: Overwriting settings Skriver över inställningarna As&k first Fr&åga först O&verwrite all existing images S&kriv över alla befintliga bilder Updates Uppdateringar Checks for updates automatically Sök efter uppdateringar automatiskt Ok OK Cancel Avbryt Warning! Varning! Please, restart Converseen to apply current language! Starta om Converseen för att tillämpa aktuellt språk! DialogQuality Image settings Bildinställningar Jpeg compression level JPEG-komprimering Quality 0 - 100: Kvalitet 0 - 100: Png compression level PNG-komprimering Interpolation Interpolering Filter: Filter: Ok OK Cancel Avbryt DialogShowUpdateMsg Dialog Dialog TextLabel Textetikett Don't show again Visa inte igen Update Now Uppdatera nu Not Now Inte nu Formats All Supported Filters (%1) Alla filter som stöds (%1) Don't change the format Ändra inte format MainWindow Converseen Converseen Conversion Formats Konverteringsformat Convert to: Konvertera till: Show image settings dialog... Visa bildinställningsdialog... Images settings Bildinställningar &File &Arkiv &Edit &Redigera &Actions &Åtgärder &Help &Hjälp <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" 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;">Förhandsgranska:</span></p></body></html> Show preview Visa förhandsgranskning <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 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;">Filstorlek:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 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;">Bildstorlek:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta 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;">Bildupplösning:</span></p></body></html> Dimensions Dimensioner Width: Bredd: Height: Höjd: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 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 Bevara proportioner Replace transparent background Ersätt transparent bakgrund Choose color Välj färg Actio&ns Panel Åtg&ärdspanel Scale image Skala bild Link aspect with selected image Länka proportion med markerad bild Resolution Upplösning Resolution X: Upplösning X: Resolution Y: Upplösning Y: Rotate and flip Rotera och vänd Rotate image: Rotera bild: No rotation Ingen rotation Flip image: Vänd bild: No flip Vänd inte Horizontally Horisontellt Vertically Vertikalt Output options Utdataalternativ Save in: Spara i: Open output directory Öppna utdatamappen ... ... Image's directory Bildmapp Rename: Byt namn: Prefi&x/Suffix Prefi&x/Suffix Progressi&ve Number Progressivt nummer #_copy #_kopia Start with: Börja med: Overwrite all Skriv över alla toolBar Verktygsfält &Open images &Öppna bilder Ctrl+O Ctrl+O &Add images &Lägg till bilder Ctrl+Alt+O Ctrl+Alt+O &Remove images &Ta bort bilder Remove selected pictures Ta bort markerade bilder Del Del Remove &all Ta &bort alla Remove all pictures Ta bort alla bilder Alt+Del Alt+Del &Check &Välj Check selected items Välj alla markerade objekt Ctrl+H Ctrl+H Check a&ll Välj &alla Check all items Välj alla objekt Ctrl+Alt+H Ctrl+Alt+H &Convert &Konvertera Start the conversion process Påbörja konverteringsprocessen F5 F5 &Settings &Inställningar Open the settings dialog Öppna inställningsdialogen &Exit A&vsluta Ctrl+X Ctrl+X Uncheck all &items Välj inga &objekt Ctrl+Alt+J Ctrl+Alt+J &Uncheck Items V&älj inte Uncheck selected items Välj inga objekt Ctrl+J Ctrl+J &About &Om F1 F1 &Donate via Paypal &Donera via Paypal Donate via Paypal Donera via Paypal &Report bug... &Rapportera ett fel... &Check for updates &Sök efter uppdateringar Check if a new version of Converseen is available Kontrollera om det finns någon ny version av Converseen tillgänglig Import PDF file Importera PDF-fil + &90° + &90° - 9&0° - 9&0° &180° &180° Import windows icon (*.ico) Importera Windows-ikon (*.ico) Import windows icon (*.ico *.icon) Importera Windows-ikon (*.ico *.icon) MainWindowImpl Open Image Öppna bild Warning Varning No image checked! Inga bilder valda! No images to convert! Inga bilder att konvertera! The output directory doesn't exists! Would you create it? Utdatamappen finns inte! Vill du skapa den? Open Icon file Öppna ikonfil Microsoft icon (*.ico *.icon) Microsoft-ikon (*.ico *.icon) Open Pdf file Öppna PDF-fil Portable Document Format (*.pdf) Portable Document Format (*.pdf) Analyzing the file. It may take a while, please wait... Analyserar filen. Det kan ta en stund, vänta... The directory cannot be created! Mappen kan inte skapas! Set an output directory! Ange en utdatamapp! Processing... Arbetar... Processing finished! Processen slutförd! Open Directory Öppna mapp Preview Förhandsvisning Suggest a new name! Föreslå ett nytt namn! New name: Nytt namn: Please, specify a name! Ange ett namn! 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 borde specificera ett namn. Klicka "Försök igen" för att specificera ett namn. Klicka "Ignorera" för att avbryta denna åtgärd. Klicka "Avbryt" för att avbryta alla åtgärder. Warning! Varning! The filename should not be empty! Filnamnet kan inte vara tomt! The name chosen is identical to the initial one. Do you want to overwrite the original file? Det valda namnet är identiskt med det första. Vill du skriva över originalfilen? Aborted! Avbruten! PixTreeWidget To convert Att konvertera Status Status File name Filnamn Image type Bildtyp File size Filstorlek File path Filsökväg Translator English Svenska UpdateChecker New version is available! En ny version finns tillgänglig! A new version of %1 is available! Would you download it? En ny version av %1 finns tillgänglig! Vill du ladda ner den? myLabelPreviewer Preview Förhandsvisning Converseen-0.9.9.4/loc/converseen_tr_TR.ts000077500000000000000000001363461417154001000204210ustar00rootroot00000000000000 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 About Converseen... Converseen hakkında... 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;"> <p style=" 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:'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> - 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>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> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta 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;">Author: </span><span style=" font-size:10pt;">Francesco Mondello (Faster) - </span><a href="http://fasterland.net/"><span style=" text-decoration: underline; ">fasterland.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-size:10pt; font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" font-size:10pt; text-decoration: underline; ">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-size:10pt; font-weight:600;">Project Website: </span><a href="http://converseen.fasterland.net"><span style=" text-decoration: underline; ">converseen.fasterland.net</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">French Translation: </span>Adrien DAUGABEL <a href="mailto:adrien.d@mageialinux-online.org"><span style=" text-decoration: underline; ">adrien.d@mageialinux-online.org - </span></a>David GEIGER <a href="mailto:david.david@mageialinux-online.org"><span style=" text-decoration: underline; ">david.david@mageialinux-online.org</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Brazilian Portuguese Translation: </span>Paulo Guzmán - <a href="mailto:white.hat@msn.com"><span style=" text-decoration: underline; ">white.hat@msn.com</span></a> -<span style=" font-weight:600;"/>Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; ">marciopanto@gmail.com</span></a></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; ">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Danish translation: </span>Martin Eilsoe - <a href="mailto:martin.eilsoe@gmail.com"><span style=" text-decoration: underline; ">martin.eilsoe@gmail.com</span></a></p></body></html> <strong>Ukrainian translation: </strong>AleXKaN - <a href="mailto:aws2@india.com">aws2@india.com</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 donate via PayPal</span></p></body></html> ImageMagick Version: <html><head/><body><p><span style=" font-weight:600;">Swedish translation: </span>Åke Engelbrektson - <a href="mailto:eson@svenskasprakfiler.se"><span style=" text-decoration: underline; color:#0057ae;">eson@svenskasprakfiler.se</span></a></p></body></html> <strong>Simplified Chinese translation: </strong>myd7349 - <a href="mailto:myd7349@gmail.com">myd7349@gmail.com</a> DialogMultipageEditor Check the pages or subimages you want to import Page Pixel size Density Depth Cancel İptal Import Check Kontrol Et Check all Uncheck Uncheck all Import multipage document <html><head/><body><p><a href="https://converseen.fasterland.net/converseen-can-convert-pdf-as-image-files/"><span style=" text-decoration: underline; color:#007af4;">How to enable the PDF conversion?</span></a></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ı Settings Ayarlar As&k first O&verwrite all existing images Updates Checks for updates automatically 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: DialogShowUpdateMsg Dialog TextLabel Don't show again Update Now Not Now Formats All Supported Filters (%1) Don't change the format MainWindow ... ... &Edit &Düzenle &File &Dosya &Help &Yardım <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 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 #_copy #_kopyala Open output directory Çıktı dizinini aç Show image settings dialog... Görüntü ayarlar diyaloğunu 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 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> Width: Genişlik: Resolution Çözünürlük Overwrite all Tümü üzerine yaz &Actions &Eylemler <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 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> Mantain aspect ratio Oranlarını koru Rename: Yeniadı: Save in: 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> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 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> Dimensions Boyutlar Converseen Converseen Convert to: Dönüştür: Height: Yükseklik: Image's directory Görüntüler dizini 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 Flip image: No flip Horizontally Vertically Start with: Link aspect with selected image Import PDF file Import windows icon (*.ico) Import windows icon (*.ico *.icon) Prefi&x/Suffix Progressi&ve Number &Donate via Paypal &Report bug... Check if a new version of Converseen is available &Check for updates Actio&ns Panel + &90° - 9&0° &180° MainWindowImpl Open Image Görüntü Aç Set an output directory! Çıkış dizinini ayarlayın! Please, specify a name! Lütfen,bir ad belirtin! Processing finished! İşlem bitti! 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 No images to convert! Dönüştürlülecek görüntü yok Warning! Uyarı! Aborted! İptal edildi! New name: Yeni adı: The output directory doesn't exists! Would you create it? Çıktı dizini mevcut değil!Oluşturacak mısın? 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ç Preview Open Icon file Microsoft icon (*.ico *.icon) Open Pdf file Portable Document Format (*.pdf) Analyzing the file. It may take a while, please wait... 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 %1 is available! Would you download it? myLabelPreviewer Preview Converseen-0.9.9.4/loc/converseen_uk_UA.ts000077500000000000000000001551151417154001000203660ustar00rootroot00000000000000 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... Про 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:'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> The batch image converter and resizer. Груповий перетворювач графічних файлів. <strong>Ukrainian translation: </strong>AleXKaN - <a href="mailto:aws2@india.com">aws2@india.com</a> <strong>Переклад на українську мову: </strong>AleXKaN — <a href="mailto:aws2@india.com">aws2@india.com</a> <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>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> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta 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;">Author: </span><span style=" font-size:10pt;">Francesco Mondello (Faster) - </span><a href="http://fasterland.net/"><span style=" text-decoration: underline; ">fasterland.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-size:10pt; font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" font-size:10pt; text-decoration: underline; ">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-size:10pt; font-weight:600;">Project Website: </span><a href="http://converseen.fasterland.net"><span style=" text-decoration: underline; ">converseen.fasterland.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: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;">Автор: </span><span style=" font-size:10pt;">Франческо Монделло.(Faster) - </span><a href="http://fasterland.net/"><span style=" text-decoration: underline; ">fasterland.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-size:10pt; font-weight:600;">Ел.пошта: </span><a href="faster3ck@gmail.com"><span style=" font-size:10pt; text-decoration: underline; ">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-size:10pt; font-weight:600;">Вебсайт проекта: </span><a href="http://converseen.fasterland.net"><span style=" text-decoration: underline; ">converseen.fasterland.net</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">French Translation: </span>Adrien DAUGABEL <a href="mailto:adrien.d@mageialinux-online.org"><span style=" text-decoration: underline; ">adrien.d@mageialinux-online.org - </span></a>David GEIGER <a href="mailto:david.david@mageialinux-online.org"><span style=" text-decoration: underline; ">david.david@mageialinux-online.org</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Французький переклад: </span>Adrien DAUGABEL <a href="mailto:adrien.d@mageialinux-online.org"><span style=" text-decoration: underline; ">adrien.d@mageialinux-online.org - </span></a>David GEIGER <a href="mailto:david.david@mageialinux-online.org"><span style=" text-decoration: underline; ">david.david@mageialinux-online.org</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Brazilian Portuguese Translation: </span>Paulo Guzmán - <a href="mailto:white.hat@msn.com"><span style=" text-decoration: underline; ">white.hat@msn.com</span></a> -<span style=" font-weight:600;"/>Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; ">marciopanto@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Бразильський португальський переклад: </span>Paulo Guzmán - <a href="mailto:white.hat@msn.com"><span style=" text-decoration: underline; ">white.hat@msn.com</span></a> -<span style=" font-weight:600;"/>Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; ">marciopanto@gmail.com</span></a></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; ">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Японський переклад:</span> Xenolith0 - <a href="mailto:xenolith0bytetestcomgreen@gmail.com"><span style=" text-decoration: underline; ">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Danish translation: </span>Martin Eilsoe - <a href="mailto:martin.eilsoe@gmail.com"><span style=" text-decoration: underline; ">martin.eilsoe@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Датський переклад: </span>Martin Eilsoe - <a href="mailto:martin.eilsoe@gmail.com"><span style=" text-decoration: underline; ">martin.eilsoe@gmail.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 donate via PayPal</span></p></body></html> <html><head/><body><p align="center"><span style=" font-weight:600;">Якщо Ви цінуєте цю роботу та бажаєте підтримати проект, Ви можете пожертвувати нам через Paypal</span></p></body></html> ImageMagick Version: <html><head/><body><p><span style=" font-weight:600;">Swedish translation: </span>Åke Engelbrektson - <a href="mailto:eson@svenskasprakfiler.se"><span style=" text-decoration: underline; color:#0057ae;">eson@svenskasprakfiler.se</span></a></p></body></html> <strong>Simplified Chinese translation: </strong>myd7349 - <a href="mailto:myd7349@gmail.com">myd7349@gmail.com</a> DialogMultipageEditor Check the pages or subimages you want to import Перевірте сторінки або вкладені зображення, які Ви бажаєте імпортувати Page Сторінка Pixel size Розмір пікселя Density Щільність Depth Глибина Cancel Відміна Import Імпорт Check Перевірити Check all Перевірити все Uncheck Скасувати вибір Uncheck all Скасувати вибір всіх Import multipage document Імпортувати багатосторінковий документ <html><head/><body><p><a href="https://converseen.fasterland.net/converseen-can-convert-pdf-as-image-files/"><span style=" text-decoration: underline; color:#007af4;">How to enable the PDF conversion?</span></a></p></body></html> DialogOptions Ok ОК Please, restart Converseen to apply current language! Для зміни мови перезавантажте Converseen! Cancel Відміна Language: Мова: Language Мова Warning! Попередження! Overwriting settings Перезаписати налаштування Settings Налаштування As&k first Запитати спочат&ку O&verwrite all existing images Перезаписати &всі існуючі зображення Updates Оновлення Checks for updates automatically Автоматично перевіряти оновлення DialogQuality Ok OK Png compression level Рівень стистення PNG Jpeg compression level Рівень стистення JPEG Quality 0 - 100: Якість 0-100: Cancel Відміна Image settings Налаштування зображення Interpolation Інтерполяція Filter: Фільтр: DialogShowUpdateMsg Dialog Діалог TextLabel Надпис Don't show again Не показувати знову Update Now Оновити зараз Not Now Не зараз 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 #_копія 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+О &Add images &Додати зображення Ctrl+Alt+O Ctrl+Alt+О &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 Не обертати Flip image: Перевернути зображення: No flip Не відображати Horizontally Горизонтально Vertically Вертикально Start with: Почати з: Link aspect with selected image Зв'язок з вибраним зображенням Import PDF file Імпортувати файл PDF Import windows icon (*.ico) Імпортувати іконку windows (*.ico) Import windows icon (*.ico *.icon) Імпортувати іконку windows (*.ico *.icon) Prefi&x/Suffix Префі&кс/Суфікс Progressi&ve Number &Порядковий номер &Donate via Paypal &Пожертвувати через Paypal &Report bug... &Повідомити про помилку... Check if a new version of Converseen is available Перевіряти наявність нової версії Converseen &Check for updates &Перевірити наявність нової версії Actio&ns Panel + &90° - 9&0° - 90° {9&0°?} &180° MainWindowImpl Open Image Відкрити зображення Set an output directory! Встановити вихідну теку! Processing finished! Обробка завершена! Suggest a new name! Введіть нове ім'я! No images to convert! Немає зображень для перетворення! Warning! Попередження! 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 Передогляд Open Icon file Відкрити файл іконки Microsoft icon (*.ico *.icon) Значок Microsoft (*.ico *.icon) Open Pdf file Відкрити Pdf файл Portable Document Format (*.pdf) Portable Document Format (*.pdf) Analyzing the file. It may take a while, please wait... Аналіз файлу. Це може зайняти деякий час, будь ласка, зачекайте... PixTreeWidget File name Ім'я файлу File path Шлях до файлу File size Розмір файлу Status Стан To convert Перетворювати Image type Тип зображення Translator English Українська UpdateChecker New version is available! Маємо нову версію! A new version of %1 is available! Would you download it? Маємо нову версію %1! Ви бажаєте завантажити її? myLabelPreviewer Preview Передогляд Converseen-0.9.9.4/loc/converseen_zh_CN.ts000077500000000000000000001502751417154001000203650ustar00rootroot00000000000000 Converter Error: %1 错误:%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> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" 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> 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;">已转换:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" 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 停止 Close 关闭 Open all the destination folders 打开所有输出目录 Converted 已转换 DialogInfo About Converseen... 关于 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:'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> 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: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;">Author: </span><span style=" font-size:10pt;">Francesco Mondello (Faster) - </span><a href="http://fasterland.net/"><span style=" text-decoration: underline; ">fasterland.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-size:10pt; font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" font-size:10pt; text-decoration: underline; ">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-size:10pt; font-weight:600;">Project Website: </span><a href="http://converseen.fasterland.net"><span style=" text-decoration: underline; ">converseen.fasterland.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: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;">作者:</span><span style=" font-size:10pt;">Francesco Mondello (Faster) - </span><a href="http://fasterland.net/"><span style=" text-decoration: underline; ">fasterland.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-size:10pt; font-weight:600;">邮件:</span><a href="faster3ck@gmail.com"><span style=" font-size:10pt; text-decoration: underline; ">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-size:10pt; font-weight:600;">项目主页:</span><a href="http://converseen.fasterland.net"><span style=" text-decoration: underline; ">converseen.fasterland.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;">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>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> <html><head/><body><p><span style=" font-weight:600;">French Translation: </span>Adrien DAUGABEL <a href="mailto:adrien.d@mageialinux-online.org"><span style=" text-decoration: underline; ">adrien.d@mageialinux-online.org - </span></a>David GEIGER <a href="mailto:david.david@mageialinux-online.org"><span style=" text-decoration: underline; ">david.david@mageialinux-online.org</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">法语:</span>Adrien DAUGABEL <a href="mailto:adrien.d@mageialinux-online.org"><span style=" text-decoration: underline; ">adrien.d@mageialinux-online.org</span></a> - David GEIGER <a href="mailto:david.david@mageialinux-online.org"><span style=" text-decoration: underline; ">david.david@mageialinux-online.org</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Brazilian Portuguese Translation: </span>Paulo Guzmán - <a href="mailto:white.hat@msn.com"><span style=" text-decoration: underline; ">white.hat@msn.com</span></a> -<span style=" font-weight:600;"/>Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; ">marciopanto@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">葡萄牙语(巴西):</span>Paulo Guzmán - <a href="mailto:white.hat@msn.com"><span style=" text-decoration: underline; ">white.hat@msn.com</span></a> - <span style=" font-weight:600;"/>Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; ">marciopanto@gmail.com</span></a></p></body></html> <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>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; ">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">日语:</span>Xenolith0 - <a href="mailto:xenolith0bytetestcomgreen@gmail.com"><span style=" text-decoration: underline; ">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Danish translation: </span>Martin Eilsoe - <a href="mailto:martin.eilsoe@gmail.com"><span style=" text-decoration: underline; ">martin.eilsoe@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">丹麦语:</span>Martin Eilsoe - <a href="mailto:martin.eilsoe@gmail.com"><span style=" text-decoration: underline; ">martin.eilsoe@gmail.com</span></a></p></body></html> <strong>Ukrainian translation: </strong>AleXKaN - <a href="mailto:aws2@india.com">aws2@india.com</a> <strong>乌克兰语:</strong>AleXKaN - <a href="mailto:aws2@india.com">aws2@india.com</a> <html><head/><body><p><span style=" font-weight:600;">Swedish translation: </span>Åke Engelbrektson - <a href="mailto:eson@svenskasprakfiler.se"><span style=" text-decoration: underline; color:#0057ae;">eson@svenskasprakfiler.se</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">瑞典语:</span>Åke Engelbrektson - <a href="mailto:eson@svenskasprakfiler.se"><span style=" text-decoration: underline; color:#0057ae;">eson@svenskasprakfiler.se</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 donate via PayPal</span></p></body></html> <html><head/><body><p align="center"><span style=" font-weight:600;">如果你喜欢本软件并愿意支持其后续开发,欢迎通过 PayPal 进行捐赠。</span></p></body></html> <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> Close 关闭 ImageMagick Version: ImageMagick 版本: The batch image converter and resizer. 批量转换、缩放图像文件。 <strong>Simplified Chinese translation: </strong>myd7349 - <a href="mailto:myd7349@gmail.com">myd7349@gmail.com</a> <strong>简体中文:</strong>myd7349 - <a href="mailto:myd7349@gmail.com">myd7349@gmail.com</a> DialogMultipageEditor Import multipage document 导入多页文档 Check the pages or subimages you want to import 勾选要导入的页或子图像 Page 编号 Pixel size 图像尺寸 Density 密度 Depth 位深 <html><head/><body><p><a href="https://converseen.fasterland.net/converseen-can-convert-pdf-as-image-files/"><span style=" text-decoration: underline; color:#007af4;">How to enable the PDF conversion?</span></a></p></body></html> <html><head/><body><p><a href="https://converseen.fasterland.net/converseen-can-convert-pdf-as-image-files/"><span style=" text-decoration: underline; color:#007af4;">如何启用 PDF 转换功能?</span></a></p></body></html> Cancel 取消 Import 导入 Check 勾选 Check all 全部勾选 Uncheck 取消勾选 Uncheck all 全部取消勾选 DialogOptions Settings 设置 Language 语言 Language: 语言: Overwriting settings 文件覆盖 As&k first 覆盖前进行确认(&K) O&verwrite all existing images 覆盖所有已存在图像文件(&V) Updates 更新 Checks for updates automatically 自动检查更新 Ok 确定 Cancel 取消 Warning! 警告! Please, restart Converseen to apply current language! 请重新启动 Converseen 以应用当前设定的语言! DialogQuality Image settings 图像设置 Jpeg compression level Jpeg 压缩等级 Quality 0 - 100: 质量(0 - 100): Png compression level Png 压缩等级 Interpolation 插值 Filter: 滤波器: Ok 确定 Cancel 取消 DialogShowUpdateMsg Dialog 对话框 TextLabel 文本标签 Don't show again 不再显示 Update Now 现在更新 Not Now 暂不更新 Formats All Supported Filters (%1) 所有支持的格式 (%1) Don't change the format 不更改格式 MainWindow Converseen Converseen Conversion Formats 格式转换 Convert to: 转换为: Show image settings dialog... 显示图像设置对话框… Images settings 图像设置 Replace transparent background 替换透明背景 Choose color 选择颜色 &File 文件(&F) &Edit 编辑(&E) &Actions 操作(&A) &Help 帮助(&H) Actio&ns Panel 操作面板(&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;">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> 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 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 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;">文件大小:</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 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> 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> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> 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> Link aspect with selected image 与选中图像保持一致 Mantain aspect ratio 保持宽高比 Resolution 分辨率 Resolution X: 水平分辨率: Resolution Y: 垂直分辨率: Rotate and flip 旋转和翻转 Rotate image: 旋转: No rotation 不旋转 + &90° + &90° - 9&0° - 9&0° &180° &180° Flip image: 翻转: No flip 不翻转 Horizontally 水平翻转 Vertically 垂直翻转 Output options 输出设置 Save in: 保存到: Open output directory 打开输出目录 ... ... Image's directory 原图像目录 Rename: 重命名: Prefi&x/Suffix 前缀/后缀(&X) Progressi&ve Number 自动编号(&V) #_copy #_副本 Start with: 开始于: Overwrite all 全部覆盖 toolBar 工具栏 &Open images 打开图像(&O) Ctrl+O Ctrl+O &Add images 添加图像(&A) Ctrl+Alt+O Ctrl+Alt+O &Remove images 移除图像(&R) Remove selected pictures 移除选中的图像 Del Del Remove &all 清空列表(&A) Remove all pictures 移除所有图像 Alt+Del Alt+Del &Check 勾选(&C) Check selected items 勾选已选中的项目 Ctrl+H Ctrl+H Check a&ll 全部勾选(&A) Check all items 全部勾选 Ctrl+Alt+H Ctrl+Alt+H &Convert 开始转换(&C) Start the conversion process 开始转换 F5 F5 &Settings 设置(&S) Open the settings dialog 打开设置对话框 &Exit 退出(&E) Ctrl+X Ctrl+X Uncheck all &items 全部取消勾选(&I) Ctrl+Alt+J Ctrl+Alt+J &Uncheck Items 取消勾选(&U) Uncheck selected items 取消勾选当前选中的项目 Ctrl+J Ctrl+J &About 关于(&A) F1 F1 &Donate via Paypal 通过 PayPal 捐赠(&D) Donate via Paypal 通过 PayPal 捐赠 &Report bug... 反馈问题(&R)... Import PDF file 导入 PDF 文件 Import windows icon (*.ico) 导入 Windows 图标文件 (*.ico) Import windows icon (*.ico *.icon) 导入 Windows 图标文件 (*.ico *.icon) &Check for updates 检查更新(&C) Check if a new version of Converseen is available 检查是否有新版本 MainWindowImpl Open Image 打开图像 Open Icon file 打开图标文件 Microsoft icon (*.ico *.icon) Windows 图标 (*.ico *.icon) Open Pdf file 打开 PDF 文件 Portable Document Format (*.pdf) PDF 文件 (*.pdf) Analyzing the file. It may take a while, please wait... 正在分析文件。这可能需要花费一些时间,请耐心等待… 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 简体中文 UpdateChecker New version is available! 发现新版本! A new version of %1 is available! Would you download it? 发现 %1 可用的新版本! 想要现在下载吗? myLabelPreviewer Preview 预览 Converseen-0.9.9.4/res/000077500000000000000000000000001417154001000145645ustar00rootroot00000000000000Converseen-0.9.9.4/res/180.png000077500000000000000000000013011417154001000156000ustar00rootroot00000000000000PNG  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.9.9.4/res/90p.png000077500000000000000000000013141417154001000157040ustar00rootroot00000000000000PNG  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.9.9.4/res/apply.png000077500000000000000000000020241417154001000164200ustar00rootroot00000000000000PNG  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.9.9.4/res/btn_donateCC_LG.png000077500000000000000000000130171417154001000202040ustar00rootroot00000000000000PNG  IHDR/3) cHRMz&u0`:pQ<qPLTE3x֖҇ޞEب3f:gzܳɨ<6RtJe|ĻZ^rᨥʝߢӚ43oK>}FHSUؚ7gcP,&'@7'/=rTj#+|/l[gWh4]7A735Y[5χEJan`+ NE5~sjvwpcHa`Bڀ˜ƨ𦠵ŒΙ憆ȹ׳RJͽg(젿tRNS@fbKGDHzTXtRaw profile type gif:XMP DataXMPHUIn1 yi995=Gj3;62QwKlT,R_? ?,Av.9&Jz'K9մd2{̘I}ƲN:sTmIUK-Ct&P1˖QF.rIMH+,v-Ďqs@gJD@%GJf;c$S(1FbYCfac ̩da3;/D~`Gq]2\%'z0p v`w_F00z]guZ_c=-9x6-4SJ2%2("vcqX +BgIDATX  cׁ0sVc"_;ad #\#ؒK-GRM I__ !B!B!B!B!B!B!B!B!B! Vvnvnvnvnvnvnvnvnvn`0 `0 `0 `0 `0 `0 `0 `0 `0 `0 +p8p8p8p8p8p8p8p8p8p8N^t:Nt:Nt:Nt:Nt:Nt:Nt:Nt:Nt:Nt:N,˲,˲,˲,˲,˲,˲,˲,˲,˲,˲,˲,˲,˲,˲,˲,˲,˲,˲,˲,˲,˲z^z^z^z^z^z^z^z^z^z^z^{h4Fh4Fhc;Fh4Fh4Fh4Fh4h4Fh4Fh4Fh4 x<x<x.]ډx<x<x<x<޹<x<x<x<sB1L&d2L&d2L.˓;d˓d2L&^`2L>|y2L&;d'd2L&d2L&ɤ! ޛNt:Nt:Nc|:t7Ƹ=^{Wbp:ݍ1|80߿ct:Nt:NtZ\… l6fl6fqo6vJܻNl;Kbܻ/.^{_W.l6fl6fY….\pl6fl6fl6_ŝgݸ=/fWGl6(^vrܛ.Kl6fl6Ͷ .y_[{vwxy^w.Žօ<<|>||ͯ'qk|~-ޘ_7Oĝz9_d>|>|> eYeYeYeYey-cxN^^7jY~ͽZܹ{͸qYeYeYeYeYeʲ,˲,˲,˲,ڍ7nܸIY'7bܻVWo\ʫ7Uոwƍ,oIɍo~ReYeYeYeYeUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU!<<<<<<<<<<<<<<<<<<<<< EQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQEjZVjZVjZVjZVjZVjZVjZVjZVjZVjZVj ~~~~~~~~~~{vnvnvnvnvnvnvnvnvnvno^/˲,˲,˲,˲,˲,˲,˲,˲,˲,˲,˲,˲,˲,˲,˲,˲,˲,˲,P!B!B!B!B!B!B!B!B!B!c1c;nډ1ƈ뺮뺮뺮뺮뺮RJ)RJ)RJ)%ܹs;;88X,hiiiiiæiiiiiA1޿\.G֭jZݺcD]u}㺾q7꺮kRJ)RJ)RJ w޽{ν{RJ)RJ)Rj8lNOOOOOOOOOOOOOOOOOOO/ry^VjULjz~pul6u]H)RJ)RJ)ܽ{Ν;, 4')RJ)RJ)p؜5q\.7jZV*Fz^fl6uRJ)RJ)RJ)ݻwܹsb@srrg'NNO?k8l__.ޭjZV[u^zfl6պF"=z_|')%/{W_}hN_}w7gϞ={ٳgϞ={ٳgϞ=k/\V?>z^>|oli]#ǣG/GϏH/R^~%Ͽ滯Iz.56vvv_]ΕW{?w-//~/o׿6?K??ϳ~ۿ5RJ/G??Z:9999|w޽{ݻw56 b1c1xc1뺮뺮뺮뺮뺮kRJ)RJ)RJɗbX,bXiiiiii>kiiiiiM޻ %tEXtdate:create2014-05-02T18:14:11+02:00PO%tEXtdate:modify2013-10-31T20:17:42+01:00ÜIENDB`Converseen-0.9.9.4/res/cancel.png000077500000000000000000000035601417154001000165260ustar00rootroot00000000000000PNG  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.9.9.4/res/converseen.desktop000077500000000000000000000010321417154001000203250ustar00rootroot00000000000000[Desktop Entry] Type=Application Version=1.0 Name=Converseen GenericName=Converseen GenericName[en_GB]=Converseen GenericName[fr]=Converseen GenericName[it]=Converseen GenericName[ru]=Converseen GenericName[ro]=Converseen Comment=Batch image converter Comment[fr]=Convertisseur d'images par lots Comment[it]=Convertitore batch di immagini Comment[ru]=Пакетное преобразование изображений Comment[ro]=Batch converter pentru imagini Exec=converseen Icon=converseen Terminal=false Categories=Qt;KDE;Graphics; Converseen-0.9.9.4/res/converseen.ico000077500000000000000000000611761417154001000174450ustar00rootroot00000000000000 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.9.9.4/res/converseen.png000077500000000000000000002733531417154001000174610ustar00rootroot00000000000000PNG  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.9.9.4/res/converseen_import.desktop000077500000000000000000000012411417154001000217210ustar00rootroot00000000000000[Desktop Entry] ServiceTypes=KonqPopupMenu/Plugin,image/* TryExec=converseen Type=Service Actions=converseenImport; X-KDE-Submenu=Open with Converseen X-KDE-Submenu[fr]=Ouvrir avec Converseen X-KDE-Submenu[it]=Apri con Converseen X-KDE-Submenu[ro]=Deschide cu Converseen X-KDE-Submenu[ru]=Открыть с помощью Converseen X-KDE-Submenu[da]=Åbn med Converseen TryExec=convert [Desktop Action converseenImport] Name=Import Name[fr]=Importer Name[it]=Importa Name[ro]=Importați Name[ru]=Импортировать Name[da]=Importér Name[x-test]=xxImportaxx Icon=converseen Exec=find %U>$HOME/.converseen_list.txt && converseen --list $HOME/.converseen_list.txt Converseen-0.9.9.4/res/exec.png000077500000000000000000000036761417154001000162350ustar00rootroot00000000000000PNG  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.9.9.4/res/facebook-icon.png000077500000000000000000000010341417154001000177720ustar00rootroot00000000000000PNG  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.9.9.4/res/folder_documents.png000077500000000000000000000041501417154001000206310ustar00rootroot00000000000000PNG  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.9.9.4/res/google-plus-icon.png000077500000000000000000000030221417154001000204550ustar00rootroot00000000000000PNG  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.9.9.4/res/h.png000077500000000000000000000022321417154001000155230ustar00rootroot00000000000000PNG  IHDRatEXtSoftwareAdobe ImageReadyqe<"iTXtXML:com.adobe.xmp @IDATxb`NMp>: 6LhH6ޗ >  ~ l-#@`ͨ(tbM 7K!oIENDB`Converseen-0.9.9.4/res/icon.png000077500000000000000000000175411417154001000162350ustar00rootroot00000000000000PNG  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.9.9.4/res/loading.gif000077500000000000000000000223231417154001000166750ustar00rootroot00000000000000GIF89a 興~~~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.9.9.4/res/paypal_mini.png000077500000000000000000000032441417154001000176020ustar00rootroot00000000000000PNG  IHDR szzbKGD pHYs B(xtIME /٤II1IDATXõklUY{s} 4P4t҆Fcdh$h/$cרĤ_01&~haMaCgh)q }ږ{y˽J9+ڸx"Gwuu*((Zx B\3!q<r9fk~5./ѸC%1C5a<KtHA#MBj*ٷ/l埼9Nei~o޹rO2!9b'M+EGzJXDtoa- )_䃏n#D_3iAUASFr# bn±y):!oRJ Hp6=R3w4gVRR˧@Ŧ:Tk'&&&grqq<{Bp kLNN*{KKK#B}||<󣾾z yΝF'u]ҥK;0ާijIENDB`Converseen-0.9.9.4/res/reset.png000077500000000000000000000031451417154001000164220ustar00rootroot00000000000000PNG  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.9.9.4/res/v.png000077500000000000000000000023441417154001000155450ustar00rootroot00000000000000PNG  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.9.9.4/resource.h000077500000000000000000000007051417154001000160000ustar00rootroot00000000000000//{{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.9.9.4/resources.qrc000077500000000000000000000014141417154001000165170ustar00rootroot00000000000000 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/paypal_mini.png res/btn_donateCC_LG.png res/loading.gif Converseen-0.9.9.4/src/000077500000000000000000000000001417154001000145625ustar00rootroot00000000000000Converseen-0.9.9.4/src/Modules/000077500000000000000000000000001417154001000161725ustar00rootroot00000000000000Converseen-0.9.9.4/src/Modules/multipageconverter.cpp000077500000000000000000000036501417154001000226240ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #include "multipageconverter.h" MultipageConverter::MultipageConverter(QObject *parent) : QObject(parent) { } void MultipageConverter::readFile(QString fileName) { int page_counter = 0; QString tmpFileName; Image my_image; m_pagesList.clear(); for (;;) { try { MultipageItem mpi; tmpFileName = QString("%1[%2]") .arg(fileName) .arg(QString::number(page_counter)); my_image.read(tmpFileName.toStdString()); mpi.w = my_image.columns(); mpi.h = my_image.rows(); mpi.xres = my_image.xResolution(); mpi.yres = my_image.yResolution(); mpi.depth = my_image.depth(); m_pagesList << mpi; page_counter++; } catch (Error& my_error) { break; } catch( Magick::WarningCoder &warning ) { break; } catch( Magick::Warning &warning ) { break; } } } QList MultipageConverter::pages() { return m_pagesList; } Converseen-0.9.9.4/src/Modules/multipageconverter.h000077500000000000000000000025711417154001000222720ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #ifndef MULTIPAGECONVERTER_H #define MULTIPAGECONVERTER_H #include #include #include #include #include using namespace Magick; using namespace std; class MultipageItem { public: int w, h, xres, yres, depth; }; class MultipageConverter : public QObject { Q_OBJECT public: explicit MultipageConverter(QObject *parent = 0); void readFile(QString fileName); QList pages(); private: QList m_pagesList; signals: public slots: }; #endif // MULTIPAGECONVERTER_H Converseen-0.9.9.4/src/cachingsystem.cpp000077500000000000000000000041501417154001000201320ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #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.9.9.4/src/cachingsystem.h000077500000000000000000000031261417154001000176010ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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 . * * * */ #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.9.9.4/src/combofilters.cpp000077500000000000000000000046531417154001000177710ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #include "combofilters.h" Combofilters::Combofilters(QWidget *parent) : QComboBox(parent) { populateList(); } IMFilterType Combofilters::currentFilter() { return filtersList.at(currentIndex()); } int Combofilters::searchFilterIndex(IMFilterType 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.9.9.4/src/combofilters.h000077500000000000000000000025121417154001000174260ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #ifndef COMBOFILTERS_H #define COMBOFILTERS_H #include #include #include #include #include "globals.h" using namespace Magick; using namespace std; class Combofilters : public QComboBox { Q_OBJECT public: explicit Combofilters(QWidget *parent = 0); IMFilterType currentFilter(); int searchFilterIndex(IMFilterType filter); signals: public slots: private: void populateList(); QList filtersList; }; #endif // COMBOFILTERS_H Converseen-0.9.9.4/src/converter.cpp000077500000000000000000000141771417154001000173120ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #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.quiet(true); 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); mutex.lock(); imageCondition.wait(&mutex); mutex.unlock(); } 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(IMFilterType 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"; bool hasTransparency = false; #if MagickLibVersion < 0x700 hasTransparency = my_image.matte(); #else hasTransparency = my_image.alpha(); #endif if (m_changeBg_color || (excludedFormats.contains(format, Qt::CaseInsensitive) && hasTransparency)) { 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()); converted = true; } catch (Error& my_error) { converted = false; } return converted; } void Converter::stopProcess() { m_process_stopped = 1; } Converseen-0.9.9.4/src/converter.h000077500000000000000000000057451417154001000167600ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #ifndef __CONVERTER_H__ #define __CONVERTER_H__ #include #include #include #include #include #include #include #include #include "globals.h" 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(IMFilterType 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; IMFilterType m_resamplingFilter; signals: void nextConversion(int); void requestOverwrite(QString); void errorMessage(QString); private slots: void conversionCompleted(); }; #endif // __CONVERTER_H__ Converseen-0.9.9.4/src/dialogconversionstatus.cpp000077500000000000000000000101631417154001000221030ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #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.9.9.4/src/dialogconversionstatus.h000077500000000000000000000033211417154001000215460ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #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.9.9.4/src/dialoginfo.cpp000077500000000000000000000045721417154001000174140ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #include #include #include "dialoginfo.h" #include "globals.h" DialogInfo::DialogInfo(QWidget *parent) : QDialog(parent){ setupUi(this); connect(pushClose, SIGNAL(clicked()), this, SLOT(close())); connect(pushFacebook, SIGNAL(clicked()), this, SLOT(openFacebookPage())); QString appVersion; QString magickVersion; QString iMVersionStrTr = tr("ImageMagick Version:"); #ifdef Q_OS_WIN32 appVersion = QString("%1%2") .arg(QCoreApplication::applicationVersion()) .arg(globals::Globals::signature()); #else appVersion = QCoreApplication::applicationVersion(); #endif QString title = QString("

Converseen %1
" "%2

") .arg(appVersion) .arg(tr("The batch image converter and resizer.")); labelTitle->setText(title); magickVersion = globals::Globals::magickVersion(); QString versionString = QString("

%1 %2

").arg(iMVersionStrTr).arg(magickVersion); labelMagickVersion->setText(versionString); } void DialogInfo::openFacebookPage() { QDesktopServices::openUrl(QUrl("https://www.facebook.com/converseen", QUrl::TolerantMode)); } void DialogInfo::on_pushDonatePayPal_clicked() { QDesktopServices::openUrl(QUrl("https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HQA6TBT5354FC", QUrl::TolerantMode)); } Converseen-0.9.9.4/src/dialoginfo.h000077500000000000000000000021551417154001000170540ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #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 on_pushDonatePayPal_clicked(); }; #endif // DIALOGINFO_H Converseen-0.9.9.4/src/dialogmultipageeditor.cpp000077500000000000000000000107731417154001000216570ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #include #include #include "dialogmultipageeditor.h" #include "ui_dialogmultipageeditor.h" DialogMultipageEditor::DialogMultipageEditor(QWidget *parent) : QDialog(parent), ui(new Ui::DialogMultipageEditor) { ui->setupUi(this); toolBar = new QToolBar(this); this->layout()->setMenuBar(toolBar); toolBar->setToolButtonStyle(Qt::ToolButtonTextBesideIcon); toolBar->setVisible(true); toolBar->addAction(ui->actionCheck); toolBar->addAction(ui->actionCheckAll); toolBar->addSeparator(); toolBar->addAction(ui->actionUncheck); toolBar->addAction(ui->actionUncheckAll); ui->treeWidget->setUniformRowHeights(true); ui->treeWidget->setAlternatingRowColors(true); connect(ui->pushOk, SIGNAL(clicked()), this, SLOT(acceptDialog())); connect(ui->pushCancel, SIGNAL(clicked()), this, SLOT(reject())); } DialogMultipageEditor::~DialogMultipageEditor() { delete ui; } void DialogMultipageEditor::readFile(QString fileName) { analyzeMultipageFile(fileName); } QStringList DialogMultipageEditor::fileNames() { return m_fileNames; } void DialogMultipageEditor::analyzeMultipageFile(QString fileName) { m_currentFileName = fileName; MultipageConverter *mpc_aaa = new MultipageConverter(); mpc_aaa->readFile(fileName); QFileInfo fi(fileName); QString baseFileName = fi.fileName(); QList pagesList = mpc_aaa->pages(); for (int i = 0; i < pagesList.count(); i++) { QTreeWidgetItem *item = new QTreeWidgetItem(ui->treeWidget); item->setCheckState(0, Qt::Unchecked); QFileIconProvider qficon; QIcon icon = qficon.icon(fi); item->setIcon(0, icon); QString numberedFileName = QString("%1[%2]") .arg(baseFileName) .arg(QString::number(i)); item->setText(0, numberedFileName); // Filename + num item->setText(1, QString::number(i + 1)); QString pxSize = QString("%1x%2 px") .arg(pagesList.at(i).w) .arg(pagesList.at(i).h); item->setText(2, pxSize); // pixel size QString density = QString("x = %1 y = %2") .arg(pagesList.at(i).xres) .arg(pagesList.at(i).yres); item->setText(3, density); QString depth = QString("%1 bit") .arg(pagesList.at(i).depth); item->setText(4, depth); // depth in bit } } void DialogMultipageEditor::acceptDialog() { QTreeWidgetItemIterator it(ui->treeWidget); int i = 0; m_fileNames.clear(); while (*it) { if ((*it)->checkState(0) == Qt::Checked) { QString s = QString("%1[%2]") .arg(m_currentFileName) .arg(QString::number(i)); // Complete filename + num m_fileNames.append(s); } ++it; i++; } accept(); } /* Select all and select (true), unselect (false) */ void DialogMultipageEditor::selector(bool select_all, bool action_select) { QTreeWidgetItemIterator it(ui->treeWidget); while (*it) { if (((*it)->isSelected()) || (select_all)) { if (action_select) (*it)->setCheckState(0, Qt::Checked); else (*it)->setCheckState(0, Qt::Unchecked); } ++it; } } void DialogMultipageEditor::on_actionCheck_triggered() { selector(false, true); } void DialogMultipageEditor::on_actionCheckAll_triggered() { selector(true, true); } void DialogMultipageEditor::on_actionUncheck_triggered() { selector(false, false); } void DialogMultipageEditor::on_actionUncheckAll_triggered() { selector(true, false); } Converseen-0.9.9.4/src/dialogmultipageeditor.h000077500000000000000000000016561417154001000213240ustar00rootroot00000000000000#ifndef DIALOGMULTIPAGEEDITOR_H #define DIALOGMULTIPAGEEDITOR_H #include #include #include #include #include "Modules/multipageconverter.h" namespace Ui { class DialogMultipageEditor; } class DialogMultipageEditor : public QDialog { Q_OBJECT public: explicit DialogMultipageEditor(QWidget *parent = 0); ~DialogMultipageEditor(); void readFile(QString fileName); QStringList fileNames(); private slots: void on_actionCheck_triggered(); void on_actionCheckAll_triggered(); void on_actionUncheck_triggered(); void on_actionUncheckAll_triggered(); private: Ui::DialogMultipageEditor *ui; QToolBar *toolBar; QString m_currentFileName; QStringList m_fileNames; void selector(bool select_all, bool action_select); void analyzeMultipageFile(QString fileName); private slots: void acceptDialog(); }; #endif // DIALOGMULTIPAGEEDITOR_H Converseen-0.9.9.4/src/dialogoptions.cpp000077500000000000000000000057121417154001000201510ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #include #include "dialogoptions.h" #include "translator.h" #include "inisettings.h" #define INIFILENAME ".converseen.conf" DialogOptions::DialogOptions(QWidget *parent) : QDialog(parent){ setupUi(this); connect(pushOk, SIGNAL(clicked()), this, SLOT(saveOptions())); connect(pushCancel, SIGNAL(clicked()), this, SLOT(reject())); 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()) IniSettings::setOverwriteMode(false); if (radioOverwrite->isChecked()) IniSettings::setOverwriteMode(true); } void DialogOptions::setAutoUpdates() { bool enabled; if (checkCheckUpdates->isChecked()) enabled = true; else enabled = false; IniSettings::setAutoChechUpdates(enabled); } void DialogOptions::saveOptions() { setLanguage(); setOverwriteMode(); setAutoUpdates(); IniSettings::settings->sync(); accept(); } void DialogOptions::loadSettings() { bool overwriteMode = IniSettings::isOverwriteMode(); if (overwriteMode) radioOverwrite->setChecked(true); else radioAskFirst->setChecked(true); bool autoUpdates = IniSettings::isAutoChechUpdates(); if (autoUpdates) checkCheckUpdates->setCheckState(Qt::Checked); else checkCheckUpdates->setCheckState(Qt::Unchecked); Translator t; int idx = comboLangs->findText(t.currentLanguage(), Qt::MatchExactly); comboLangs->setCurrentIndex(idx); } Converseen-0.9.9.4/src/dialogoptions.h000077500000000000000000000024051417154001000176120ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #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 setAutoUpdates(); void loadSettings(); QSettings *settings; private slots: void saveOptions(); }; #endif // DIALOGOPTIONS_H Converseen-0.9.9.4/src/dialogquality.cpp000077500000000000000000000043761417154001000201530ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #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, IMFilterType 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(); } IMFilterType 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.9.9.4/src/dialogquality.h000077500000000000000000000026031417154001000176070ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #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, IMFilterType filter); int getJpegQuality(); int getPngQuality(); IMFilterType 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.9.9.4/src/dialogshowupdatemsg.cpp000077500000000000000000000015431417154001000213460ustar00rootroot00000000000000#include "dialogshowupdatemsg.h" #include "ui_dialogshowupdatemsg.h" #include "inisettings.h" DialogShowUpdateMsg::DialogShowUpdateMsg(QWidget *parent, const QString &caption, const QString &message) : QDialog(parent), ui(new Ui::DialogShowUpdateMsg) { ui->setupUi(this); this->setWindowTitle(caption); ui->labelMsg->setText(message); } DialogShowUpdateMsg::~DialogShowUpdateMsg() { delete ui; } void DialogShowUpdateMsg::setAutoUpdates(int arg1) { bool enabled; if (arg1 == Qt::Checked) enabled = false; else enabled = true; IniSettings::setAutoChechUpdates(enabled); } void DialogShowUpdateMsg::on_pushOk_clicked() { accept(); } void DialogShowUpdateMsg::on_checkBoxDisable_stateChanged(int arg1) { setAutoUpdates(arg1); } void DialogShowUpdateMsg::on_pushCancel_clicked() { reject(); } Converseen-0.9.9.4/src/dialogshowupdatemsg.h000077500000000000000000000011041417154001000210040ustar00rootroot00000000000000#ifndef DIALOGSHOWUPDATEMSG_H #define DIALOGSHOWUPDATEMSG_H #include namespace Ui { class DialogShowUpdateMsg; } class DialogShowUpdateMsg : public QDialog { Q_OBJECT public: explicit DialogShowUpdateMsg(QWidget *parent = 0, const QString &caption = 0, const QString &message = 0); ~DialogShowUpdateMsg(); private slots: void on_pushOk_clicked(); void on_checkBoxDisable_stateChanged(int arg1); void on_pushCancel_clicked(); private: Ui::DialogShowUpdateMsg *ui; void setAutoUpdates(int arg1); }; #endif // DIALOGSHOWUPDATEMSG_H Converseen-0.9.9.4/src/formats.cpp000077500000000000000000000124231417154001000167460ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #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() { //#if defined(Q_OS_LINUX) || defined(Q_OS_FREEBSD) list coderList; try { coderInfoList(&coderList, CoderInfo::TrueMatch, CoderInfo::AnyMatch, CoderInfo::AnyMatch); } catch (ErrorModule &e) { cerr << e.what() << endl; } list::iterator entry = coderList.begin(); QString readableExts; QStringList readableFiltersList; QStringList blacklist; blacklist << "pdf" << "ico" << "icon"; while(entry != coderList.end()) { if (entry->isReadable()) { QString currFormat = QString::fromStdString(entry->name()).toLower(); if (!(blacklist.contains(currFormat))) { 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; } //////////////////// // Adding manually some missing but supported formats readableFiltersList << ";;Tagged Image File Format [*.tif] (*.tif *.TIF )"; readableFiltersList << ";;Joint Photographic Experts Group JFIF format [*.jfif] (*.jfif *.JFIF )"; readableFiltersList = sortNonCaseSensitive(readableFiltersList); readableExts += "*.tif *.TIF *.jfif *.JFIF"; //////////////////// 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*/ // Adding manually some missing but supported formats s_writableFilters << "TIF - (Tagged Image File Format)"; s_writableFilters << "JFIF - (Joint Photographic Experts Group JFIF format)"; s_writableFilters = sortNonCaseSensitive(s_writableFilters); 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.9.9.4/src/formats.h000077500000000000000000000030641417154001000164140ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #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.9.9.4/src/globals.cpp000077500000000000000000000025251417154001000167200ustar00rootroot00000000000000/* * This file is part of Kawaii Emoji Messenger, a multiplatform Facebook client * based on the idea of bringing emoji on desktop. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #include "globals.h" QString globals::Globals::m_sig; void globals::Globals::setSignature(const QString &signature) { m_sig = signature; } QString globals::Globals::signature() { using namespace globals; return m_sig; } QString globals::Globals::magickVersion() { QString imVersion; const char *version = MagickCore::GetMagickVersion(nullptr); imVersion = QString::fromStdString(version); return imVersion; } Converseen-0.9.9.4/src/globals.h000077500000000000000000000027501417154001000163650ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #ifndef GLOBALS_H #define GLOBALS_H #include #include #include #include using namespace Magick; using namespace std; #if MagickLibVersion < 0x700 typedef FilterTypes IMFilterType; #else typedef FilterType IMFilterType; #endif namespace globals { const QString PROGRAM_NAME = "Converseen"; const int CURRENT_INTERNAL_VERSION = 994; const QString VERSION = "0.9.9.4"; class Globals { public: static void setSignature(const QString &signature); static QString signature(); static QString magickVersion(); private: static QString m_sig; }; } #endif // GLOBALS_H Converseen-0.9.9.4/src/inisettings.cpp000077500000000000000000000166131417154001000176400ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #include #include #include "inisettings.h" #define INIFILENAME ".converseen.conf" QSettings *IniSettings::settings; IniSettings::IniSettings(QObject *parent) : QObject(parent) { } void IniSettings::init() { QString configLocationPath = QStandardPaths::writableLocation(QStandardPaths::ConfigLocation); QString iniPath = QString("%1/converseen/%2").arg(configLocationPath).arg(INIFILENAME); #if defined(Q_OS_WIN) QDir portableConfigDir(QDir::currentPath() + "/settings"); if (portableConfigDir.exists()) configLocationPath = portableConfigDir.absolutePath(); iniPath = QString("%1/%2").arg(configLocationPath).arg(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 = 85; 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; } int IniSettings::currentVersion() { int version = 0; if (settings->contains("General/Current version")) version = settings->value("General/Current version").toInt(); return version; } QString IniSettings::language() { QString language = "English"; if (settings->contains("Options/language")) { language = settings->value("Options/language").value(); } return language; } bool IniSettings::isAutoChechUpdates() { bool enabled; if (settings->contains("Options/Check updates")) { enabled = settings->value("Options/Check updates").value(); } else enabled = true; return enabled; } // 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::setOverwriteMode(bool enabled) { settings->setValue("Options/Overwrite mode", enabled); } 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); } void IniSettings::setCurrentVersion(int version) { settings->setValue("General/Current version", version); } void IniSettings::setLanguage(QString lang) { settings->setValue("Options/language", lang); } void IniSettings::setAutoChechUpdates(bool enabled) { settings->setValue("Options/Check updates", enabled); } Converseen-0.9.9.4/src/inisettings.h000077500000000000000000000053751417154001000173100ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #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 int currentVersion(); static QString language(); static bool isAutoChechUpdates(); static void setOutputDir(QString path); static void setWindowGeometry(QByteArray geometry); static void setLatestWrittenFormatIndex(int index); static void setOverwriteMode(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); static void setCurrentVersion(int version); static void setLanguage(QString lang); static void setAutoChechUpdates(bool enabled); //private: static QSettings *settings; signals: public slots: }; #endif // INISETTINGS_H Converseen-0.9.9.4/src/main.cpp000077500000000000000000000035121417154001000162160ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #include #include #include #include #include "mainwindowimpl.h" #include "translator.h" #include "globals.h" int main(int argc, char ** argv) { InitializeMagick(*argv); QCoreApplication::setApplicationVersion(globals::VERSION); QTextCodec::setCodecForLocale(QTextCodec::codecForName("UTF-8")); QApplication app( argc, argv ); // Default traslations for Qt apps QTranslator qtTranslator; qtTranslator.load("qt_" + QLocale::system().name(), QLibraryInfo::location(QLibraryInfo::TranslationsPath)); app.installTranslator(&qtTranslator); // Converseen translations Translator T; app.installTranslator(T.translation()); MainWindowImpl win; if (argc > 1) { if (QString::fromStdString(argv[1]) == "--list") { win.importListFromArgv(QString::fromStdString(argv[2])); } } win.show(); app.connect( &app, SIGNAL( lastWindowClosed() ), &app, SLOT( quit() ) ); return app.exec(); } Converseen-0.9.9.4/src/mainwindowimpl.cpp000077500000000000000000000766241417154001000203460ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #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" #include "dialogmultipageeditor.h" #include "globals.h" using namespace Magick; using namespace std; // TODO: Inserire funzione per sostituire tutte le immagini MainWindowImpl::MainWindowImpl(QWidget * parent, Qt::WindowFlags 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))); connect(checkOverwrite, SIGNAL(stateChanged(int)), this, SLOT(setOverwriteStatus(int))); createActions(); setupMenu(); createContextMenu(); loadFormats(); comboResizeValues->addItems((QStringList() << "%" << "px")); adjustSize(); dockWidget->adjustSize(); treeWidget->header()->setSectionResizeMode(0, QHeaderView::ResizeToContents); loadOptions(); resetDisplays(); if (IniSettings::isAutoChechUpdates()) { checkForUpdates(); } checkVersion(); } MainWindowImpl::~MainWindowImpl() { saveSettings(); } 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(actionImportWindowsIconIco, SIGNAL(triggered()), this, SLOT(importIcoFile())); connect(actionImportPDFFile, SIGNAL(triggered()), this, SLOT(importPdfFile())); 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(actionDonatePaypal, SIGNAL(triggered()), this, SLOT(openPaypalLink())); connect(actionReportBug, SIGNAL(triggered()), this, SLOT(bugReport())); connect(actionCheckForUpdates, SIGNAL(triggered()), this, SLOT(checkForUpdates())); } void MainWindowImpl::setupMenu() { menu_File->addAction(actionOpenFiles); menu_File->addAction(actionAddFiles); menu_File->addSeparator(); menu_File->addAction(actionImportWindowsIconIco); menu_File->addAction(actionImportPDFFile); 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(); addFiles(); } void MainWindowImpl::addFiles() { CachingSystem::clear(); 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::importIcoFile() { QString path = IniSettings::latestOpenedDir(); QString fileName = QFileDialog::getOpenFileName(this, tr("Open Icon file"), path, tr("Microsoft icon (*.ico *.icon)")); if (!fileName.isEmpty()) openMultipageFile(fileName); } void MainWindowImpl::importPdfFile() { QString path = IniSettings::latestOpenedDir(); QString fileName = QFileDialog::getOpenFileName(this, tr("Open Pdf file"), path, tr("Portable Document Format (*.pdf)")); if (!fileName.isEmpty()) openMultipageFile(fileName); } void MainWindowImpl::openMultipageFile(QString fileName) { DialogMultipageEditor *dlg = new DialogMultipageEditor(); statusBar()->showMessage(tr("Analyzing the file. It may take a while, please wait...")); QApplication::setOverrideCursor(QCursor(Qt::WaitCursor)); dlg->readFile(fileName); QApplication::restoreOverrideCursor(); statusBar()->clearMessage(); dlg->exec(); if (dlg->result() == 1) { QStringList fileNames = dlg->fileNames(); 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 = (IMFilterType)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(); if (dlg.result() == 1) { checkOverwrite->setChecked(IniSettings::isOverwriteMode()); } } 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::checkVersion() { int savedVersion = IniSettings::currentVersion(); int currentVersion = globals::CURRENT_INTERNAL_VERSION; if (savedVersion < currentVersion) { #if defined(Q_OS_WIN) // Open thank you page on Windows QString welcomePage = QString("http://converseen.fasterland.net/thank/"); QDesktopServices::openUrl(QUrl(welcomePage, QUrl::TolerantMode)); #endif IniSettings::setCurrentVersion(currentVersion); } } void MainWindowImpl::saveSettings() { 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::setOverwriteMode(checkOverwrite->isChecked()); IniSettings::settings->sync(); } 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("https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HQA6TBT5354FC", 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); } void MainWindowImpl::setOverwriteStatus(int state) { bool isChecked = state == 0 ? false : true; IniSettings::setOverwriteMode(isChecked); IniSettings::settings->sync(); } Converseen-0.9.9.4/src/mainwindowimpl.h000077500000000000000000000106741417154001000200040ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #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::WindowFlags 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(); void checkVersion(); void saveSettings(); // This method is called when the program is closed 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; IMFilterType m_resamplingFilter; private slots: void loadFiles(QStringList fileNames); void openFiles(); void addFiles(); void importIcoFile(); void importPdfFile(); void openMultipageFile(QString fileName); // ! 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); void setOverwriteStatus(int state); }; #endif // MAINWINDOWIMPL_H Converseen-0.9.9.4/src/mylabelpreviewer.cpp000077500000000000000000000037641417154001000206610ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #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.9.9.4/src/mylabelpreviewer.h000077500000000000000000000027161417154001000203220ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #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.9.9.4/src/pixtreewidget.cpp000077500000000000000000000106451417154001000201630ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #include #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.9.9.4/src/pixtreewidget.h000077500000000000000000000034501417154001000176240ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #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.9.9.4/src/pushcolorchooser.cpp000077500000000000000000000023551417154001000206770ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #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.9.9.4/src/pushcolorchooser.h000077500000000000000000000021421417154001000203360ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #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.9.9.4/src/sizeutil.cpp000077500000000000000000000023071417154001000171430ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #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.9.9.4/src/sizeutil.h000077500000000000000000000017571417154001000166200ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #ifndef SIZEUTIL_H #define SIZEUTIL_H #include class SizeUtil { public: SizeUtil(); static QString simplifyFileSize(qint64 size); }; #endif // SIZEUTIL_H Converseen-0.9.9.4/src/thumbnailgeneratorthread.cpp000077500000000000000000000107661417154001000223650ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #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 *qmg = new QImage(); Image tmpImage = image; Geometry geometry; geometry.width(MAX_THUMB_W); geometry.height(MAX_THUMB_H); geometry.aspect(false); tmpImage.resize(geometry); Blob blob; tmpImage.magick("PNG"); // or PNG tmpImage.write(&blob); const QByteArray imageData((char*)(blob.data()),blob.length()); // Convert the data to a QPixmap in the vector qmg->loadFromData(imageData); return qmg; } 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.scaled(QSize(MAX_THUMB_W, MAX_THUMB_H), Qt::KeepAspectRatio, Qt::SmoothTransformation); } } else { try { my_image.quiet(true); 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!")); } } 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.9.9.4/src/thumbnailgeneratorthread.h000077500000000000000000000031641417154001000220240ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #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.9.9.4/src/translator.cpp000077500000000000000000000052131417154001000174630ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #include #include #include #include "translator.h" #include "whereiam.h" #include "inisettings.h" #define INIFILENAME ".converseen.conf" QString dataDir; QString language; Translator::Translator() { IniSettings::init(); WhereIAm w; dataDir = w.dataDir(); #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()); //QString translationFileQt = QLibraryInfo::location(QLibraryInfo::TranslationsPath) + "qt_" + QLocale::system().name(); transl->load(translationFile); // /*transl->load("qt_" + QLocale::system().name(), QLibraryInfo::location(QLibraryInfo::TranslationsPath));*/ return(transl); } QString Translator::loadCurrentTranslationName() { return IniSettings::language(); } void Translator::saveSettings(QString language) { if (language != "English") { QString lang = language; IniSettings::setLanguage(lang); } else IniSettings::setLanguage("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.9.9.4/src/translator.h000077500000000000000000000025111417154001000171260ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #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.9.9.4/src/updatechecker.cpp000077500000000000000000000055561417154001000201130ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #include #include "updatechecker.h" #include "dialogshowupdatemsg.h" #include "globals.h" #define VERSION_URL "https://fasterland.net/software-updates/converseen-version.txt" #define DESTINATION_URL "https://converseen.fasterland.net/update/" 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); QNetworkRequest netReq(url); netReq.setAttribute(QNetworkRequest::RedirectPolicyAttribute, true); // Autoredirect mNetworkManager->get(netReq); } void UpdateChecker::onNetworkReply(QNetworkReply* reply) { QString replyString; if(reply->error() == QNetworkReply::NoError) { int httpstatuscode = reply->attribute(QNetworkRequest::HttpStatusCodeAttribute).toUInt(); //qDebug() << "httpstatuscode: " << httpstatuscode; //QVariant possibleRedirectUrl = reply->attribute(QNetworkRequest::RedirectionTargetAttribute); //qDebug() << "possibleRedirectUrl: " << possibleRedirectUrl; switch(httpstatuscode) { case 200: if (reply->isReadable()) { replyString = QString::fromUtf8(reply->readAll().data()); checkIfIsNewVersion(replyString.toInt()); } break; } //qDebug() << "replyString: " << replyString; } reply->deleteLater(); } void UpdateChecker::checkIfIsNewVersion(int version) { if (version > globals::CURRENT_INTERNAL_VERSION) { QString caption = QString(tr("New version is available!")); QString message = QString(tr("A new version of %1 is available!\nWould you download it?")) .arg(globals::PROGRAM_NAME); DialogShowUpdateMsg dlg(0, caption, message); if (dlg.exec()) { QDesktopServices::openUrl(QUrl(DESTINATION_URL, QUrl::TolerantMode)); } } } Converseen-0.9.9.4/src/updatechecker.h000077500000000000000000000024271417154001000175520ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #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.9.9.4/src/whereiam.cpp000077500000000000000000000025641417154001000171010ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #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.9.9.4/src/whereiam.h000077500000000000000000000017351417154001000165450ustar00rootroot00000000000000/* * This file is part of Converseen, an open-source batch image converter * and resizer. * * (C) Francesco Mondello 2009 - 2022 * * 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: Francesco Mondello * */ #ifndef __WHEREIAM_H__ #define __WHEREIAM_H__ #include class WhereIAm { public: WhereIAm(); QString dataDir(); }; #endif // __WHEREIAM_H__ Converseen-0.9.9.4/ui/000077500000000000000000000000001417154001000144105ustar00rootroot00000000000000Converseen-0.9.9.4/ui/dialogconversionstatus.ui000077500000000000000000000163621417154001000215730ustar00rootroot00000000000000 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.9.9.4/ui/dialoginfo.ui000077500000000000000000000443561417154001000171010ustar00rootroot00000000000000 DialogInfo 0 0 526 650 0 0 About Converseen... 0 0 :/Images/res/icon.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:'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 - true true 0 0 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: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;">Author: </span><span style=" font-size:10pt;">Francesco Mondello (Faster) - </span><a href="http://fasterland.net/"><span style=" text-decoration: underline; ">fasterland.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-size:10pt; font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" font-size:10pt; text-decoration: underline; ">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-size:10pt; font-weight:600;">Project Website: </span><a href="http://converseen.fasterland.net"><span style=" text-decoration: underline; ">converseen.fasterland.net</span></a></p></body></html> true <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" 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> 0 0 QAbstractScrollArea::AdjustToContents true 0 0 872 449 <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> <html><head/><body><p><span style=" font-weight:600;">French Translation: </span>Adrien DAUGABEL <a href="mailto:adrien.d@mageialinux-online.org"><span style=" text-decoration: underline; ">adrien.d@mageialinux-online.org - </span></a>David GEIGER <a href="mailto:david.david@mageialinux-online.org"><span style=" text-decoration: underline; ">david.david@mageialinux-online.org</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Brazilian Portuguese Translation: </span>Paulo Guzmán - <a href="mailto:white.hat@msn.com"><span style=" text-decoration: underline; ">white.hat@msn.com</span></a> -<span style=" font-weight:600;"/>Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; ">marciopanto@gmail.com</span></a></p></body></html> 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; ">xenolith0bytetestcomgreen@gmail.com</span></a></p></body></html> <html><head/><body><p><span style=" font-weight:600;">Danish translation: </span>Martin Eilsoe - <a href="mailto:martin.eilsoe@gmail.com"><span style=" text-decoration: underline; ">martin.eilsoe@gmail.com</span></a></p></body></html> <strong>Ukrainian translation: </strong>AleXKaN - <a href="mailto:aws2@india.com">aws2@india.com</a> <html><head/><body><p><span style=" font-weight:600;">Swedish translation: </span>Åke Engelbrektson - <a href="mailto:eson@svenskasprakfiler.se"><span style=" text-decoration: underline; color:#0057ae;">eson@svenskasprakfiler.se</span></a></p></body></html> <strong>Simplified Chinese translation: </strong>myd7349 - <a href="mailto:myd7349@gmail.com">myd7349@gmail.com</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 donate via PayPal</span></p></body></html> true :/Images/res/btn_donateCC_LG.png:/Images/res/btn_donateCC_LG.png 150 50 true Qt::Horizontal 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 32 32 true Qt::Horizontal 40 20 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" /><meta charset="utf-8" /><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 - 2022 Francesco Mondello GNU - GPL v.3</span></p></body></html> Qt::Horizontal 40 20 Close groupBox line label_3 label_2 line_2 labelMagickVersion Converseen-0.9.9.4/ui/dialogmultipageeditor.ui000077500000000000000000000107411417154001000213330ustar00rootroot00000000000000 DialogMultipageEditor 0 0 617 426 Import multipage document Check the pages or subimages you want to import QAbstractItemView::ExtendedSelection false true Subpage Page Pixel size Density Depth <html><head/><body><p><a href="https://converseen.fasterland.net/converseen-can-convert-pdf-as-image-files/"><span style=" text-decoration: underline; color:#007af4;">How to enable the PDF conversion?</span></a></p></body></html> true Qt::TextBrowserInteraction Qt::Horizontal 40 20 Cancel :/Images/res/cancel.png:/Images/res/cancel.png Import :/Images/res/apply.png:/Images/res/apply.png :/Images/res/apply.png:/Images/res/apply.png Check :/Images/res/apply.png:/Images/res/apply.png Check all :/Images/res/adept_purge.png:/Images/res/adept_purge.png Uncheck :/Images/res/adept_purge.png:/Images/res/adept_purge.png Uncheck all Converseen-0.9.9.4/ui/dialogoptions.ui000077500000000000000000000060631417154001000176320ustar00rootroot00000000000000 DialogOptions 0 0 361 278 Settings Language Language: 0 0 Overwriting settings As&k first true O&verwrite all existing images Updates Checks for updates automatically Qt::Horizontal 40 20 Ok Cancel Converseen-0.9.9.4/ui/dialogquality.ui000077500000000000000000000111671417154001000176300ustar00rootroot00000000000000 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.9.9.4/ui/dialogshowupdatemsg.ui000077500000000000000000000035041417154001000210260ustar00rootroot00000000000000 DialogShowUpdateMsg 0 0 366 130 Dialog TextLabel Qt::Vertical 20 24 Don't show again Qt::Horizontal 40 20 Update Now Not Now Converseen-0.9.9.4/ui/mainwindow.ui000077500000000000000000001451421417154001000171350ustar00rootroot00000000000000 MainWindow 0 0 1000 720 0 0 0 0 1080 850 Converseen :/Images/res/icon.png:/Images/res/icon.png 0 0 720 680 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 26 &File &Edit &Actions &Help 0 0 375 298 QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable Actio&ns Panel 1 0 0 0 250 QFrame::NoFrame true 0 -360 347 1059 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" 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 10000.000000000000000 3 10000.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 - 9&0° :/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: Prefi&x/Suffix true Progressi&ve Number false #_copy Start with: false 99999 1 Qt::Horizontal Overwrite all Qt::Vertical 20 40 toolBar false 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 :/Images/res/paypal_mini.png:/Images/res/paypal_mini.png &Donate via Paypal Donate via Paypal &Report bug... Import PDF file Import windows icon (*.ico) Import windows icon (*.ico *.icon) &Check for updates Check if a new version of Converseen is available PixTreeWidget QTreeWidget
src/pixtreewidget.h
myLabelPreviewer QLabel
src/mylabelpreviewer.h
PushColorChooser QPushButton
src/pushcolorchooser.h