diff -Nru converseen-0.5.1/CMakeLists.txt converseen-0.6.4/CMakeLists.txt --- converseen-0.5.1/CMakeLists.txt 2012-05-24 20:06:36.000000000 +0000 +++ converseen-0.6.4/CMakeLists.txt 2013-07-22 23:04:34.000000000 +0000 @@ -15,42 +15,44 @@ ) SET(converseen_SRCS - src/pushcolorchooser.cpp src/main.cpp + src/cachingsystem.cpp + src/combofilters.cpp + src/converter.cpp + src/dialogconversionstatus.cpp + src/dialoginfo.cpp src/dialogoptions.cpp + src/dialogquality.cpp + src/formats.cpp src/inisettings.cpp - src/translator.cpp - src/converter.cpp + src/mainwindowimpl.cpp + src/mylabelpreviewer.cpp src/pixtreewidget.cpp - src/imageinformations.cpp + src/pushcolorchooser.cpp src/sizeutil.cpp src/thumbnailgeneratorthread.cpp - src/dialogquality.cpp - src/mylabelpreviewer.cpp - src/mainwindowimpl.cpp - src/dialoginfo.cpp + src/translator.cpp src/whereiam.cpp - src/formats.cpp - src/dialogconversionstatus.cpp ) SET(converseen_MOC_HDRS - src/pushcolorchooser.h + src/cachingsystem.h + src/combofilters.h + src/converter.h + src/dialogconversionstatus.h + src/dialoginfo.h src/dialogoptions.h + src/dialogquality.h + src/formats.h src/inisettings.h - src/translator.h - src/converter.h + src/mainwindowimpl.h + src/mylabelpreviewer.h src/pixtreewidget.h - src/imageinformations.h + src/pushcolorchooser.h src/sizeutil.h src/thumbnailgeneratorthread.h - src/dialogquality.h - src/mylabelpreviewer.h - src/mainwindowimpl.h - src/dialoginfo.h + src/translator.h src/whereiam.h - src/formats.h - src/dialogconversionstatus.h ) SET(converseen_RESOURCES @@ -63,10 +65,11 @@ loc/converseen_es_CL.ts loc/converseen_pt_BR.ts loc/converseen_cs_CZ.ts - loc/converseen_pl_PL.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 ) FIND_PACKAGE(Qt4 REQUIRED) @@ -84,7 +87,8 @@ ADD_DEFINITIONS( -Wall -W - -pthread + -DMAGICKCORE_HDRI_ENABLE=0 + -DMAGICKCORE_QUANTUM_DEPTH=16 ${QT_DEFINITIONS} ) @@ -110,6 +114,7 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/converseen_fr_FR.qm DESTINATION ${CMAKE_INSTALL_PREFIX}/share/converseen) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/converseen_hu_HU.qm DESTINATION ${CMAKE_INSTALL_PREFIX}/share/converseen) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/converseen_it_IT.qm DESTINATION ${CMAKE_INSTALL_PREFIX}/share/converseen) -install(FILES ${CMAKE_CURRENT_BINARY_DIR}/converseen_pl_PL.qm DESTINATION ${CMAKE_INSTALL_PREFIX}/share/converseen) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/converseen_pt_BR.qm DESTINATION ${CMAKE_INSTALL_PREFIX}/share/converseen) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/converseen_tr_TR.qm DESTINATION ${CMAKE_INSTALL_PREFIX}/share/converseen) +install(FILES ${CMAKE_CURRENT_BINARY_DIR}/converseen_ru_RU.qm DESTINATION ${CMAKE_INSTALL_PREFIX}/share/converseen) +install(FILES ${CMAKE_CURRENT_BINARY_DIR}/converseen_pl_PL.qm DESTINATION ${CMAKE_INSTALL_PREFIX}/share/converseen) diff -Nru converseen-0.5.1/README converseen-0.6.4/README --- converseen-0.5.1/README 2012-04-26 11:24:54.000000000 +0000 +++ converseen-0.6.4/README 2013-07-22 23:04:34.000000000 +0000 @@ -1,18 +1,49 @@ -Converseen is an open source project written in C++ with the powerful Qt4 libraries. -Thanks to the Magick++ image libraries it supports more than 100 image formats. +# Converseen + +![alt text](http://converseen.sourceforge.net/res/converseen1.png "Converseen on Kde") + +**Converseen** is an open source project written in **C++** with the powerful **Qt4** libraries. +Thanks to the **Magick++** image libraries it supports more than **100 image formats**. You can convert an unlimited number of images and / or create thumbnails to any of the most popular formats: DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. -With Converseen you can save your time because it allows you to process more than one image with a mouse click! -Converseen is very simple: it features a very simple user interface without strange options. +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. - +* Carry out a single or a multiple conversion. +* Resize one or multiple images. +* Compress images for your web pages. + +## Installing + +**Converseen** is available for both **Linux** and **Windows** platforms. +To install **Converseen** source or binaries follow [these instructions](http://converseen.sourceforge.net/index.php?page=1). + +## Author + +[Francesco Mondello](http://converseen.sourceforge.net/). +To contact me you can use [this page](http://converseen.sourceforge.net/index.php?page=4). + + +You can find more details about **Converseen** at [converseen.sf.net](http://converseen.sourceforge.net/). +If you appreciate this work and would like to support the project, you are welcome to [donate](http://converseen.sourceforge.net/#donations) **1 EUR** via **Paypal**. + +## License -Converseen is free and released under the GNU/GPL terms. + Converseen - The image batch converter and resizer + Copyright (C) 2009-2013 Francesco Mondello + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. -Faster -faster3ck@gmail.com + You should have received a copy of the GNU General Public License + along with this program. If not, see . diff -Nru converseen-0.5.1/converseen.nsi converseen-0.6.4/converseen.nsi --- converseen-0.5.1/converseen.nsi 2012-07-02 11:49:35.000000000 +0000 +++ converseen-0.6.4/converseen.nsi 1970-01-01 00:00:00.000000000 +0000 @@ -1,568 +0,0 @@ -; Script generated by the HM NIS Edit Script Wizard. - -; HM NIS Edit Wizard helper defines -!define PRODUCT_NAME "Converseen" -!define PRODUCT_VERSION "0.5.1" -!define PRODUCT_PUBLISHER "Francesco Mondello" -!define PRODUCT_WEB_SITE "http://converseen.sf.net" -!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\converseen.exe" -!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" -!define PRODUCT_UNINST_ROOT_KEY "HKLM" - -SetCompressor lzma - -; MUI 1.67 compatible ------ -!include "MUI.nsh" - -; MUI Settings -!define MUI_ABORTWARNING -!define MUI_ICON "${NSISDIR}\Contrib\Graphics\Icons\orange-install.ico" -!define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\orange-uninstall.ico" - -; Language Selection Dialog Settings -!define MUI_LANGDLL_REGISTRY_ROOT "${PRODUCT_UNINST_ROOT_KEY}" -!define MUI_LANGDLL_REGISTRY_KEY "${PRODUCT_UNINST_KEY}" -!define MUI_LANGDLL_REGISTRY_VALUENAME "NSIS:Language" - -; Welcome page -!insertmacro MUI_PAGE_WELCOME -; License page -!insertmacro MUI_PAGE_LICENSE "COPYING.txt" -; Directory page -!insertmacro MUI_PAGE_DIRECTORY -; Instfiles page -!insertmacro MUI_PAGE_INSTFILES -; Finish page -!define MUI_FINISHPAGE_RUN "$INSTDIR\converseen.exe" -!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\Readme.txt" -!insertmacro MUI_PAGE_FINISH - -; Uninstaller pages -!insertmacro MUI_UNPAGE_INSTFILES - -; Language files -!insertmacro MUI_LANGUAGE "Czech" -!insertmacro MUI_LANGUAGE "English" -!insertmacro MUI_LANGUAGE "French" -!insertmacro MUI_LANGUAGE "German" -!insertmacro MUI_LANGUAGE "Hungarian" -!insertmacro MUI_LANGUAGE "Italian" -!insertmacro MUI_LANGUAGE "Polish" -!insertmacro MUI_LANGUAGE "PortugueseBR" -!insertmacro MUI_LANGUAGE "SpanishInternational" -!insertmacro MUI_LANGUAGE "Turkish" - -; Reserve files -!insertmacro MUI_RESERVEFILE_INSTALLOPTIONS - -; MUI end ------ - -Name "${PRODUCT_NAME} ${PRODUCT_VERSION}" -OutFile "Converseen-0.5.1-win32-setup.exe" -InstallDir "$PROGRAMFILES\Converseen" -InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" "" -ShowInstDetails show -ShowUnInstDetails show - -Function .onInit - !insertmacro MUI_LANGDLL_DISPLAY -FunctionEnd - -Section "Converseen" SEC01 - SetOutPath "$INSTDIR" - File "analyze.dll" - File "coder.xml" - File "colors.xml" - File "configure.xml" - SetOutPath "$INSTDIR\Converseen" - File "Converseen\converseen_cs_CZ.qm" - File "Converseen\converseen_de_DE.qm" - File "Converseen\converseen_es_CL.qm" - File "Converseen\converseen_fr_FR.qm" - File "Converseen\converseen_hu_HU.qm" - File "Converseen\converseen_it_IT.qm" - File "Converseen\converseen_pl_PL.qm" - File "Converseen\converseen_pt_BR.qm" - File "Converseen\converseen_tr_TR.qm" - SetOutPath "$INSTDIR" - File "converseen.exe" - File "COPYING.txt" - File "CORE_RL_bzlib_.dll" - File "CORE_RL_jbig_.dll" - File "CORE_RL_jp2_.dll" - File "CORE_RL_jpeg_.dll" - File "CORE_RL_lcms_.dll" - File "CORE_RL_libxml_.dll" - File "CORE_RL_Magick++_.dll" - File "CORE_RL_magick_.dll" - File "CORE_RL_png_.dll" - File "CORE_RL_tiff_.dll" - File "CORE_RL_ttf_.dll" - File "CORE_RL_wand_.dll" - File "CORE_RL_xlib_.dll" - File "CORE_RL_zlib_.dll" - File "dcraw.exe" - File "delegates.xml" - File "emfplus.exe" - File "english.xml" - File "ffmpeg.exe" - File "hp2xx.exe" - File "ImageMagick.rdf" - File "IM_MOD_RL_aai_.dll" - File "IM_MOD_RL_art_.dll" - File "IM_MOD_RL_avs_.dll" - File "IM_MOD_RL_bgr_.dll" - File "IM_MOD_RL_bmp_.dll" - File "IM_MOD_RL_braille_.dll" - File "IM_MOD_RL_cals_.dll" - File "IM_MOD_RL_caption_.dll" - File "IM_MOD_RL_cin_.dll" - File "IM_MOD_RL_cip_.dll" - File "IM_MOD_RL_clipboard_.dll" - File "IM_MOD_RL_clip_.dll" - File "IM_MOD_RL_cmyk_.dll" - File "IM_MOD_RL_cut_.dll" - File "IM_MOD_RL_dcm_.dll" - File "IM_MOD_RL_dds_.dll" - File "IM_MOD_RL_debug_.dll" - File "IM_MOD_RL_dib_.dll" - File "IM_MOD_RL_djvu_.dll" - File "IM_MOD_RL_dng_.dll" - File "IM_MOD_RL_dot_.dll" - File "IM_MOD_RL_dps_.dll" - File "IM_MOD_RL_dpx_.dll" - File "IM_MOD_RL_emf_.dll" - File "IM_MOD_RL_ept_.dll" - File "IM_MOD_RL_exr_.dll" - File "IM_MOD_RL_fax_.dll" - File "IM_MOD_RL_fd_.dll" - File "IM_MOD_RL_fits_.dll" - File "IM_MOD_RL_fpx_.dll" - File "IM_MOD_RL_gif_.dll" - File "IM_MOD_RL_gradient_.dll" - File "IM_MOD_RL_gray_.dll" - File "IM_MOD_RL_hald_.dll" - File "IM_MOD_RL_hdr_.dll" - File "IM_MOD_RL_histogram_.dll" - File "IM_MOD_RL_hrz_.dll" - File "IM_MOD_RL_html_.dll" - File "IM_MOD_RL_icon_.dll" - File "IM_MOD_RL_info_.dll" - File "IM_MOD_RL_inline_.dll" - File "IM_MOD_RL_ipl_.dll" - File "IM_MOD_RL_jbig_.dll" - File "IM_MOD_RL_jp2_.dll" - File "IM_MOD_RL_jpeg_.dll" - File "IM_MOD_RL_label_.dll" - File "IM_MOD_RL_mac_.dll" - File "IM_MOD_RL_magick_.dll" - File "IM_MOD_RL_map_.dll" - File "IM_MOD_RL_matte_.dll" - File "IM_MOD_RL_mat_.dll" - File "IM_MOD_RL_meta_.dll" - File "IM_MOD_RL_miff_.dll" - File "IM_MOD_RL_mono_.dll" - File "IM_MOD_RL_mpc_.dll" - File "IM_MOD_RL_mpeg_.dll" - File "IM_MOD_RL_mpr_.dll" - File "IM_MOD_RL_msl_.dll" - File "IM_MOD_RL_mtv_.dll" - File "IM_MOD_RL_mvg_.dll" - File "IM_MOD_RL_null_.dll" - File "IM_MOD_RL_otb_.dll" - File "IM_MOD_RL_palm_.dll" - File "IM_MOD_RL_pango_.dll" - File "IM_MOD_RL_pattern_.dll" - File "IM_MOD_RL_pcd_.dll" - File "IM_MOD_RL_pcl_.dll" - File "IM_MOD_RL_pcx_.dll" - File "IM_MOD_RL_pdb_.dll" - File "IM_MOD_RL_pdf_.dll" - File "IM_MOD_RL_pes_.dll" - File "IM_MOD_RL_pict_.dll" - File "IM_MOD_RL_pix_.dll" - File "IM_MOD_RL_plasma_.dll" - File "IM_MOD_RL_png_.dll" - File "IM_MOD_RL_pnm_.dll" - File "IM_MOD_RL_preview_.dll" - File "IM_MOD_RL_ps2_.dll" - File "IM_MOD_RL_ps3_.dll" - File "IM_MOD_RL_psd_.dll" - File "IM_MOD_RL_ps_.dll" - File "IM_MOD_RL_pwp_.dll" - File "IM_MOD_RL_raw_.dll" - File "IM_MOD_RL_rgb_.dll" - File "IM_MOD_RL_rla_.dll" - File "IM_MOD_RL_rle_.dll" - File "IM_MOD_RL_scr_.dll" - File "IM_MOD_RL_sct_.dll" - File "IM_MOD_RL_sfw_.dll" - File "IM_MOD_RL_sgi_.dll" - File "IM_MOD_RL_stegano_.dll" - File "IM_MOD_RL_sun_.dll" - File "IM_MOD_RL_svg_.dll" - File "IM_MOD_RL_tga_.dll" - File "IM_MOD_RL_thumbnail_.dll" - File "IM_MOD_RL_tiff_.dll" - File "IM_MOD_RL_tile_.dll" - File "IM_MOD_RL_tim_.dll" - File "IM_MOD_RL_ttf_.dll" - File "IM_MOD_RL_txt_.dll" - File "IM_MOD_RL_uil_.dll" - File "IM_MOD_RL_url_.dll" - File "IM_MOD_RL_uyvy_.dll" - File "IM_MOD_RL_vicar_.dll" - File "IM_MOD_RL_vid_.dll" - File "IM_MOD_RL_viff_.dll" - File "IM_MOD_RL_wbmp_.dll" - File "IM_MOD_RL_webp_.dll" - File "IM_MOD_RL_wmf_.dll" - File "IM_MOD_RL_wpg_.dll" - File "IM_MOD_RL_xbm_.dll" - File "IM_MOD_RL_xcf_.dll" - File "IM_MOD_RL_xc_.dll" - File "IM_MOD_RL_xpm_.dll" - File "IM_MOD_RL_xps_.dll" - File "IM_MOD_RL_xtrn_.dll" - File "IM_MOD_RL_xwd_.dll" - File "IM_MOD_RL_x_.dll" - File "IM_MOD_RL_ycbcr_.dll" - File "IM_MOD_RL_yuv_.dll" - File "locale.xml" - File "log.xml" - File "magic.xml" - File "NOTICE" - SetOutPath "$INSTDIR\plugins\imageformats" - File "plugins\imageformats\qgif4.dll" - File "plugins\imageformats\qgif4.lib" - File "plugins\imageformats\qgifd4.dll" - File "plugins\imageformats\qgifd4.lib" - File "plugins\imageformats\qico4.dll" - File "plugins\imageformats\qico4.lib" - File "plugins\imageformats\qicod4.dll" - File "plugins\imageformats\qicod4.lib" - File "plugins\imageformats\qjpeg4.dll" - File "plugins\imageformats\qjpeg4.lib" - File "plugins\imageformats\qjpegd4.dll" - File "plugins\imageformats\qjpegd4.lib" - File "plugins\imageformats\qmng4.dll" - File "plugins\imageformats\qmng4.lib" - File "plugins\imageformats\qmngd4.dll" - File "plugins\imageformats\qmngd4.lib" - File "plugins\imageformats\qsvg4.dll" - File "plugins\imageformats\qsvg4.lib" - File "plugins\imageformats\qsvgd4.dll" - File "plugins\imageformats\qsvgd4.lib" - File "plugins\imageformats\qtga4.dll" - File "plugins\imageformats\qtga4.lib" - File "plugins\imageformats\qtgad4.dll" - File "plugins\imageformats\qtgad4.lib" - File "plugins\imageformats\qtiff4.dll" - File "plugins\imageformats\qtiff4.lib" - File "plugins\imageformats\qtiffd4.dll" - File "plugins\imageformats\qtiffd4.lib" - SetOutPath "$INSTDIR" - File "policy.xml" - File "qgif4.dll" - File "qgifd4.dll" - File "qico4.dll" - File "qicod4.dll" - File "qjpeg4.dll" - File "qjpegd4.dll" - File "qmng4.dll" - File "qmngd4.dll" - File "qsvg4.dll" - File "qsvgd4.dll" - File "qt.conf" - File "QtCore4.dll" - File "qtga4.dll" - File "qtgad4.dll" - File "QtGui4.dll" - File "qtiff4.dll" - File "qtiffd4.dll" - File "Readme.txt" - File "sRGB.icc" - File "thresholds.xml" - File "type-ghostscript.xml" - File "type.xml" - SetOutPath "$INSTDIR\Windows" - File "Windows\Readableformats.txt" - File "Windows\WritableFormats.txt" - SetOutPath "$INSTDIR" - File "X11.dll" - File "Xext.dll" - - SetShellVarContext all - CreateDirectory "$SMPROGRAMS\Converseen" - CreateShortCut "$SMPROGRAMS\Converseen\Converseen.lnk" "$INSTDIR\converseen.exe" - CreateShortCut "$DESKTOP\Converseen.lnk" "$INSTDIR\converseen.exe" -SectionEnd - - - -Section -AdditionalIcons - SetShellVarContext all - WriteIniStr "$INSTDIR\${PRODUCT_NAME}.url" "InternetShortcut" "URL" "${PRODUCT_WEB_SITE}" - CreateShortCut "$SMPROGRAMS\Converseen\Website.lnk" "$INSTDIR\${PRODUCT_NAME}.url" - CreateShortCut "$SMPROGRAMS\Converseen\Uninstall.lnk" "$INSTDIR\uninst.exe" -SectionEnd - -Section -Post - WriteUninstaller "$INSTDIR\uninst.exe" - WriteRegStr HKLM "${PRODUCT_DIR_REGKEY}" "" "$INSTDIR\converseen.exe" - WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayName" "$(^Name)" - WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "UninstallString" "$INSTDIR\uninst.exe" - WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayIcon" "$INSTDIR\converseen.exe" - WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "DisplayVersion" "${PRODUCT_VERSION}" - WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "URLInfoAbout" "${PRODUCT_WEB_SITE}" - WriteRegStr ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" "Publisher" "${PRODUCT_PUBLISHER}" -SectionEnd - - -Function un.onUninstSuccess - HideWindow - MessageBox MB_ICONINFORMATION|MB_OK "$(^Name) it's completely removed from your system." -FunctionEnd - -Function un.onInit -!insertmacro MUI_UNGETLANGUAGE - MessageBox MB_ICONQUESTION|MB_YESNO|MB_DEFBUTTON2 "Are you sure to uninstall $(^Name) and all its components?" IDYES +2 - Abort -FunctionEnd - -Section Uninstall - Delete "$INSTDIR\${PRODUCT_NAME}.url" - Delete "$INSTDIR\uninst.exe" - Delete "$INSTDIR\Xext.dll" - Delete "$INSTDIR\X11.dll" - Delete "$INSTDIR\Windows\WritableFormats.txt" - Delete "$INSTDIR\Windows\Readableformats.txt" - Delete "$INSTDIR\type.xml" - Delete "$INSTDIR\type-ghostscript.xml" - Delete "$INSTDIR\thresholds.xml" - Delete "$INSTDIR\sRGB.icc" - Delete "$INSTDIR\Readme.txt" - Delete "$INSTDIR\qtiffd4.dll" - Delete "$INSTDIR\qtiff4.dll" - Delete "$INSTDIR\QtGui4.dll" - Delete "$INSTDIR\qtgad4.dll" - Delete "$INSTDIR\qtga4.dll" - Delete "$INSTDIR\QtCore4.dll" - Delete "$INSTDIR\qt.conf" - Delete "$INSTDIR\qsvgd4.dll" - Delete "$INSTDIR\qsvg4.dll" - Delete "$INSTDIR\qmngd4.dll" - Delete "$INSTDIR\qmng4.dll" - Delete "$INSTDIR\qjpegd4.dll" - Delete "$INSTDIR\qjpeg4.dll" - Delete "$INSTDIR\qicod4.dll" - Delete "$INSTDIR\qico4.dll" - Delete "$INSTDIR\qgifd4.dll" - Delete "$INSTDIR\qgif4.dll" - Delete "$INSTDIR\policy.xml" - Delete "$INSTDIR\plugins\imageformats\qtiffd4.lib" - Delete "$INSTDIR\plugins\imageformats\qtiffd4.dll" - Delete "$INSTDIR\plugins\imageformats\qtiff4.lib" - Delete "$INSTDIR\plugins\imageformats\qtiff4.dll" - Delete "$INSTDIR\plugins\imageformats\qtgad4.lib" - Delete "$INSTDIR\plugins\imageformats\qtgad4.dll" - Delete "$INSTDIR\plugins\imageformats\qtga4.lib" - Delete "$INSTDIR\plugins\imageformats\qtga4.dll" - Delete "$INSTDIR\plugins\imageformats\qsvgd4.lib" - Delete "$INSTDIR\plugins\imageformats\qsvgd4.dll" - Delete "$INSTDIR\plugins\imageformats\qsvg4.lib" - Delete "$INSTDIR\plugins\imageformats\qsvg4.dll" - Delete "$INSTDIR\plugins\imageformats\qmngd4.lib" - Delete "$INSTDIR\plugins\imageformats\qmngd4.dll" - Delete "$INSTDIR\plugins\imageformats\qmng4.lib" - Delete "$INSTDIR\plugins\imageformats\qmng4.dll" - Delete "$INSTDIR\plugins\imageformats\qjpegd4.lib" - Delete "$INSTDIR\plugins\imageformats\qjpegd4.dll" - Delete "$INSTDIR\plugins\imageformats\qjpeg4.lib" - Delete "$INSTDIR\plugins\imageformats\qjpeg4.dll" - Delete "$INSTDIR\plugins\imageformats\qicod4.lib" - Delete "$INSTDIR\plugins\imageformats\qicod4.dll" - Delete "$INSTDIR\plugins\imageformats\qico4.lib" - Delete "$INSTDIR\plugins\imageformats\qico4.dll" - Delete "$INSTDIR\plugins\imageformats\qgifd4.lib" - Delete "$INSTDIR\plugins\imageformats\qgifd4.dll" - Delete "$INSTDIR\plugins\imageformats\qgif4.lib" - Delete "$INSTDIR\plugins\imageformats\qgif4.dll" - Delete "$INSTDIR\NOTICE" - Delete "$INSTDIR\magic.xml" - Delete "$INSTDIR\log.xml" - Delete "$INSTDIR\locale.xml" - Delete "$INSTDIR\IM_MOD_RL_yuv_.dll" - Delete "$INSTDIR\IM_MOD_RL_ycbcr_.dll" - Delete "$INSTDIR\IM_MOD_RL_x_.dll" - Delete "$INSTDIR\IM_MOD_RL_xwd_.dll" - Delete "$INSTDIR\IM_MOD_RL_xtrn_.dll" - Delete "$INSTDIR\IM_MOD_RL_xps_.dll" - Delete "$INSTDIR\IM_MOD_RL_xpm_.dll" - Delete "$INSTDIR\IM_MOD_RL_xc_.dll" - Delete "$INSTDIR\IM_MOD_RL_xcf_.dll" - Delete "$INSTDIR\IM_MOD_RL_xbm_.dll" - Delete "$INSTDIR\IM_MOD_RL_wpg_.dll" - Delete "$INSTDIR\IM_MOD_RL_wmf_.dll" - Delete "$INSTDIR\IM_MOD_RL_webp_.dll" - Delete "$INSTDIR\IM_MOD_RL_wbmp_.dll" - Delete "$INSTDIR\IM_MOD_RL_viff_.dll" - Delete "$INSTDIR\IM_MOD_RL_vid_.dll" - Delete "$INSTDIR\IM_MOD_RL_vicar_.dll" - Delete "$INSTDIR\IM_MOD_RL_uyvy_.dll" - Delete "$INSTDIR\IM_MOD_RL_url_.dll" - Delete "$INSTDIR\IM_MOD_RL_uil_.dll" - Delete "$INSTDIR\IM_MOD_RL_txt_.dll" - Delete "$INSTDIR\IM_MOD_RL_ttf_.dll" - Delete "$INSTDIR\IM_MOD_RL_tim_.dll" - Delete "$INSTDIR\IM_MOD_RL_tile_.dll" - Delete "$INSTDIR\IM_MOD_RL_tiff_.dll" - Delete "$INSTDIR\IM_MOD_RL_thumbnail_.dll" - Delete "$INSTDIR\IM_MOD_RL_tga_.dll" - Delete "$INSTDIR\IM_MOD_RL_svg_.dll" - Delete "$INSTDIR\IM_MOD_RL_sun_.dll" - Delete "$INSTDIR\IM_MOD_RL_stegano_.dll" - Delete "$INSTDIR\IM_MOD_RL_sgi_.dll" - Delete "$INSTDIR\IM_MOD_RL_sfw_.dll" - Delete "$INSTDIR\IM_MOD_RL_sct_.dll" - Delete "$INSTDIR\IM_MOD_RL_scr_.dll" - Delete "$INSTDIR\IM_MOD_RL_rle_.dll" - Delete "$INSTDIR\IM_MOD_RL_rla_.dll" - Delete "$INSTDIR\IM_MOD_RL_rgb_.dll" - Delete "$INSTDIR\IM_MOD_RL_raw_.dll" - Delete "$INSTDIR\IM_MOD_RL_pwp_.dll" - Delete "$INSTDIR\IM_MOD_RL_ps_.dll" - Delete "$INSTDIR\IM_MOD_RL_psd_.dll" - Delete "$INSTDIR\IM_MOD_RL_ps3_.dll" - Delete "$INSTDIR\IM_MOD_RL_ps2_.dll" - Delete "$INSTDIR\IM_MOD_RL_preview_.dll" - Delete "$INSTDIR\IM_MOD_RL_pnm_.dll" - Delete "$INSTDIR\IM_MOD_RL_png_.dll" - Delete "$INSTDIR\IM_MOD_RL_plasma_.dll" - Delete "$INSTDIR\IM_MOD_RL_pix_.dll" - Delete "$INSTDIR\IM_MOD_RL_pict_.dll" - Delete "$INSTDIR\IM_MOD_RL_pes_.dll" - Delete "$INSTDIR\IM_MOD_RL_pdf_.dll" - Delete "$INSTDIR\IM_MOD_RL_pdb_.dll" - Delete "$INSTDIR\IM_MOD_RL_pcx_.dll" - Delete "$INSTDIR\IM_MOD_RL_pcl_.dll" - Delete "$INSTDIR\IM_MOD_RL_pcd_.dll" - Delete "$INSTDIR\IM_MOD_RL_pattern_.dll" - Delete "$INSTDIR\IM_MOD_RL_pango_.dll" - Delete "$INSTDIR\IM_MOD_RL_palm_.dll" - Delete "$INSTDIR\IM_MOD_RL_otb_.dll" - Delete "$INSTDIR\IM_MOD_RL_null_.dll" - Delete "$INSTDIR\IM_MOD_RL_mvg_.dll" - Delete "$INSTDIR\IM_MOD_RL_mtv_.dll" - Delete "$INSTDIR\IM_MOD_RL_msl_.dll" - Delete "$INSTDIR\IM_MOD_RL_mpr_.dll" - Delete "$INSTDIR\IM_MOD_RL_mpeg_.dll" - Delete "$INSTDIR\IM_MOD_RL_mpc_.dll" - Delete "$INSTDIR\IM_MOD_RL_mono_.dll" - Delete "$INSTDIR\IM_MOD_RL_miff_.dll" - Delete "$INSTDIR\IM_MOD_RL_meta_.dll" - Delete "$INSTDIR\IM_MOD_RL_mat_.dll" - Delete "$INSTDIR\IM_MOD_RL_matte_.dll" - Delete "$INSTDIR\IM_MOD_RL_map_.dll" - Delete "$INSTDIR\IM_MOD_RL_magick_.dll" - Delete "$INSTDIR\IM_MOD_RL_mac_.dll" - Delete "$INSTDIR\IM_MOD_RL_label_.dll" - Delete "$INSTDIR\IM_MOD_RL_jpeg_.dll" - Delete "$INSTDIR\IM_MOD_RL_jp2_.dll" - Delete "$INSTDIR\IM_MOD_RL_jbig_.dll" - Delete "$INSTDIR\IM_MOD_RL_ipl_.dll" - Delete "$INSTDIR\IM_MOD_RL_inline_.dll" - Delete "$INSTDIR\IM_MOD_RL_info_.dll" - Delete "$INSTDIR\IM_MOD_RL_icon_.dll" - Delete "$INSTDIR\IM_MOD_RL_html_.dll" - Delete "$INSTDIR\IM_MOD_RL_hrz_.dll" - Delete "$INSTDIR\IM_MOD_RL_histogram_.dll" - Delete "$INSTDIR\IM_MOD_RL_hdr_.dll" - Delete "$INSTDIR\IM_MOD_RL_hald_.dll" - Delete "$INSTDIR\IM_MOD_RL_gray_.dll" - Delete "$INSTDIR\IM_MOD_RL_gradient_.dll" - Delete "$INSTDIR\IM_MOD_RL_gif_.dll" - Delete "$INSTDIR\IM_MOD_RL_fpx_.dll" - Delete "$INSTDIR\IM_MOD_RL_fits_.dll" - Delete "$INSTDIR\IM_MOD_RL_fd_.dll" - Delete "$INSTDIR\IM_MOD_RL_fax_.dll" - Delete "$INSTDIR\IM_MOD_RL_exr_.dll" - Delete "$INSTDIR\IM_MOD_RL_ept_.dll" - Delete "$INSTDIR\IM_MOD_RL_emf_.dll" - Delete "$INSTDIR\IM_MOD_RL_dpx_.dll" - Delete "$INSTDIR\IM_MOD_RL_dps_.dll" - Delete "$INSTDIR\IM_MOD_RL_dot_.dll" - Delete "$INSTDIR\IM_MOD_RL_dng_.dll" - Delete "$INSTDIR\IM_MOD_RL_djvu_.dll" - Delete "$INSTDIR\IM_MOD_RL_dib_.dll" - Delete "$INSTDIR\IM_MOD_RL_debug_.dll" - Delete "$INSTDIR\IM_MOD_RL_dds_.dll" - Delete "$INSTDIR\IM_MOD_RL_dcm_.dll" - Delete "$INSTDIR\IM_MOD_RL_cut_.dll" - Delete "$INSTDIR\IM_MOD_RL_cmyk_.dll" - Delete "$INSTDIR\IM_MOD_RL_clip_.dll" - Delete "$INSTDIR\IM_MOD_RL_clipboard_.dll" - Delete "$INSTDIR\IM_MOD_RL_cip_.dll" - Delete "$INSTDIR\IM_MOD_RL_cin_.dll" - Delete "$INSTDIR\IM_MOD_RL_caption_.dll" - Delete "$INSTDIR\IM_MOD_RL_cals_.dll" - Delete "$INSTDIR\IM_MOD_RL_braille_.dll" - Delete "$INSTDIR\IM_MOD_RL_bmp_.dll" - Delete "$INSTDIR\IM_MOD_RL_bgr_.dll" - Delete "$INSTDIR\IM_MOD_RL_avs_.dll" - Delete "$INSTDIR\IM_MOD_RL_art_.dll" - Delete "$INSTDIR\IM_MOD_RL_aai_.dll" - Delete "$INSTDIR\ImageMagick.rdf" - Delete "$INSTDIR\hp2xx.exe" - Delete "$INSTDIR\ffmpeg.exe" - Delete "$INSTDIR\english.xml" - Delete "$INSTDIR\emfplus.exe" - Delete "$INSTDIR\delegates.xml" - Delete "$INSTDIR\dcraw.exe" - Delete "$INSTDIR\CORE_RL_zlib_.dll" - Delete "$INSTDIR\CORE_RL_xlib_.dll" - Delete "$INSTDIR\CORE_RL_wand_.dll" - Delete "$INSTDIR\CORE_RL_ttf_.dll" - Delete "$INSTDIR\CORE_RL_tiff_.dll" - Delete "$INSTDIR\CORE_RL_png_.dll" - Delete "$INSTDIR\CORE_RL_magick_.dll" - Delete "$INSTDIR\CORE_RL_Magick++_.dll" - Delete "$INSTDIR\CORE_RL_libxml_.dll" - Delete "$INSTDIR\CORE_RL_lcms_.dll" - Delete "$INSTDIR\CORE_RL_jpeg_.dll" - Delete "$INSTDIR\CORE_RL_jp2_.dll" - Delete "$INSTDIR\CORE_RL_jbig_.dll" - Delete "$INSTDIR\CORE_RL_bzlib_.dll" - Delete "$INSTDIR\COPYING.txt" - Delete "$INSTDIR\converseen.exe" - Delete "$INSTDIR\Converseen\converseen_tr_TR.qm" - Delete "$INSTDIR\Converseen\converseen_pt_BR.qm" - Delete "$INSTDIR\Converseen\converseen_pl_PL.qm" - Delete "$INSTDIR\Converseen\converseen_it_IT.qm" - Delete "$INSTDIR\Converseen\converseen_hu_HU.qm" - Delete "$INSTDIR\Converseen\converseen_fr_FR.qm" - Delete "$INSTDIR\Converseen\converseen_es_CL.qm" - Delete "$INSTDIR\Converseen\converseen_de_DE.qm" - Delete "$INSTDIR\Converseen\converseen_cs_CZ.qm" - Delete "$INSTDIR\configure.xml" - Delete "$INSTDIR\colors.xml" - Delete "$INSTDIR\coder.xml" - Delete "$INSTDIR\analyze.dll" - - SetShellVarContext all - Delete "$SMPROGRAMS\Converseen\Uninstall.lnk" - Delete "$SMPROGRAMS\Converseen\Website.lnk" - Delete "$DESKTOP\Converseen.lnk" - Delete "$SMPROGRAMS\Converseen\Converseen.lnk" - - - RMDir "$SMPROGRAMS\Converseen" - RMDir "$INSTDIR\Windows" - RMDir "$INSTDIR\plugins\imageformats" - RMDir "$INSTDIR\Converseen" - RMDir "$INSTDIR" - - DeleteRegKey ${PRODUCT_UNINST_ROOT_KEY} "${PRODUCT_UNINST_KEY}" - DeleteRegKey HKLM "${PRODUCT_DIR_REGKEY}" - SetAutoClose true -SectionEnd \ No newline at end of file diff -Nru converseen-0.5.1/converseen.pro converseen-0.6.4/converseen.pro --- converseen-0.5.1/converseen.pro 2012-04-26 11:24:52.000000000 +0000 +++ converseen-0.6.4/converseen.pro 2013-07-22 23:04:34.000000000 +0000 @@ -25,9 +25,10 @@ src/inisettings.h \ src/sizeutil.h \ src/mylabelpreviewer.h \ - src/imageinformations.h \ src/thumbnailgeneratorthread.h \ - src/pushcolorchooser.h + src/pushcolorchooser.h \ + src/cachingsystem.h \ + src/combofilters.h SOURCES = src/mainwindowimpl.cpp \ src/main.cpp \ src/converter.cpp \ @@ -42,46 +43,50 @@ src/inisettings.cpp \ src/sizeutil.cpp \ src/mylabelpreviewer.cpp \ - src/imageinformations.cpp \ src/thumbnailgeneratorthread.cpp \ - src/pushcolorchooser.cpp + src/pushcolorchooser.cpp \ + src/cachingsystem.cpp \ + src/combofilters.cpp QMAKE_CXXFLAGS += -O2 \ -Wall \ -W \ - -pthread - INCLUDEPATH += /usr/include/ImageMagick + -pthread \ + -DMAGICKCORE_HDRI_ENABLE=0 \ + -DMAGICKCORE_QUANTUM_DEPTH=16 + + INCLUDEPATH += /usr/include/ImageMagick-6 + + LIBS += -L/usr/lib -lMagick++-6.Q16 -lMagickWand-6.Q16 -lMagickCore-6.Q16 - if (exists(/usr/lib64)) { - LIBS += -L/usr/lib64 -lMagick++ -lMagickWand -lMagickCore - } - else { - LIBS += -L/usr/lib -lMagick++ -lMagickWand -lMagickCore - } TRANSLATIONS += loc/converseen_it_IT.ts \ - loc/converseen_pl_PL.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_tr_TR.ts \ + loc/converseen_ru_RU.ts \ + loc/converseen_pl_PL.ts + RESOURCES += resources.qrc INSTALL_PREFIX = /usr target.path = $${INSTALL_PREFIX}/bin SHARE_DIR = $${INSTALL_PREFIX}/share translations.path = $${SHARE_DIR}/converseen translations.files = loc/converseen_it_IT.qm \ - loc/converseen_pl_PL.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_tr_TR.qm \ + loc/converseen_ru_RU.qm \ + loc/converseen_pl_PL.qm + icon.path = $${SHARE_DIR}/pixmaps icon.files = res/converseen.png desktopFile.path = $${SHARE_DIR}/applications @@ -106,19 +111,3 @@ icon \ desktopFile \ kdeservicemenu - - - - - - - - - - - - - - - - diff -Nru converseen-0.5.1/converseen.rc converseen-0.6.4/converseen.rc --- converseen-0.5.1/converseen.rc 2012-07-02 11:52:19.000000000 +0000 +++ converseen-0.6.4/converseen.rc 2013-07-22 23:04:34.000000000 +0000 @@ -16,10 +16,8 @@ // Italiano (Italia) resources #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ITA) -#ifdef _WIN32 LANGUAGE LANG_ITALIAN, SUBLANG_ITALIAN #pragma code_page(1252) -#endif //_WIN32 #ifdef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// @@ -62,8 +60,8 @@ // VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,5,1,0 - PRODUCTVERSION 0,5,1,0 + FILEVERSION 0,6,4,0 + PRODUCTVERSION 0,6,4,0 FILEFLAGSMASK 0x17L #ifdef _DEBUG FILEFLAGS 0x1L @@ -81,13 +79,13 @@ VALUE "Comments", "The batch image converter and resizer" VALUE "CompanyName", "Faster" VALUE "FileDescription", "Converseen - The batch converter and resizer" - VALUE "FileVersion", "0, 5, 1, 0" + VALUE "FileVersion", "0.6.4.0" VALUE "InternalName", "Converseen" - VALUE "LegalCopyright", "(C) 2009 - 2012 Francesco Mondello GNU - GPL" - VALUE "LegalTrademarks", "(C) 2009 - 2012 Francesco Mondello GNU - GPL" + VALUE "LegalCopyright", "(C) 2009 - 2013 Francesco Mondello GNU - GPL" + VALUE "LegalTrademarks", "(C) 2009 - 2013 Francesco Mondello GNU - GPL" VALUE "OriginalFilename", "converseen.exe" VALUE "ProductName", "Converseen" - VALUE "ProductVersion", "0, 5, 1, 0" + VALUE "ProductVersion", "0.6.4.0" END END BLOCK "VarFileInfo" diff -Nru converseen-0.5.1/converseen.sln converseen-0.6.4/converseen.sln --- converseen-0.5.1/converseen.sln 2012-04-26 11:24:54.000000000 +0000 +++ converseen-0.6.4/converseen.sln 2013-07-22 23:04:34.000000000 +0000 @@ -1,7 +1,7 @@  -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "converseen", "converseen.vcproj", "{94AC27E1-3222-398B-9889-2DC60F4856BE}" +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 diff -Nru converseen-0.5.1/converseen.vcproj converseen-0.6.4/converseen.vcproj --- converseen-0.5.1/converseen.vcproj 2012-07-02 11:54:18.000000000 +0000 +++ converseen-0.6.4/converseen.vcproj 1970-01-01 00:00:00.000000000 +0000 @@ -1,1185 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -Nru converseen-0.5.1/converseen.vcxproj converseen-0.6.4/converseen.vcxproj --- converseen-0.5.1/converseen.vcxproj 1970-01-01 00:00:00.000000000 +0000 +++ converseen-0.6.4/converseen.vcxproj 2013-07-22 23:04:34.000000000 +0000 @@ -0,0 +1,534 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Template + Win32 + + + + {94AC27E1-3222-398B-9889-2DC60F4856BE} + converseen + Qt4VSv1.0 + + + + Application + false + + + Application + false + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + release\ + build\ + true + false + .\ + build\ + true + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + + + + 0 + Unsigned + None + + + -Zm200 -w34100 -w34189 %(AdditionalOptions) + MaxSpeed + C:\Program Files (x86)\ImageMagick-6.8.4-Q16\include;$(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(QTDIR)\include;$(QTDIR)\include\ActiveQt;build;..\Qt\4.8.2\mkspecs\win32-msvc2010;.;.\src;%(AdditionalIncludeDirectories) + QT_NO_DEBUG;NDEBUG;_WINDOWS;UNICODE;WIN32;QT_LARGEFILE_SUPPORT;QT_DLL;QT_GUI_LIB;QT_CORE_LIB;QT_HAVE_MMX;QT_HAVE_3DNOW;QT_HAVE_SSE;QT_HAVE_MMXEXT;QT_HAVE_SSE2;QT_THREAD_SUPPORT;_VISUALC_;NeedFunctionPrototypes;_DLL;_MAGICKMOD_;%(PreprocessorDefinitions) + false + false + Sync + MultiThreadedDLL + false + false + true + build\ + build\ + .\ + Level3 + true + + + + + QT_NO_DEBUG;NDEBUG;_WINDOWS;UNICODE;WIN32;QT_LARGEFILE_SUPPORT;QT_DLL;QT_NO_DEBUG;QT_GUI_LIB;QT_CORE_LIB;QT_HAVE_MMX;QT_HAVE_3DNOW;QT_HAVE_SSE;QT_HAVE_MMXEXT;QT_HAVE_SSE2;QT_THREAD_SUPPORT;%(PreprocessorDefinitions) + + + "/MANIFESTDEPENDENCY:type=%27win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27 processorArchitecture=%27*%27" %(AdditionalOptions) + qtmain.lib;QtGui4.lib;QtCore4.lib;CORE_RL_magick_.lib;CORE_RL_Magick++_.lib;CORE_RL_wand_.lib;X11.lib;odbc32.lib;odbccp32.lib;winmm.lib;wsock32.lib;%(AdditionalDependencies) + release\converseen.exe + true + C:\Program Files (x86)\ImageMagick-6.8.4-Q16\lib;$(QTDIR)\lib;%(AdditionalLibraryDirectories) + false + + + Windows + + + + + + + 0 + Unsigned + None + + + -Zm200 -w34100 -w34189 %(AdditionalOptions) + Disabled + $(QTDIR)\include\QtCore;$(QTDIR)\include\QtGui;$(QTDIR)\include;$(QTDIR)\include\ActiveQt;build;build;..\Qt\4.7.4\mkspecs\win32-msvc2008;.\src;%(AdditionalIncludeDirectories) + _WINDOWS;UNICODE;WIN32;QT_LARGEFILE_SUPPORT;QT_DLL;QT_GUI_LIB;QT_CORE_LIB;QT_HAVE_MMX;QT_HAVE_3DNOW;QT_HAVE_SSE;QT_HAVE_MMXEXT;QT_HAVE_SSE2;QT_THREAD_SUPPORT;%(PreprocessorDefinitions) + false + false + Sync + MultiThreadedDebugDLL + false + false + true + build\ + build\ + .\ + Level3 + true + ProgramDatabase + + + _WINDOWS;UNICODE;WIN32;QT_LARGEFILE_SUPPORT;QT_DLL;QT_GUI_LIB;QT_CORE_LIB;QT_HAVE_MMX;QT_HAVE_3DNOW;QT_HAVE_SSE;QT_HAVE_MMXEXT;QT_HAVE_SSE2;QT_THREAD_SUPPORT;_DEBUG;%(PreprocessorDefinitions) + + + "/MANIFESTDEPENDENCY:type=%27win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27 processorArchitecture=%27*%27" %(AdditionalOptions) + qtmaind.lib;QtGuid4.lib;QtCored4.lib;%(AdditionalDependencies) + debug\converseen.exe + true + $(QTDIR)\lib;%(AdditionalLibraryDirectories) + true + + + Windows + + + + + + + .\src;%(AdditionalIncludeDirectories) + QT_DLL;%(PreprocessorDefinitions) + + + %(AdditionalDependencies) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Moc%27ing %(Filename)%(Extension)... + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" + $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) + .\build\moc_%(Filename).cpp;%(Outputs) + Moc%27ing %(Filename)%(Extension)... + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ "-IC:\Program Files (x86)\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" + $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) + .\build\moc_%(Filename).cpp;%(Outputs) + + + Moc%27ing %(Filename)%(Extension)... + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" + $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) + .\build\moc_%(Filename).cpp;%(Outputs) + Moc%27ing %(Filename)%(Extension)... + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ "-IC:\Program Files (x86)\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" + $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) + .\build\moc_%(Filename).cpp;%(Outputs) + + + Moc%27ing %(Filename)%(Extension)... + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" + $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) + .\build\moc_%(Filename).cpp;%(Outputs) + Moc%27ing %(Filename)%(Extension)... + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ "-IC:\Program Files (x86)\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" + $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) + .\build\moc_%(Filename).cpp;%(Outputs) + + + Moc%27ing %(Filename)%(Extension)... + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" + $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) + .\build\moc_%(Filename).cpp;%(Outputs) + Moc%27ing %(Filename)%(Extension)... + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ "-IC:\Program Files (x86)\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" + $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) + .\build\moc_%(Filename).cpp;%(Outputs) + + + Moc%27ing %(Filename)%(Extension)... + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" + $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) + .\build\moc_%(Filename).cpp;%(Outputs) + Moc%27ing %(Filename)%(Extension)... + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ "-IC:\Program Files (x86)\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" + $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) + .\build\moc_%(Filename).cpp;%(Outputs) + + + Moc%27ing %(Filename)%(Extension)... + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" + $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) + .\build\moc_%(Filename).cpp;%(Outputs) + Moc%27ing %(Filename)%(Extension)... + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ "-IC:\Program Files (x86)\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" + $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) + .\build\moc_%(Filename).cpp;%(Outputs) + + + + $(QTDIR)\bin\moc.exe;%(FullPath) + Moc%27ing combofilters.h... + .\build\moc_%(Filename).cpp + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" + $(QTDIR)\bin\moc.exe;%(FullPath) + Moc%27ing combofilters.h... + .\build\moc_%(Filename).cpp + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ "-IC:\Program Files (x86)\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" + $(QTDIR)\bin\moc.exe;%(FullPath) + Moc%27ing combofilters.h... + .\build\moc_%(Filename).cpp + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_DLL "-I.\src" + + + Moc%27ing %(Filename)%(Extension)... + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" + $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) + .\build\moc_%(Filename).cpp;%(Outputs) + Moc%27ing %(Filename)%(Extension)... + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ "-IC:\Program Files (x86)\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" + $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) + .\build\moc_%(Filename).cpp;%(Outputs) + + + Moc%27ing %(Filename)%(Extension)... + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" + $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) + .\build\moc_%(Filename).cpp;%(Outputs) + Moc%27ing %(Filename)%(Extension)... + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ "-IC:\Program Files (x86)\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" + $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) + .\build\moc_%(Filename).cpp;%(Outputs) + + + Moc%27ing %(Filename)%(Extension)... + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" + $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) + .\build\moc_%(Filename).cpp;%(Outputs) + Moc%27ing %(Filename)%(Extension)... + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ "-IC:\Program Files (x86)\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" + $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) + .\build\moc_%(Filename).cpp;%(Outputs) + + + Moc%27ing %(Filename)%(Extension)... + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" + $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) + .\build\moc_%(Filename).cpp;%(Outputs) + Moc%27ing %(Filename)%(Extension)... + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ "-IC:\Program Files (x86)\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" + $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) + .\build\moc_%(Filename).cpp;%(Outputs) + + + Moc%27ing %(Filename)%(Extension)... + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" + $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) + .\build\moc_%(Filename).cpp;%(Outputs) + Moc%27ing %(Filename)%(Extension)... + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ "-IC:\Program Files (x86)\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" + $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) + .\build\moc_%(Filename).cpp;%(Outputs) + + + + + Moc%27ing %(Filename)%(Extension)... + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" + $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) + .\build\moc_%(Filename).cpp;%(Outputs) + Moc%27ing %(Filename)%(Extension)... + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ "-IC:\Program Files (x86)\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" + $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) + .\build\moc_%(Filename).cpp;%(Outputs) + + + Moc%27ing %(Filename)%(Extension)... + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.7.4\mkspecs\win32-msvc2008" "-I.\src" + $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) + .\build\moc_%(Filename).cpp;%(Outputs) + Moc%27ing %(Filename)%(Extension)... + "$(QTDIR)\bin\moc.exe" "%(FullPath)" -o ".\build\moc_%(Filename).cpp" -DQT_NO_DEBUG -DNDEBUG -D_WINDOWS -DUNICODE -DWIN32 -DQT_LARGEFILE_SUPPORT -DQT_DLL -DQT_GUI_LIB -DQT_CORE_LIB -DQT_HAVE_MMX -DQT_HAVE_3DNOW -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_THREAD_SUPPORT -D_VISUALC_ -DNeedFunctionPrototypes -D_DLL -D_MAGICKMOD_ "-IC:\Program Files (x86)\ImageMagick-6.8.4-Q16\include" "-I$(QTDIR)\include\QtCore" "-I$(QTDIR)\include\QtGui" "-I$(QTDIR)\include" "-I$(QTDIR)\include\ActiveQt" "-I.\build" "-I.\..\Qt\4.8.2\mkspecs\win32-msvc2010" "-I." "-I.\src" + $(QTDIR)\bin\moc.exe;%(FullPath);%(AdditionalInputs) + .\build\moc_%(Filename).cpp;%(Outputs) + + + Esecuzione istruzione di compilazione personalizzata + + + %(AdditionalInputs) + %(Outputs) + Esecuzione istruzione di compilazione personalizzata + + + %(AdditionalInputs) + %(Outputs) + + + Esecuzione istruzione di compilazione personalizzata + + + %(AdditionalInputs) + %(Outputs) + Esecuzione istruzione di compilazione personalizzata + + + %(AdditionalInputs) + %(Outputs) + + + Esecuzione istruzione di compilazione personalizzata + + + %(AdditionalInputs) + %(Outputs) + Esecuzione istruzione di compilazione personalizzata + + + %(AdditionalInputs) + %(Outputs) + + + Esecuzione istruzione di compilazione personalizzata + + + %(AdditionalInputs) + %(Outputs) + Esecuzione istruzione di compilazione personalizzata + + + %(AdditionalInputs) + %(Outputs) + + + Esecuzione istruzione di compilazione personalizzata + + + %(AdditionalInputs) + %(Outputs) + Esecuzione istruzione di compilazione personalizzata + + + %(AdditionalInputs) + %(Outputs) + + + Esecuzione istruzione di compilazione personalizzata + + + %(AdditionalInputs) + %(Outputs) + Esecuzione istruzione di compilazione personalizzata + + + %(AdditionalInputs) + %(Outputs) + + + + + UIC ui\dialogconversionstatus.ui + $(QTDIR)\bin\uic.exe ui\dialogconversionstatus.ui -o build\ui_dialogconversionstatus.h + + $(QTDIR)\bin\uic.exe;ui\dialogconversionstatus.ui;%(AdditionalInputs) + build\ui_dialogconversionstatus.h;%(Outputs) + UIC ui\dialogconversionstatus.ui + $(QTDIR)\bin\uic.exe ui\dialogconversionstatus.ui -o build\ui_dialogconversionstatus.h + + $(QTDIR)\bin\uic.exe;ui\dialogconversionstatus.ui;%(AdditionalInputs) + build\ui_dialogconversionstatus.h;%(Outputs) + + + UIC ui\dialoginfo.ui + $(QTDIR)\bin\uic.exe ui\dialoginfo.ui -o build\ui_dialoginfo.h + + $(QTDIR)\bin\uic.exe;ui\dialoginfo.ui;%(AdditionalInputs) + build\ui_dialoginfo.h;%(Outputs) + UIC ui\dialoginfo.ui + $(QTDIR)\bin\uic.exe ui\dialoginfo.ui -o build\ui_dialoginfo.h + + $(QTDIR)\bin\uic.exe;ui\dialoginfo.ui;%(AdditionalInputs) + build\ui_dialoginfo.h;%(Outputs) + + + UIC ui\dialogoptions.ui + $(QTDIR)\bin\uic.exe ui\dialogoptions.ui -o build\ui_dialogoptions.h + + $(QTDIR)\bin\uic.exe;ui\dialogoptions.ui;%(AdditionalInputs) + build\ui_dialogoptions.h;%(Outputs) + UIC ui\dialogoptions.ui + $(QTDIR)\bin\uic.exe ui\dialogoptions.ui -o build\ui_dialogoptions.h + + $(QTDIR)\bin\uic.exe;ui\dialogoptions.ui;%(AdditionalInputs) + build\ui_dialogoptions.h;%(Outputs) + + + UIC ui\dialogquality.ui + $(QTDIR)\bin\uic.exe ui\dialogquality.ui -o build\ui_dialogquality.h + + $(QTDIR)\bin\uic.exe;ui\dialogquality.ui;%(AdditionalInputs) + build\ui_dialogquality.h;%(Outputs) + UIC ui\dialogquality.ui + $(QTDIR)\bin\uic.exe ui\dialogquality.ui -o build\ui_dialogquality.h + + $(QTDIR)\bin\uic.exe;ui\dialogquality.ui;%(AdditionalInputs) + build\ui_dialogquality.h;%(Outputs) + + + UIC ui\mainwindow.ui + $(QTDIR)\bin\uic.exe ui\mainwindow.ui -o build\ui_mainwindow.h + + $(QTDIR)\bin\uic.exe;ui\mainwindow.ui;%(AdditionalInputs) + build\ui_mainwindow.h;%(Outputs) + UIC ui\mainwindow.ui + $(QTDIR)\bin\uic.exe ui\mainwindow.ui -o build\ui_mainwindow.h + + $(QTDIR)\bin\uic.exe;ui\mainwindow.ui;%(AdditionalInputs) + build\ui_mainwindow.h;%(Outputs) + + + Document + true + true + + + Document + true + true + + + Document + true + true + + + Document + true + true + + + Document + true + true + + + Document + true + true + + + + + + Rcc%27ing %(Filename)%(Extension)... + "$(QTDIR)\bin\rcc.exe" -name "%(Filename)" -no-compress "%(FullPath)" -o .\GeneratedFiles\qrc_%(Filename).cpp + + %(FullPath);.\res\add.png;.\res\adept_purge.png;.\res\apply.png;.\res\cancel.png;.\res\exec.png;.\res\folder_documents.png;.\res\icon.png;%(AdditionalInputs) + .\GeneratedFiles\qrc_%(Filename).cpp;%(Outputs) + Rcc%27ing %(Filename)%(Extension)... + "$(QTDIR)\bin\rcc.exe" -name "%(Filename)" -no-compress "%(FullPath)" -o .\GeneratedFiles\qrc_%(Filename).cpp + + %(FullPath);.\res\add.png;.\res\adept_purge.png;.\res\apply.png;.\res\cancel.png;.\res\exec.png;.\res\folder_documents.png;.\res\icon.png;%(AdditionalInputs) + .\GeneratedFiles\qrc_%(Filename).cpp;%(Outputs) + + + + + + + + + + + + + + + \ No newline at end of file diff -Nru converseen-0.5.1/debian/changelog converseen-0.6.4/debian/changelog --- converseen-0.5.1/debian/changelog 2012-10-23 10:07:19.000000000 +0000 +++ converseen-0.6.4/debian/changelog 2013-07-24 04:12:16.000000000 +0000 @@ -1,7 +1,53 @@ -converseen (0.5.1-2~quantal~ppa1) quantal; urgency=low +converseen (0.6.4-1dhor~raring) raring; urgency=low + + * Added Polish translation. + * Updated Czech translation. + * Now the Mantain aspect ratio checkbox is checked by default. + + -- Dariusz Duma Wed, 24 Jul 2013 06:05:08 +0200 + +converseen (0.6.3-1dhor~raring) raring; urgency=low + + * Fixed some bugs when renaming files. + * Added social buttons in the about dialog. + * Various code improvements and optimizations. + + -- Dariusz Duma Tue, 04 Jun 2013 10:22:50 +0200 + +converseen (0.6.2-2dhor~raring) raring; urgency=low + + * Various code improvements and optimization + + -- Dariusz Duma Fri, 10 May 2013 14:22:49 +0200 + +converseen (0.6.2-1dhor~raring) raring; urgency=low + + * Various code improvements and optimization + + -- Dariusz Duma Fri, 10 May 2013 13:46:34 +0200 + +converseen (0.6.1-1dhor~raring) raring; urgency=low + + * Updated Czech, German and Russian translations + + -- Dariusz Duma Mon, 06 May 2013 08:21:33 +0200 + +converseen (0.6-3dhor~raring) raring; urgency=low + + * Improved the preview generation process + * Possibility to rotate and flip the images + * Now the user can choose to resize images using one of the 16 interpolation filters + * Now the user can rename files using a progressive number + * Various improvements on the code + * Removed Polish translation + * Various bugs fixed + + -- Dariusz Duma Tue, 16 Apr 2013 15:21:13 +0200 + +converseen (0.5.1-1~raring~ppa1) raring; urgency=low * 0.5.1 - 2012-07-10 - Fixed a bug with density/resolution settings - Updated translations (Hungarian, Czech, French, Brazilian Portuguese, Spanish) - -- faster Tue, 25 Sep 2012 15:10:00 +0200 + -- faster Tue, 10 Jun 2012 15:30:00 +0100 diff -Nru converseen-0.5.1/debian/control converseen-0.6.4/debian/control --- converseen-0.5.1/debian/control 2012-10-23 09:57:18.000000000 +0000 +++ converseen-0.6.4/debian/control 2013-05-10 12:16:45.000000000 +0000 @@ -1,13 +1,13 @@ Source: converseen Section: graphics Priority: extra -Maintainer: faster +Maintainer: Dariusz Duma Build-Depends: debhelper (>= 7.0.50~), libqt4-dev, libmagick++-dev, libmagickcore-dev, libmagickwand-dev, - imagemagick, + graphicsmagick-imagemagick-compat, cmake Standards-Version: 3.8.4 Homepage: http://converseen.sourceforge.net @@ -16,7 +16,7 @@ Package: converseen Architecture: any -Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libmagick++5, libmagickcore5, libmagickwand5, libqtcore4 (>= 4.5.1), libqtgui4 (>= 4.5.1), libstdc++6 (>= 4.1.1) +Depends: libc6 (>= 2.2.5), libgcc1 (>= 1:4.1.1), libmagick++4 | libmagick++5, libmagickcore4 | libmagickcore5, libmagickwand4 | libmagickwand5, libqtcore4 (>= 4.5.1), libqtgui4 (>= 4.5.1), libstdc++6 (>= 4.1.1) Description: Converseen - A batch image converter Converseen is an open source project written in C++ with the powerful Qt4 libraries. . diff -Nru converseen-0.5.1/loc/converseen_cs_CZ.ts converseen-0.6.4/loc/converseen_cs_CZ.ts --- converseen-0.5.1/loc/converseen_cs_CZ.ts 2012-06-05 19:03:36.000000000 +0000 +++ converseen-0.6.4/loc/converseen_cs_CZ.ts 2013-07-22 23:04:34.000000000 +0000 @@ -1,1398 +1,1524 @@ - - - - - Converter - - Converted! - Převedeno! - - - Converted and processed! - Převedeno a zpracováno! - - - Error: %1 - Chyba: %1 - - - Error! - Chyba! - - - An error is occurred in opening %1: %2. It won't be processed! - Během otevírání se vyskytla chyba %1: %2. Nebude zpracováváno! - - - Suggest a new name! - Navrhnout nový název! - - - New name: - Nový název: - - - %1/copy_%2.%3 - %1/kopie_%2.%3 - - - - DialogConversionStatus - - Status... - Stav... - - - Conversion Status - Stav převodu - - - Image: - Obrázek: - - - Status: - Stav: - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Total:</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Celkem:</span></p></body></html> - - - 0 - 0 - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Converted:</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Převedeno:</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Errors:</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Chyby:</span></p></body></html> - - - Close - Zavřít - - - Stop - Zastavit - - - Open destination - Otevřít cíl - - - Open all the destination folders - Otevřít všechny složky cíle - - - Converted - Převedeno - - - - DialogInfo - - About Converseen... - O programu Converseen... - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.2</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and thumbnails creator.</p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.2</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program do masowej obróbki zdjęć oraz tworzenia miniaturek.</p></body></html> - - - Informations - Informace - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="mailto:faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0000ff;">faster3ck@gmail.com</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0000ff;">converseen.sourceforge.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.netsons.org"><span style=" text-decoration: underline; color:#0000ff;">fasterindesign.netsons.org</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Autor: </span>Faster (Francesco Mondello)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">E-mail: </span><a href="mailto:faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0000ff;">faster3ck@gmail.com</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Stránky projektu na internetu: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0000ff;">converseen.sourceforge.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Mé domovské stránky: </span><a href="http://fasterindesign.netsons.org"><span style=" text-decoration: underline; color:#0000ff;">fasterindesign.netsons.org</span></a></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Translators:</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Překladatelé:</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0000ff;">d@ayoy.net</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polský překlad:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0000ff;">d@ayoy.net</span></a></p></body></html> - - - Converseen is an image batch conversion and thumbnail creator tool. It supports more than 100 different image types. - Converseen je program pro dávkový převod obrázků a nástroj na vytváření náhledů. Podporuje více než sto různých typů obrázků. - - - Close - Zavřít - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0000ff;">kbarcza@blackpanther.hu</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Maďarský překlad: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0000ff;">kbarcza@blackpanther.hu</span></a></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.2.1</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and thumbnails creator.</p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.2.1</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program pro dávkový převod obrázků a nástroj na vytváření náhledů..</p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">The batch image converter and resizer.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Dávkový převaděč obrázků a měnič jejich velikosti.</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Czech translation: </span><span style=" font-size:10pt; color:#141312;">Pavel Fric - </span><a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Překlad do češtiny: </span><span style=" font-size:10pt; color:#141312;">Pavel Fric - </span><a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> - - - Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats. - Converseen je nástrojem pro dávkový převod obrázků. Můžete převádět obrázky do více než sta různých formátů a měnit jejich velikost. - - - (c) Faster 2010 GNU - GPL v.2 - (c) Faster 2010 GNU - GPL v.2 - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3.2</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3.2</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Dávkový převaděč a měnič velikosti obrázků.</p></td></tr></table></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">French Translation:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Překlad do francouzštiny:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Dávkový převaděč obrázků a měnič jejich velikosti.</p></td></tr></table></body></html> - - - (c) Faster 2011 GNU - GPL v.2 - (c) Faster 2011 GNU - GPL v.2 - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">German Translation:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Překlad do němčiny:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Brazilian Portuguese Translation:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Překlad do brazilské portugalštiny:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.1</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> - Program pro dávkový převod obrázků a - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.1</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program pro dávkový převod obrázků a změnu velikosti obrázků.</p></td></tr></table></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.2</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.2</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program pro dávkový převod obrázků a změnu velikosti obrázků.</p></td></tr></table></body></html> {3C?} {4.0/?} {3.?} {40/?} {1"?} {10p?} {400;?} {0"?} {4p?} {4p?} {4p?} {4p?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} {12p?} {600;?} {0.4.2<?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} - - - (c) 2009 - 2011 Francesco Mondello GNU - GPL v.2 - (c) 2009 - 2011 Francesco Mondello GNU - GPL v.2 - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.3</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.3</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program pro dávkový převod obrázků a změnu velikosti obrázků.</p></td></tr></table></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Autor: </span>Faster (Francesco Mondello)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">E-mail: </span><a href="mailto:faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0000ff;">faster3ck@gmail.com</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Stránky projektu na internetu: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0000ff;">converseen.sourceforge.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Mé domovské stránky: </span><a href="http://fasterindesign.netsons.org"><span style=" text-decoration: underline; color:#0000ff;">fasterindesign.altervista.org</span></a></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Spanish (Chile) Translation:</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Překlad do španělštiny (Chile):</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.5</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.5</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program pro dávkový převod obrázků a změnu velikosti obrázků.</p></td></tr></table></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Překlad do polštiny:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Překlad do maďarštiny: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen je nástroj pro dávkový převod obrázků. Můžete měnit velikost obrázků a převádět je do více než sta různých formátů.</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.6</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.6</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program pro dávkový převod obrázků a změnu velikosti obrázků.</p></td></tr></table></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Turkish Translation: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Překlad do turečtiny: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.7</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.7</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program pro dávkový převod obrázků a změnu velikosti obrázků.</p></td></tr></table></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.8</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.8</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program pro dávkový převod obrázků a změnu velikosti obrázků.</p></td></tr></table></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.9</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.9</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program pro dávkový převod obrázků a změnu velikosti obrázků.</p></td></tr></table></body></html> - - - <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">donate via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> - <html><head/><body><p align="center"><span style=" font-weight:600;">Pokud tuto práci oceňujete a tento projekt se vám líbí, jste vítáni při poskytnutí </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">daru přes Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> - - - - - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Czech translation: </span>Pavel Fric - <a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Překlad do češtiny: </span>Pavel Fric - <a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> - - - The batch image converter and resizer. - Dávkový převaděč a měnič velikosti obrázků. - - - - DialogOptions - - Settings - Nastavení - - - Language - Jazyk - - - Language: - Jazyk: - - - Overwriting settings - Nastavení přepisování - - - Ask first - Zeptat se nejprve - - - Overwrite all existing images - Přepsat všechny stávající obrázky - - - Ok - OK - - - Cancel - Zrušit - - - Warning! - Varování! - - - Please, restart Converseen to apply current language! - Pro použití nynějšího jazyka spusťte, prosím, Converseen znovu! - - - - DialogQuality - - Image settings - Nastavení obrázků - - - Jpeg compression level - Úroveň stlačení JPEG - - - Quality 0 - 100: - Kvalita 0 - 100: - - - Png compression level - Úroveň stlačení PNG - - - Quality 0 - 9: - Kvalita 0 - 9: - - - Ok - OK - - - Cancel - Zrušit - - - - Formats - - All Supported Filters (%1) - Všechny podporované filtry (%1) - - - Don't change the format - Neměnit formát - - - - MainWindow - - Converseen - - - - To convert - K převedení - - - Status - Stav - - - File name - Název souboru - - - Image type - Formát obrázku - - - File size - Velikost souboru - - - File path - Cesta k souboru - - - Conversion Formats - Převodní formáty - - - Convert to: - Převést do: - - - Show image settings dialog... - Ukázat dialog pro nastavení obrázků... - - - Images settings - Nastavení obrázků - - - Add Images - Přidat obrázky - - - Open images to convert - Otevřít obrázky pro převedení - - - Open images - Otevřít obrázky - - - Add images to convert - Přidat obrázky pro převedení - - - Add images - Přidat obrázky - - - Convert all checked images - Převést všechny označené obrázky - - - Convert - Převést - - - Remove all selected images - Odstranit všechny vybrané obrázky - - - Remove Images - Odstranit obrázky - - - Clear - Smazat - - - Remove All - Odstranit vše - - - Check all selected images - Označit všechny vybrané obrázky - - - Check - Označit - - - Check all images - Označit všechny obrázky - - - Check All - Označit vše - - - &File - &Soubor - - - &Edit - &Úpravy - - - &Actions - &Činnosti - - - &Help - &Nápověda - - - Actions Panel - Panel činností - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Preview:</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Náhled:</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">No preview!</p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Bez náhledu</p></body></html> - - - Show preview - Ukázat náhled - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">File size:</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Velikost souboru:</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image size:</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Velikost obrázku:</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Type:</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Formát:</span></p></body></html> - - - Dimensions - Rozměry - - - Width: - Šířka: - - - % - % - - - Height: - Výška: - - - Relative Size - Poměrná velikost - - - Output options - Volby pro výstup - - - Rename: - Přejmenovat: - - - #_copy - #_kopie - - - Save in: - Uložit v: - - - Open output directory - Otevřít výstupní adresář - - - ... - ... - - - Image's directory - Adresář s obrázky - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">File size:</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Velikost souboru:</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image size:</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Velikost obrázku:</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Type:</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Typ:</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixel</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixelů</span></p></body></html> - - - Mantain aspect ratio - Zachovat poměr stran - - - Resolution X: - Rozlišení X: - - - Resolution Y: - Rozlišení Y: - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> -<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image resolution:</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> -<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Rozlišení obrázku:</span></p></body></html> - - - Load image's attributes - Nahrát vlastnosti obrázku - - - Resolution - Rozlišení - - - Show image's attributes - Ukázat vlastnosti obrázku - - - Overwrite all - Přepsat vše - - - Replace transparent background - Nahradit průhledné pozadí - - - Choose color - Vybrat barvu - - - Scale image - Změnit velikost obrázku - - - toolBar - Nástrojový pruh - - - &Open images - &Otevřít obrázky - - - Ctrl+O - Ctrl+O - - - &Add images - &Přidat obrázky - - - Ctrl+Alt+O - Ctrl+Alt+O - - - &Remove images - &Odstranit obrázky - - - Remove selected pictures - Odstranit vybrané obrázky - - - Del - Delete - - - Remove &all - Odstranit &vše - - - Remove all pictures - Odstranit všechny obrázky - - - Alt+Del - Alt+Delete - - - &Check - O&značit - - - Check selected items - Označit vybrané položky - - - Ctrl+H - Ctrl+H - - - Check a&ll - Označit vš&e - - - Check all items - Označit všechny položky - - - Ctrl+Alt+H - Ctrl+Alt+H - - - &Convert - &Převést - - - Start the conversion process - Spustit převod - - - F5 - F5 - - - &Settings - &Nastavení - - - Open the settings dialog - Otevřít dialog nastavení - - - &Exit - &Ukončit - - - Ctrl+X - Ctrl+X - - - Uncheck all &items - Odznačit všechny &položky - - - Ctrl+Alt+J - Ctrl+Alt+J - - - &Uncheck Items - &Odznačit položky - - - Uncheck selected items - Odznačit vybrané položky - - - Ctrl+J - Ctrl+J - - - &About - &O programu - - - F1 - F1 - - - Donate via Paypal - Darovat přes Paypal - - - - MainWindowImpl - - Open images to convert - Otevřít obrázky pro převedení - - - Ctrl+O - Ctrl+O - - - Add other images to convert - Přidat další obrázky pro převedení - - - Ctrl+Alt+O - Ctrl+Alt+O - - - Settings - Nastavení - - - &Exit - &Ukončit - - - Ctrl+Q - Ctrl+Q - - - &Check Selected Items - &Označit vybrané položky - - - &Check All Items - &Označit všechny položky - - - Ctrl+A - Ctrl+A - - - &Uncheck Selected Items - &Odznačit vybrané položky - - - &Uncheck All Items - &Odznačit všechny položky - - - Ctrl+Shift+A - Ctrl+Shift+A - - - &Remove Selected Items - &Odstranit vybrané položky - - - &Remove All Items - &Odstranit všechny položky - - - &Convert images - &Převést obrázky - - - F5 - F5 - - - &About... - O &programu... - - - F1 - F1 - - - Open Image - Otevřít obrázek - - - Image %1 is currently used! - Obrázek %1 je v současnosti používán! - - - Warning - Varování - - - No image checked! - Není označen žádný obrázek! - - - Set an output directory! - Nastavit výstupní adresář! - - - No images to convert! - Žádné obrázky pro převedení! - - - Processing... - Probíhá zpracování... - - - Please wait! Processing %1 - Počkejte, prosím! Probíhá zpracování %1 - - - Processing finished! - Zpracování dokončeno! - - - All Supported Formats (%1) - Všechny podporované formáty (%1) - - - Open Directory - Otevřít adresář - - - No preview! - Bez náhledu! - - - Sorry! Selected image is damaged! - Promiňte, ale vybraný obrázek je poškozený! - - - Suggest a new name! - Navrhnout nový název! - - - New name: - Nový název: - - - Please, specify a name! - Zadejte, prosím, název! - - - You should specify a name. -Click Retry to specify a new name. -Click Ignore to cancel this operation. -Click Abort to cancel all operations. - Měl byste zadat název. -Klepněte pro zadání nového názvu. -Klepněte na Přehlížet pro zrušení této operace. -Klepněte na Zrušit pro zrušení všech operací. - - - Warning! - Varování! - - - The filename should not be empty! - Název souboru nesmí být prázdný! - - - The name chosen is identical to the initial one. Do you want to overwrite the original file? - Vybraný název se shoduje se začátečním. Chcete přepsat původní soubor? - - - Aborted! - Zrušeno! - - - The output directory doesn't exists! Would you create it? - Výstupní adresář neexistuje! Chcete jej vytvořit? - - - The directory cannot be created! - Adresář nelze vytvořit! - - - - PixTreeWidget - - To convert - K převedení - - - Status - Stav - - - File name - Název souboru - - - Image type - Formát obrázku - - - File size - Velikost souboru - - - File path - Cesta k souboru - - - - Translator - - English - Czech - - - + + + + + Converter + + Converted! + Převedeno! + + + Converted and processed! + Převedeno a zpracováno! + + + Error: %1 + Chyba: %1 + + + Error! + Chyba! + + + An error is occurred in opening %1: %2. It won't be processed! + Během otevírání se vyskytla chyba %1: %2. Nebude zpracováváno! + + + Suggest a new name! + Navrhnout nový název! + + + New name: + Nový název: + + + %1/copy_%2.%3 + %1/kopie_%2.%3 + + + + DialogConversionStatus + + Status... + Stav... + + + Conversion Status + Stav převodu + + + Image: + Obrázek: + + + Status: + Stav: + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Total:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Celkem:</span></p></body></html> + + + 0 + 0 + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Converted:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Převedeno:</span></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Errors:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Chyby:</span></p></body></html> + + + Close + Zavřít + + + Stop + Zastavit + + + Open destination + Otevřít cíl + + + Open all the destination folders + Otevřít všechny složky cíle + + + Converted + Převedeno + + + + DialogInfo + + About Converseen... + O programu Converseen... + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.2</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and thumbnails creator.</p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.2</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program do masowej obróbki zdjęć oraz tworzenia miniaturek.</p></body></html> + + + Informations + Informace + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="mailto:faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0000ff;">faster3ck@gmail.com</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0000ff;">converseen.sourceforge.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.netsons.org"><span style=" text-decoration: underline; color:#0000ff;">fasterindesign.netsons.org</span></a></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Autor: </span>Faster (Francesco Mondello)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">E-mail: </span><a href="mailto:faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0000ff;">faster3ck@gmail.com</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Stránky projektu na internetu: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0000ff;">converseen.sourceforge.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Mé domovské stránky: </span><a href="http://fasterindesign.netsons.org"><span style=" text-decoration: underline; color:#0000ff;">fasterindesign.netsons.org</span></a></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Translators:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Překladatelé:</span></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0000ff;">d@ayoy.net</span></a></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polský překlad:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0000ff;">d@ayoy.net</span></a></p></body></html> + + + Converseen is an image batch conversion and thumbnail creator tool. It supports more than 100 different image types. + Converseen je program pro dávkový převod obrázků a nástroj na vytváření náhledů. Podporuje více než sto různých typů obrázků. + + + Close + Zavřít + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0000ff;">kbarcza@blackpanther.hu</span></a></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Maďarský překlad: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0000ff;">kbarcza@blackpanther.hu</span></a></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.2.1</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and thumbnails creator.</p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.2.1</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program pro dávkový převod obrázků a nástroj na vytváření náhledů..</p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">The batch image converter and resizer.</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Dávkový převaděč obrázků a měnič jejich velikosti.</span></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Czech translation: </span><span style=" font-size:10pt; color:#141312;">Pavel Fric - </span><a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Překlad do češtiny: </span><span style=" font-size:10pt; color:#141312;">Pavel Fric - </span><a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> + + + Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats. + Converseen je nástrojem pro dávkový převod obrázků. Můžete převádět obrázky do více než sta různých formátů a měnit jejich velikost. + + + (c) Faster 2010 GNU - GPL v.2 + (c) Faster 2010 GNU - GPL v.2 + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3.2</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3.2</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Dávkový převaděč a měnič velikosti obrázků.</p></td></tr></table></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">French Translation:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Překlad do francouzštiny:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Dávkový převaděč obrázků a měnič jejich velikosti.</p></td></tr></table></body></html> + + + (c) Faster 2011 GNU - GPL v.2 + (c) Faster 2011 GNU - GPL v.2 + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">German Translation:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Překlad do němčiny:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Brazilian Portuguese Translation:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Překlad do brazilské portugalštiny:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.1</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> + Program pro dávkový převod obrázků a + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.1</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program pro dávkový převod obrázků a změnu velikosti obrázků.</p></td></tr></table></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.2</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.2</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program pro dávkový převod obrázků a změnu velikosti obrázků.</p></td></tr></table></body></html> {3C?} {4.0/?} {3.?} {40/?} {1"?} {10p?} {400;?} {0"?} {4p?} {4p?} {4p?} {4p?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} {12p?} {600;?} {0.4.2<?} {0p?} {0p?} {0p?} {0p?} {0;?} {0p?} + + + (c) 2009 - 2011 Francesco Mondello GNU - GPL v.2 + (c) 2009 - 2011 Francesco Mondello GNU - GPL v.2 + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.3</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.3</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program pro dávkový převod obrázků a změnu velikosti obrázků.</p></td></tr></table></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Autor: </span>Faster (Francesco Mondello)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">E-mail: </span><a href="mailto:faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0000ff;">faster3ck@gmail.com</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Stránky projektu na internetu: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0000ff;">converseen.sourceforge.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Mé domovské stránky: </span><a href="http://fasterindesign.netsons.org"><span style=" text-decoration: underline; color:#0000ff;">fasterindesign.altervista.org</span></a></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Spanish (Chile) Translation:</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Překlad do španělštiny (Chile):</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.5</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.5</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program pro dávkový převod obrázků a změnu velikosti obrázků.</p></td></tr></table></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Překlad do polštiny:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Překlad do maďarštiny: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen je nástroj pro dávkový převod obrázků. Můžete měnit velikost obrázků a převádět je do více než sta různých formátů.</span></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.6</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.6</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program pro dávkový převod obrázků a změnu velikosti obrázků.</p></td></tr></table></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Turkish Translation: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Překlad do turečtiny: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.7</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.7</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program pro dávkový převod obrázků a změnu velikosti obrázků.</p></td></tr></table></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.8</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.8</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program pro dávkový převod obrázků a změnu velikosti obrázků.</p></td></tr></table></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.9</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.9</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program pro dávkový převod obrázků a změnu velikosti obrázků.</p></td></tr></table></body></html> + + + <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">donate via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> + <html><head/><body><p align="center"><span style=" font-weight:600;">Pokud tuto práci oceňujete a tento projekt se vám líbí, jste vítáni při poskytnutí </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">daru přes Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> + + + - + - + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Czech translation: </span>Pavel Fric - <a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Překlad do češtiny: </span>Pavel Fric - <a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> + + + The batch image converter and resizer. + Dávkový převaděč a měnič velikosti obrázků. + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt;">(c) 2009 - 2013 Francesco Mondello GNU - GPL v.3</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt;">(c) 2009 - 2013 Francesco Mondello GNU - GPL v.3</span></p></body></html> + + + <strong>Hungarian translation: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> + <strong>Překlad do maďarštiny: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> + + + <strong>Czech translation: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> + <strong>Překlad do češtiny: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> + + + <strong>French Translation: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> + + <strong>Překlad do francouzštiny: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a + + + <strong>Brazilian Portuguese Translation: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> + <strong>Překlad do brazilské portugalštiny: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> + + + <strong>German Translation: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> + <strong>Překlad do němčiny: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> + + + <strong>Spanish (Chile) Translation: </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> + + <strong>Překlad do španělštiny (Chile): </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a + + + <strong>Turkish Translation: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> + + <strong>Překlad do turečtiny: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> + + + <strong>Russian Translation: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> + <strong>Překlad do ruštiny: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> + + + <strong>Polish Translation: </strong>Michał Olber from OSWorld.pl - <a href="mailto:redakcja@osworld.pl">redakcja@osworld.pl</a> + + + + <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Follow Converseen:</span></p></body></html> + + + + + DialogOptions + + Settings + Nastavení + + + Language + Jazyk + + + Language: + Jazyk: + + + Overwriting settings + Nastavení přepisování + + + Ask first + Zeptat se nejprve + + + Overwrite all existing images + Přepsat všechny stávající obrázky + + + Ok + OK + + + Cancel + Zrušit + + + Warning! + Varování! + + + Please, restart Converseen to apply current language! + Pro použití nynějšího jazyka spusťte, prosím, Converseen znovu! + + + + DialogQuality + + Image settings + Nastavení obrázků + + + Jpeg compression level + Úroveň stlačení JPEG + + + Quality 0 - 100: + Kvalita 0 - 100: + + + Png compression level + Úroveň stlačení PNG + + + Quality 0 - 9: + Kvalita 0 - 9: + + + Ok + OK + + + Cancel + Zrušit + + + Interpolation + Interpolace + + + Filter: + Filtr: + + + + Formats + + All Supported Filters (%1) + Všechny podporované filtry (%1) + + + Don't change the format + Neměnit formát + + + + MainWindow + + Converseen + + + + To convert + K převedení + + + Status + Stav + + + File name + Název souboru + + + Image type + Formát obrázku + + + File size + Velikost souboru + + + File path + Cesta k souboru + + + Conversion Formats + Převodní formáty + + + Convert to: + Převést do: + + + Show image settings dialog... + Ukázat dialog pro nastavení obrázků... + + + Images settings + Nastavení obrázků + + + Add Images + Přidat obrázky + + + Open images to convert + Otevřít obrázky pro převedení + + + Open images + Otevřít obrázky + + + Add images to convert + Přidat obrázky pro převedení + + + Add images + Přidat obrázky + + + Convert all checked images + Převést všechny označené obrázky + + + Convert + Převést + + + Remove all selected images + Odstranit všechny vybrané obrázky + + + Remove Images + Odstranit obrázky + + + Clear + Smazat + + + Remove All + Odstranit vše + + + Check all selected images + Označit všechny vybrané obrázky + + + Check + Označit + + + Check all images + Označit všechny obrázky + + + Check All + Označit vše + + + &File + &Soubor + + + &Edit + Úp&ravy + + + &Actions + Č&innosti + + + &Help + &Nápověda + + + Actions Panel + Panel činností + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Preview:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Náhled:</span></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">No preview!</p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Bez náhledu</p></body></html> + + + Show preview + Ukázat náhled + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">File size:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Velikost souboru:</span></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image size:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Velikost obrázku:</span></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Type:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Formát:</span></p></body></html> + + + Dimensions + Rozměry + + + Width: + Šířka: + + + % + % + + + Height: + Výška: + + + Relative Size + Poměrná velikost + + + Output options + Volby pro výstup + + + Rename: + Přejmenovat: + + + #_copy + #_kopie + + + Save in: + Uložit v: + + + Open output directory + Otevřít výstupní adresář + + + ... + ... + + + Image's directory + Adresář s obrázky + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">File size:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Velikost souboru:</span></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image size:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Velikost obrázku:</span></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Type:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Typ:</span></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixel</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixelů</span></p></body></html> + + + Mantain aspect ratio + Zachovat poměr stran + + + Resolution X: + Rozlišení X: + + + Resolution Y: + Rozlišení Y: + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image resolution:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Rozlišení obrázku:</span></p></body></html> + + + Load image's attributes + Nahrát vlastnosti obrázku + + + Resolution + Rozlišení + + + Show image's attributes + Ukázat vlastnosti obrázku + + + Overwrite all + Přepsat vše + + + Replace transparent background + Nahradit průhledné pozadí + + + Choose color + Vybrat barvu + + + Scale image + Změnit velikost obrázku + + + toolBar + Nástrojový pruh + + + &Open images + &Otevřít obrázky + + + Ctrl+O + Ctrl+O + + + &Add images + &Přidat obrázky + + + Ctrl+Alt+O + Ctrl+Alt+O + + + &Remove images + &Odstranit obrázky + + + Remove selected pictures + Odstranit vybrané obrázky + + + Del + Delete + + + Remove &all + Odstranit &vše + + + Remove all pictures + Odstranit všechny obrázky + + + Alt+Del + Alt+Delete + + + &Check + O&značit + + + Check selected items + Označit vybrané položky + + + Ctrl+H + Ctrl+H + + + Check a&ll + Označit vš&e + + + Check all items + Označit všechny položky + + + Ctrl+Alt+H + Ctrl+Alt+H + + + &Convert + &Převést + + + Start the conversion process + Spustit převod + + + F5 + F5 + + + &Settings + &Nastavení + + + Open the settings dialog + Otevřít dialog nastavení + + + &Exit + &Ukončit + + + Ctrl+X + Ctrl+X + + + Uncheck all &items + Odznačit všechny &položky + + + Ctrl+Alt+J + Ctrl+Alt+J + + + &Uncheck Items + &Odznačit položky + + + Uncheck selected items + Odznačit vybrané položky + + + Ctrl+J + Ctrl+J + + + &About + &O programu + + + F1 + F1 + + + Donate via Paypal + Darovat přes Paypal + + + Rotate and flip + Otočit a obrátit + + + Rotate image: + Otočit obrázek: + + + No rotation + Žádné otočení + + + + 90° + + 90° + + + - 90° + - 90° + + + 180° + 180° + + + Flip image: + Obrátit obrázek: + + + No flip + Žádné obrácení + + + Horizontally + Vodorovně + + + Vertically + Svisle + + + Prefix/Suffix + Předpona/Přípona + + + Progressive Number + Rostoucí číslo + + + Start with: + Začít: + + + + MainWindowImpl + + Open images to convert + Otevřít obrázky pro převedení + + + Ctrl+O + Ctrl+O + + + Add other images to convert + Přidat další obrázky pro převedení + + + Ctrl+Alt+O + Ctrl+Alt+O + + + Settings + Nastavení + + + &Exit + &Ukončit + + + Ctrl+Q + Ctrl+Q + + + &Check Selected Items + &Označit vybrané položky + + + &Check All Items + &Označit všechny položky + + + Ctrl+A + Ctrl+A + + + &Uncheck Selected Items + &Odznačit vybrané položky + + + &Uncheck All Items + &Odznačit všechny položky + + + Ctrl+Shift+A + Ctrl+Shift+A + + + &Remove Selected Items + &Odstranit vybrané položky + + + &Remove All Items + &Odstranit všechny položky + + + &Convert images + &Převést obrázky + + + F5 + F5 + + + &About... + O &programu... + + + F1 + F1 + + + Open Image + Otevřít obrázek + + + Image %1 is currently used! + Obrázek %1 je v současnosti používán! + + + Warning + Varování + + + No image checked! + Není označen žádný obrázek! + + + Set an output directory! + Nastavit výstupní adresář! + + + No images to convert! + Žádné obrázky pro převedení! + + + Processing... + Probíhá zpracování... + + + Please wait! Processing %1 + Počkejte, prosím! Probíhá zpracování %1 + + + Processing finished! + Zpracování dokončeno! + + + All Supported Formats (%1) + Všechny podporované formáty (%1) + + + Open Directory + Otevřít adresář + + + No preview! + Bez náhledu! + + + Sorry! Selected image is damaged! + Promiňte, ale vybraný obrázek je poškozený! + + + Suggest a new name! + Navrhnout nový název! + + + New name: + Nový název: + + + Please, specify a name! + Zadejte, prosím, název! + + + You should specify a name. +Click Retry to specify a new name. +Click Ignore to cancel this operation. +Click Abort to cancel all operations. + Měl byste zadat název. +Klepněte pro zadání nového názvu. +Klepněte na Přehlížet pro zrušení této operace. +Klepněte na Zrušit pro zrušení všech operací. + + + Warning! + Varování! + + + The filename should not be empty! + Název souboru nesmí být prázdný! + + + The name chosen is identical to the initial one. Do you want to overwrite the original file? + Vybraný název se shoduje se začátečním. Chcete přepsat původní soubor? + + + Aborted! + Zrušeno! + + + The output directory doesn't exists! Would you create it? + Výstupní adresář neexistuje! Chcete jej vytvořit? + + + The directory cannot be created! + Adresář nelze vytvořit! + + + Preview + Náhled + + + + PixTreeWidget + + To convert + Převod + + + Status + Stav + + + File name + Název + + + Image type + Formát + + + File size + Velikost + + + File path + Cesta + + + + Translator + + English + Czech + + + + myLabelPreviewer + + Preview + Náhled + + + diff -Nru converseen-0.5.1/loc/converseen_de_DE.ts converseen-0.6.4/loc/converseen_de_DE.ts --- converseen-0.5.1/loc/converseen_de_DE.ts 2012-05-24 20:22:06.000000000 +0000 +++ converseen-0.6.4/loc/converseen_de_DE.ts 2013-07-22 23:04:34.000000000 +0000 @@ -4,9 +4,9 @@ Converter - - - + + + Error: %1 Fehler:%1 @@ -82,7 +82,7 @@ Open destination - + Ziel-Ordner öffnen @@ -97,12 +97,12 @@ Open all the destination folders - + Alle Ziel-Ordner öffnen Converted - + Konvertiert @@ -250,6 +250,57 @@ <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Übersetzer:</span></p></body></html> + + <strong>Hungarian translation: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> + <strong>Ungarische Übersetzung:: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> + + + + <strong>Czech translation: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> + <strong>Tschechische Übersetzung: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> + + + + <strong>French Translation: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> + + <strong>Französische Übersetzung: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> + + + + + <strong>Brazilian Portuguese Translation: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> + <strong>Brasilianisch-Portugiesische Übersetzung: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> + + + + <strong>German Translation: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> + <strong>Deutsche Übersetzung: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> + + + + <strong>Spanish (Chile) Translation: </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> + + <strong>Spanisch-Chilenische Übersetzung: </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> + + + + + <strong>Turkish Translation: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> + + <strong>Türkische Übersetzung: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> + + + + + <strong>Russian Translation: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> + <strong>Russische Übersetzung: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> + + + + <strong>Polish Translation: </strong>Michał Olber from OSWorld.pl - <a href="mailto:redakcja@osworld.pl">redakcja@osworld.pl</a> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -374,26 +425,24 @@ <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Der Stapel-Bildverarbeiter und Größenänderer..</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polnische Übersetzung:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> @@ -414,82 +463,110 @@ - - + - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Czech translation: </span>Pavel Fric - <a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Tschechische Übersetzung: </span>Pavel Fric - <a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">French Translation:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Französische Übersetzung:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Brazilian Portuguese Translation:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Brasilianisch-Portugiesische Übersetzung:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">German Translation:</span> Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de"><span style=" text-decoration: underline; color:#0057ae;">nickolai@iad.tu-darmstadt.de</span></a></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Deutsche Übersetzung:</span> Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de"><span style=" text-decoration: underline; color:#0057ae;">nickolai@iad.tu-darmstadt.de</span></a></p></body></html> + - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Spanish (Chile) Translation:</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Spanisch-chilenische Übersetzung:</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Spanisch-Chilenische Übersetzung:</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Turkish Translation: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Türkische Übersetzung: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> - + <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">donate via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> + <html><head/><body><p align="center"><span style=" font-weight:600;">Wenn Sie diese Arbeit anerkennen und das Projekt unterstützen möchten, sind Sie herzlich willkommen </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">Spenden via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> + + + + <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Follow Converseen:</span></p></body></html> - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt;">(c) 2009 - 2013 Francesco Mondello GNU - GPL v.3</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt;">(c) 2009 - 2013 Francesco Mondello GNU - GPL v.3</span></p></body></html> + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> @@ -500,7 +577,7 @@ <html><head/><body><p><span style=" font-weight:600;">Türkische Übersetzung: </span>Zeugma - <a href="mailto:sunder67@hotmail.com"><span style=" text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -510,7 +587,7 @@ <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 Stapelbildverarbeitungswerkzeug. Du kannst Bilder in mehr als 100 Formaten verändern und konvertieren.</span></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseeen ist ein Batch-Konverter. Damit kannst Du Bilder Skalieren und in mehr als 100 Formate konvertieren.</span></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -541,17 +618,16 @@ <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Brasilianische Übersetzung:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">German Translation:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Deutsch Übersetzung:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Deutsche Übersetzung:</span> Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de"><span style=" text-decoration: underline; color:#0057ae;">nickolai@iad.tu-darmstadt.de</span></a></p></body></html> Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats. @@ -562,14 +638,15 @@ (c) Faster 2011 GNU - GPL v.2 - + Close Schließen - + The batch image converter and resizer. - + Der Batch-Konverter und Skalierer für Bilder + The batch image converter and resizer. @@ -649,12 +726,22 @@ PNG-Kompressionsgrad - + + Interpolation + Interpolation + + + + Filter: + Filter: + + + Ok Ok - + Cancel Abbrechen @@ -662,14 +749,14 @@ Formats - + All Supported Filters (%1) - + Alle unterstützten Filter (%1) - + Don't change the format - + Das Format nicht verändern @@ -721,7 +808,7 @@ Images settings - Bildereinstellungen + Bildeinstellungen Add Images @@ -907,21 +994,22 @@ <p align="right" style=" margin-top: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 + 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; } @@ -934,7 +1022,7 @@ <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 @@ -945,233 +1033,300 @@ Replace transparent background - + Transparenten Hintergrund ersetzen Choose color - + Farbe wählen - + Scale image - + Bild Skalieren - + Resolution Auflösung - + Resolution X: Auflösung X: - + Resolution Y: Auflösung Y: - + + + Rotate and flip + Drehen und Spiegeln + + + + Rotate image: + Bild drehen: + + + + No rotation + Keine Drehung + + + + + 90° + + 90° + + + + - 90° + - 90° + + + + 180° + 180° + + + + Flip image: + Bild spiegeln: + + + + No flip + Keine Spiegelung + + + + Horizontally + horizontal + + + + Vertically + vertikal + + + Output options Ausgabeoptionen - + Save in: Speichern unter: - + Open output directory Öffne Ausgabe-Verzeichnis - + ... ... - + Image's directory Bildverzeichnis - + Rename: Umbenennen: - + + Prefix/Suffix + Präfix/Suffix + + + + Progressive Number + Progressive Nummer + Progressive Number + + + #_copy #_Kopie - + + Start with: + Beginnen mit: + + + Overwrite all Alle überschreiben - + toolBar - + Symbolleiste - + &Open images - + &Bilder öffnen - + Ctrl+O - Strg+O + Strg+O - + &Add images - + Bilder &hinzufügen - + Ctrl+Alt+O - Strg+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 + F5 - + &Settings - + &Einstellungen - + Open the settings dialog - + Öffnet den Einstellungsdialog - + &Exit - &Beenden + &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 + F1 - - + + Donate via Paypal - + Spenden via Paypal @@ -1253,51 +1408,51 @@ F1 - + Open Image Öffne Bild - - - - - + + + + + Warning Warnung - + No image checked! Kein Bild ausgewählt! - + No images to convert! Keine Bilder zum konvertieren! - + The output directory doesn't exists! Would you create it? Das Ausgabe-Verzeichnis existiert nicht! Willst du es erstellen? - + The directory cannot be created! Das Verzeichnis konnte nciht erstellt werden! - + Set an output directory! Ausgabe-Verzeichnis angeben! - + Processing... Berechne... - + Processing finished! Berechnung beendet! @@ -1306,38 +1461,41 @@ Alle unterstützten Formate (%1) - + Open Directory Verzeichnis öffnen - - - No preview! - Keine Vorschau! + Keine Vorschau! Sorry! Selected image is damaged! Entschuldigung! Das ausgewählte Bild ist beschädigt! - + + + Preview + Vorschau + + + Suggest a new name! Schlage einen neuen Namen vor! - + New name: Neuer Name: - + Please, specify a name! Bitte gib einen Namen an! - + You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. @@ -1348,23 +1506,23 @@ 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! @@ -1372,34 +1530,34 @@ PixTreeWidget - + To convert - Zu konvertieren + Zu konvertieren - + Status - Status + Status - + File name - Dateiname + Dateiname - + Image type - Bildtyp + Bildtyp - + File size - Dateigröße + Dateigröße - + File path - Dateipfad + Dateipfad @@ -1411,4 +1569,12 @@ Deutsch + + myLabelPreviewer + + + Preview + Vorschau + + diff -Nru converseen-0.5.1/loc/converseen_es_CL.ts converseen-0.6.4/loc/converseen_es_CL.ts --- converseen-0.5.1/loc/converseen_es_CL.ts 2012-06-08 13:37:08.000000000 +0000 +++ converseen-0.6.4/loc/converseen_es_CL.ts 2013-07-22 23:04:34.000000000 +0000 @@ -4,9 +4,9 @@ Converter - - - + + + Error: %1 Error: %1 @@ -334,26 +334,24 @@ <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Convierte y redimensiona tus imágenes por lotes.</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traducción al polaco:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> @@ -377,85 +375,127 @@ - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Czech translation: </span>Pavel Fric - <a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Traducción al checo: </span>Pavel Fric - <a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">French Translation:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traducción al francés:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Brazilian Portuguese Translation:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traducción al portugués brasileño:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">German Translation:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traducción al alemán:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Spanish (Chile) Translation:</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traducción al español (Chile):</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Turkish Translation: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Traducción al turco: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> - + + <strong>Hungarian translation: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> + + + + + <strong>Czech translation: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> + + + + + <strong>French Translation: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> + + + + + + <strong>Brazilian Portuguese Translation: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> + + + + + <strong>German Translation: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> + + + + + <strong>Spanish (Chile) Translation: </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> + + + + + + <strong>Turkish Translation: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> + + + + + + <strong>Russian Translation: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> + + + + + <strong>Polish Translation: </strong>Michał Olber from OSWorld.pl - <a href="mailto:redakcja@osworld.pl">redakcja@osworld.pl</a> + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -468,18 +508,31 @@ <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen convierte tus imágenes por lotes. Puedes redimensionar y convertir imágenes en más de 100 formatos distintos.</span></p></body></html> - + <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">donate via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> <html><head/><body><p align="center"><span style=" font-weight:600;">Si esta aplicación te ha gustado y deseas apoyar el proyecto, te animamos a </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">donar vía PayPal</span></a><span style=" font-weight:600;">.</span></p></body></html> - + + <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Follow Converseen:</span></p></body></html> + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt;">(c) 2009 - 2013 Francesco Mondello GNU - GPL v.3</span></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> @@ -506,12 +559,12 @@ (c) 2009 - 2011 Francesco Mondello GNU - GPL v.2 - + Close Cerrar - + The batch image converter and resizer. Convierte y redimensiona imágenes por lotes. @@ -593,12 +646,22 @@ Nivel de compresión PNG - + + Interpolation + + + + + Filter: + + + + Ok Aceptar - + Cancel Cancelar @@ -606,12 +669,12 @@ Formats - + All Supported Filters (%1) Todos los filtros soportados (%1) - + Don't change the format Mantener el formato actual @@ -851,21 +914,22 @@ <p align="right" style=" margin-top: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 + 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; } @@ -878,7 +942,7 @@ <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 @@ -897,223 +961,289 @@ Seleccionar color - + Scale image Escalar imagen - + Resolution Resolución - + Resolution X: Resolución X: - + Resolution Y: Resolución Y: - + + + Rotate and flip + + + + + Rotate image: + + + + + No rotation + + + + + + 90° + + + + + - 90° + + + + + 180° + 180° + + + + Flip image: + + + + + No flip + + + + + Horizontally + + + + + Vertically + + + + Output options Opciones de salida - + Save in: Guardar en: - + Open output directory Abrir carpeta de destino - + ... ... - + Image's directory Carpeta de la imagen - + Rename: Renombrar: - + + Prefix/Suffix + + + + + Progressive Number + + + + #_copy #_copiar - + + Start with: + + + + Overwrite all Sobreescribir todo - + toolBar Barra de herramientas - + &Open images Abrir imágenes - + Ctrl+O Ctrl+O - + &Add images &Añadir imágenes - + Ctrl+Alt+O Ctrl+Alt+O - + &Remove images Quita&r imágenes - + Remove selected pictures Quitar imágenes seleccionadas - + Del Del - + Remove &all Quit&ar todas - + Remove all pictures Quitar todas las imágenes - + Alt+Del Alt+Del - + &Check Mar&car - + Check selected items Marcar las seleccionadas - + Ctrl+H Ctrl+H - + Check a&ll Marcar todas - + Check all items Marcar todas - + Ctrl+Alt+H Ctrl+Alt+H - + &Convert &Convertir - + Start the conversion process Iniciar la conversión - + F5 F5 - + &Settings Preferencia&s - + Open the settings dialog Abrir el diálogo de preferencias - + &Exit Salir - + Ctrl+X Ctrl+X - + Uncheck all &items Desmarcar todas - + Ctrl+Alt+J Ctrl+Alt+J - + &Uncheck Items Desmarcar - + Uncheck selected items Desmarcar las seleccionadas - + Ctrl+J Ctrl+J - + &About &Acerca de - + F1 F1 - - + + Donate via Paypal Donar vía PayPal @@ -1197,91 +1327,94 @@ F1 - + Open Image Abrir imagen - - - - - + + + + + Warning Advertencia - + The output directory doesn't exists! Would you create it? La carpeta de destino no existe. ¿Deseas crearla? - + The directory cannot be created! No es posible crear la carpeta. - + Set an output directory! Selecciona una carpeta de destino. - + No image checked! No hay imágenes marcadas. - + No images to convert! No hay imágenes para convertir. - + Processing... Procesando... - + Processing finished! Proceso terminado. + + + Preview + + + All Supported Formats (%1) Todos los formatos soportados (%1) - + Open Directory Abrir carpeta - - - No preview! - Vista previa no disponible + Vista previa no disponible Sorry! Selected image is damaged! Lo lamento. La imagen seleccionada está dañada. - + Suggest a new name! Sugiere un nuevo nombre. - + New name: Nuevo nombre: - + Please, specify a name! Por favor, especifica un nombre. - + You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. @@ -1292,23 +1425,23 @@ 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 @@ -1316,32 +1449,32 @@ 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 @@ -1355,4 +1488,12 @@ Español + + myLabelPreviewer + + + Preview + + + diff -Nru converseen-0.5.1/loc/converseen_fr_FR.ts converseen-0.6.4/loc/converseen_fr_FR.ts --- converseen-0.5.1/loc/converseen_fr_FR.ts 2012-06-16 10:29:10.000000000 +0000 +++ converseen-0.6.4/loc/converseen_fr_FR.ts 2013-07-22 23:04:34.000000000 +0000 @@ -1,1486 +1,1619 @@ - - - - - Converter - - Converted! - Conversion réussie ! - - - Converted and processed! - Conversion et Transformation réussies ! - - - - - - Error: %1 - Erreur: %1 - - - Error! - Erreur ! - - - An error is occurred in opening %1: %2. It won't be processed! - Une erreur est apparue en ouvrant %1: %2. La transformation est impossible ! - - - Suggest a new name! - Entrez un Nouveau Nom ! - - - New name: - Nouveau Nom: - - - %1/copy_%2.%3 - %1/copie_%2.%3 - - - - DialogConversionStatus - - - Status... - Statut ... - - - - Conversion Status - Statut de la Conversion - - - - Image: - Image: - - - - Status: - Statut: - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Total:</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Total:</span></p></body></html> - - - - - - 0 - 0 - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Converted:</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Conversion(s) réussie(s):</span></p></body></html> - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Errors:</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Erreurs:</span></p></body></html> - - - - Open destination - - - - - Stop - Stop - - - - Close - Fermer - - - - Open all the destination folders - - - - - Converted - - - - - DialogInfo - - - About Converseen... - À propos de Converseen ... - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3.1</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3.1</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lots.</p></td></tr></table></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3.2</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3.2</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lots.</p></td></tr></table></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lot.</p></td></tr></table></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.1</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.1</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lot.</p></td></tr></table></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.2</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.2</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lot.</p></td></tr></table></body></html> - - - - Informations - Informations - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="mailto:faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0000ff;">faster3ck@gmail.com</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0000ff;">converseen.sourceforge.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.netsons.org"><span style=" text-decoration: underline; color:#0000ff;">fasterindesign.netsons.org</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Auteur: </span>Faster (Francesco Mondello)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="mailto:faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0000ff;">faster3ck@gmail.com</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Site web du projet: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0000ff;">converseen.sourceforge.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Ma Page d'acceuil: </span><a href="http://fasterindesign.netsons.org"><span style=" text-decoration: underline; color:#0000ff;">fasterindesign.netsons.org</span></a></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.3</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.3</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lot.</p></td></tr></table></body></html> - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Auteur: </span>Faster (Francesco Mondello)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Site web du projet: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Ma Page d'acceuil: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Translators:</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traducteurs:</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0000ff;">d@ayoy.net</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduction Polonaise:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0000ff;">d@ayoy.net</span></a></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0000ff;">kbarcza@blackpanther.hu</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduction Hongroise: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0000ff;">kbarcza@blackpanther.hu</span></a></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.5</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.5</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lots.</p></td></tr></table></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.6</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.6</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lots.</p></td></tr></table></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.7</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.7</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lots.</p></td></tr></table></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.8</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.8</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lots.</p></td></tr></table></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.9</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> -<tr> -<td style="border: none;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.9</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lots.</p></td></tr></table></body></html> - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduction Polonaise:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduction Hongroise: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Czech translation: </span><span style=" font-size:10pt; color:#141312;">Pavel Fric - </span><a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Traduction Tchèque: </span><span style=" font-size:10pt; color:#141312;">Pavel Fric - </span><a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> - - - - - - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Czech translation: </span>Pavel Fric - <a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">French Translation:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduction Française:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Brazilian Portuguese Translation:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduction Brésilienne/Portugaise:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">German Translation:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduction Allemande:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Spanish (Chile) Translation:</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduction Espagnole (Chili):</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Turkish Translation: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Traduction Turque: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> - - - - <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">donate via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> - - - <html><head/><body><p><span style=" font-weight:600;">Turkish Translation: </span>Zeugma - <a href="mailto:sunder67@hotmail.com"><span style=" text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> - <html><head/><body><p><span style=" font-weight:600;">Traduction Turque: </span>Zeugma - <a href="mailto:sunder67@hotmail.com"><span style=" text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen est un outil de conversion d'images en traitement par lots. Vous pouvez redimensionner et convertir vos images dans plus de 100 formats différents.</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> - - - Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats. - Converseen est un outil de conversion d'images en traitement par lots. Vous pouvez redimensionner et convertir vos images dans plus de 100 formats différents. - - - (c) 2009 - 2011 Francesco Mondello GNU - GPL v.2 - (c) 2009 - 2011 Francesco Mondello GNU - GPL v.2 - - - (c) Faster 2011 GNU - GPL v.2 - (c) Faster 2011 GNU - GPL v.2 - - - (c) Faster 2010 GNU - GPL v.2 - (c) Faster 2010 GNU - GPL v.2 - - - - Close - Fermer - - - - The batch image converter and resizer. - - - - - DialogOptions - - - Settings - Paramètres - - - - Language - Langue - - - - Language: - Langue: - - - - Overwriting settings - Options de l'écrasement - - - - Ask first - Demander en premier - - - - Overwrite all existing images - Écraser toutes les images existantes - - - - Ok - Ok - - - - Cancel - Annuler - - - - Warning! - Avertissement ! - - - - Please, restart Converseen to apply current language! - Veuillez relancer Converseen afin d'appliquer la langue choisie ! - - - - DialogQuality - - - Image settings - Paramètres des Images - - - - Jpeg compression level - Niveau de compression Jpeg - - - - - Quality 0 - 100: - Qualité 0 - 100: - - - - Png compression level - Niveau - - - Quality 0 - 9: - Qualité 0 - 9: - - - - Ok - Ok - - - - Cancel - Annuler - - - - Formats - - - All Supported Filters (%1) - - - - - Don't change the format - - - - - MainWindow - - - Converseen - Converseen - - - To convert - À convertir - - - Status - Statut - - - File name - Nom du fichier - - - Image type - Type d'image - - - File size - Taille du fichier - - - File path - Chemin du fichier - - - - Conversion Formats - Formats de Conversion - - - - Convert to: - Convertir en: - - - - Show image settings dialog... - Afficher la fenêtre de configuration des images ... - - - - Images settings - Configurer les Images - - - Add Images - Ajouter des Images - - - Open images to convert - Ouvrir des Images à convertir - - - Open images - Ouvrir des Images - - - Add images to convert - Ajouter des Images à convertir - - - Add images - Ajouter des Images - - - Convert all checked images - Convertir toutes les images cochées - - - Convert - Convertir - - - Remove all selected images - Enlever toutes les images sélectionnées - - - Remove Images - Enlever les Images - - - Clear - Nettoyer - - - Remove All - Tout enlever - - - Check all selected images - Cocher toutes les images sélectionnées - - - Check - Cocher - - - Check all images - Cocher toutes les images - - - Check All - Tout cocher - - - - &File - &Fichier - - - - &Edit - &Editer - - - - &Actions - &Actions - - - - &Help - Ai&de - - - - Actions Panel - Panneau d'Actions - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Preview:</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Aperçu:</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">No preview!</p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Aucun aperçu !</p></body></html> - - - - Show preview - Afficher l'aperçu - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Type:</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Type:</span></p></body></html> - - - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">File size:</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Taille du fichier:</span></p></body></html> - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image size:</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Dimensions de l'image:</span></p></body></html> - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> -<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image resolution:</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> -<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Résolution de l'image:</span></p></body></html> - - - Dimensions - Dimensions - - - - Width: - Largeur: - - - - Height: - Hauteur: - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixel</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixel</span></p></body></html> - - - - Mantain aspect ratio - Conserver l'aspect ratio - - - Show image's attributes - Afficher les attributs de l'image - - - - Overwrite all - Tout écraser - - - Load image's attributes - Charger les attributs de l'image - - - - Replace transparent background - - - - - Choose color - - - - - Scale image - - - - - Resolution - Résolution - - - - Resolution X: - Résolution X: - - - - Resolution Y: - Résolution Y: - - - - 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: - - - - #_copy - #_copie - - - - toolBar - - - - - &Open images - - - - - Ctrl+O - Ctrl+O - - - - &Add images - - - - - Ctrl+Alt+O - Ctrl+Alt+O - - - - &Remove images - - - - - Remove selected pictures - - - - - Del - - - - - Remove &all - - - - - Remove all pictures - - - - - Alt+Del - - - - - &Check - - - - - Check selected items - - - - - Ctrl+H - - - - - Check a&ll - - - - - Check all items - - - - - Ctrl+Alt+H - - - - - &Convert - - - - - Start the conversion process - - - - - F5 - F5 - - - - &Settings - - - - - Open the settings dialog - - - - - &Exit - &Quitter - - - - Ctrl+X - - - - - Uncheck all &items - - - - - Ctrl+Alt+J - - - - - &Uncheck Items - - - - - Uncheck selected items - - - - - Ctrl+J - - - - - &About - - - - - F1 - F1 - - - - - Donate via Paypal - - - - - MainWindowImpl - - Open images to convert - Ouvrir les images à convertir - - - Ctrl+O - Ctrl+O - - - Add other images to convert - Ajouter d'autres images à convertir - - - Ctrl+Alt+O - Ctrl+Alt+O - - - Settings - Paramètres - - - &Exit - &Quitter - - - Ctrl+Q - Ctrl+Q - - - &Check Selected Items - &Cocher les Objets Sélectionnés - - - &Check All Items - &Cocher tous les Objets - - - Ctrl+A - Ctrl+A - - - &Uncheck Selected Items - &Décocher les Objets Sélectionnés - - - &Uncheck All Items - &Décocher tous les Objets - - - Ctrl+Shift+A - Ctrl+Shift+A - - - &Remove Selected Items - &Enlever les Objets Sélectionnés - - - &Remove All Items - &Enlever tous les Objets - - - &Convert images - &Convertir les Images - - - F5 - F5 - - - &About... - &A propos ... - - - F1 - F1 - - - - Open Image - Ouvrir l'Image - - - - - - - - Warning - Avertissement - - - - No image checked! - Aucune Image cochée ! - - - - No images to convert! - Aucune Image à convertir ! - - - - The output directory doesn't exists! Would you create it? - Le dossier de sortie n'existe pas ! Voulez-vous le créer ? - - - - The directory cannot be created! - Le répertoire ne peut pas être créé ! - - - - Set an output directory! - Définissez un répertoire de destination ! - - - - Processing... - Transformation ... - - - - Suggest a new name! - Entrez un Nouveau Nom ! - - - - New name: - Nouveau Nom: - - - - Please, specify a name! - Veuillez spécifier un nom ! - - - - You should specify a name. -Click Retry to specify a new name. -Click Ignore to cancel this operation. -Click Abort to cancel all operations. - Vous devriez spécifier un nom. -Cliquez sur Recommencer pour spécifier un nouveau nom. -Cliquez sur Ignorer pour annuler cette opération. -Cliquez sur Abandonner pour annuler toutes les opérations. - - - - - Warning! - Avertissement ! - - - - The filename should not be empty! - Le nom de fichier ne de devrait pas être vide ! - - - - The name chosen is identical to the initial one. Do you want to overwrite the original file? - Le nom choisi est identique à l'original. Désirez-vous écraser le fichier original ? - - - - Aborted! - Abandonné ! - - - Please wait! Processing %1 - Veuillez patienter ! Transformation de %1 en cours - - - - Processing finished! - Transformation terminée ! - - - All Supported Formats (%1) - Tous les Formats Supportés (%1) - - - - Open Directory - Ouvrir un répertoire - - - - - - No preview! - Aucun aperçu ! - - - Sorry! Selected image is damaged! - Désolé ! L'Image sélectionnée est endommagée ! - - - - PixTreeWidget - - - To convert - À convertir - - - - Status - Statut - - - - File name - Nom du fichier - - - - Image type - Type d'image - - - - File size - Taille du fichier - - - - File path - Chemin du fichier - - - - Translator - - - - English - Français - - - + + + + + Converter + + Converted! + Conversion réussie ! + + + Converted and processed! + Conversion et Transformation réussies ! + + + + + + Error: %1 + Erreur: %1 + + + Error! + Erreur ! + + + An error is occurred in opening %1: %2. It won't be processed! + Une erreur est apparue en ouvrant %1: %2. La transformation est impossible ! + + + Suggest a new name! + Entrez un Nouveau Nom ! + + + New name: + Nouveau Nom: + + + %1/copy_%2.%3 + %1/copie_%2.%3 + + + + DialogConversionStatus + + + Status... + Statut ... + + + + Conversion Status + Statut de la Conversion + + + + Image: + Image: + + + + Status: + Statut: + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Total:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Total:</span></p></body></html> + + + + + + 0 + 0 + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Converted:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Conversion(s) réussie(s):</span></p></body></html> + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Errors:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Erreurs:</span></p></body></html> + + + + Open destination + + + + + Stop + Stop + + + + Close + Fermer + + + + Open all the destination folders + + + + + Converted + + + + + DialogInfo + + + About Converseen... + À propos de Converseen ... + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3.1</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3.1</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lots.</p></td></tr></table></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3.2</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.3.2</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lots.</p></td></tr></table></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lot.</p></td></tr></table></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.1</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.1</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lot.</p></td></tr></table></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.2</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.2</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lot.</p></td></tr></table></body></html> + + + + Informations + Informations + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="mailto:faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0000ff;">faster3ck@gmail.com</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0000ff;">converseen.sourceforge.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.netsons.org"><span style=" text-decoration: underline; color:#0000ff;">fasterindesign.netsons.org</span></a></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Auteur: </span>Faster (Francesco Mondello)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="mailto:faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0000ff;">faster3ck@gmail.com</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Site web du projet: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0000ff;">converseen.sourceforge.net</span></a></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Ma Page d'acceuil: </span><a href="http://fasterindesign.netsons.org"><span style=" text-decoration: underline; color:#0000ff;">fasterindesign.netsons.org</span></a></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.3</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.3</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lot.</p></td></tr></table></body></html> + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Auteur: </span>Faster (Francesco Mondello)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Site web du projet: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Ma Page d'acceuil: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Translators:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traducteurs:</span></p></body></html> + + + + <strong>Hungarian translation: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> + + + + + <strong>Czech translation: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> + + + + + <strong>French Translation: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> + + + + + + <strong>Brazilian Portuguese Translation: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> + + + + + <strong>German Translation: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> + + + + + <strong>Spanish (Chile) Translation: </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> + + + + + + <strong>Turkish Translation: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> + + + + + + <strong>Russian Translation: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> + + + + + <strong>Polish Translation: </strong>Michał Olber from OSWorld.pl - <a href="mailto:redakcja@osworld.pl">redakcja@osworld.pl</a> + + + + + <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Follow Converseen:</span></p></body></html> + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0000ff;">d@ayoy.net</span></a></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduction Polonaise:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0000ff;">d@ayoy.net</span></a></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0000ff;">kbarcza@blackpanther.hu</span></a></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduction Hongroise: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0000ff;">kbarcza@blackpanther.hu</span></a></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.5</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.5</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lots.</p></td></tr></table></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.6</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.6</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lots.</p></td></tr></table></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.7</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.7</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lots.</p></td></tr></table></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.8</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.8</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lots.</p></td></tr></table></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.9</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and resizer.</p></td></tr></table></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> +<tr> +<td style="border: none;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.4.9</span></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Le convertisseur/redimensionneur d'images par lots.</p></td></tr></table></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduction Polonaise:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduction Hongroise: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Czech translation: </span><span style=" font-size:10pt; color:#141312;">Pavel Fric - </span><a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Traduction Tchèque: </span><span style=" font-size:10pt; color:#141312;">Pavel Fric - </span><a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> + + + + - + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">French Translation:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduction Française:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Brazilian Portuguese Translation:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduction Brésilienne/Portugaise:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt;">(c) 2009 - 2013 Francesco Mondello GNU - GPL v.3</span></p></body></html> + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">German Translation:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduction Allemande:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Spanish (Chile) Translation:</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduction Espagnole (Chili):</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Turkish Translation: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Traduction Turque: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> + + + + <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">donate via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> + + + <html><head/><body><p><span style=" font-weight:600;">Turkish Translation: </span>Zeugma - <a href="mailto:sunder67@hotmail.com"><span style=" text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> + <html><head/><body><p><span style=" font-weight:600;">Traduction Turque: </span>Zeugma - <a href="mailto:sunder67@hotmail.com"><span style=" text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen est un outil de conversion d'images en traitement par lots. Vous pouvez redimensionner et convertir vos images dans plus de 100 formats différents.</span></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">(c) 2009 - 2011 Francesco Mondello GNU - GPL v.2</span></p></body></html> + + + Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats. + Converseen est un outil de conversion d'images en traitement par lots. Vous pouvez redimensionner et convertir vos images dans plus de 100 formats différents. + + + (c) 2009 - 2011 Francesco Mondello GNU - GPL v.2 + (c) 2009 - 2011 Francesco Mondello GNU - GPL v.2 + + + (c) Faster 2011 GNU - GPL v.2 + (c) Faster 2011 GNU - GPL v.2 + + + (c) Faster 2010 GNU - GPL v.2 + (c) Faster 2010 GNU - GPL v.2 + + + + Close + Fermer + + + + The batch image converter and resizer. + + + + + DialogOptions + + + Settings + Paramètres + + + + Language + Langue + + + + Language: + Langue: + + + + Overwriting settings + Options de l'écrasement + + + + Ask first + Demander en premier + + + + Overwrite all existing images + Écraser toutes les images existantes + + + + Ok + Ok + + + + Cancel + Annuler + + + + Warning! + Avertissement ! + + + + Please, restart Converseen to apply current language! + Veuillez relancer Converseen afin d'appliquer la langue choisie ! + + + + DialogQuality + + + Image settings + Paramètres des Images + + + + Jpeg compression level + Niveau de compression Jpeg + + + + + Quality 0 - 100: + Qualité 0 - 100: + + + + Png compression level + Niveau + + + + Interpolation + + + + + Filter: + + + + Quality 0 - 9: + Qualité 0 - 9: + + + + Ok + Ok + + + + Cancel + Annuler + + + + Formats + + + All Supported Filters (%1) + + + + + Don't change the format + + + + + MainWindow + + + Converseen + Converseen + + + To convert + À convertir + + + Status + Statut + + + File name + Nom du fichier + + + Image type + Type d'image + + + File size + Taille du fichier + + + File path + Chemin du fichier + + + + Conversion Formats + Formats de Conversion + + + + Convert to: + Convertir en: + + + + Show image settings dialog... + Afficher la fenêtre de configuration des images ... + + + + Images settings + Configurer les Images + + + Add Images + Ajouter des Images + + + Open images to convert + Ouvrir des Images à convertir + + + Open images + Ouvrir des Images + + + Add images to convert + Ajouter des Images à convertir + + + Add images + Ajouter des Images + + + Convert all checked images + Convertir toutes les images cochées + + + Convert + Convertir + + + Remove all selected images + Enlever toutes les images sélectionnées + + + Remove Images + Enlever les Images + + + Clear + Nettoyer + + + Remove All + Tout enlever + + + Check all selected images + Cocher toutes les images sélectionnées + + + Check + Cocher + + + Check all images + Cocher toutes les images + + + Check All + Tout cocher + + + + &File + &Fichier + + + + &Edit + &Editer + + + + &Actions + &Actions + + + + &Help + Ai&de + + + + Actions Panel + Panneau d'Actions + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Preview:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Aperçu:</span></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">No preview!</p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Aucun aperçu !</p></body></html> + + + + Show preview + Afficher l'aperçu + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Type:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Type:</span></p></body></html> + + + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">File size:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Taille du fichier:</span></p></body></html> + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image size:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Dimensions de l'image:</span></p></body></html> + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image resolution:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Résolution de l'image:</span></p></body></html> + + + + Dimensions + Dimensions + + + + Width: + Largeur: + + + + Height: + Hauteur: + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixel</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixel</span></p></body></html> + + + + Mantain aspect ratio + Conserver l'aspect ratio + + + Show image's attributes + Afficher les attributs de l'image + + + + Overwrite all + Tout écraser + + + Load image's attributes + Charger les attributs de l'image + + + + Replace transparent background + + + + + Choose color + + + + + Scale image + + + + + Resolution + Résolution + + + + Resolution X: + Résolution X: + + + + Resolution Y: + Résolution Y: + + + + + Rotate and flip + + + + + Rotate image: + + + + + No rotation + + + + + + 90° + + + + + - 90° + + + + + 180° + 180° + + + + Flip image: + + + + + No flip + + + + + Horizontally + + + + + Vertically + + + + + Output options + Options de sortie + + + + Save in: + Enregistrer dans: + + + + Open output directory + Ouvrir le répertoire de destination + + + + ... + ... + + + + Image's directory + Répertoire de l'image + + + + Rename: + Renommer: + + + + Prefix/Suffix + + + + + Progressive Number + + + + + #_copy + #_copie + + + + Start with: + + + + + toolBar + + + + + &Open images + + + + + Ctrl+O + Ctrl+O + + + + &Add images + + + + + Ctrl+Alt+O + Ctrl+Alt+O + + + + &Remove images + + + + + Remove selected pictures + + + + + Del + + + + + Remove &all + + + + + Remove all pictures + + + + + Alt+Del + + + + + &Check + + + + + Check selected items + + + + + Ctrl+H + + + + + Check a&ll + + + + + Check all items + + + + + Ctrl+Alt+H + + + + + &Convert + + + + + Start the conversion process + + + + + F5 + F5 + + + + &Settings + + + + + Open the settings dialog + + + + + &Exit + &Quitter + + + + Ctrl+X + + + + + Uncheck all &items + + + + + Ctrl+Alt+J + + + + + &Uncheck Items + + + + + Uncheck selected items + + + + + Ctrl+J + + + + + &About + + + + + F1 + F1 + + + + + Donate via Paypal + + + + + MainWindowImpl + + Open images to convert + Ouvrir les images à convertir + + + Ctrl+O + Ctrl+O + + + Add other images to convert + Ajouter d'autres images à convertir + + + Ctrl+Alt+O + Ctrl+Alt+O + + + Settings + Paramètres + + + &Exit + &Quitter + + + Ctrl+Q + Ctrl+Q + + + &Check Selected Items + &Cocher les Objets Sélectionnés + + + &Check All Items + &Cocher tous les Objets + + + Ctrl+A + Ctrl+A + + + &Uncheck Selected Items + &Décocher les Objets Sélectionnés + + + &Uncheck All Items + &Décocher tous les Objets + + + Ctrl+Shift+A + Ctrl+Shift+A + + + &Remove Selected Items + &Enlever les Objets Sélectionnés + + + &Remove All Items + &Enlever tous les Objets + + + &Convert images + &Convertir les Images + + + F5 + F5 + + + &About... + &A propos ... + + + F1 + F1 + + + + Open Image + Ouvrir l'Image + + + + + + + + Warning + Avertissement + + + + No image checked! + Aucune Image cochée ! + + + + No images to convert! + Aucune Image à convertir ! + + + + The output directory doesn't exists! Would you create it? + Le dossier de sortie n'existe pas ! Voulez-vous le créer ? + + + + The directory cannot be created! + Le répertoire ne peut pas être créé ! + + + + Set an output directory! + Définissez un répertoire de destination ! + + + + Processing... + Transformation ... + + + + + Preview + + + + + Suggest a new name! + Entrez un Nouveau Nom ! + + + + New name: + Nouveau Nom: + + + + Please, specify a name! + Veuillez spécifier un nom ! + + + + You should specify a name. +Click Retry to specify a new name. +Click Ignore to cancel this operation. +Click Abort to cancel all operations. + Vous devriez spécifier un nom. +Cliquez sur Recommencer pour spécifier un nouveau nom. +Cliquez sur Ignorer pour annuler cette opération. +Cliquez sur Abandonner pour annuler toutes les opérations. + + + + + Warning! + Avertissement ! + + + + The filename should not be empty! + Le nom de fichier ne de devrait pas être vide ! + + + + The name chosen is identical to the initial one. Do you want to overwrite the original file? + Le nom choisi est identique à l'original. Désirez-vous écraser le fichier original ? + + + + Aborted! + Abandonné ! + + + Please wait! Processing %1 + Veuillez patienter ! Transformation de %1 en cours + + + + Processing finished! + Transformation terminée ! + + + All Supported Formats (%1) + Tous les Formats Supportés (%1) + + + + Open Directory + Ouvrir un répertoire + + + No preview! + Aucun aperçu ! + + + Sorry! Selected image is damaged! + Désolé ! L'Image sélectionnée est endommagée ! + + + + PixTreeWidget + + + To convert + À convertir + + + + Status + Statut + + + + File name + Nom du fichier + + + + Image type + Type d'image + + + + File size + Taille du fichier + + + + File path + Chemin du fichier + + + + Translator + + + + English + Français + + + + myLabelPreviewer + + + Preview + + + + diff -Nru converseen-0.5.1/loc/converseen_hu_HU.ts converseen-0.6.4/loc/converseen_hu_HU.ts --- converseen-0.5.1/loc/converseen_hu_HU.ts 2012-06-08 13:42:22.000000000 +0000 +++ converseen-0.6.4/loc/converseen_hu_HU.ts 2013-07-22 23:04:34.000000000 +0000 @@ -253,7 +253,7 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">French Translation:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> @@ -264,22 +264,6 @@ <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">German Translation:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Brazilian Portuguese Translation:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <table border="0" style="-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;"> <tr> <td style="border: none;"> @@ -337,7 +321,7 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Spanish (Chile) Translation:</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> @@ -369,7 +353,7 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> @@ -381,7 +365,7 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> @@ -417,7 +401,7 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Turkish Translation: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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;"> @@ -489,7 +473,7 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> @@ -529,7 +513,7 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Czech translation: </span>Pavel Fric - <a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta 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;"> @@ -539,6 +523,57 @@ The batch image converter and resizer. A kötegelt képátalakító és átméretező. + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt;">(c) 2009 - 2013 Francesco Mondello GNU - GPL v.3</span></p></body></html> + + + + <strong>Hungarian translation: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> + + + + <strong>Czech translation: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> + + + + <strong>French Translation: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> + + + + + <strong>Brazilian Portuguese Translation: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> + + + + <strong>German Translation: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> + + + + <strong>Spanish (Chile) Translation: </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> + + + + + <strong>Turkish Translation: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> + + + + + <strong>Russian Translation: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> + + + + <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Follow Converseen:</span></p></body></html> + + + + <strong>Polish Translation: </strong>Michał Olber from OSWorld.pl - <a href="mailto:redakcja@osworld.pl">redakcja@osworld.pl</a> + + DialogOptions @@ -613,6 +648,14 @@ Cancel Mégsem + + Interpolation + + + + Filter: + + Formats @@ -829,7 +872,7 @@ Dimensions - Méretek + Méretek Width: @@ -1104,6 +1147,58 @@ Donate via Paypal Támogatás Paypal-al + + Rotate and flip + + + + Rotate image: + + + + No rotation + + + + + 90° + + + + - 90° + + + + 180° + + + + Flip image: + + + + No flip + + + + Horizontally + + + + Vertically + + + + Prefix/Suffix + + + + Progressive Number + + + + Start with: + + MainWindowImpl @@ -1229,7 +1324,7 @@ No preview! - Nincs előnézet! + Nincs előnézet! Sorry! Selected image is damaged! @@ -1281,6 +1376,10 @@ The directory cannot be created! A könyvtárat nem lehtett létrehozni! + + Preview + + PixTreeWidget @@ -1316,4 +1415,11 @@ Magyar + + myLabelPreviewer + + Preview + + + diff -Nru converseen-0.5.1/loc/converseen_it_IT.ts converseen-0.6.4/loc/converseen_it_IT.ts --- converseen-0.5.1/loc/converseen_it_IT.ts 2012-05-24 20:43:52.000000000 +0000 +++ converseen-0.6.4/loc/converseen_it_IT.ts 2013-07-22 23:04:34.000000000 +0000 @@ -277,7 +277,7 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">French Translation:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> @@ -313,7 +313,7 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">German Translation:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> @@ -325,7 +325,7 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Brazilian Portuguese Translation:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> @@ -419,11 +419,11 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Spanish (Chile) Translation:</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduzione spagnola (Chile):</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduzione Spagnola (Chile):</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -451,11 +451,11 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduzione polacca:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduzione Polacca:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -463,7 +463,7 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> @@ -499,11 +499,11 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Turkish Translation: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Traduzione turca: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Traduzione Turca: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> @@ -571,7 +571,7 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> @@ -611,7 +611,7 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Czech translation: </span>Pavel Fric - <a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta 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;"> @@ -621,6 +621,73 @@ The batch image converter and resizer. Il convertitore e ridimensionatore automatico per immagini. + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">German Translation:</span> Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de"><span style=" text-decoration: underline; color:#0057ae;">nickolai@iad.tu-darmstadt.de</span></a></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Traduzione Tedesca:</span> Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de"><span style=" text-decoration: underline; color:#0057ae;">nickolai@iad.tu-darmstadt.de</span></a></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt;">(c) 2009 - 2013 Francesco Mondello GNU - GPL v.3</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt;">(c) 2009 - 2013 Francesco Mondello GNU - GPL v.3</span></p></body></html> + + + <strong>Hungarian translation: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> + <strong>Traduzione hungherese: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> + + + <strong>Czech translation: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> + <strong>Traduzione ceca: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> + + + <strong>French Translation: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> + + <strong>Traduzione francese: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> + + + <strong>Brazilian Portuguese Translation: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> + <strong>Traduzione portoghese brasiliana: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> + + + <strong>German Translation: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> + <strong>Traduzione tedesca: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> + + + <strong>Spanish (Chile) Translation: </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> + + <strong>Traduzione spagnola (Chile): </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> + + + <strong>Turkish Translation: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> + + <strong>Traduzione turca: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> + + + <strong>Russian Translation: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> + <strong>Traduzione russa: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> + + + <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Follow Converseen:</span></p></body></html> + <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Segui Converseen:</span></p></body></html> + + + <strong>Polish Translation: </strong>Michał Olber from OSWorld.pl - <a href="mailto:redakcja@osworld.pl">redakcja@osworld.pl</a> + <strong>Traduzione polacca: </strong>Michał Olber from OSWorld.pl - <a href="mailto:redakcja@osworld.pl">redakcja@osworld.pl</a> + DialogOptions @@ -695,6 +762,14 @@ Cancel Annulla + + Interpolation + Interpolazione + + + Filter: + Filtro: + Formats @@ -911,7 +986,7 @@ Dimensions - Dimensioni + Dimensioni Width: @@ -1185,6 +1260,58 @@ Donate via Paypal Dona via Paypal + + Rotate and flip + Ruota e rifletti + + + Rotate image: + Ruota immagine: + + + No rotation + Nessuna rotazione + + + + 90° + + 90° + + + - 90° + - 90° + + + 180° + 180° + + + Flip image: + Rifletti immagine: + + + No flip + Non riflettere + + + Horizontally + Orizzontalmente + + + Vertically + Verticalmente + + + Prefix/Suffix + Prefisso/Suffisso + + + Progressive Number + Numero progressivo + + + Start with: + Inizia da: + MainWindowImpl @@ -1310,7 +1437,7 @@ No preview! - Nessuna anteprima! + Nessuna anteprima! Sorry! Selected image is damaged! @@ -1362,6 +1489,10 @@ The directory cannot be created! La cartella non può essere creata! + + Preview + Anteprima + PixTreeWidget @@ -1397,4 +1528,11 @@ Italiano + + myLabelPreviewer + + Preview + Anteprima + + diff -Nru converseen-0.5.1/loc/converseen_pl_PL.ts converseen-0.6.4/loc/converseen_pl_PL.ts --- converseen-0.5.1/loc/converseen_pl_PL.ts 2012-05-24 20:22:06.000000000 +0000 +++ converseen-0.6.4/loc/converseen_pl_PL.ts 2013-07-22 23:04:34.000000000 +0000 @@ -4,57 +4,37 @@ Converter - Converted! - Konwersja zakończona! - - - Converted and processed! - Konwersja i obróbka zakończona! - - + + + Error: %1 - Błąd: %1 - - - Error! - Błąd! - - - An error is occurred in opening %1: %2. It won't be processed! - Wystąpił błąd przy otwieraniu %1: %2. Plik nie zostanie przetworzony! - - - Suggest a new name! - Wybierz nową nazwę! - - - New name: - Nowa nazwa: - - - %1/copy_%2.%3 - %1/kopia_%2.%3 + Błąd:%1 DialogConversionStatus + Status... Status... + Conversion Status - Status konwersji + Postęp konwersji + Image: Obraz: + Status: - Stan: + 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; } @@ -64,13 +44,17 @@ <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Wszystkich:</span></p></body></html> +<p style=" 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; } @@ -80,9 +64,10 @@ <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Przekonwertowanych:</span></p></body></html> +<p style=" 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; } @@ -92,74 +77,72 @@ <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" 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łędów:</span></p></body></html> +<p style=" 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> - Close - Zamknij + + Open destination + Katalog docelowy + Stop - + Zatrzymaj - Open destination - + + Close + Zamknij + Open all the destination folders - + Otwórz wszystkie katalogi docelowe + Converted - + Skonwertowany DialogInfo + About Converseen... - O Converseen... + O programie... - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.2</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and thumbnails creator.</p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.2</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program do masowej obróbki zdjęć oraz tworzenia miniaturek.</p></body></html> + + - + - + Informations Informacje + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="mailto:faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0000ff;">faster3ck@gmail.com</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0000ff;">converseen.sourceforge.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.netsons.org"><span style=" text-decoration: underline; color:#0000ff;">fasterindesign.netsons.org</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Autor: </span>Faster (Francesco Mondello)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="mailto:faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0000ff;">faster3ck@gmail.com</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Strona www projektu: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0000ff;">converseen.sourceforge.net</span></a></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; text-decoration: underline; color:#0000ff;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Moja strona www: </span><a href="http://fasterindesign.netsons.org"><span style=" text-decoration: underline; color:#0000ff;">fasterindesign.netsons.org</span></a></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Adres email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Strona projektu: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Strona domowa autora: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -169,228 +152,192 @@ <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" 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łumacze:</span></p></body></html> - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0000ff;">d@ayoy.net</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polskie tłumaczenie:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0000ff;">d@ayoy.net</span></a></p></body></html> - - - Converseen is an image batch conversion and thumbnail creator tool. It supports more than 100 different image types. - Converseen to program to szybkiej konwersji wielu plików graficznych i tworzenia miniaturek. Wspiera ponad 100 różnych formatów plików. - - - Close - Zamknij - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0000ff;">kbarcza@blackpanther.hu</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Węgierskie tłumaczenie: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0000ff;">kbarcza@blackpanther.hu</span></a></p></body></html> +<p style=" 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> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.2.1</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The batch image converter and thumbnails creator.</p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:12pt; font-weight:600;">Converseen 0.2.1</span></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Program do masowej obróbki zdjęć oraz tworzenia miniaturek.</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> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">French Translation:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> - + + <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:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">German Translation:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> - + + <strong>French Translation: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> + + <strong>Tłumaczenie francuskie: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Brazilian Portuguese Translation:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> - + + <strong>Brazilian Portuguese Translation: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> + <strong>Tłumaczenie brazylijskie i portugalskie: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> - + + <strong>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> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Spanish (Chile) Translation:</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> - + + <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> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> - + + <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> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> + + <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> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Turkish Translation: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> - +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen jest narzędziem do wsadowej konwersji obrazów. Możesz nim zmieniać rozmiar i konwertować obrazki w ponad 100 różnych formatach.</span></p></body></html> + <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">donate via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> - + <html><head/><body><p align="center"><span style=" font-weight:600;">Jeżeli podoba Ci się program i chciałbyś go wspomóc, zapraszmy do </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">wpłacenia darowizny po przez Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> - - + + <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Follow Converseen:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Czech translation: </span>Pavel Fric - <a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> - +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt;">(c) 2009 - 2013 Francesco Mondello GNU - GPL v.3</span></p></body></html> + + + + + Close + + The batch image converter and resizer. - + DialogOptions + Settings Ustawienia + Language Język + Language: Język: + Overwriting settings - Nadpisywanie plików + Nadpisywanie ustawień + Ask first Zawsze pytaj + Overwrite all existing images - Nadpisuj bez pytania + Nadpisuj wszystkie istniejące obrazki + Ok - Ok + OK + Cancel Anuluj + Warning! - Uwaga! + Otrzeżenie! + Please, restart Converseen to apply current language! - Uruchom Converseen ponownie aby załadować nowy język! + Uruchom ponownie program, aby zapisać ustawienia! DialogQuality + Image settings - Ustawienia + Ustawienia obrazka + Jpeg compression level Poziom kompresji JPEG + + Quality 0 - 100: Jakość 0 - 100: + Png compression level Poziom kompresji PNG - Quality 0 - 9: - Jakość 0 - 9: + + Interpolation + Interpolacja + + + + Filter: + Filtr: + Ok - Ok + OK + Cancel Anuluj @@ -398,141 +345,80 @@ Formats + All Supported Filters (%1) - + Wszystkie wspierane filtry (%1) + Don't change the format - + Nie zmieniaj formatu MainWindow + Converseen - - - - To convert - Do skonwertowania - - - Status - Status - - - File name - Nazwa pliku - - - Image type - Format pliku - - - File size - Rozmiar pliku - - - File path - Ścieżka do pliku + Converseen + Conversion Formats Formaty konwersji + Convert to: Konwertuj do: + Show image settings dialog... - Pokaż ustawienia obrazu... + Pokaż okno ustawień obrazka... + Images settings - Ustawienia obrazu - - - Add Images - Dodaj obrazy - - - Open images to convert - Otwórz obrazy do konwersji - - - Open images - Otwórz obrazy - - - Add images to convert - Dodaj obrazy do konwersji - - - Add images - Dodaj obrazy - - - Convert all checked images - Konwertuj wszystkie zaznaczone pliki - - - Convert - Konwertuj - - - Remove all selected images - Usuń zaznaczone pliki + Ustawienia obrazków - Remove Images - Usuń pliki - - - Clear - Wyczyść - - - Remove All - Usuń wszystko - - - Check all selected images - Zaznacz wszystkie wybrane pliki - - - Check - Zaznacz - - - Check all images - Zaznacz wszystkie pliki + + Replace transparent background + Wypełnił przeźroczyste tło - Check All - Zaznacz wszystko + + Choose color + Wybierz kolor + &File &Plik + &Edit &Edycja + &Actions - &Akcje + &Operacje + &Help - P&omoc + &Pomoc + Actions Panel - Panel akcji + Panel operacji + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -545,488 +431,557 @@ <p style=" 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="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">No preview!</p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<p align="right" style=" margin-top: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="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Podgląd niedostępny</p></body></html> - - - Show preview - Pokaż podgląd +<p align="right" style=" margin-top: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; 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"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Rozmiar pliku:</span></p></body></html> +<p style=" 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> - +<p align="right" style=" margin-top: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 style=" margin-top: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"> +<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image size:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Rozmiar obrazu:</span></p></body></html> +<p align="right" style=" margin-top: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:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top: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"> +</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; color:#828282;">Format:</span></p></body></html> +</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 + Wymiary + + + + Scale image + Skalowanie obrazka + Width: Szerokość: + Height: Wysokość: - Relative Size - Względne rozmiary + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, 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> - Output options - Opcje pliku docelowego + + Mantain aspect ratio + Zachowaj pierwotne propocje boków - Rename: - Zmień nazwę: + + Resolution + Rozdzielczość - #_copy - #_kopia + + Resolution X: + Rozdzielczość X: - Save in: - Zapisz w: + + Resolution Y: + Rozdzielczość Y: - Open output directory - Otwórz folder docelowy + + + Rotate and flip + Odbijanie i obracanie - ... - + + Rotate image: + Obróć obraz: - Image's directory - Folder obrazów + + No rotation + Nie obracaj + + + + + 90° + W prawo o 90° + + + + - 90° + W lewo o 90° + + + + 180° + o 180° - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, 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> - + + Flip image: + Odbij obraz: - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, 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> - + + No flip + Nie odbijaj - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, 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> - + + Horizontally + Poziomo - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, 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> - + + Vertically + Pionowo - Mantain aspect ratio - + + Output options + Opcje zapisu - Resolution X: - + + Save in: + Zapisz w: - Resolution Y: - + + Open output directory + Wybierz katalog docelowy - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta 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> - + + ... + ... - Resolution - + + Image's directory + Użyj obecnego katalogu, jako docelowego - Overwrite all - + + Rename: + Wzorzec nazwy: - Replace transparent background - + + Prefix/Suffix + Nazwa początkowa/końcowa - Choose color - + + Progressive Number + Numeracja - Scale image - + + #_copy + #_kopia + + Start with: + Rozpocznij od: + + + + Overwrite all + Nadpisz wszystko + + + toolBar - + Pasek narzędzi + &Open images - + &Otwórz katalog + Ctrl+O - + Ctrl+O + &Add images - + &Dodaj obrazki + Ctrl+Alt+O - + Ctrl+Alt+O + &Remove images - + &Usuń obrazki + Remove selected pictures - + Usuń zaznaczone obrazki + Del - + Del + Remove &all - + Usuń &wszystkie + Remove all pictures - + Usuń wszystkie obrazki + Alt+Del - + Alt+Del + &Check - + &Zaznacz + Check selected items - + Zaznacz wybrane pozycje + Ctrl+H - + Ctrl+H + Check a&ll - + Zaznacz &wszystkie + Check all items - + Zaznacz wysztkie pozycje + Ctrl+Alt+H - + Ctrl+Alt+H + &Convert - + &Konwertuj + Start the conversion process - + Rozpocznik proces konwersji + F5 - + F5 + &Settings - + &Ustawienia + Open the settings dialog - + Otwórz okno ustawień + &Exit - &Wyjdź + &Wyjście + Ctrl+X - + Ctrl+X + Uncheck all &items - + Odznacz wszystkie &pozycje + Ctrl+Alt+J - + Ctrl+Alt+J + &Uncheck Items - + &Odznacz pozycje + Uncheck selected items - + Odznacz zaznaczone pozycje + Ctrl+J - + Ctrl+J + &About - + &O programie + F1 - + F1 + + Donate via Paypal - + Dotacje przez Paypala MainWindowImpl - Open images to convert - Otwórz pliki do konwersji - - - Add other images to convert - Dodaj obrazy do konwersji - - - Settings - Ustawienia - - - &Exit - &Wyjdź - - - &Check Selected Items - &Zaznacz wybrane pliki - - - &Check All Items - Zaznacz &wszystkie pliki - - - &Uncheck Selected Items - &Odznacz wybrane pliki - - - &Uncheck All Items - O&dznacz wszystkie pliki - - - &Remove Selected Items - &Usuń wybrane pliki - - - &Remove All Items - U&suń wszystkie pliki - - - &Convert images - &Konwertuj obrazy - - - &About... - O &programie... - - + Open Image Otwórz obraz - Image %1 is currently used! - Plik %1 jest w tej chwili używany! + + + + + + Warning + Ostrzeżenie - Warning - Uwaga + + The output directory doesn't exists! Would you create it? + Brak katalogu docelowego! Utworzyć? - No image checked! - Nie wybrano żadnego pliku! + + The directory cannot be created! + Nie można utworzyć katalogu! + Set an output directory! - Wybierz folder docelowy! + Wybierz katalog docelowy! + + + + No image checked! + Nie sprawdzono! + No images to convert! - Brak obrazów do konwersji! + Brak obrazków do konwersji! + Processing... Przetwarzanie... - Please wait! Processing %1 - Proszę czekać! Przetwarzanie %1 - - + Processing finished! - Przetwarzanie skończone! - - - All Supported Formats (%1) - Wszystkie wspierane formaty (%1) + Ukończono przetwarzanie! + Open Directory - Otwórz folderz - - - No preview! - Podgląd niedostępny! + Otwórz katalog - Sorry! Selected image is damaged! - Wybacz, wybrany obraz jest uszkodzony! + + + Preview + Podgląd + Suggest a new name! - Wybierz nową nazwę! + Podaj nową nazwę! + New name: - Nowa nazwa: + 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! - Uwaga! + 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! - - - - The output directory doesn't exists! Would you create it? - - - - The directory cannot be created! - + Przerwano! PixTreeWidget + To convert - Do skonwertowania + Do konwersji + Status - Status + Status + File name - Nazwa pliku + Nazwa pliku + Image type - Format pliku + Rodzaj formatu + File size - Rozmiar pliku + Rozmiar pliku + File path - Ścieżka do pliku + Ścieżka do pliku Translator + + English Polski + + myLabelPreviewer + + + Preview + Podgląd + + diff -Nru converseen-0.5.1/loc/converseen_pt_BR.ts converseen-0.6.4/loc/converseen_pt_BR.ts --- converseen-0.5.1/loc/converseen_pt_BR.ts 2012-06-16 10:30:16.000000000 +0000 +++ converseen-0.6.4/loc/converseen_pt_BR.ts 2013-07-22 23:04:34.000000000 +0000 @@ -12,9 +12,9 @@ Convertido e processado! - - - + + + Error: %1 Erro: %1 @@ -298,6 +298,59 @@ <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Tradutores:</span></p></body></html> + + <strong>Hungarian translation: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> + + + + + <strong>Czech translation: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> + + + + + <strong>French Translation: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> + + + + + + <strong>Brazilian Portuguese Translation: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> + + + + + <strong>German Translation: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> + + + + + <strong>Spanish (Chile) Translation: </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> + + + + + + <strong>Turkish Translation: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> + + + + + + <strong>Russian Translation: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> + + + + + <strong>Polish Translation: </strong>Michał Olber from OSWorld.pl - <a href="mailto:redakcja@osworld.pl">redakcja@osworld.pl</a> + + + + + <html><head/><body><p><span style=" font-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; } @@ -422,26 +475,24 @@ <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">O conversor e redimensionador de imagens em lote.</p></td></tr></table></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Tradução para Polonês:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> @@ -465,96 +516,98 @@ - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Czech translation: </span>Pavel Fric - <a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Tradução para Tcheco: </span>Pavel Fric - <a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">French Translation:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Tradução para Francês:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Brazilian Portuguese Translation:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Tradução para Português do Brasil:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> - + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt;">(c) 2009 - 2013 Francesco Mondello GNU - GPL v.3</span></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">German Translation:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Tradução para Alemão:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Spanish (Chile) Translation:</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Tradução para Espanhol (Chile):</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Turkish Translation: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Tradução para Turco: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> - + <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">donate via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> <html><head/><body><p align="center"><span style=" font-weight:600;">Se você apreciou este trabalho e gostaria de apoiar o projeto, você está convidado a </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">doar via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> @@ -565,7 +618,7 @@ <html><head/><body><p><span style=" font-weight:600;">Tradução para Turco: </span>Zeugma - <a href="mailto:sunder67@hotmail.com"><span style=" text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> - + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -606,12 +659,12 @@ (c) Faster 2010 GNU - GPL v.2 - + Close Fechar - + The batch image converter and resizer. O conversor e redimensionador de imagens em lote. @@ -693,16 +746,26 @@ Nível de compressão PNG + + Interpolation + + + + + Filter: + + + Quality 0 - 9: Qualidade 0 - 9: - + Ok Ok - + Cancel Cancelar @@ -710,12 +773,12 @@ Formats - + All Supported Filters (%1) Todos Os Filtros Suportados (%1) - + Don't change the format Não alterar o formato @@ -955,21 +1018,22 @@ <p align="right" style=" margin-top: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 + 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; } @@ -982,7 +1046,7 @@ <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 @@ -991,7 +1055,7 @@ Mostrar atributos da imagem - + Overwrite all Substituir todas @@ -1010,218 +1074,284 @@ Escolher cor - + Scale image Escala da imagem - + Resolution Resolução - + Resolution X: Resolução X: - + Resolution Y: Resolução Y: - + + + Rotate and flip + + + + + Rotate image: + + + + + No rotation + + + + + + 90° + + + + + - 90° + + + + + 180° + 180° + + + + Flip image: + + + + + No flip + + + + + Horizontally + + + + + Vertically + + + + Output options Opções de saída - + Save in: Salvar em: - + Open output directory Abrir diretório de saída - + ... ... - + Image's directory Diretório de imagen - + Rename: Renomear: - + + Prefix/Suffix + + + + + Progressive Number + + + + #_copy #_copy - + + Start with: + + + + toolBar Barra de ferramentas - + &Open images &Abrir imagens - + Ctrl+O Ctrl+O - + &Add images &Adicionar imagens - + Ctrl+Alt+O Ctrl+Alt+O - + &Remove images &Remover imagens - + Remove selected pictures Remover imagens selecionadas - + Del Del - + Remove &all Remover &todas - + Remove all pictures Remover todas as imagens - + Alt+Del Alt+Del - + &Check &Marcar - + Check selected items Marcarr os itens selecionados - + Ctrl+H Ctrl+H - + Check a&ll Marcar t&odos - + Check all items Macar todos os itens - + Ctrl+Alt+H Ctrl+Alt+H - + &Convert &Converter - + Start the conversion process Iniciar o processo de conversão - + F5 F5 - + &Settings &Concfigurações - + Open the settings dialog Abrir o diálogo de configuração - + &Exit &Sair - + Ctrl+X Ctrl+X - + Uncheck all &items Desmarcar todos os &itens - + Ctrl+Alt+J Ctrl+Alt+J - + &Uncheck Items &Desmarcar Itens - + Uncheck selected items Desmarcar os itens selecionados - + Ctrl+J Ctrl+J - + &About &Sobre - + F1 F1 - - + + Donate via Paypal Doar via Paypal @@ -1305,66 +1435,72 @@ F1 - + Open Image Abrir Imagem - - - - - + + + + + Warning Aviso - + No image checked! Nenhuma imagem marcada! - + No images to convert! Nemhuma imagem para converter! - + The output directory doesn't exists! Would you create it? O diretório de saída não existe! Você quer criá-lo? - + The directory cannot be created! O diretório não pode ser criado! - + Set an output directory! Definir um diretório de saída! - + Processing... Processando... - + + + Preview + + + + Suggest a new name! Sugerir um novo nome! - + New name: Novo nome: - + Please, specify a name! Por favor, especifique um nome! - + You should specify a name. Click Retry to specify a new name. Click Ignore to cancel this operation. @@ -1375,23 +1511,23 @@ 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! @@ -1400,7 +1536,7 @@ Por favor, aguarde! Processando %1 - + Processing finished! Processamento finalizado! @@ -1409,16 +1545,13 @@ Todos Os Formatos Suportados (%1) - + Open Directory Abrir Diretório - - - No preview! - Sem visualização! + Sem visualização! Sorry! Selected image is damaged! @@ -1428,32 +1561,32 @@ 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 @@ -1468,4 +1601,12 @@ Português do Brasil + + myLabelPreviewer + + + Preview + + + diff -Nru converseen-0.5.1/loc/converseen_ru_RU.ts converseen-0.6.4/loc/converseen_ru_RU.ts --- converseen-0.5.1/loc/converseen_ru_RU.ts 1970-01-01 00:00:00.000000000 +0000 +++ converseen-0.6.4/loc/converseen_ru_RU.ts 2013-07-22 23:04:34.000000000 +0000 @@ -0,0 +1,816 @@ + + + + + Converter + + Error: %1 + Ошибка: %1 + + + + DialogConversionStatus + + 0 + 0 + + + Close + Закрыть + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Total:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">В общем:</span></p></body></html> + + + Image: + Изображение: + + + Status... + Статус... + + + Conversion Status + Статус конвертирования + + + Status: + Статус: + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Converted:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Сконвертированные:</span></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Errors:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Ошибки:</span></p></body></html> + + + Open destination + Открыть назначение + + + Stop + Остановить + + + Open all the destination folders + Открыть все папки назначения + + + Converted + Сконвертированно + + + + DialogInfo + + Close + Закрыть + + + About Converseen... + O Converseen... + + + Informations + Информация + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Translators:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Переводчики:</span></p></body></html> + + + - + - + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Author: </span>Faster (Francesco Mondello)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Project Website: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">My Homepage: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Автор: </span>Faster (Francesco Mondello)</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Email: </span><a href="faster3ck@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">faster3ck@gmail.com</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Сайт проекта: </span><a href="http://converseen.sourceforge.net"><span style=" text-decoration: underline; color:#0057ae;">converseen.sourceforge.net</span></a></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Моя домашняя страничка: </span><a href="http://fasterindesign.altervista.org"><span style=" text-decoration: underline; color:#0057ae;">fasterindesign.altervista.org</span></a></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen is an image batch conversion tool. You can resize and convert images in more than 100 different formats.</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt;">Converseen это пакетный конвертер графических файлов. вы можете изменять размер и конвертировать изображения в более чем 100 форматов.</span></p></body></html> + + + <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">donate via Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> + <html><head/><body><p align="center"><span style=" font-weight:600;">If you appreciate this work and would like to support the project, you are welcome to </span><a href="http://converseen.sourceforge.net/#donations"><span style=" font-weight:600; text-decoration: underline; color:#0057ae;">пожертвовать через Paypal</span></a><span style=" font-weight:600;">.</span></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt;">(c) 2009 - 2013 Francesco Mondello GNU - GPL v.3</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt;">(c) 2009 - 2013 Francesco Mondello GNU - GPL v.3</span></p></body></html> + + + The batch image converter and resizer. + Групповой конвертер графических файлов. + + + <strong>Hungarian translation: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> + <strong>Перевод на Венгерский: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> + + + <strong>Czech translation: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> + <strong>Перевод на Чешский: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> + + + <strong>French Translation: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> + + <strong>Перевод на Французский: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> + + + + <strong>Brazilian Portuguese Translation: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> + <strong>Перевод на Бразильский Португальский: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> + + + <strong>German Translation: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> + <strong>Перевод на Немецкий: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> + + + <strong>Spanish (Chile) Translation: </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> + + <strong>Перевод на Испанский: </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> + + + + <strong>Turkish Translation: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> + + <strong>Перевод на турецкий: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> + + + + <strong>Russian Translation: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> + <strong>Перевод на Русский: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> + + + <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> + + + + + DialogOptions + + Ok + Ok + + + Please, restart Converseen to apply current language! + Пожалуйсто перезапустите Converseen для применения текущего языка! + + + Cancel + Отмена + + + Language: + Язык: + + + Language + Язык + + + Warning! + Внимание! + + + Overwriting settings + Перезаписать настройки + + + Overwrite all existing images + Перезаписать все существующие изображения + + + Settings + Настройки + + + Ask first + Спрашивать вначале + + + + DialogQuality + + Ok + Ok + + + Png compression level + Уровень сжатия PNG + + + Jpeg compression level + Уровень сжатия JPEG + + + Quality 0 - 100: + Качество 0 - 100: + + + Cancel + Отмена + + + Image settings + Настройки изображения + + + Interpolation + Интерполяция + + + Filter: + Фильтр: + + + + Formats + + All Supported Filters (%1) + Все поддерживаемые фильтры (%1) + + + Don't change the format + Не изменять формат + + + + MainWindow + + ... + + + + &Edit + &Редактировать + + + &Exit + &Выход + + + &File + &Фаил + + + &Help + П&омощь + + + Show preview + Показать предпросмотр + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;"> - </span></p></body></html> + + + + Conversion Formats + Форматы конвертирования + + + #_copy + #_копия + + + Actions Panel + Панель действий + + + Open output directory + Открыть папку назначения + + + Show image settings dialog... + Показать диалог настройки изображений... + + + Width: + Ширина: + + + &Actions + &Действия + + + Rename: + Переименовать: + + + Save in: + Сохранить в: + + + Output options + Выходные параметры + + + Images settings + Настройки изображений + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Preview:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Предпросмотр:</span></p></body></html> + + + Converseen + + + + Convert to: + Конвертировать в: + + + Height: + Высота: + + + Image's directory + Папка изображений + + + Replace transparent background + Заменить прозрачный фон + + + Choose color + Выберите цвет + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Type:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Тип:</span></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">File size:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Размер файла:</span></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image size:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Размер изображения:</span></p></body></html> + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Image resolution:</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p align="right" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; color:#828282;">Разрешение изображения:</span></p></body></html> + + + Scale image + Масштабировать изображение + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 pixel</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> +<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">0 x 0 пиксель</span></p></body></html> + + + Mantain aspect ratio + Сохранить пропорции + + + Resolution + Разрешение + + + Resolution X: + Разрешение Х: + + + Resolution Y: + Разрешение Y: + + + Overwrite all + Переписать все + + + toolBar + Панель Инструментов + + + &Open images + &Открыть изображения + + + Ctrl+O + Ctrl+O + + + &Add images + &Добавить изображения + + + Ctrl+Alt+O + Ctrl+Alt+O + + + &Remove images + &Удалить изображения + + + Remove selected pictures + Удалить выделенные изображения + + + Del + Del + + + Remove &all + Удалить &все + + + Remove all pictures + Удалить все изображения + + + Alt+Del + Alt+Del + + + &Check + &Проверить + + + Check selected items + Проверить выбранные элементы + + + Ctrl+H + Ctrl+H + + + Check a&ll + Проверить в&се + + + Check all items + Проверить все элементы + + + Ctrl+Alt+H + Ctrl+Alt+H + + + &Convert + &Конверитровать + + + Start the conversion process + Запустить процесс преобразования + + + F5 + F5 + + + &Settings + &Настройки + + + Open the settings dialog + Открыть диалог настроек + + + Ctrl+X + Ctrl+X + + + Uncheck all &items + Снять выбор со всех &элементов + + + Ctrl+Alt+J + Ctrl+Alt+J + + + &Uncheck Items + &Снять выбор с элементов + + + Uncheck selected items + Снять выбор с выделенных элементов + + + Ctrl+J + Ctrl+J + + + &About + &Подробнее + + + F1 + F1 + + + Donate via Paypal + Пожертвовать через Paypal + + + Dimensions + Размеры + + + Rotate and flip + Вращение и отражение + + + Rotate image: + Повернуть изображение: + + + No rotation + Не вращать + + + + 90° + + 90° + + + - 90° + - 90° + + + 180° + 180° + 180° + + + Flip image: + Отразить изображение: + + + No flip + Не отражать + + + Horizontally + Горизонтально + + + Vertically + Вертикально + + + Prefix/Suffix + Префикс/Суфикс + + + Progressive Number + Порядковый номер + + + Start with: + Начать с: + + + + MainWindowImpl + + Open Image + Открыть изображение + + + Set an output directory! + Установить выходную директорию! + + + Processing finished! + Обработка завершена! + + + Suggest a new name! + Введите новое имя! + + + No images to convert! + Нет изображений для конвертирования! + + + Warning! + Внимание! + + + No preview! + Предпросмотре невозможен! + + + New name: + Новое имя: + + + Warning + Внимание + + + No image checked! + Изображения не выбраны! + + + Processing... + Обрабатывается... + + + Open Directory + Открыть каталог + + + The output directory doesn't exists! Would you create it? + Каталог назначения не создан! Создать каталог? + + + The directory cannot be created! + Каталог не может быть создан! + + + Please, specify a name! + Пожалуйсто, укажите имя! + + + You should specify a name. +Click Retry to specify a new name. +Click Ignore to cancel this operation. +Click Abort to cancel all operations. + Вы должны указать имя. +Нажмите Повтор чтобы указать новое имя. +Нажмите Игнорировать для отмены этой операции. +Нажмите Прервать для отмены всех операций. + + + The filename should not be empty! + Имя файла не должно быть пустым! + + + The name chosen is identical to the initial one. Do you want to overwrite the original file? + Выбранное имя соответствует уже существующему файлу. Заменить оригинальный файл? + + + Aborted! + Прервано! + + + Preview + Предпросмотр + + + + PixTreeWidget + + File name + Имя файла + + + File path + Путь файла + + + File size + Размер файла + + + Status + Статус + + + To convert + Конвертировать + + + Image type + Тип изображения + + + + Translator + + English + Русский + + + + myLabelPreviewer + + Preview + Предпросмотр + + + diff -Nru converseen-0.5.1/loc/converseen_tr_TR.ts converseen-0.6.4/loc/converseen_tr_TR.ts --- converseen-0.5.1/loc/converseen_tr_TR.ts 2012-05-24 20:22:06.000000000 +0000 +++ converseen-0.6.4/loc/converseen_tr_TR.ts 2013-07-22 23:04:34.000000000 +0000 @@ -165,7 +165,7 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">French Translation:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> @@ -189,7 +189,7 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">German Translation:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> @@ -213,7 +213,7 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Spanish (Chile) Translation:</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> @@ -225,7 +225,7 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Brazilian Portuguese Translation:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> @@ -269,7 +269,7 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> @@ -281,7 +281,7 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> @@ -309,7 +309,7 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Turkish Translation: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.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;"> @@ -381,7 +381,7 @@ p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> @@ -416,15 +416,58 @@ + The batch image converter and resizer. + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Czech translation: </span>Pavel Fric - <a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt;">(c) 2009 - 2013 Francesco Mondello GNU - GPL v.3</span></p></body></html> - The batch image converter and resizer. + <strong>Hungarian translation: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</a> + + + + <strong>Czech translation: </strong>Pavel Fric - <a href="mailto:pavelfric@seznam.cz">pavelfric@seznam.cz</a> + + + + <strong>French Translation: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> + + + + + <strong>Brazilian Portuguese Translation: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> + + + + <strong>German Translation: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> + + + + <strong>Spanish (Chile) Translation: </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@gmail.com</a> + + + + + <strong>Turkish Translation: </strong>Zeugma - <a href="mailto:sunder67@hotmail.com">sunder67@hotmail.com</a> + + + + + <strong>Russian Translation: </strong>Stasik Savorovsky - <a href="mailto:stas_stv@mail.ru">stas_stv@mail.ru</a> + + + + <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Follow Converseen:</span></p></body></html> + + + + <strong>Polish Translation: </strong>Michał Olber from OSWorld.pl - <a href="mailto:redakcja@osworld.pl">redakcja@osworld.pl</a> @@ -497,6 +540,14 @@ Image settings Görüntü ayarları + + Interpolation + + + + Filter: + + Formats @@ -773,7 +824,7 @@ Dimensions - Boyutlar + Boyutlar Converseen @@ -939,6 +990,58 @@ Donate via Paypal + + Rotate and flip + + + + Rotate image: + + + + No rotation + + + + + 90° + + + + - 90° + + + + 180° + 180° + + + Flip image: + + + + No flip + + + + Horizontally + + + + Vertically + + + + Prefix/Suffix + + + + Progressive Number + + + + Start with: + + MainWindowImpl @@ -1042,7 +1145,7 @@ No preview! - Önizleme yok! + Önizleme yok! &Remove All Items @@ -1108,6 +1211,10 @@ Ctrl+Alt+O Ctrl+Alt+O + + Preview + + PixTreeWidget @@ -1143,4 +1250,11 @@ Türkçe + + myLabelPreviewer + + Preview + + + Binary files /tmp/vpjtgKTQgi/converseen-0.5.1/res/180.png and /tmp/AyvZG83sbI/converseen-0.6.4/res/180.png differ Binary files /tmp/vpjtgKTQgi/converseen-0.5.1/res/90m.png and /tmp/AyvZG83sbI/converseen-0.6.4/res/90m.png differ Binary files /tmp/vpjtgKTQgi/converseen-0.5.1/res/90p.png and /tmp/AyvZG83sbI/converseen-0.6.4/res/90p.png differ Binary files /tmp/vpjtgKTQgi/converseen-0.5.1/res/facebook-icon.png and /tmp/AyvZG83sbI/converseen-0.6.4/res/facebook-icon.png differ Binary files /tmp/vpjtgKTQgi/converseen-0.5.1/res/google-plus-icon.png and /tmp/AyvZG83sbI/converseen-0.6.4/res/google-plus-icon.png differ Binary files /tmp/vpjtgKTQgi/converseen-0.5.1/res/h.png and /tmp/AyvZG83sbI/converseen-0.6.4/res/h.png differ Binary files /tmp/vpjtgKTQgi/converseen-0.5.1/res/v.png and /tmp/AyvZG83sbI/converseen-0.6.4/res/v.png differ diff -Nru converseen-0.5.1/resources.qrc converseen-0.6.4/resources.qrc --- converseen-0.5.1/resources.qrc 2012-05-02 20:12:54.000000000 +0000 +++ converseen-0.6.4/resources.qrc 2013-07-22 23:04:34.000000000 +0000 @@ -8,6 +8,13 @@ res/folder_documents.png res/icon.png res/reset.png + res/90m.png + res/90p.png + res/180.png + res/h.png + res/v.png + res/facebook-icon.png + res/google-plus-icon.png res/loading.gif diff -Nru converseen-0.5.1/src/cachingsystem.cpp converseen-0.6.4/src/cachingsystem.cpp --- converseen-0.5.1/src/cachingsystem.cpp 1970-01-01 00:00:00.000000000 +0000 +++ converseen-0.6.4/src/cachingsystem.cpp 2013-07-22 23:04:34.000000000 +0000 @@ -0,0 +1,71 @@ +#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; +} diff -Nru converseen-0.5.1/src/cachingsystem.h converseen-0.6.4/src/cachingsystem.h --- converseen-0.5.1/src/cachingsystem.h 1970-01-01 00:00:00.000000000 +0000 +++ converseen-0.6.4/src/cachingsystem.h 2013-07-22 23:04:34.000000000 +0000 @@ -0,0 +1,39 @@ +#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 diff -Nru converseen-0.5.1/src/combofilters.cpp converseen-0.6.4/src/combofilters.cpp --- converseen-0.5.1/src/combofilters.cpp 1970-01-01 00:00:00.000000000 +0000 +++ converseen-0.6.4/src/combofilters.cpp 2013-07-22 23:04:34.000000000 +0000 @@ -0,0 +1,58 @@ +#include "combofilters.h" + +Combofilters::Combofilters(QWidget *parent) : QComboBox(parent) +{ + populateList(); +} + +FilterTypes Combofilters::currentFilter() +{ + return filtersList.at(currentIndex()); +} + +int Combofilters::searchFilterIndex(FilterTypes filter) +{ + return filtersList.indexOf(filter); +} + +void Combofilters::populateList() +{ + QStringList filterNamesList; + filterNamesList << "Automatic" + << "Point Filter" + << "Box Filter" + << "Triangle Filter" + << "Hermite Filter" + << "Hanning Filter" + << "Hamming Filter" + << "Blackman Filter" + << "Gaussian Filter" + << "Quadratic Filter" + << "Cubic Filter" + << "Catrom Filter" + << "Mitchell Filter" + << "Lanczos Filter" + << "Bessel Filter" + << "Sinc Filter"; + + filtersList << UndefinedFilter + << PointFilter + << BoxFilter + << TriangleFilter + << HermiteFilter + << HanningFilter + << HammingFilter + << BlackmanFilter + << GaussianFilter + << QuadraticFilter + << CubicFilter + << CatromFilter + << MitchellFilter + << LanczosFilter + << BesselFilter + << SincFilter; + + for (int i = 0; i < filterNamesList.count(); i++) { + insertItem(i, filterNamesList.at(i)); + } +} diff -Nru converseen-0.5.1/src/combofilters.h converseen-0.6.4/src/combofilters.h --- converseen-0.5.1/src/combofilters.h 1970-01-01 00:00:00.000000000 +0000 +++ converseen-0.6.4/src/combofilters.h 2013-07-22 23:04:34.000000000 +0000 @@ -0,0 +1,31 @@ +#ifndef COMBOFILTERS_H +#define COMBOFILTERS_H + +#include +#include +#include +#include + +using namespace Magick; +using namespace std; + +class Combofilters : public QComboBox +{ + Q_OBJECT +public: + explicit Combofilters(QWidget *parent = 0); + + FilterTypes currentFilter(); + int searchFilterIndex(FilterTypes filter); + +signals: + +public slots: + +private: + void populateList(); + + QList filtersList; +}; + +#endif // COMBOFILTERS_H diff -Nru converseen-0.5.1/src/converter.cpp converseen-0.6.4/src/converter.cpp --- converseen-0.5.1/src/converter.cpp 2012-06-28 12:36:02.000000000 +0000 +++ converseen-0.6.4/src/converter.cpp 2013-07-22 23:04:34.000000000 +0000 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2012 +* (C) Francesco Mondello 2009-2013 * * 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 @@ -42,6 +42,8 @@ { m_zoom = false; m_density = false; + m_rotation = false; + m_flip = false; } Converter::~Converter() @@ -55,25 +57,25 @@ m_conv_status = 2; // Jumped Image my_image; - QFileInfo fi(m_fileName); + QFileInfo fi(m_fileNameIn); - QString out = QString("%1/%2.%3").arg(m_outputDir).arg(fi.completeBaseName()).arg(m_format); + QString out = m_fileNameOut; - if (m_allow_rename) // rinomina in base alla stringa #_copy - out = renameFileName(out); - - if (!m_overwrite) // modalità sovrascittura + if (!m_overwrite) // modalità sovrascrittura out = overwriteOldFileName(out); if (!m_process_stopped) { try { - - my_image.read(m_fileName.toStdString()); + 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; @@ -101,9 +103,14 @@ } } -void Converter::setInputPicture(QString fileName) +void Converter::setInputPicture(QString fileName) //Name +{ + m_fileNameIn = fileName; +} + +void Converter::setOutputPictureName(QString fileName) { - m_fileName = fileName; + m_fileNameOut = fileName; } void Converter::setFormat(QString format) @@ -127,8 +134,34 @@ 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()); } @@ -138,12 +171,6 @@ m_density = true; } -void Converter::setBackgroundColor(QString bg_color, bool changeBg_color) -{ - m_bg_color = bg_color; - m_changeBg_color = changeBg_color; -} - void Converter::changeDensity(Image &my_image) { QString n_den = QString(m_densityString); @@ -151,6 +178,12 @@ 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; @@ -181,26 +214,9 @@ imageCondition.wakeAll(); } -void Converter::enableRenamingString(bool rename) +void Converter::setResamplingFilter(FilterTypes resamplingFilter) { - m_allow_rename = rename; -} - -void Converter::setRenamingString(QString renamingString) // Rinomina il file secondo #_copy -{ - m_renamingString = renamingString; -} - -QString Converter::renameFileName(QString oldFileName) -{ - QString t_renamingString = m_renamingString; - - QFileInfo fi(oldFileName); - QString newFileName = QString("%1.%2") - .arg(t_renamingString.replace("#", fi.baseName())) - .arg(fi.suffix()); - - return QString("%1/%2").arg(fi.path()).arg(newFileName); + m_resamplingFilter = resamplingFilter; } bool Converter::writeImage(Image &my_image, QString format, int quality, QString out) @@ -231,15 +247,22 @@ try { my_image.write(out.toStdString()); - // Delete images with upper extension + #ifndef Q_OS_WIN32 + // Delete images with upper extension (not on Windows) + /* + L'operazione seguente ovviamente avviene solo se + la conversione è andata a buon fine. Quindi in caso di errore, + l'immagine con l'estensione maiuscola, non viene eliminata. + */ if (m_overwrite) { - QFileInfo fi1(m_fileName); + QFileInfo fi1(m_fileNameIn); QFileInfo fi2(out); if (fi1.suffix() != format) if ((fi1.suffix().toLower() == format) && (fi1.path() == fi2.path())) - QFile::remove(m_fileName); + QFile::remove(m_fileNameIn); } + #endif converted = true; } diff -Nru converseen-0.5.1/src/converter.h converseen-0.6.4/src/converter.h --- converseen-0.5.1/src/converter.h 2012-04-26 11:24:52.000000000 +0000 +++ converseen-0.6.4/src/converter.h 2013-07-22 23:04:34.000000000 +0000 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2012 +* (C) Francesco Mondello 2009-2013 * * 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 @@ -24,7 +24,10 @@ #ifndef __CONVERTER_H__ #define __CONVERTER_H__ -#include +#include +#include +#include +#include #include #include #include @@ -33,6 +36,8 @@ using namespace Magick; using namespace std; +enum FlipOrientation { VERTICAL, HORIZONTAL }; + class Converter : public QThread { Q_OBJECT @@ -43,37 +48,45 @@ 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 enableRenamingString(bool rename); - void setRenamingString(QString renamingString); void setNewBasename(QString newBaseName, bool ok); + void setResamplingFilter(FilterTypes resamplingFilter); void stopProcess(); QMutex mutex; private: void resize(Image &my_image); void changeDensity(Image &my_image); + void rotate(Image &my_image); + void flip(Image &my_image); bool writeImage(Image &my_image, QString format, int quality, QString out); QString overwriteOldFileName(QString out); - QString renameFileName(QString oldFileName); - QString m_fileName; + 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; @@ -86,6 +99,8 @@ QString m_newBaseName; QWaitCondition imageCondition; + + FilterTypes m_resamplingFilter; signals: void nextConversion(int); void requestOverwrite(QString); diff -Nru converseen-0.5.1/src/dialogconversionstatus.cpp converseen-0.6.4/src/dialogconversionstatus.cpp --- converseen-0.5.1/src/dialogconversionstatus.cpp 2012-06-03 15:57:54.000000000 +0000 +++ converseen-0.6.4/src/dialogconversionstatus.cpp 2013-07-22 23:04:34.000000000 +0000 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2012 +* (C) Francesco Mondello 2009-2013 * * 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 diff -Nru converseen-0.5.1/src/dialogconversionstatus.h converseen-0.6.4/src/dialogconversionstatus.h --- converseen-0.5.1/src/dialogconversionstatus.h 2012-06-02 17:13:12.000000000 +0000 +++ converseen-0.6.4/src/dialogconversionstatus.h 2013-07-22 23:04:34.000000000 +0000 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2012 +* (C) Francesco Mondello 2009-2013 * * 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 @@ -20,6 +20,7 @@ * Contact e-mail: Faster * */ + #ifndef DIALOGCONVERSIONSTATUS_H #define DIALOGCONVERSIONSTATUS_H diff -Nru converseen-0.5.1/src/dialoginfo.cpp converseen-0.6.4/src/dialoginfo.cpp --- converseen-0.5.1/src/dialoginfo.cpp 2012-05-18 11:51:46.000000000 +0000 +++ converseen-0.6.4/src/dialoginfo.cpp 2013-07-22 23:04:34.000000000 +0000 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2012 +* (C) Francesco Mondello 2009-2013 * * 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 @@ -21,6 +21,8 @@ * */ +#include +#include #include "dialoginfo.h" DialogInfo::DialogInfo(QWidget *parent) : @@ -28,6 +30,8 @@ setupUi(this); connect(pushClose, SIGNAL(clicked()), this, SLOT(close())); + connect(pushFacebook, SIGNAL(clicked()), this, SLOT(openFacebookPage())); + connect(pushGPlus, SIGNAL(clicked()), this, SLOT(openGooglePlusPage())); QString title = QString("

Converseen %1
" "%2

") @@ -38,3 +42,13 @@ adjustSize(); } + +void DialogInfo::openFacebookPage() +{ + QDesktopServices::openUrl(QUrl("https://www.facebook.com/converseen", QUrl::TolerantMode)); +} + +void DialogInfo::openGooglePlusPage() +{ + QDesktopServices::openUrl(QUrl("https://plus.google.com/u/0/b/112720480720840769800/", QUrl::TolerantMode)); +} diff -Nru converseen-0.5.1/src/dialoginfo.h converseen-0.6.4/src/dialoginfo.h --- converseen-0.5.1/src/dialoginfo.h 2012-04-26 11:24:52.000000000 +0000 +++ converseen-0.6.4/src/dialoginfo.h 2013-07-22 23:04:34.000000000 +0000 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2012 +* (C) Francesco Mondello 2009-2013 * * 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 @@ -30,6 +30,10 @@ Q_OBJECT public: DialogInfo(QWidget *parent = 0); + +private slots: + void openFacebookPage(); + void openGooglePlusPage(); }; #endif // DIALOGINFO_H diff -Nru converseen-0.5.1/src/dialogoptions.cpp converseen-0.6.4/src/dialogoptions.cpp --- converseen-0.5.1/src/dialogoptions.cpp 2012-05-18 12:00:18.000000000 +0000 +++ converseen-0.6.4/src/dialogoptions.cpp 2013-07-22 23:04:34.000000000 +0000 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2012 +* (C) Francesco Mondello 2009-2013 * * 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 diff -Nru converseen-0.5.1/src/dialogoptions.h converseen-0.6.4/src/dialogoptions.h --- converseen-0.5.1/src/dialogoptions.h 2012-04-26 11:24:52.000000000 +0000 +++ converseen-0.6.4/src/dialogoptions.h 2013-07-22 23:04:34.000000000 +0000 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2012 +* (C) Francesco Mondello 2009-2013 * * 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 diff -Nru converseen-0.5.1/src/dialogquality.cpp converseen-0.6.4/src/dialogquality.cpp --- converseen-0.5.1/src/dialogquality.cpp 2012-04-26 11:24:52.000000000 +0000 +++ converseen-0.6.4/src/dialogquality.cpp 2013-07-22 23:04:34.000000000 +0000 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2012 +* (C) Francesco Mondello 2009-2013 * * 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 @@ -22,6 +22,10 @@ */ #include "dialogquality.h" +#include + +using namespace Magick; +using namespace std; DialogQuality::DialogQuality(QWidget *parent) : QDialog(parent){ @@ -35,10 +39,13 @@ connect(pushCancel, SIGNAL(clicked()), this, SLOT(close())); } -void DialogQuality::setInitValues(int jpegVal, int pngVal) +void DialogQuality::setInitValues(int jpegVal, int pngVal, FilterTypes filter) { spinJpegQ->setValue(jpegVal); spinPngQ->setValue(pngVal); + + int filterIndex = comboFilters->searchFilterIndex(filter); + comboFilters->setCurrentIndex(filterIndex); } int DialogQuality::getJpegQuality() @@ -51,6 +58,11 @@ return spinPngQ->value(); } +FilterTypes DialogQuality::getResamplingFilter() +{ + return comboFilters->currentFilter(); +} + void DialogQuality::setJpegSpin(int value) { spinJpegQ->setValue(value); diff -Nru converseen-0.5.1/src/dialogquality.h converseen-0.6.4/src/dialogquality.h --- converseen-0.5.1/src/dialogquality.h 2012-04-26 11:24:52.000000000 +0000 +++ converseen-0.6.4/src/dialogquality.h 2013-07-22 23:04:34.000000000 +0000 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2012 +* (C) Francesco Mondello 2009-2013 * * 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 @@ -30,9 +30,10 @@ Q_OBJECT public: DialogQuality(QWidget *parent = 0); - void setInitValues(int jpegVal, int pngVal); + void setInitValues(int jpegVal, int pngVal, FilterTypes filter); int getJpegQuality(); int getPngQuality(); + FilterTypes getResamplingFilter(); private: int jpegQuality; diff -Nru converseen-0.5.1/src/formats.cpp converseen-0.6.4/src/formats.cpp --- converseen-0.5.1/src/formats.cpp 2012-06-03 16:36:18.000000000 +0000 +++ converseen-0.6.4/src/formats.cpp 2013-07-22 23:04:34.000000000 +0000 @@ -1,135 +1,156 @@ -#include -#include -#include -#include "formats.h" - -using namespace Magick; -using namespace std; - -QString Formats::s_readableFiltersString; -QStringList Formats::s_readableFilters; -QStringList Formats::s_writableFilters; - -void Formats::loadFormats() -{ -#ifdef Q_OS_LINUX - - list coderList; - coderInfoList(&coderList, - CoderInfo::TrueMatch, - CoderInfo::AnyMatch, - CoderInfo::AnyMatch); - - list::iterator entry = coderList.begin(); - QString readableExts; - - QStringList readableFiltersList; - - while(entry != coderList.end()) - { - if (entry->isReadable()) { - readableFiltersList << QString(";;%3 [*.%1] (*.%1 *.%2 )") - .arg(QString::fromStdString(entry->name()).toLower()) // Lower and upper filters for gnome compatibility (?) - .arg(QString::fromStdString(entry->name())) - .arg(QString::fromStdString(entry->description())); - - s_readableFilters << QString::fromStdString(entry->name()).toLower(); - - readableExts += QString("*.%1 *.%2 ") - .arg(QString::fromStdString(entry->name()).toLower()) - .arg(QString::fromStdString(entry->name())); - } - - if (entry->isWritable()) - s_writableFilters << QString("%1 - (%2)") - .arg(QString::fromStdString(entry->name())) - .arg(QString::fromStdString(entry->description())); - - entry++; - } - - //////////////////// - // Correct the leak of tif format - readableFiltersList << ";;Tagged Image File Format [*.tif] (*.tif *.TIF )"; - readableFiltersList = sortNonCaseSensitive(readableFiltersList); - - readableExts += "*.tif *.TIF"; - //////////////////// - - s_readableFiltersString = readableFiltersList.join(""); - s_readableFiltersString.prepend(tr("All Supported Filters (%1)").arg(readableExts)); -#endif - -#ifdef Q_OS_WIN32 - QFile data1("Windows\\Readableformats.txt"); - if (data1.open(QFile::ReadOnly)) { - QTextStream in(&data1); - - s_readableFilters = in.readLine().split(" "); - s_readableFiltersString = in.readLine(); - } - - QFile data2("Windows\\WritableFormats.txt"); - if (data2.open(QFile::ReadOnly)) { - QTextStream in(&data2); - QString line; - do { - line = in.readLine(); - s_writableFilters << line; - } while (!line.isNull()); - } - s_writableFilters.removeLast(); -#endif - - s_writableFilters.prepend(tr("Don't change the format")); -} - -QStringList Formats::nativeReadableFormats() -{ - QList nativeRFormats = QImageWriter::supportedImageFormats(); - - QStringList listNativeFormats; - - foreach(QByteArray format, nativeRFormats) { - listNativeFormats.append(*new QString(format)); - } - - return listNativeFormats; -} - -bool Formats::isNativeReadable(QString fileName) -{ - QFileInfo fi(fileName); - QString format = fi.suffix(); - - QStringList listNativeFormats = nativeReadableFormats(); - - return listNativeFormats.contains(format, Qt::CaseInsensitive); -} - -QString Formats::readableFiltersString() -{ - return s_readableFiltersString; -} - -QStringList Formats::readableFilters() -{ - return s_readableFilters; -} - -QStringList Formats::writableFilters() -{ - return s_writableFilters; -} - -// Sorts the string list case-insentitively -QStringList Formats::sortNonCaseSensitive(QStringList list) { - QMap map; - - foreach ( QString str, list ) { - map.insert( str.toLower(), str ); - } - list = map.values(); - - return list; -} +/* +* This file is part of Converseen, an open-source batch image converter +* and resizer. +* +* (C) Francesco Mondello 2009-2013 +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* +* Contact e-mail: Faster +* +*/ + +#include +#include +#include +#include "formats.h" + +using namespace Magick; +using namespace std; + +QString Formats::s_readableFiltersString; +QStringList Formats::s_readableFilters; +QStringList Formats::s_writableFilters; + +void Formats::loadFormats() +{ + +#ifdef Q_OS_WIN32 + QFile data1("Windows\\Readableformats.txt"); + if (data1.open(QFile::ReadOnly)) { + QTextStream in(&data1); + + s_readableFilters = in.readLine().split(" "); + s_readableFiltersString = in.readLine(); + } + + QFile data2("Windows\\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(); +#else + list coderList; + coderInfoList(&coderList, + CoderInfo::TrueMatch, + CoderInfo::AnyMatch, + CoderInfo::AnyMatch); + + list::iterator entry = coderList.begin(); + QString readableExts; + + QStringList readableFiltersList; + + while(entry != coderList.end()) + { + if (entry->isReadable()) { + readableFiltersList << QString(";;%3 [*.%1] (*.%1 *.%2 )") + .arg(QString::fromStdString(entry->name()).toLower()) // Lower and upper filters for gnome compatibility (?) + .arg(QString::fromStdString(entry->name())) + .arg(QString::fromStdString(entry->description())); + + s_readableFilters << QString::fromStdString(entry->name()).toLower(); + + readableExts += QString("*.%1 *.%2 ") + .arg(QString::fromStdString(entry->name()).toLower()) + .arg(QString::fromStdString(entry->name())); + } + + if (entry->isWritable()) + s_writableFilters << QString("%1 - (%2)") + .arg(QString::fromStdString(entry->name())) + .arg(QString::fromStdString(entry->description())); + + ++entry; + } + + //////////////////// + // Correct the leak of tif format + readableFiltersList << ";;Tagged Image File Format [*.tif] (*.tif *.TIF )"; + readableFiltersList = sortNonCaseSensitive(readableFiltersList); + + readableExts += "*.tif *.TIF"; + //////////////////// + + s_readableFiltersString = readableFiltersList.join(""); + s_readableFiltersString.prepend(tr("All Supported Filters (%1)").arg(readableExts)); +#endif + + s_writableFilters.prepend(tr("Don't change the format")); +} + +QStringList Formats::nativeReadableFormats() +{ + QList nativeRFormats = QImageWriter::supportedImageFormats(); + + QStringList listNativeFormats; + + foreach(QByteArray format, nativeRFormats) { + listNativeFormats.append(*new QString(format)); + } + + return listNativeFormats; +} + +bool Formats::isNativeReadable(QString fileName) +{ + QFileInfo fi(fileName); + QString format = fi.suffix(); + + QStringList listNativeFormats = nativeReadableFormats(); + + return listNativeFormats.contains(format, Qt::CaseInsensitive); +} + +QString Formats::readableFiltersString() +{ + return s_readableFiltersString; +} + +QStringList Formats::readableFilters() +{ + return s_readableFilters; +} + +QStringList Formats::writableFilters() +{ + return s_writableFilters; +} + +// Sorts the string list case-insentitively +QStringList Formats::sortNonCaseSensitive(QStringList list) { + QMap map; + + foreach ( QString str, list ) { + map.insert( str.toLower(), str ); + } + list = map.values(); + + return list; +} diff -Nru converseen-0.5.1/src/formats.h converseen-0.6.4/src/formats.h --- converseen-0.5.1/src/formats.h 2012-05-18 11:13:04.000000000 +0000 +++ converseen-0.6.4/src/formats.h 2013-07-22 23:04:34.000000000 +0000 @@ -1,3 +1,26 @@ +/* +* This file is part of Converseen, an open-source batch image converter +* and resizer. +* +* (C) Francesco Mondello 2009-2013 +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* +* Contact e-mail: Faster +* +*/ + #ifndef FORMATS_H #define FORMATS_H diff -Nru converseen-0.5.1/src/imageinformations.cpp converseen-0.6.4/src/imageinformations.cpp --- converseen-0.5.1/src/imageinformations.cpp 2012-06-28 12:33:02.000000000 +0000 +++ converseen-0.6.4/src/imageinformations.cpp 1970-01-01 00:00:00.000000000 +0000 @@ -1,61 +0,0 @@ -#include "imageinformations.h" -#include -#include "formats.h" - -ImageInformations::ImageInformations(QString fileName) -{ - m_width = 0; - m_height = 0; - - m_resX = 0.0; - m_resY = 0.0; - - bool native = false; - - if (Formats::isNativeReadable(fileName)) { - native = true; - - QPixmap pix(fileName); - m_width = pix.width(); - m_height = pix.height(); - } - - Image my_image; - - try { - my_image.read(fileName.toStdString()); - - m_resX = my_image.xResolution(); - m_resY = my_image.yResolution(); - - if (native) { - m_width = my_image.columns(); - m_height = my_image.rows(); - } - } - catch(Exception &error_) - { - - } - -} - -int ImageInformations::imageWidth() -{ - return m_width; -} - -int ImageInformations::imageHeight() -{ - return m_height; -} - -double ImageInformations::x_Resolution() -{ - return m_resX; -} - -double ImageInformations::y_Resolution() -{ - return m_resX; -} diff -Nru converseen-0.5.1/src/imageinformations.h converseen-0.6.4/src/imageinformations.h --- converseen-0.5.1/src/imageinformations.h 2012-06-28 12:30:36.000000000 +0000 +++ converseen-0.6.4/src/imageinformations.h 1970-01-01 00:00:00.000000000 +0000 @@ -1,31 +0,0 @@ -#ifndef IMAGEINFORMATIONS_H -#define IMAGEINFORMATIONS_H - -#include -#include -#include -#include - -using namespace Magick; -using namespace std; - - -class ImageInformations -{ -public: - ImageInformations(QString fileName); - - int imageWidth(); - int imageHeight(); - double x_Resolution(); - double y_Resolution(); - -private: - int m_width; - int m_height; - - double m_resX; - double m_resY; -}; - -#endif // IMAGEINFORMATIONS_H diff -Nru converseen-0.5.1/src/inisettings.cpp converseen-0.6.4/src/inisettings.cpp --- converseen-0.5.1/src/inisettings.cpp 2012-06-03 20:30:30.000000000 +0000 +++ converseen-0.6.4/src/inisettings.cpp 2013-07-22 23:04:34.000000000 +0000 @@ -1,3 +1,26 @@ +/* +* This file is part of Converseen, an open-source batch image converter +* and resizer. +* +* (C) Francesco Mondello 2009-2013 +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* +* Contact e-mail: Faster +* +*/ + #include #include "inisettings.h" #define INIFILENAME ".converseen.conf" @@ -137,6 +160,15 @@ return settings->value("Options/BgColor checked").toBool(); } +int IniSettings::latestInterpFiltIdx() +{ + int idx = 0; + if (settings->contains("Options/Interpolation filter")) + idx = settings->value("Options/Interpolation filter").toInt(); + + return idx; +} + void IniSettings::setOutputDir(QString path) { settings->setValue("General/Save directory", path); @@ -216,3 +248,8 @@ { settings->setValue("Options/BgColor checked", state); } + +void IniSettings::setLatestInterpFiltIdx(int index) +{ + settings->setValue("Options/Interpolation filter", index); +} diff -Nru converseen-0.5.1/src/inisettings.h converseen-0.6.4/src/inisettings.h --- converseen-0.5.1/src/inisettings.h 2012-05-16 16:06:50.000000000 +0000 +++ converseen-0.6.4/src/inisettings.h 2013-07-22 23:04:34.000000000 +0000 @@ -1,3 +1,26 @@ +/* +* This file is part of Converseen, an open-source batch image converter +* and resizer. +* +* (C) Francesco Mondello 2009-2013 +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* +* Contact e-mail: Faster +* +*/ + #ifndef INISETTINGS_H #define INISETTINGS_H @@ -29,6 +52,7 @@ static bool imageDirChecked(); static bool renameChecked(); static bool bgColorChecked(); + static int latestInterpFiltIdx(); static void setOutputDir(QString path); static void setWindowGeometry(QByteArray geometry); @@ -46,6 +70,7 @@ static void setImageDirChecked(bool state); static void setRenameChecked(bool state); static void setBgColorChecked(bool state); + static void setLatestInterpFiltIdx(int index); //private: static QSettings *settings; diff -Nru converseen-0.5.1/src/main.cpp converseen-0.6.4/src/main.cpp --- converseen-0.5.1/src/main.cpp 2012-06-29 11:29:26.000000000 +0000 +++ converseen-0.6.4/src/main.cpp 2013-07-22 23:04:34.000000000 +0000 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2012 +* (C) Francesco Mondello 2009-2013 * * 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 @@ -22,13 +22,17 @@ */ #include +#include +#include #include "mainwindowimpl.h" #include "translator.h" -#define VERSION "0.5.1" +#define VERSION "0.6.4" int main(int argc, char ** argv) { + InitializeMagick(*argv); + QCoreApplication::setApplicationVersion(VERSION); QTextCodec::setCodecForTr(QTextCodec::codecForName("UTF-8")); diff -Nru converseen-0.5.1/src/mainwindowimpl.cpp converseen-0.6.4/src/mainwindowimpl.cpp --- converseen-0.5.1/src/mainwindowimpl.cpp 2012-06-28 12:33:38.000000000 +0000 +++ converseen-0.6.4/src/mainwindowimpl.cpp 2013-07-22 23:04:34.000000000 +0000 @@ -1,812 +1,921 @@ - -/* -* This file is part of Converseen, an open-source batch image converter -* and resizer. -* -* (C) Francesco Mondello 2009-2012 -* -* This program is free software: you can redistribute it and/or modify -* it under the terms of the GNU General Public License as published by -* the Free Software Foundation, either version 3 of the License, or -* (at your option) any later version. -* -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . -* -* Contact e-mail: Faster -* -*/ - -#include -#include -#include -#include "mainwindowimpl.h" -#include "dialogoptions.h" -#include "dialoginfo.h" -#include "formats.h" -#include "inisettings.h" -#include "sizeutil.h" -#include "imageinformations.h" - -using namespace Magick; -using namespace std; - -// TODO: Inserire funzione per sostituire tutte le immagini - -MainWindowImpl::MainWindowImpl(QWidget * parent, Qt::WFlags f) - : QMainWindow(parent, f) -{ - setupUi(this); - - iAList = new QList; - convertThread = new Converter(this); - dlgCStatus = new DialogConversionStatus(); - - 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(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())); - - createActions(); - setupMenu(); - createContextMenu(); - - loadFormats(); - - comboResizeValues->addItems((QStringList() << "%" << "px")); - - adjustSize(); - dockWidget->adjustSize(); - - treeWidget->header()->setResizeMode(0, QHeaderView::ResizeToContents); - - loadOptions(); - - resetDisplays(); -} - -MainWindowImpl::~MainWindowImpl() -{ - IniSettings::setWindowGeometry(saveGeometry()); - IniSettings::setPreviewChecked(checkShowPreview->isChecked()); - IniSettings::setScaleChecked(groupDimensions->isChecked()); - IniSettings::setMeasure(comboResizeValues->currentIndex()); - IniSettings::setAspectRatioChecked(checkRelative->isChecked()); - IniSettings::setResolutionChecked(groupResolution->isChecked()); - IniSettings::setImageDirChecked(checkSameDir->isChecked()); - IniSettings::setRenameChecked(checkRename->isChecked()); - IniSettings::setBgColorChecked(checkNoTransp->isChecked()); - IniSettings::isOverWriteMode(checkOverwrite->isChecked()); - - IniSettings::settings->sync(); -} - -void MainWindowImpl::importListFromArgv(QString fileName) -{ - QFile file(fileName); - if (!file.open(QIODevice::ReadOnly | QIODevice::Text)) - return; - - QString text = file.readAll(); - QStringList rawlist = text.split("\n"); - - QStringList list; - - for (int i = 0; i < rawlist.count(); i++) { - QFileInfo fi(rawlist.at(i)); - if (Formats::readableFilters().contains(fi.suffix(), Qt::CaseInsensitive)) - list << rawlist.at(i); - } - - loadFiles(list); -} - -void MainWindowImpl::createActions() -{ - // "File" actions - connect(actionOpenFiles, SIGNAL(triggered()), this, SLOT(openFiles())); - connect(actionAddFiles, SIGNAL(triggered()), this, SLOT(addFiles())); - - connect(actionShowOptions, SIGNAL(triggered()), this, SLOT(editSettings())); - connect(actionClose, SIGNAL(triggered()), this, SLOT(close())); - - // "Edit" actions - connect(actionCheckItems, SIGNAL(triggered()), treeWidget, SLOT(checkItems())); - connect(actionCheckAllItems, SIGNAL(triggered()), treeWidget, SLOT(checkAllItems())); - - connect(actionUncheckItems, SIGNAL(triggered()), treeWidget, SLOT(uncheckItems())); - connect(actionUncheckAllItems, SIGNAL(triggered()), treeWidget, SLOT(uncheckAllItems())); - - connect(actionRemoveItems, SIGNAL(triggered()), this, SLOT(removeItems())); - connect(actionRemoveAllItems, SIGNAL(triggered()), this, SLOT(removeAllItems())); - - // "Actions" actions - connect(actionConvert, SIGNAL(triggered()), this, SLOT(elabora())); - - connect(actionInfo, SIGNAL(triggered()), this, SLOT(about())); - connect(actionDonate, SIGNAL(triggered()), this, SLOT(openPaypalLink())); -} - -void MainWindowImpl::setupMenu() -{ - menu_File->addAction(actionOpenFiles); - menu_File->addAction(actionAddFiles); - menu_File->addSeparator(); - menu_File->addAction(actionShowOptions); - menu_File->addSeparator(); - menu_File->addAction(actionClose); - - menu_Edit->addAction(actionRemoveItems); - menu_Edit->addAction(actionRemoveAllItems); - menu_Edit->addSeparator(); - menu_Edit->addAction(actionCheckItems); - menu_Edit->addAction(actionCheckAllItems); - menu_Edit->addAction(actionUncheckItems); - menu_Edit->addAction(actionUncheckAllItems); - - menu_Actions->addAction(actionConvert); - - menu_About->addAction(actionInfo); -} - -void MainWindowImpl::createContextMenu() -{ - QAction *actionSeparator = new QAction(this); - actionSeparator->setSeparator(true); - - treeWidget->setContextMenuPolicy(Qt::ActionsContextMenu); - treeWidget->addAction(actionCheckItems); - treeWidget->addAction(actionCheckAllItems); - treeWidget->addAction(actionUncheckItems); - treeWidget->addAction(actionUncheckAllItems); - treeWidget->addAction(actionSeparator); - treeWidget->addAction(actionRemoveItems); - treeWidget->addAction(actionRemoveAllItems); -} - -void MainWindowImpl::openFiles() -{ - iAList->clear(); - QPixmapCache::clear(); - addFiles(); -} - -void MainWindowImpl::addFiles() -{ - QString path = IniSettings::latestOpenedDir(); - - QString readableFiltersString = Formats::readableFiltersString(); - QStringList fileNames = QFileDialog::getOpenFileNames(this, - tr("Open Image"), path, - readableFiltersString); - - if (!fileNames.isEmpty()) - loadFiles(fileNames); -} - -void MainWindowImpl::loadFiles(QStringList fileNames) -{ - treeWidget->clear(); - - QFileInfo fi(fileNames.at(0)); - IniSettings::setLatestOpenedDir(fi.path()); - - for (int i = 0; i < fileNames.count(); i++) { - QFileInfo fi(fileNames.at(i)); - ImageAttributes iA; - - /* Controlla i doppioni! */ - if (!checkDuplicates(fileNames, i)) { - iA.completeFileName = fileNames.at(i).toLocal8Bit(); - iA.fileName = fi.fileName(); - iA.suffix = fi.suffix(); - iA.size = fi.size(); - iA.path = fi.path(); - iAList->append(iA); // aggiunge - } - } - fillTreeView(); -} - -bool MainWindowImpl::checkDuplicates(QStringList fileNames, int e) -{ - int cnt = iAList->count(); - - for (int i = 0; i < cnt; i++) - if (iAList->at(i).completeFileName == fileNames.at(e).toLocal8Bit()) - return true; - - return false; -} - -void MainWindowImpl::fillTreeView() -{ - treeWidget->addItems(iAList); -} - -void MainWindowImpl::elabora() -{ - if (!iAList->isEmpty()) { - if (treeWidget->thereAreItemsChecked()) { - if (!lineDirectory->text().isEmpty()) { - QDir dir(lineDirectory->text()); - if((dir.exists()) || (checkSameDir->isChecked())) { - startConversion(); - } - else { - int ret = QMessageBox::warning(0, tr("Warning"), - tr("The output directory doesn't exists! Would you create it?"), - QMessageBox::Ok | QMessageBox::Cancel); - - if (ret == QMessageBox::Ok) { - if (!dir.mkpath(lineDirectory->text())) - QMessageBox::warning(0, tr("Warning"), - tr("The directory cannot be created!")); - else { - startConversion(); - } - } - } - } - else - QMessageBox::warning(0, tr("Warning"), - tr("Set an output directory!")); - } - else - QMessageBox::warning(0, tr("Warning"), - tr("No image checked!")); - } - else - QMessageBox::warning(0, tr("Warning"), - tr("No images to convert!")); -} - -void MainWindowImpl::startConversion() -{ - IniSettings::setOutputDir(lineDirectory->text()); - - abort_all = false; - - statusBar()->showMessage(tr("Processing...")); - curr_index = 0; - - convertThread->reset(); - - if (!checkRename->isChecked()) { - convertThread->setOverwrite(false); - convertThread->enableRenamingString(false); - convertThread->setOverwrite(checkOverwrite->isChecked()); - } - else { - convertThread->enableRenamingString(true); - convertThread->setRenamingString(lineRename->text()); // Rinomina il file secondo #_copy - } - - // 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); - } - - /* FIXME */ - /* 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); - } - 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; - - if (comboWFormats->currentIndex() != 0) { - out_format = comboWFormats->currentText().split(" - ").at(0); - } - else { - QFileInfo fi(iAList->at(curr_index).fileName); - QString suffix = fi.suffix(); - - out_format = suffix; - } - - 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(iAList->at(curr_index).completeFileName); - convertThread->setFormat(out_format.toLower()); - convertThread->setQuality(quality); - convertThread->setOutputDir(destinationPath()); - - 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); - } - } -} - -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()); -} - -void MainWindowImpl::setQuality() -{ - loadQuality(); - - DialogQuality *dlg = new DialogQuality(); - dlg->setInitValues(jpgQuality, pngQuality); - if (dlg->exec()) { - jpgQuality = dlg->getJpegQuality(); - pngQuality = dlg->getPngQuality(); - - IniSettings::setJpgQuality(jpgQuality); - IniSettings::setPngQuality(pngQuality); - } -} - -void MainWindowImpl::loadQuality() -{ - jpgQuality = IniSettings::jpgQuality(); - pngQuality = IniSettings::pngQuality(); -} - -void MainWindowImpl::removeItems() -{ - treeWidget->removeItems(iAList); - resetDisplays(); -} - -void MainWindowImpl::removeAllItems() -{ - treeWidget->clear(); - iAList->clear(); - QPixmapCache::clear(); - - resetDisplays(); -} - -void MainWindowImpl::relativeSizeW() -{ - double value = spin_geoWidth->value(); - - 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 (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) -{ - ImageInformations *imgInfo = new ImageInformations(fileName); - - img_width = imgInfo->imageWidth(); - img_height = imgInfo->imageHeight(); - - m_xResolution = imgInfo->x_Resolution(); - m_yResolution = imgInfo->y_Resolution(); - - delete imgInfo; - - if (checkShowPreview->isChecked()) { - labelPreview->loadPreview(fileName); - } - else - labelPreview->setText(tr("No preview!")); -} - -void MainWindowImpl::onItemSelection() -{ - if (!iAList->isEmpty()) { - showImageInformations(); - showNewSizePreview(); - } -} - -void MainWindowImpl::onPushResetClick() -{ - selectGeometryUnit(comboResizeValues->currentText()); - spin_resX->setValue(m_xResolution); - spin_resY->setValue(m_yResolution); -} - -void MainWindowImpl::showImageInformations() -{ - int index = treeWidget->currentIndex().row(); - loadPreview(iAList->at(index).completeFileName); - - 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::editSettings() -{ - DialogOptions dlg; - dlg.exec(); - - loadOptions(); -} - -void MainWindowImpl::about() -{ - DialogInfo dlg; - dlg.exec(); -} - -void MainWindowImpl::enableRenameLine() -{ - if (checkRename->isChecked()) - lineRename->setEnabled(true); - else - lineRename->setEnabled(false); -} - -void MainWindowImpl::enableShowPreview() -{ - if(treeWidget->selectedItems().count() > 0) - onItemSelection(); - else - labelPreview->setText(tr("No 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); - } -} - -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("No preview!")); - - img_width = 0; - img_height = 0; - - new_img_width = 0; - new_img_height = 0; - - m_xResolution = 0; - m_yResolution = 0; - - spin_resX->setValue(m_xResolution); - spin_resY->setValue(m_yResolution); - - if (comboResizeValues->currentText() == "%") { - spin_geoWidth->setValue(100); - spin_geoHeight->setValue(100); - } - if (comboResizeValues->currentText() == "px") { - spin_geoWidth->setValue(1); - spin_geoHeight->setValue(1); - } - - labelType->setText(" - "); - label_ImageSize->setText(" - "); - labelFileSize->setText(" - "); - label_ImageResolution->setText(" - "); - - labelPixelGeometry->setText(""); -} - -void MainWindowImpl::overwriteDialog(QString baseName) -{ - /* - TODO: Sostituisci tutte (vedi sotto) - */ - bool ok; - QString newBaseName; - - while (newBaseName.isEmpty()) { - newBaseName = QInputDialog::getText(0, tr("Suggest a new name!"), - tr("New name:"), QLineEdit::Normal, - baseName, &ok); - - if (!ok) { - QMessageBox::StandardButton msg; - msg = QMessageBox::question(this, tr("Please, specify a name!"), - /* FIXME: tradurre meglio! */ tr("You should specify a name.\nClick Retry to specify a new name.\nClick Ignore to cancel this operation.\nClick Abort to cancel all operations."), - QMessageBox::Retry | QMessageBox::Ignore | QMessageBox::Abort); - - if (msg == QMessageBox::Ignore) { - convertThread->stopProcess(); - break; - } - - if (msg == QMessageBox::Abort) { - stopProcess(); - break; - } - } - else { - if (newBaseName.isEmpty()) - QMessageBox::warning(0, tr("Warning!"), - tr("The filename should not be empty!")); - - if (newBaseName == baseName) { - QMessageBox::StandardButton msg; - msg = QMessageBox::question(this, tr("Warning!"), - tr("The name chosen is identical to the initial one. Do you want to overwrite the original file?"), - QMessageBox::Yes | QMessageBox::No); // TODO: mettere si per tutte! - - if (msg == QMessageBox::No) - newBaseName.clear(); - } - } - } - convertThread->mutex.unlock(); - convertThread->setNewBasename(newBaseName, ok); -} - -void MainWindowImpl::stopProcess() -{ - convertThread->stopProcess(); - abort_all = true; - statusBar()->showMessage(tr("Aborted!"), 5000); -} - -void MainWindowImpl::errorMessage(QString err_status) // Manda stringa di errore al dialog di conversione -{ - dlgCStatus->setErrorMsg(err_status); -} - -void MainWindowImpl::choseBackgroundColor() -{ - QColor color; - color = QColorDialog::getColor(Qt::green, this); - - m_bgColor = color.name(); - - pushColor->setColor(color); - - IniSettings::setBackgroundColor(m_bgColor); -} - -QString MainWindowImpl::destinationPath() -{ - QString dest = lineDirectory->text(); - - if (checkSameDir->isChecked()) - dest = iAList->at(curr_index).path; - - return dest; -} - -void MainWindowImpl::openPaypalLink() -{ -// - QDesktopServices::openUrl(QUrl("http://converseen.sourceforge.net/#donations", QUrl::TolerantMode)); -} +/* +* This file is part of Converseen, an open-source batch image converter +* and resizer. +* +* (C) Francesco Mondello 2009-2013 +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* +* Contact e-mail: Faster +* +*/ + +#include +#include +#include +#include "mainwindowimpl.h" +#include "dialogoptions.h" +#include "dialoginfo.h" +#include "formats.h" +#include "inisettings.h" +#include "sizeutil.h" + +using namespace Magick; +using namespace std; + +// TODO: Inserire funzione per sostituire tutte le immagini + +MainWindowImpl::MainWindowImpl(QWidget * parent, Qt::WFlags f) + : QMainWindow(parent, f) +{ + setupUi(this); + + iAList = new QList; + convertThread = new Converter(this); + dlgCStatus = new DialogConversionStatus(); + + CachingSystem::init(); + + connect(treeWidget, SIGNAL(dropped(QStringList)), this, SLOT(loadFiles(QStringList))); + + connect(bntSelDir, SIGNAL(clicked()), this, SLOT(openOutDirectory())); + connect(checkSameDir, SIGNAL(stateChanged(int)), this, SLOT(setCurrentDirectory())); + connect(btnFormatOptions, SIGNAL(clicked()), this, SLOT(setQuality())); + connect(treeWidget, SIGNAL(itemSelectionChanged()), this, SLOT(onItemSelection())); + + connect(spin_geoWidth, SIGNAL(editingFinished()), this, SLOT(relativeSizeW())); + connect(spin_geoHeight, SIGNAL(editingFinished()), this, SLOT(relativeSizeH())); + + connect(comboResizeValues, SIGNAL(currentIndexChanged(QString)), this, SLOT(selectGeometryUnit(QString))); + + connect(checkRename, SIGNAL(stateChanged(int)), this, SLOT(enableRenameLine())); + connect(radioPrefixSuffix, SIGNAL(clicked()), this, SLOT(enableProgressiveSpin())); + connect(radioProgressive, SIGNAL(clicked()), this, SLOT(enableProgressiveSpin())); + connect(checkShowPreview, SIGNAL(stateChanged(int)), this, SLOT(enableShowPreview())); + + connect(pushReset, SIGNAL(clicked()), this, SLOT(onPushResetClick())); + + connect(convertThread, SIGNAL(nextConversion(int)), this, SLOT(nextConversion(int))); + connect(convertThread, SIGNAL(requestOverwrite(QString)), this, SLOT(overwriteDialog(QString))); + connect(convertThread, SIGNAL(errorMessage(QString)), this, SLOT(errorMessage(QString))); + + connect(dlgCStatus, SIGNAL(stopProcess()), this, SLOT(stopProcess())); + + connect(pushColor, SIGNAL(clicked()), this, SLOT(choseBackgroundColor())); + + connect(labelPreview, SIGNAL(previewReady(int, int, double, double)), this, SLOT(showImageInformations(int, int, double, double))); + + createActions(); + setupMenu(); + createContextMenu(); + + loadFormats(); + + comboResizeValues->addItems((QStringList() << "%" << "px")); + + adjustSize(); + dockWidget->adjustSize(); + + treeWidget->header()->setResizeMode(0, QHeaderView::ResizeToContents); + + loadOptions(); + + resetDisplays(); +} + +MainWindowImpl::~MainWindowImpl() +{ + IniSettings::setWindowGeometry(saveGeometry()); + IniSettings::setPreviewChecked(checkShowPreview->isChecked()); + IniSettings::setScaleChecked(groupDimensions->isChecked()); + IniSettings::setMeasure(comboResizeValues->currentIndex()); + IniSettings::setAspectRatioChecked(checkRelative->isChecked()); + IniSettings::setResolutionChecked(groupResolution->isChecked()); + IniSettings::setImageDirChecked(checkSameDir->isChecked()); + IniSettings::setRenameChecked(checkRename->isChecked()); + IniSettings::setBgColorChecked(checkNoTransp->isChecked()); + IniSettings::isOverWriteMode(checkOverwrite->isChecked()); + + IniSettings::settings->sync(); +} + +void MainWindowImpl::importListFromArgv(QString fileName) +{ + QFile file(fileName); + if (!file.open(QIODevice::ReadOnly | QIODevice::Text)) + return; + + QString text = file.readAll(); + QStringList rawlist = text.split("\n"); + + QStringList list; + + for (int i = 0; i < rawlist.count(); i++) { + QFileInfo fi(rawlist.at(i)); + if (Formats::readableFilters().contains(fi.suffix(), Qt::CaseInsensitive)) + list << rawlist.at(i); + } + + loadFiles(list); +} + +void MainWindowImpl::createActions() +{ + // "File" actions + connect(actionOpenFiles, SIGNAL(triggered()), this, SLOT(openFiles())); + connect(actionAddFiles, SIGNAL(triggered()), this, SLOT(addFiles())); + + connect(actionShowOptions, SIGNAL(triggered()), this, SLOT(editSettings())); + connect(actionClose, SIGNAL(triggered()), this, SLOT(close())); + + // "Edit" actions + connect(actionCheckItems, SIGNAL(triggered()), treeWidget, SLOT(checkItems())); + connect(actionCheckAllItems, SIGNAL(triggered()), treeWidget, SLOT(checkAllItems())); + + connect(actionUncheckItems, SIGNAL(triggered()), treeWidget, SLOT(uncheckItems())); + connect(actionUncheckAllItems, SIGNAL(triggered()), treeWidget, SLOT(uncheckAllItems())); + + connect(actionRemoveItems, SIGNAL(triggered()), this, SLOT(removeItems())); + connect(actionRemoveAllItems, SIGNAL(triggered()), this, SLOT(removeAllItems())); + + // "Actions" actions + connect(actionConvert, SIGNAL(triggered()), this, SLOT(elabora())); + + connect(actionInfo, SIGNAL(triggered()), this, SLOT(about())); + connect(actionDonate, SIGNAL(triggered()), this, SLOT(openPaypalLink())); +} + +void MainWindowImpl::setupMenu() +{ + menu_File->addAction(actionOpenFiles); + menu_File->addAction(actionAddFiles); + menu_File->addSeparator(); + menu_File->addAction(actionShowOptions); + menu_File->addSeparator(); + menu_File->addAction(actionClose); + + menu_Edit->addAction(actionRemoveItems); + menu_Edit->addAction(actionRemoveAllItems); + menu_Edit->addSeparator(); + menu_Edit->addAction(actionCheckItems); + menu_Edit->addAction(actionCheckAllItems); + menu_Edit->addAction(actionUncheckItems); + menu_Edit->addAction(actionUncheckAllItems); + + menu_Actions->addAction(actionConvert); + + menu_About->addAction(actionInfo); +} + +void MainWindowImpl::createContextMenu() +{ + QAction *actionSeparator = new QAction(this); + actionSeparator->setSeparator(true); + + treeWidget->setContextMenuPolicy(Qt::ActionsContextMenu); + treeWidget->addAction(actionCheckItems); + treeWidget->addAction(actionCheckAllItems); + treeWidget->addAction(actionUncheckItems); + treeWidget->addAction(actionUncheckAllItems); + treeWidget->addAction(actionSeparator); + treeWidget->addAction(actionRemoveItems); + treeWidget->addAction(actionRemoveAllItems); +} + +void MainWindowImpl::openFiles() +{ + iAList->clear(); + CachingSystem::clear(); + addFiles(); +} + +void MainWindowImpl::addFiles() +{ + QString path = IniSettings::latestOpenedDir(); + + QString readableFiltersString = Formats::readableFiltersString(); + QStringList fileNames = QFileDialog::getOpenFileNames(this, + tr("Open Image"), path, + readableFiltersString); + + if (!fileNames.isEmpty()) + loadFiles(fileNames); +} + +void MainWindowImpl::loadFiles(QStringList fileNames) +{ + treeWidget->clear(); + + QFileInfo fi(fileNames.at(0)); + IniSettings::setLatestOpenedDir(fi.path()); + + for (int i = 0; i < fileNames.count(); i++) { + QFileInfo fi(fileNames.at(i)); + ImageAttributes iA; + + /* Controlla i doppioni! */ + if (!checkDuplicates(fileNames, i)) { + iA.completeFileName = fileNames.at(i).toLocal8Bit(); + iA.fileName = fi.fileName(); + iA.suffix = fi.suffix(); + iA.size = fi.size(); + iA.path = fi.path(); + iAList->append(iA); // aggiunge + } + } + fillTreeView(); +} + +bool MainWindowImpl::checkDuplicates(QStringList fileNames, int e) +{ + int cnt = iAList->count(); + + for (int i = 0; i < cnt; i++) + if (iAList->at(i).completeFileName == fileNames.at(e).toLocal8Bit()) + return true; + + return false; +} + +void MainWindowImpl::fillTreeView() +{ + treeWidget->addItems(iAList); +} + +void MainWindowImpl::elabora() +{ + if (!iAList->isEmpty()) { + if (treeWidget->thereAreItemsChecked()) { + if (!lineDirectory->text().isEmpty()) { + QDir dir(lineDirectory->text()); + if((dir.exists()) || (checkSameDir->isChecked())) { + startConversion(); + } + else { + int ret = QMessageBox::warning(0, tr("Warning"), + tr("The output directory doesn't exists! Would you create it?"), + QMessageBox::Ok | QMessageBox::Cancel); + + if (ret == QMessageBox::Ok) { + if (!dir.mkpath(lineDirectory->text())) + QMessageBox::warning(0, tr("Warning"), + tr("The directory cannot be created!")); + else { + startConversion(); + } + } + } + } + else + QMessageBox::warning(0, tr("Warning"), + tr("Set an output directory!")); + } + else + QMessageBox::warning(0, tr("Warning"), + tr("No image checked!")); + } + else + QMessageBox::warning(0, tr("Warning"), + tr("No images to convert!")); +} + +void MainWindowImpl::startConversion() +{ + IniSettings::setOutputDir(lineDirectory->text()); + + abort_all = false; + + statusBar()->showMessage(tr("Processing...")); + curr_index = 0; + + m_progressiveNren = spinProgressiveRen->value(); // Used when the progressive number renaming is checked + + convertThread->reset(); + + // Colore + bool noTransparency = this->checkNoTransp->isChecked(); + convertThread->setBackgroundColor(m_bgColor, noTransparency); + + /* Change image size */ + if (groupDimensions->isChecked()) { + QString aspectRatio = "!"; + + if (checkRelative->isChecked()) + aspectRatio = ""; + + // "%1 x %2 % !" + + QString resizingString; + if (comboResizeValues->currentText() == "px") + resizingString = QString("%1x%2%3") + .arg(new_img_width) + .arg(new_img_height) + .arg(aspectRatio); + if (comboResizeValues->currentText() == "%") + resizingString = QString("%1x%2%") + .arg(spin_geoWidth->value()) + .arg(spin_geoHeight->value()); + + convertThread->setResize(resizingString); + } + + /* Change image density */ + if ((groupResolution->isChecked()) && ((m_xResolution != spin_resX->value()) || (m_yResolution != spin_resY->value()))) { + QString densStr = QString("%1x%2") + .arg(spin_resX->value()) + .arg(spin_resY->value()); + + convertThread->setDensity(densStr); + } + + if (!radioRotNo->isChecked()) { + double rotation = 0; + + if (radioRotPos90->isChecked()) + rotation = 90.0; + if (radioRotNeg90->isChecked()) + rotation = -90.0; + if (radioRot180->isChecked()) + rotation = 180.0; + + convertThread->setRotation(rotation); + } + + if (!radioFlipNo->isChecked()) { + FlipOrientation fo; + + if (radioFlipV->isChecked()) + fo = VERTICAL; + if (radioFlipH->isChecked()) + fo = HORIZONTAL; + + convertThread->setFlip(fo); + } + + convertThread->setResamplingFilter(m_resamplingFilter); + + convert(); + + dlgCStatus->setup(treeWidget->countChecked()); + dlgCStatus->exec(); +} + +void MainWindowImpl::convert() +{ + if ((treeWidget->topLevelItem(curr_index))->checkState(0)) { + IniSettings::setLatestWrittenFormatIndex(comboWFormats->currentIndex()); + statusBar()->showMessage(iAList->at(curr_index).fileName, 5000); + + QString out_format; + + QString inputFilename = iAList->at(curr_index).completeFileName; + + QFileInfo fi(inputFilename); + + if (comboWFormats->currentIndex() != 0) { + out_format = comboWFormats->currentText().split(" - ").at(0); + } + else { + QString suffix = fi.suffix(); + + out_format = suffix; + } + + out_format = out_format.toLower(); + + QString outFileName = QString("%1/%2.%3").arg(destinationPath()).arg(fi.completeBaseName()).arg(out_format); + + int quality = -1; + + if ((out_format == "jpg") || (out_format == "jpeg") || (out_format == "mpeg") || (out_format == "mpg")) { + quality = jpgQuality; + } + + if ((out_format == "png") || (out_format == "mng")) { + quality = pngQuality; + } + + convertThread->setInputPicture(inputFilename); + convertThread->setFormat(out_format); + convertThread->setQuality(quality); + convertThread->setOutputDir(destinationPath()); + + if (checkRename->isChecked()) { + // Special renaming settings for the output file enabled + QString renamedOutFileName; + + if (radioPrefixSuffix->isChecked()) + renamedOutFileName = renameFileNameOnPrefixSuffix(outFileName); + else + renamedOutFileName = renameFileNameOnProgressiveN(outFileName); + + convertThread->setOutputPictureName(renamedOutFileName); + } + else { + // No special renaming settings for the output file. Set it with tho original name + new extension + + convertThread->setOutputPictureName(outFileName); + convertThread->setOverwrite(checkOverwrite->isChecked()); + } + + convertThread->start(); + } + else { + nextConversion(2); + } +} + +void MainWindowImpl::nextConversion(int conv_status) +{ + if (!abort_all) { + if ((treeWidget->topLevelItem(curr_index))->checkState(0)) { + dlgCStatus->step(conv_status, iAList->at(curr_index).fileName); + } + + QString msg = ""; + if (conv_status == 1) { + msg = "Converted"; + // Add the destination dirs to DialogConversionStatus so them can be opened at the end of the image processing + dlgCStatus->addOutputDirectory(QDir::toNativeSeparators(destinationPath())); + } + else if (conv_status == -1) + msg = "Error"; + + (treeWidget->topLevelItem(curr_index))->setText(1, msg); + + curr_index++; + if (curr_index < iAList->count()) { + convert(); + } + else { + statusBar()->showMessage(tr("Processing finished!"), 5000); + } + } +} + +QString MainWindowImpl::renameFileNameOnPrefixSuffix(QString oldFileName) +{ + QString t_renamingString = lineRename->text(); + + QFileInfo fi(oldFileName); + QString newFileName = QString("%1.%2") + .arg(t_renamingString.replace("#", fi.completeBaseName())) + .arg(fi.suffix()); + + return QString("%1/%2").arg(fi.path()).arg(newFileName); +} + +QString MainWindowImpl::renameFileNameOnProgressiveN(QString oldFileName) +{ + QString t_renamingString = lineRename->text(); + + QFileInfo fi(oldFileName); // For the output directory + QString newFileName = QString("%1.%2") + .arg(t_renamingString.replace("#", QString::number(m_progressiveNren))) + .arg(fi.suffix()); + + m_progressiveNren++; // the key of progressive number renaming (set to start when the conversion in starded) + + return QString("%1/%2").arg(fi.path()).arg(newFileName); +} + +void MainWindowImpl::loadFormats() +{ + Formats::loadFormats(); + + comboWFormats->addItems(Formats::writableFilters()); + comboWFormats->setCurrentIndex(0); +} + +void MainWindowImpl::setCurrentDirectory() +{ + bool enabled; + + if (checkSameDir->isChecked()) + enabled = false; + else + enabled = true; + + lineDirectory->setEnabled(enabled); + bntSelDir->setEnabled(enabled); +} + +void MainWindowImpl::openOutDirectory() +{ + QString dir = QFileDialog::getExistingDirectory(this, tr("Open Directory"), + QDir::homePath(), + QFileDialog::ShowDirsOnly + | QFileDialog::DontResolveSymlinks); + + if (!dir.isNull()) + lineDirectory->setText(QDir::toNativeSeparators(dir)); + // La cartella viene salvata quando viene avviata la procedura di conversione + +} + +void MainWindowImpl::loadOptions() +{ + IniSettings::init(); + + this->restoreGeometry(IniSettings::windowGeometry()); + + lineDirectory->setText(QDir::toNativeSeparators(IniSettings::outputDir())); + comboWFormats->setCurrentIndex(IniSettings::latestWrittenFormatIndex()); + checkOverwrite->setChecked(IniSettings::isOverWriteMode()); + + loadQuality(); + + m_bgColor = IniSettings::backgroundColor(); + + QColor c; + c.setNamedColor(m_bgColor); + pushColor->setColor(c); + + checkShowPreview->setChecked(IniSettings::previewChecked()); + groupDimensions->setChecked(IniSettings::scaleChecked()); + comboResizeValues->setCurrentIndex(IniSettings::measure()); + checkRelative->setChecked(IniSettings::aspectRatioChecked()); + groupResolution->setChecked(IniSettings::resolutionChecked()); + checkSameDir->setChecked(IniSettings::imageDirChecked()); + checkRename->setChecked(IniSettings::renameChecked()); + checkNoTransp->setChecked(IniSettings::bgColorChecked()); + + enableRenameLine(); + enableProgressiveSpin(); +} + +void MainWindowImpl::setQuality() +{ + loadQuality(); + + DialogQuality *dlg = new DialogQuality(); + dlg->setInitValues(jpgQuality, pngQuality, m_resamplingFilter); + if (dlg->exec()) { + jpgQuality = dlg->getJpegQuality(); + pngQuality = dlg->getPngQuality(); + + m_resamplingFilter = dlg->getResamplingFilter(); + + IniSettings::setJpgQuality(jpgQuality); + IniSettings::setPngQuality(pngQuality); + IniSettings::setLatestInterpFiltIdx((int)m_resamplingFilter); + } +} + +void MainWindowImpl::loadQuality() +{ + jpgQuality = IniSettings::jpgQuality(); + pngQuality = IniSettings::pngQuality(); + m_resamplingFilter = (FilterTypes)IniSettings::latestInterpFiltIdx(); +} + +void MainWindowImpl::removeItems() +{ + if (!iAList->isEmpty()) { + treeWidget->removeItems(iAList); + resetDisplays(); + } +} + +void MainWindowImpl::removeAllItems() +{ + if (!iAList->isEmpty()) { + iAList->clear(); + CachingSystem::clear(); + treeWidget->clear(); + + resetDisplays(); + } +} + +void MainWindowImpl::relativeSizeW() +{ + double value = spin_geoWidth->value(); + + if (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 (checkRelative->isChecked()) { + if (comboResizeValues->currentText() == "px") { + double relative_V = ( ((double)img_width * value) / (double)img_height); + spin_geoWidth->setValue((double)qRound(relative_V)); + } + } + if (comboResizeValues->currentText() == "%") { + if (checkRelative->isChecked()) + spin_geoWidth->setValue(spin_geoHeight->value()); + } + + showNewSizePreview(); +} + +void MainWindowImpl::loadPreview(QString fileName) +{ + labelPreview->loadPreview(fileName, checkShowPreview->isChecked()); +} + +void MainWindowImpl::showImageInformations(int orig_w, int orig_h, double orig_dens_x, double orig_dens_y) +{ + /* + Method executed by the signal myLabelPreviewer::previewReady(orig_w, orig_h, orig_dens_x, orig_dens_y); + */ + + img_width = orig_w; + img_height = orig_h; + + m_xResolution = orig_dens_x; + m_yResolution = orig_dens_y; + + int index = treeWidget->currentIndex().row(); + + labelType->setText(QString("%1") + .arg(iAList->at(index).suffix)); + + QString sSize = SizeUtil::simplifyFileSize(iAList->at(index).size); + labelFileSize->setText(QString("%1") + .arg(sSize)); + + label_ImageSize->setText(QString("%1 x %2 px") + .arg(img_width) + .arg(img_height)); + + label_ImageResolution->setText(QString("X = %1 Y = %2") + .arg(m_xResolution) + .arg(m_yResolution)); +} + +void MainWindowImpl::onItemSelection() +{ + if (!iAList->isEmpty()) { + showPreviewAndInfos(); + showNewSizePreview(); + } +} + +void MainWindowImpl::onPushResetClick() +{ + selectGeometryUnit(comboResizeValues->currentText()); + spin_resX->setValue(m_xResolution); + spin_resY->setValue(m_yResolution); +} + +void MainWindowImpl::showPreviewAndInfos() +{ + int index = treeWidget->currentIndex().row(); + loadPreview(iAList->at(index).completeFileName); +} + +void MainWindowImpl::editSettings() +{ + DialogOptions dlg; + dlg.exec(); + + loadOptions(); +} + +void MainWindowImpl::about() +{ + DialogInfo dlg; + dlg.exec(); +} + +void MainWindowImpl::enableRenameLine() +{ + if (checkRename->isChecked()) { + lineRename->setEnabled(true); + radioPrefixSuffix->setEnabled(true); + radioProgressive->setEnabled(true); + spinProgressiveRen->setEnabled(true); + labeStartWith->setEnabled(true); + } + else + { + lineRename->setEnabled(false); + radioPrefixSuffix->setEnabled(false); + radioProgressive->setEnabled(false); + spinProgressiveRen->setEnabled(false); + labeStartWith->setEnabled(false); + } + + enableProgressiveSpin(); +} + +void MainWindowImpl::enableProgressiveSpin() +{ + if (radioProgressive->isChecked()) { + spinProgressiveRen->setEnabled(true); + labeStartWith->setEnabled(true); + } + else { + spinProgressiveRen->setEnabled(false); + labeStartWith->setEnabled(false); + } +} + +void MainWindowImpl::enableShowPreview() +{ + if(treeWidget->selectedItems().count() > 0) + onItemSelection(); + else + labelPreview->setText(tr("Preview")); +} + +void MainWindowImpl::selectGeometryUnit(QString unit) +{ + if (unit == "px") { + spin_geoWidth->setDecimals(0); + spin_geoWidth->setSuffix(" px"); + spin_geoWidth->setValue((double)img_width); + + spin_geoHeight->setDecimals(0); + spin_geoHeight->setSuffix(" px"); + spin_geoHeight->setValue((double)img_height); + } + if (unit == "%") { + //spin_geoWidth->setDecimals(2); + spin_geoWidth->setSuffix(" %"); + spin_geoWidth->setValue(100.00); + + //spin_geoHeight->setDecimals(2); + spin_geoHeight->setSuffix(" %"); + spin_geoHeight->setValue(100.00); + } +} + +void MainWindowImpl::showNewSizePreview() +{ + if (comboResizeValues->currentText() == "%") { + double new_width, new_height, round_new_width, round_new_height; + + new_width = (((double)img_width / 100) * (spin_geoWidth->value())); + new_height = (((double)img_height / 100) * (spin_geoHeight->value())); + + round_new_width = qRound(new_width); + round_new_height = qRound(new_height); + + if (treeWidget->selectedItems().count() > 0) + labelPixelGeometry->setText(QString("
%1 x %2 pixels
") + .arg(round_new_width) + .arg(round_new_height)); + + new_img_width = round_new_width; + new_img_height = round_new_height; + } + if (comboResizeValues->currentText() == "px") { + if (treeWidget->selectedItems().count() > 0) + labelPixelGeometry->setText(QString("
%1 x %2 pixels
") + .arg(spin_geoWidth->value()) + .arg(spin_geoHeight->value())); + + new_img_width = spin_geoWidth->value(); + new_img_height = spin_geoHeight->value(); + } +} + +void MainWindowImpl::resetDisplays() +{ + labelPreview->setText(tr("Preview")); + + img_width = 0; + img_height = 0; + + new_img_width = 0; + new_img_height = 0; + + m_xResolution = 0; + m_yResolution = 0; + + spin_resX->setValue(m_xResolution); + spin_resY->setValue(m_yResolution); + + if (comboResizeValues->currentText() == "%") { + spin_geoWidth->setValue(100); + spin_geoHeight->setValue(100); + } + if (comboResizeValues->currentText() == "px") { + spin_geoWidth->setValue(1); + spin_geoHeight->setValue(1); + } + + labelType->setText(" - "); + label_ImageSize->setText(" - "); + labelFileSize->setText(" - "); + label_ImageResolution->setText(" - "); + + labelPixelGeometry->setText(""); +} + +void MainWindowImpl::overwriteDialog(QString baseName) +{ + /* + TODO: Sostituisci tutte (vedi sotto) + */ + bool ok; + QString newBaseName; + + while (newBaseName.isEmpty()) { + newBaseName = QInputDialog::getText(0, tr("Suggest a new name!"), + tr("New name:"), QLineEdit::Normal, + baseName, &ok); + + if (!ok) { + QMessageBox::StandardButton msg; + msg = QMessageBox::question(this, tr("Please, specify a name!"), + /* FIXME: tradurre meglio! */ tr("You should specify a name.\nClick Retry to specify a new name.\nClick Ignore to cancel this operation.\nClick Abort to cancel all operations."), + QMessageBox::Retry | QMessageBox::Ignore | QMessageBox::Abort); + + if (msg == QMessageBox::Ignore) { + convertThread->stopProcess(); + break; + } + + if (msg == QMessageBox::Abort) { + stopProcess(); + break; + } + } + else { + if (newBaseName.isEmpty()) + QMessageBox::warning(0, tr("Warning!"), + tr("The filename should not be empty!")); + + if (newBaseName == baseName) { + QMessageBox::StandardButton msg; + msg = QMessageBox::question(this, tr("Warning!"), + tr("The name chosen is identical to the initial one. Do you want to overwrite the original file?"), + QMessageBox::Yes | QMessageBox::No); // TODO: mettere si per tutte! + + if (msg == QMessageBox::No) + newBaseName.clear(); + } + } + } + convertThread->mutex.unlock(); + convertThread->setNewBasename(newBaseName, ok); +} + +void MainWindowImpl::stopProcess() +{ + convertThread->stopProcess(); + abort_all = true; + statusBar()->showMessage(tr("Aborted!"), 5000); +} + +void MainWindowImpl::errorMessage(QString err_status) // Manda stringa di errore al dialog di conversione +{ + dlgCStatus->setErrorMsg(err_status); +} + +void MainWindowImpl::choseBackgroundColor() +{ + QColor color; + color = QColorDialog::getColor(Qt::green, this); + + m_bgColor = color.name(); + + pushColor->setColor(color); + + IniSettings::setBackgroundColor(m_bgColor); +} + +QString MainWindowImpl::destinationPath() +{ + QString dest = lineDirectory->text(); + + if (checkSameDir->isChecked()) + dest = iAList->at(curr_index).path; + + return dest; +} + +void MainWindowImpl::openPaypalLink() +{ + QDesktopServices::openUrl(QUrl("http://converseen.sourceforge.net/#donations", QUrl::TolerantMode)); +} diff -Nru converseen-0.5.1/src/mainwindowimpl.h converseen-0.6.4/src/mainwindowimpl.h --- converseen-0.5.1/src/mainwindowimpl.h 2012-06-28 11:50:14.000000000 +0000 +++ converseen-0.6.4/src/mainwindowimpl.h 2013-07-22 23:04:34.000000000 +0000 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2012 +* (C) Francesco Mondello 2009-2013 * * 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 @@ -23,19 +23,25 @@ #ifndef MAINWINDOWIMPL_H #define MAINWINDOWIMPL_H -// + #include -#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; @@ -62,10 +68,12 @@ void deleteItems(int selectedItems); void loadPreview(QString fileName); - void showImageInformations(); // quello che succede alla selezione dell'item. + void showPreviewAndInfos(); // quello che succede alla selezione dell'item. void resetDisplays(); + QString renameFileNameOnPrefixSuffix(QString oldFileName); + QString renameFileNameOnProgressiveN(QString oldFileName); QString destinationPath(); QList *iAList; @@ -84,7 +92,12 @@ bool abort_all; + int m_progressiveNren; // Incremented when the progressive number renaming is checked + QString m_bgColor; + + FilterTypes m_resamplingFilter; + private slots: void loadFiles(QStringList fileNames); void openFiles(); @@ -99,6 +112,8 @@ void relativeSizeW(); void relativeSizeH(); + void showImageInformations(int orig_w, int orig_h, double orig_dens_x, double orig_dens_y); + void onItemSelection(); void editSettings(); @@ -106,6 +121,7 @@ void enableRenameLine(); void enableShowPreview(); + void enableProgressiveSpin(); void showNewSizePreview(); diff -Nru converseen-0.5.1/src/mylabelpreviewer.cpp converseen-0.6.4/src/mylabelpreviewer.cpp --- converseen-0.5.1/src/mylabelpreviewer.cpp 2012-06-02 22:50:48.000000000 +0000 +++ converseen-0.6.4/src/mylabelpreviewer.cpp 2013-07-22 23:04:34.000000000 +0000 @@ -1,5 +1,27 @@ +/* +* This file is part of Converseen, an open-source batch image converter +* and resizer. +* +* (C) Francesco Mondello 2009-2013 +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* +* Contact e-mail: Faster +* +*/ + #include -#include #include "mylabelpreviewer.h" #include "formats.h" @@ -7,30 +29,32 @@ { thumbGen = new ThumbnailGeneratorThread(this); - connect(thumbGen, SIGNAL(pixmapGenerated(QImage)), this, SLOT(showPreview(QImage))); - - setText("No preview!"); + connect(thumbGen, SIGNAL(pixmapGenerated(QImage, int, int, double, double)), this, SLOT(showPreview(QImage, int, int, double, double))); } -void myLabelPreviewer::loadPreview(QString fileName) +void myLabelPreviewer::loadPreview(QString fileName, bool generateThumbnail) { - key = fileName; + m_generateThumbnail = generateThumbnail; - if (!QPixmapCache::find(key, m_pixmap)) { + if (generateThumbnail) showLoadingAnimation(); - thumbGen->setFileName(fileName); - thumbGen->start(); - } - else - this->setPixmap(m_pixmap); + + thumbGen->setFileName(fileName); + thumbGen->setThumbnailGeneration(generateThumbnail); + thumbGen->start(); } -void myLabelPreviewer::showPreview(QImage image) +void myLabelPreviewer::showPreview(QImage thumbnail, int orig_w, int orig_h, double orig_dens_x, double orig_dens_y) { - m_pixmap = QPixmap::fromImage(image); - QPixmapCache::insert(key, m_pixmap); + if (thumbnail.isNull() || !m_generateThumbnail) { + setText(tr("Preview")); + } + else { + QPixmap pixmap = QPixmap::fromImage(thumbnail); + this->setPixmap(pixmap); + } - this->setPixmap(m_pixmap); + emit previewReady(orig_w, orig_h, orig_dens_x, orig_dens_y); } void myLabelPreviewer::showLoadingAnimation() diff -Nru converseen-0.5.1/src/mylabelpreviewer.h converseen-0.6.4/src/mylabelpreviewer.h --- converseen-0.5.1/src/mylabelpreviewer.h 2012-06-02 23:05:02.000000000 +0000 +++ converseen-0.6.4/src/mylabelpreviewer.h 2013-07-22 23:04:34.000000000 +0000 @@ -1,3 +1,26 @@ +/* +* This file is part of Converseen, an open-source batch image converter +* and resizer. +* +* (C) Francesco Mondello 2009-2013 +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* +* Contact e-mail: Faster +* +*/ + #ifndef MYLABELPREVIEWER_H #define MYLABELPREVIEWER_H @@ -9,17 +32,19 @@ Q_OBJECT public: explicit myLabelPreviewer(QWidget *parent = 0); - void loadPreview(QString fileName); + 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; - QPixmap m_pixmap; - QString key; + bool m_generateThumbnail; private slots: - void showPreview(QImage image); + void showPreview(QImage thumbnail, int orig_w, int orig_h, double orig_dens_x, double orig_dens_y); }; #endif // MYLABELPREVIEWER_H diff -Nru converseen-0.5.1/src/pixtreewidget.cpp converseen-0.6.4/src/pixtreewidget.cpp --- converseen-0.5.1/src/pixtreewidget.cpp 2012-06-03 16:36:18.000000000 +0000 +++ converseen-0.6.4/src/pixtreewidget.cpp 2013-07-22 23:04:34.000000000 +0000 @@ -1,3 +1,26 @@ +/* +* This file is part of Converseen, an open-source batch image converter +* and resizer. +* +* (C) Francesco Mondello 2009-2013 +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* +* Contact e-mail: Faster +* +*/ + #include #include #include @@ -5,12 +28,13 @@ #include #include #include -#include #include "pixtreewidget.h" #include "formats.h" #include "sizeutil.h" +#include "cachingsystem.h" -PixTreeWidget::PixTreeWidget(QWidget *parent):QTreeWidget(parent) { +PixTreeWidget::PixTreeWidget(QWidget *parent):QTreeWidget(parent) +{ QStringList headers; headers.append(tr("To convert")); headers.append(tr("Status")); @@ -44,7 +68,8 @@ } } -void PixTreeWidget::dragMoveEvent(QDragMoveEvent *event) { +void PixTreeWidget::dragMoveEvent(QDragMoveEvent *event) +{ event->acceptProposedAction(); } @@ -118,9 +143,11 @@ { for (int i = this->topLevelItemCount() - 1; i >= 0; i--) if ((this->topLevelItem(i))->isSelected()) { - QPixmapCache::remove (iAList->at(i).completeFileName); + QString s = iAList->at(i).completeFileName; + iAList->removeAt(i); this->takeTopLevelItem(i); + CachingSystem::remove(s); } } diff -Nru converseen-0.5.1/src/pixtreewidget.h converseen-0.6.4/src/pixtreewidget.h --- converseen-0.5.1/src/pixtreewidget.h 2012-05-03 19:55:42.000000000 +0000 +++ converseen-0.6.4/src/pixtreewidget.h 2013-07-22 23:04:34.000000000 +0000 @@ -1,3 +1,26 @@ +/* +* This file is part of Converseen, an open-source batch image converter +* and resizer. +* +* (C) Francesco Mondello 2009-2013 +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* +* Contact e-mail: Faster +* +*/ + #ifndef PIXTREEWIDGET_H #define PIXTREEWIDGET_H diff -Nru converseen-0.5.1/src/pushcolorchooser.cpp converseen-0.6.4/src/pushcolorchooser.cpp --- converseen-0.5.1/src/pushcolorchooser.cpp 2012-05-18 12:00:18.000000000 +0000 +++ converseen-0.6.4/src/pushcolorchooser.cpp 2013-07-22 23:04:34.000000000 +0000 @@ -1,3 +1,27 @@ +/* +* This file is part of Converseen, an open-source batch image converter +* and resizer. +* +* (C) Francesco Mondello 2009-2013 +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* +* Contact e-mail: Faster +* +*/ + +#include #include "pushcolorchooser.h" PushColorChooser::PushColorChooser(QWidget *parent) : diff -Nru converseen-0.5.1/src/pushcolorchooser.h converseen-0.6.4/src/pushcolorchooser.h --- converseen-0.5.1/src/pushcolorchooser.h 2012-04-26 11:24:52.000000000 +0000 +++ converseen-0.6.4/src/pushcolorchooser.h 2013-07-22 23:04:34.000000000 +0000 @@ -1,7 +1,30 @@ +/* +* This file is part of Converseen, an open-source batch image converter +* and resizer. +* +* (C) Francesco Mondello 2009-2013 +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* +* Contact e-mail: Faster +* +*/ + #ifndef PUSHCOLORCHOOSER_H #define PUSHCOLORCHOOSER_H -#include +#include class PushColorChooser : public QPushButton { diff -Nru converseen-0.5.1/src/sizeutil.cpp converseen-0.6.4/src/sizeutil.cpp --- converseen-0.5.1/src/sizeutil.cpp 2012-04-26 11:24:52.000000000 +0000 +++ converseen-0.6.4/src/sizeutil.cpp 2013-07-22 23:04:34.000000000 +0000 @@ -1,8 +1,31 @@ +/* +* This file is part of Converseen, an open-source batch image converter +* and resizer. +* +* (C) Francesco Mondello 2009-2013 +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* +* Contact e-mail: Faster +* +*/ + #include "sizeutil.h" QString SizeUtil::simplifyFileSize(qint64 size) { - QString sSize = "0"; + QString sSize; sSize = QString("%1 Bytes").arg(size); if (size > 1024) diff -Nru converseen-0.5.1/src/sizeutil.h converseen-0.6.4/src/sizeutil.h --- converseen-0.5.1/src/sizeutil.h 2012-04-26 11:24:52.000000000 +0000 +++ converseen-0.6.4/src/sizeutil.h 2013-07-22 23:04:34.000000000 +0000 @@ -1,3 +1,26 @@ +/* +* This file is part of Converseen, an open-source batch image converter +* and resizer. +* +* (C) Francesco Mondello 2009-2013 +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* +* Contact e-mail: Faster +* +*/ + #ifndef SIZEUTIL_H #define SIZEUTIL_H diff -Nru converseen-0.5.1/src/thumbnailgeneratorthread.cpp converseen-0.6.4/src/thumbnailgeneratorthread.cpp --- converseen-0.5.1/src/thumbnailgeneratorthread.cpp 2012-05-20 17:18:38.000000000 +0000 +++ converseen-0.6.4/src/thumbnailgeneratorthread.cpp 2013-07-22 23:04:34.000000000 +0000 @@ -1,14 +1,63 @@ +/* +* This file is part of Converseen, an open-source batch image converter +* and resizer. +* +* (C) Francesco Mondello 2009-2013 +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* +* Contact e-mail: Faster +* +*/ + #include "formats.h" #include "thumbnailgeneratorthread.h" +#define MAX_THUMB_W 320 +#define MAX_THUMB_H 240 + ThumbnailGeneratorThread::ThumbnailGeneratorThread(QObject *parent) : QThread(parent) { + m_generateThumbnail = true; } void ThumbnailGeneratorThread::run() { - loadPreview(); + 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) @@ -20,9 +69,9 @@ { QImage *newQImage = new QImage(image.columns(), image.rows(), QImage::Format_RGB32); - const Magick::PixelPacket *pixels; Magick::ColorRGB rgb; for (int y = 0; y < newQImage->height(); y++) { + const Magick::PixelPacket *pixels; pixels = image.getConstPixels(0, y, newQImage->width(), 1); for (int x = 0; x < newQImage->width(); x++) { rgb = (*(pixels + x)); @@ -31,57 +80,90 @@ , (int) (255 * rgb.blue())).rgb()); } } + return newQImage; } -void ThumbnailGeneratorThread::loadPreview() -{ - QImage tmpImage; +void ThumbnailGeneratorThread::setThumbnailGeneration(bool generate) +{ + m_generateThumbnail = generate; +} + +void ThumbnailGeneratorThread::createThumbnail() +{ + QImage tmpImage, thumbnail; Image my_image; - try - { - my_image.read(m_fileName.toStdString()); + int img_width = 0; + int img_height = 0; - if (Formats::isNativeReadable(m_fileName)) - tmpImage.load(m_fileName); - else { - QImage *aQImage = toQImage(my_image); - tmpImage = *aQImage; - delete aQImage; + double img_dens_x = 0.0; + double img_dens_y = 0.0; + + if (Formats::isNativeReadable(m_fileName)) { + tmpImage.load(m_fileName); + + img_width = tmpImage.width(); + img_height = tmpImage.height(); + + img_dens_x = tmpImage.logicalDpiX(); + img_dens_y = tmpImage.logicalDpiY(); + + if (m_generateThumbnail) + thumbnail = tmpImage; + } + else { + try + { + my_image.read(m_fileName.toStdString()); + + img_width = my_image.columns(); + img_height = my_image.rows(); + + img_dens_x = my_image.xResolution(); + img_dens_y = my_image.yResolution(); + + if (m_generateThumbnail) { + QImage *aQImage = toQImage(my_image); + + thumbnail = *aQImage; + delete aQImage; + } + } + catch (Error& my_error) { + //setText(tr("Sorry! Selected image is damaged!")); + } + catch ( Magick::WarningCoder &warning ) + { + //setText(tr("Sorry! Selected image is damaged!")); + } + catch ( Magick::Warning &warning ) + { + //setText(tr("Sorry! Selected image is damaged!")); } - int img_width = my_image.columns(); - int img_height = my_image.rows(); + } - int n_heigth = (320 * img_height) / img_width; + if (m_generateThumbnail) { + int n_heigth = (MAX_THUMB_W * img_height) / img_width; - if (!((img_width <= 320) && (img_height <= 240))) { + if (!((img_width <= MAX_THUMB_W) && (img_height <= MAX_THUMB_H))) { if (img_width > img_height) { - tmpImage = tmpImage.scaled(QSize(320, n_heigth), + thumbnail = thumbnail.scaled(QSize(MAX_THUMB_W, n_heigth), Qt::IgnoreAspectRatio, Qt::SmoothTransformation); } else - if ((img_width <= img_height) || (n_heigth > 240)) { - int n_width = (240 * img_width) / img_height; - tmpImage = tmpImage.scaled(QSize(n_width, 240), + if ((img_width <= img_height) || (n_heigth > MAX_THUMB_H)) { + int n_width = (MAX_THUMB_H * img_width) / img_height; + thumbnail = thumbnail.scaled(QSize(n_width, MAX_THUMB_H), Qt::IgnoreAspectRatio, Qt::SmoothTransformation); } } } - 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!")); - } - emit pixmapGenerated(tmpImage); + 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); } diff -Nru converseen-0.5.1/src/thumbnailgeneratorthread.h converseen-0.6.4/src/thumbnailgeneratorthread.h --- converseen-0.5.1/src/thumbnailgeneratorthread.h 2012-04-26 11:24:52.000000000 +0000 +++ converseen-0.6.4/src/thumbnailgeneratorthread.h 2013-07-22 23:04:34.000000000 +0000 @@ -1,3 +1,26 @@ +/* +* This file is part of Converseen, an open-source batch image converter +* and resizer. +* +* (C) Francesco Mondello 2009-2013 +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* +* Contact e-mail: Faster +* +*/ + #ifndef THUMBNAILGENERATORTHREAD_H #define THUMBNAILGENERATORTHREAD_H @@ -5,10 +28,11 @@ #include #include -#include +#include #include #include #include +#include "cachingsystem.h" using namespace Magick; using namespace std; @@ -21,15 +45,17 @@ void run(); void setFileName(QString fileName); + void setThumbnailGeneration(bool generate); private: - void loadPreview(); + void createThumbnail(); QImage* toQImage(const Image &image); QString m_fileName; + bool m_generateThumbnail; signals: - void pixmapGenerated(QImage pixmap); + void pixmapGenerated(QImage thumbnail, int orig_w, int orig_h, double orig_dens_x, double orig_dens_y); public slots: diff -Nru converseen-0.5.1/src/translator.cpp converseen-0.6.4/src/translator.cpp --- converseen-0.5.1/src/translator.cpp 2012-05-18 12:00:18.000000000 +0000 +++ converseen-0.6.4/src/translator.cpp 2013-07-22 23:04:34.000000000 +0000 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2012 +* (C) Francesco Mondello 2009-2013 * * 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 diff -Nru converseen-0.5.1/src/translator.h converseen-0.6.4/src/translator.h --- converseen-0.5.1/src/translator.h 2012-04-26 11:24:52.000000000 +0000 +++ converseen-0.6.4/src/translator.h 2013-07-22 23:04:34.000000000 +0000 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2012 +* (C) Francesco Mondello 2009-2013 * * 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 diff -Nru converseen-0.5.1/src/whereiam.cpp converseen-0.6.4/src/whereiam.cpp --- converseen-0.5.1/src/whereiam.cpp 2012-04-26 11:24:52.000000000 +0000 +++ converseen-0.6.4/src/whereiam.cpp 2013-07-22 23:04:34.000000000 +0000 @@ -1,50 +1,48 @@ -/* -* This file is part of Converseen, an open-source batch image converter -* and resizer. -* -* (C) Francesco Mondello 2009-2012 -* -* This program is free software: you can redistribute it and/or modify -* it under the terms of the GNU General Public License as published by -* the Free Software Foundation, either version 3 of the License, or -* (at your option) any later version. -* -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . -* -* Contact e-mail: Faster -* -*/ - -#include "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 -#endif - -#ifdef Q_WS_WIN - dataDir = QCoreApplication::applicationDirPath() + "\\"; -#endif - - - return(dataDir); -} +/* +* This file is part of Converseen, an open-source batch image converter +* and resizer. +* +* (C) Francesco Mondello 2009-2013 +* +* This program is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +* +* Contact e-mail: Faster +* +*/ + +#include +#include "whereiam.h" + +WhereIAm::WhereIAm() +{ + +} + +QString WhereIAm::dataDir() +{ + QString binDir = QCoreApplication::applicationDirPath(); + QString dataDir = binDir; + +#ifdef Q_OS_LINUX + if (binDir == QDir::cleanPath ("/usr/bin")) // If linux /usr installed + dataDir = "/usr/share/"; + else + if (binDir == "/usr/local/bin") + dataDir = "/usr/local/share/"; // If linux /usr/local installed +#else // Windows, Haiku etc... + dataDir = dataDir + "\\"; +#endif + + return(dataDir); +} diff -Nru converseen-0.5.1/src/whereiam.h converseen-0.6.4/src/whereiam.h --- converseen-0.5.1/src/whereiam.h 2012-04-26 11:24:52.000000000 +0000 +++ converseen-0.6.4/src/whereiam.h 2013-07-22 23:04:34.000000000 +0000 @@ -2,7 +2,7 @@ * This file is part of Converseen, an open-source batch image converter * and resizer. * -* (C) Francesco Mondello 2009-2012 +* (C) Francesco Mondello 2009-2013 * * 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 @@ -24,7 +24,6 @@ #ifndef __WHEREIAM_H__ #define __WHEREIAM_H__ -#include #include class WhereIAm diff -Nru converseen-0.5.1/ui/dialoginfo.ui converseen-0.6.4/ui/dialoginfo.ui --- converseen-0.5.1/ui/dialoginfo.ui 2012-05-20 17:22:48.000000000 +0000 +++ converseen-0.6.4/ui/dialoginfo.ui 2013-07-22 23:04:34.000000000 +0000 @@ -6,8 +6,8 @@ 0 0 - 565 - 576 + 604 + 549 @@ -89,57 +89,31 @@ - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Polish translation:</span> Dominik Kapusta - <a href="mailto:d@ayoy.net"><span style=" text-decoration: underline; color:#0057ae;">d@ayoy.net</span></a></p></body></html> - - - - - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Hungarian translation: </span>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu"><span style=" text-decoration: underline; color:#0057ae;">kbarcza@blackpanther.hu</span></a></p></body></html> + <strong>Hungarian translation: </strong>Charles Barcza - <a href="mailto:kbarcza@blackpanther.hu">kbarcza@blackpanther.hu</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;">Czech translation: </span>Pavel Fric - <a href="mailto:pavelfric@seznam.cz"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">pavelfric@seznam.cz</span></a></p></body></html> + <strong>Czech translation: </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:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">French Translation:</span> Ludovic Troisi - <a href="mailto:axalis@cegetel.net"><span style=" text-decoration: underline; color:#0057ae;">axalis@cegetel.net</span></a></p></body></html> + <strong>French Translation: </strong>Ludovic Troisi - <a href="mailto:axalis@cegetel.net">axalis@cegetel.net</a> + - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Brazilian Portuguese Translation:</span> Márcio Moraes - <a href="mailto:marciopanto@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">marciopanto@gmail.com</span></a></p></body></html> + <strong>Brazilian Portuguese Translation: </strong>Márcio Moraes - <a href="mailto:marciopanto@gmail.com">marciopanto@gmail.com</a> true @@ -149,33 +123,40 @@ - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">German Translation:</span> Matthias Loidolt - <a href="mailto:kedapperdrake@googlemail.com"><span style=" text-decoration: underline; color:#0057ae;">kedapperdrake@googlemail.com</span></a></p></body></html> + <strong>German Translation: </strong>Marco Nickolai - <a href="mailto:nickolai@iad.tu-darmstadt.de">nickolai@iad.tu-darmstadt.de</a> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Spanish (Chile) Translation:</span> <span style=" color:#141312;">Nelson Álvarez Sáez - </span><a href="mailto:alvareznelson@gmail.com"><span style=" text-decoration: underline; color:#0057ae;">alvareznelson@gmail.com</span></a></p></body></html> + <strong>Spanish (Chile) Translation: </strong>Nelson Álvarez Sáez - <a href="mailto:alvareznelson@gmail.com">alvareznelson@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:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Turkish Translation: </span><span style=" font-size:10pt;">Zeugma - </span><a href="mailto:sunder67@hotmail.com"><span style=" font-size:10pt; text-decoration: underline; color:#0057ae;">sunder67@hotmail.com</span></a></p></body></html> + <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 @@ -233,13 +214,100 @@ + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + <html><head/><body><p><span style=" font-size:11pt; font-weight:600;">Follow Converseen:</span></p></body></html> + + + + + + + PointingHandCursor + + + + + + + :/Images/res/facebook-icon.png:/Images/res/facebook-icon.png + + + + 50 + 50 + + + + true + + + + + + + PointingHandCursor + + + + + + + :/Images/res/google-plus-icon.png:/Images/res/google-plus-icon.png + + + + 50 + 50 + + + + true + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2';">(c) 2009 - 2012 Francesco Mondello GNU - GPL v.3</span></p></body></html> +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:10pt;">(c) 2009 - 2013 Francesco Mondello GNU - GPL v.3</span></p></body></html>
diff -Nru converseen-0.5.1/ui/dialogquality.ui converseen-0.6.4/ui/dialogquality.ui --- converseen-0.5.1/ui/dialogquality.ui 2012-04-26 11:24:54.000000000 +0000 +++ converseen-0.6.4/ui/dialogquality.ui 2013-07-22 23:04:34.000000000 +0000 @@ -6,8 +6,8 @@ 0 0 - 247 - 227 + 311 + 312 @@ -93,6 +93,36 @@ + + + + Interpolation + + + + + + + + Filter: + + + + + + + + 0 + 0 + + + + + + + + + @@ -129,6 +159,13 @@ + + + Combofilters + QComboBox +
src/combofilters.h
+
+
diff -Nru converseen-0.5.1/ui/mainwindow.ui converseen-0.6.4/ui/mainwindow.ui --- converseen-0.5.1/ui/mainwindow.ui 2012-05-20 17:01:22.000000000 +0000 +++ converseen-0.6.4/ui/mainwindow.ui 2013-07-22 23:04:34.000000000 +0000 @@ -153,7 +153,7 @@ 0 0 1000 - 20 + 19
@@ -193,7 +193,7 @@ 375 - 286 + 287 @@ -231,9 +231,9 @@ 0 - 0 - 350 - 849 + -240 + 343 + 989 @@ -507,217 +507,415 @@ - - - - 0 - 0 - - - - - 200 - 0 - - - - Scale image - - - true - - - false - - - - - - + + + QTabWidget::North + + + 0 + + + + Dimensions + + + + + + + 0 + 0 + + + + + 200 + 0 + + + + Scale image + + + true + + + false + + - - - Width: - - + + + + + + + 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 + + + + - + - 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> - - - - - - - - 0 - 0 - - - - QAbstractSpinBox::UpDownArrows - - - QAbstractSpinBox::CorrectToPreviousValue - - - 0 - - - 0.000000000000000 - - - 262144.000000000000000 - - - 100.000000000000000 - - + + + + + Mantain aspect ratio + + + true + + + + + + + + + + + + 0 + 0 + + + + Resolution + + + true + + + false + + - - - 0 - - - 262144.000000000000000 - - - 100.000000000000000 - - + + + + + + + Resolution X: + + + + + + + Resolution Y: + + + + + + + + + + + 3 + + + 1000.000000000000000 + + + + + + + 3 + + + 1000.000000000000000 + + + + + + - - - + + + + + + + Rotate and flip + + + + + + Rotate and flip + + + false + + + false + + + false + + - - - - 0 - 0 - - - - - 16777215 - 16777215 - + + + Rotate image: - - - - - - - - - - :/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> - - - - - - - - - Mantain aspect ratio - - - - - - - - - - - - - 0 - 0 - - - - Resolution - - - true - - - false - - - - - - - - - Resolution X: + + + + + No rotation + + + true + + + buttonGroup + + + + + + + + + + + + 90° + + + + :/Images/res/90p.png:/Images/res/90p.png + + + buttonGroup + + + + + + + - 90° + + + + :/Images/res/90m.png:/Images/res/90m.png + + + buttonGroup + + + + + + + + + 180° + + + + :/Images/res/180.png:/Images/res/180.png + + + buttonGroup + + + + + + + + + + + Qt::Horizontal - + - Resolution Y: + Flip image: - - - - - - - 3 - - - 1000.000000000000000 - - + + + + + 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 + + + + + + - - - 3 + + + Qt::Vertical - - 1000.000000000000000 + + + 20 + 40 + - + - - - - + + + + @@ -807,17 +1005,61 @@ + + + + + Prefix/Suffix + + + true + + + + + + + Progressive Number + + + + + + false + + + #_copy + + + + Start with: + + + + + + + false + + + 99999 + + + 1 + + + @@ -1053,4 +1295,8 @@ + + + +