Replace WEBP by WebP - Fix #126

This commit is contained in:
Hugo Posnic 2022-10-14 19:17:18 +02:00
parent 12460eab21
commit 25215e59e5
23 changed files with 223 additions and 222 deletions

View File

@ -46,7 +46,7 @@ All notable changes to this project will be documented in this file.
## [1.2.0] - 2021-06-29
### Added
- Add WEBP support. Thank's to @olokelo.
- Add WebP support. Thank's to @olokelo.
- Add Croatian translation. Thank's to @milotype.
### Changed

View File

@ -4,13 +4,13 @@
## Compress your images
Curtail (previously ImCompressor) is an useful image compressor, supporting PNG, JPEG and WEBP file types.
Curtail (previously ImCompressor) is an useful image compressor, supporting PNG, JPEG and WebP file types.
It support both lossless and lossy compression modes with an option to whether keep or not metadata of images.
It is inspired by [Trimage](https://github.com/Kilian/Trimage) and [Image-Optimizer](https://github.com/GijsGoudzwaard/Image-Optimizer).
### Supported formats
PNG, JPEG, WEBP
PNG, JPEG, WebP
## Screenshot

View File

@ -8,7 +8,7 @@
<name translatable="no">Curtail</name>
<summary>Compress your images</summary>
<description>
<p>Optimize your images with Curtail, a useful image compressor that supports PNG, JPEG and WEBP file types.</p>
<p>Optimize your images with Curtail, a useful image compressor that supports PNG, JPEG and WebP file types.</p>
<p>It supports both lossless and lossy compression modes with an option to whether keep or not metadata of images.</p>
</description>
@ -90,7 +90,7 @@
<description>
<p>Here's the changelog of this version:</p>
<ul>
<li>Add WEBP support. Thank's to @olokelo.</li>
<li>Add WebP support. Thank's to @olokelo.</li>
<li>Add Croatian translation. Thank's to @milotype.</li>
<li>Update Spanish translation. Thank's to @oscfdezdz.</li>
<li>Update Portuguese (Brazil) translation. Thank's to @fulvio-alves.</li>

View File

@ -38,8 +38,8 @@
</key>
<key type="i" name="webp-lossless-level">
<default>4</default>
<summary>WEBP Lossless Compression Level</summary>
<description>Lossless compression level to use for WEBP images.</description>
<summary>WebP Lossless Compression Level</summary>
<description>Lossless compression level to use for WebP images.</description>
</key>
<key type="i" name="jpg-lossy-level">
<default>90</default>
@ -48,8 +48,8 @@
</key>
<key type="i" name="webp-lossy-level">
<default>70</default>
<summary>WEBP Lossy Compression Level</summary>
<description>Lossy compression level to use for WEBP images.</description>
<summary>WebP Lossy Compression Level</summary>
<description>Lossy compression level to use for WebP images.</description>
</key>
<key type="b" name="jpg-progressive">
<default>false</default>

2
debian/changelog vendored
View File

@ -43,7 +43,7 @@ curtail (1.2.1) focal; urgency=medium
curtail (1.2.0) focal; urgency=medium
* Add WEBP support. Thank's to @olokelo.
* Add WebP support. Thank's to @olokelo.
* Add Croatian translation. Thank's to @milotype.
* Update Spanish translation. Thank's to @oscfdezdz.
* Update Portuguese (Brazil) translation. Thank's to @fulvio-alves.

View File

@ -31,10 +31,10 @@ msgstr "Komprimujte vaše obrázky"
#: data/com.github.huluti.Curtail.appdata.xml.in:10
msgid ""
"Curtail is an useful image compressor, supporting PNG, JPEG and WEBP file "
"Curtail is an useful image compressor, supporting PNG, JPEG and WebP file "
"types."
msgstr ""
"Curtail je použitelný kompresor obrázků, popdporující PNG, JPEG a WEBP soubory."
"Curtail je použitelný kompresor obrázků, popdporující PNG, JPEG a WebP soubory."
#: data/com.github.huluti.Curtail.appdata.xml.in:11
msgid ""
@ -71,8 +71,8 @@ msgid "Here's the changelog of this version:"
msgstr "Zde je seznam změn této verze:"
#: data/com.github.huluti.Curtail.appdata.xml.in:40
msgid "Add WEBP support. Thank's to @olokelo."
msgstr "Přidána podpora WEBP. Díky patří @olokelo."
msgid "Add WebP support. Thank's to @olokelo."
msgstr "Přidána podpora WebP. Díky patří @olokelo."
#: data/com.github.huluti.Curtail.appdata.xml.in:41
msgid "Add Croatian translation. Thank's to @milotype."
@ -275,12 +275,12 @@ msgid "Lossless compression level to use for PNG images."
msgstr "Úroveň bezeztrátové komprese, která se použije pro obrázky PNG.."
#: data/com.github.huluti.Curtail.gschema.xml:36
msgid "WEBP Lossless Compression Level"
msgstr "Úroveň bezeztrátové komprese WEBP"
msgid "WebP Lossless Compression Level"
msgstr "Úroveň bezeztrátové komprese WebP"
#: data/com.github.huluti.Curtail.gschema.xml:37
msgid "Lossless compression level to use for WEBP images."
msgstr "Úroveň bezeztrátové komprese, která se použije pro obrázky WEBP."
msgid "Lossless compression level to use for WebP images."
msgstr "Úroveň bezeztrátové komprese, která se použije pro obrázky WebP."
#: data/com.github.huluti.Curtail.gschema.xml:41 src/ui/preferences.ui:204
msgid "JPG Lossy Compression Level"
@ -291,12 +291,12 @@ msgid "Lossy compression level to use for JPG images."
msgstr "Úroveň ztrátové komprese, která se použije pro obrázky JPG."
#: data/com.github.huluti.Curtail.gschema.xml:46 src/ui/preferences.ui:217
msgid "WEBP Lossy Compression Level"
msgstr "Úroveň ztrátové komprese WEBP"
msgid "WebP Lossy Compression Level"
msgstr "Úroveň ztrátové komprese WebP"
#: data/com.github.huluti.Curtail.gschema.xml:47
msgid "Lossy compression level to use for WEBP images."
msgstr "Úroveň ztrátové komprese, která se použije pro obrázky WEBP."
msgid "Lossy compression level to use for WebP images."
msgstr "Úroveň ztrátové komprese, která se použije pro obrázky WebP."
#: data/com.github.huluti.Curtail.gschema.xml:51
msgid "Enable progressive encoding for jpegs"
@ -360,10 +360,10 @@ msgstr ""
#: src/ui/preferences.ui:315
msgid ""
"WEBP Lossless Compression Level\n"
"WebP Lossless Compression Level\n"
"(the higher it is, the slower it is)"
msgstr ""
"Bezeztrátová komprese WEBP\n"
"Bezeztrátová komprese WebP\n"
"(čím vyšší, tím pomalejší)"
#: src/ui/preferences.ui:329
@ -467,8 +467,8 @@ msgid "JPEG images"
msgstr "JPEG obrázky"
#: src/tools.py:61
msgid "WEBP images"
msgstr "WEBP obrázky"
msgid "WebP images"
msgstr "WebP obrázky"
#~ msgid "Simple & useful image compressor."
#~ msgstr "Jednoduchý a použitelný kompresor obrázků."

View File

@ -29,7 +29,7 @@ msgstr ""
#: data/com.github.huluti.Curtail.appdata.xml.in:11
msgid ""
"Curtail is an useful image compressor, supporting PNG, JPEG and WEBP file "
"Curtail is an useful image compressor, supporting PNG, JPEG and WebP file "
"types."
msgstr ""
@ -112,7 +112,7 @@ msgid "Add Polish translation. Thank's to @olokelo."
msgstr ""
#: data/com.github.huluti.Curtail.appdata.xml.in:76
msgid "Add WEBP support. Thank's to @olokelo."
msgid "Add WebP support. Thank's to @olokelo."
msgstr ""
#: data/com.github.huluti.Curtail.appdata.xml.in:77
@ -435,11 +435,11 @@ msgid "Lossless compression level to use for PNG images."
msgstr ""
#: data/com.github.huluti.Curtail.gschema.xml:41
msgid "WEBP Lossless Compression Level"
msgid "WebP Lossless Compression Level"
msgstr ""
#: data/com.github.huluti.Curtail.gschema.xml:42
msgid "Lossless compression level to use for WEBP images."
msgid "Lossless compression level to use for WebP images."
msgstr ""
#: data/com.github.huluti.Curtail.gschema.xml:46 src/ui/preferences.ui:230
@ -451,11 +451,11 @@ msgid "Lossy compression level to use for JPG images."
msgstr ""
#: data/com.github.huluti.Curtail.gschema.xml:51 src/ui/preferences.ui:243
msgid "WEBP Lossy Compression Level"
msgid "WebP Lossy Compression Level"
msgstr ""
#: data/com.github.huluti.Curtail.gschema.xml:52
msgid "Lossy compression level to use for WEBP images."
msgid "Lossy compression level to use for WebP images."
msgstr ""
#: data/com.github.huluti.Curtail.gschema.xml:56
@ -518,7 +518,7 @@ msgstr ""
#: src/ui/preferences.ui:341
msgid ""
"WEBP Lossless Compression Level\n"
"WebP Lossless Compression Level\n"
"(the higher it is, the slower it is)"
msgstr ""
@ -621,5 +621,5 @@ msgid "JPEG images"
msgstr ""
#: src/tools.py:61
msgid "WEBP images"
msgid "WebP images"
msgstr ""

View File

@ -31,10 +31,10 @@ msgstr "Komprimieren Ihrer Bilder"
#: data/com.github.huluti.Curtail.appdata.xml.in:10
msgid ""
"Curtail is an useful image compressor, supporting PNG, JPEG and WEBP file "
"Curtail is an useful image compressor, supporting PNG, JPEG and WebP file "
"types."
msgstr ""
"Curtail ist ein nützlicher Bildkompressor für PNG-, JPEG- und WEBP-Dateien."
"Curtail ist ein nützlicher Bildkompressor für PNG-, JPEG- und WebP-Dateien."
#: data/com.github.huluti.Curtail.appdata.xml.in:11
msgid ""
@ -71,8 +71,8 @@ msgid "Here's the changelog of this version:"
msgstr "Hier sind die Änderungen in dieser Version:"
#: data/com.github.huluti.Curtail.appdata.xml.in:40
msgid "Add WEBP support. Thank's to @olokelo."
msgstr "WEBP-Unterstützung hinzugefügt. Danke an @olokelo."
msgid "Add WebP support. Thank's to @olokelo."
msgstr "WebP-Unterstützung hinzugefügt. Danke an @olokelo."
#: data/com.github.huluti.Curtail.appdata.xml.in:41
msgid "Add Croatian translation. Thank's to @milotype."
@ -418,12 +418,12 @@ msgid "Lossless compression level to use for PNG images."
msgstr "Verlustfreier Komprimierungsgrad für PNG-Bilder."
#: data/com.github.huluti.Curtail.gschema.xml:36
msgid "WEBP Lossless Compression Level"
msgstr "WEBP Verlustfreier Komprimierungsgrad"
msgid "WebP Lossless Compression Level"
msgstr "WebP Verlustfreier Komprimierungsgrad"
#: data/com.github.huluti.Curtail.gschema.xml:37
msgid "Lossless compression level to use for WEBP images."
msgstr "Verlustfreier Komprimierungsgrad für WEBP-Bilder."
msgid "Lossless compression level to use for WebP images."
msgstr "Verlustfreier Komprimierungsgrad für WebP-Bilder."
#: data/com.github.huluti.Curtail.gschema.xml:41 src/ui/preferences.ui:204
msgid "JPG Lossy Compression Level"
@ -434,12 +434,12 @@ msgid "Lossy compression level to use for JPG images."
msgstr "Verlustbehafteter Komprimierungsgrad für JPG-Bilder."
#: data/com.github.huluti.Curtail.gschema.xml:46 src/ui/preferences.ui:217
msgid "WEBP Lossy Compression Level"
msgstr "WEBP Verlustbehafteter Komprimierungsgrad"
msgid "WebP Lossy Compression Level"
msgstr "WebP Verlustbehafteter Komprimierungsgrad"
#: data/com.github.huluti.Curtail.gschema.xml:47
msgid "Lossy compression level to use for WEBP images."
msgstr "Verlustbehafteter Komprimierungsgrad für WEBP-Bilder."
msgid "Lossy compression level to use for WebP images."
msgstr "Verlustbehafteter Komprimierungsgrad für WebP-Bilder."
#: data/com.github.huluti.Curtail.gschema.xml:51
msgid "Enable progressive encoding for jpegs"
@ -503,10 +503,10 @@ msgstr ""
#: src/ui/preferences.ui:315
msgid ""
"WEBP Lossless Compression Level\n"
"WebP Lossless Compression Level\n"
"(the higher it is, the slower it is)"
msgstr ""
"WEBP Verlustfreier Komprimierungsgrad\n"
"WebP Verlustfreier Komprimierungsgrad\n"
"(umso höher, desto langsamer)"
#: src/ui/preferences.ui:329
@ -610,8 +610,8 @@ msgid "JPEG images"
msgstr "JPEG-Bilder"
#: src/tools.py:61
msgid "WEBP images"
msgstr "WEBP-Bilder"
msgid "WebP images"
msgstr "WebP-Bilder"
#~ msgid "Simple & useful image compressor."
#~ msgstr "Einfacher & nützlicher Bild-Kompressor."

View File

@ -31,11 +31,11 @@ msgstr "Comprima sus imágenes"
#: data/com.github.huluti.Curtail.appdata.xml.in:10
msgid ""
"Curtail is an useful image compressor, supporting PNG, JPEG and WEBP file "
"Curtail is an useful image compressor, supporting PNG, JPEG and WebP file "
"types."
msgstr ""
"Curtail es un útil compresor de imágenes con soporte para los formatos PNG, "
"JPEG y WEBP."
"JPEG y WebP."
#: data/com.github.huluti.Curtail.appdata.xml.in:11
msgid ""
@ -72,8 +72,8 @@ msgid "Here's the changelog of this version:"
msgstr "Registro de cambios de esta versión:"
#: data/com.github.huluti.Curtail.appdata.xml.in:40
msgid "Add WEBP support. Thank's to @olokelo."
msgstr "Añadido el soporte WEBP. Gracias a @olokelo."
msgid "Add WebP support. Thank's to @olokelo."
msgstr "Añadido el soporte WebP. Gracias a @olokelo."
#: data/com.github.huluti.Curtail.appdata.xml.in:41
msgid "Add Croatian translation. Thank's to @milotype."
@ -413,12 +413,12 @@ msgid "Lossless compression level to use for PNG images."
msgstr "Nivel de compresión sin pérdida para usar con imágenes PNG."
#: data/com.github.huluti.Curtail.gschema.xml:36
msgid "WEBP Lossless Compression Level"
msgstr "Nivel de compresión WEBP sin pérdida"
msgid "WebP Lossless Compression Level"
msgstr "Nivel de compresión WebP sin pérdida"
#: data/com.github.huluti.Curtail.gschema.xml:37
msgid "Lossless compression level to use for WEBP images."
msgstr "Nivel de compresión sin pérdida para usar con imágenes WEBP."
msgid "Lossless compression level to use for WebP images."
msgstr "Nivel de compresión sin pérdida para usar con imágenes WebP."
#: data/com.github.huluti.Curtail.gschema.xml:41 src/ui/preferences.ui:204
msgid "JPG Lossy Compression Level"
@ -429,12 +429,12 @@ msgid "Lossy compression level to use for JPG images."
msgstr "Nivel de compresión con pérdida para usar con imágenes JPG."
#: data/com.github.huluti.Curtail.gschema.xml:46 src/ui/preferences.ui:217
msgid "WEBP Lossy Compression Level"
msgstr "Nivel de compresión con pérdida WEBP"
msgid "WebP Lossy Compression Level"
msgstr "Nivel de compresión con pérdida WebP"
#: data/com.github.huluti.Curtail.gschema.xml:47
msgid "Lossy compression level to use for WEBP images."
msgstr "Nivel de compresión con pérdida para usar con imágenes WEBP."
msgid "Lossy compression level to use for WebP images."
msgstr "Nivel de compresión con pérdida para usar con imágenes WebP."
#: data/com.github.huluti.Curtail.gschema.xml:51
msgid "Enable progressive encoding for jpegs"
@ -498,10 +498,10 @@ msgstr ""
#: src/ui/preferences.ui:315
msgid ""
"WEBP Lossless Compression Level\n"
"WebP Lossless Compression Level\n"
"(the higher it is, the slower it is)"
msgstr ""
"Nivel de compresión WEBP sin pérdida\n"
"Nivel de compresión WebP sin pérdida\n"
"(cuanto más alto, más lento)"
#: src/ui/preferences.ui:329
@ -607,5 +607,5 @@ msgid "JPEG images"
msgstr "Imágenes JPEG"
#: src/tools.py:61
msgid "WEBP images"
msgstr "Imágenes WEBP"
msgid "WebP images"
msgstr "Imágenes WebP"

View File

@ -30,11 +30,11 @@ msgstr "Compresser vos images"
#: data/com.github.huluti.Curtail.appdata.xml.in:11
msgid ""
"Curtail is an useful image compressor, supporting PNG, JPEG and WEBP file "
"Curtail is an useful image compressor, supporting PNG, JPEG and WebP file "
"types."
msgstr ""
"Curtail est un compresseur d'image sans et avec perte qui supporte les "
"formats PNG, JPG et WEBP."
"formats PNG, JPG et WebP."
#: data/com.github.huluti.Curtail.appdata.xml.in:12
msgid ""
@ -121,8 +121,8 @@ msgid "Add Polish translation. Thank's to @olokelo."
msgstr "Ajout d'une traduction polonaise, grâce à @olokelo."
#: data/com.github.huluti.Curtail.appdata.xml.in:76
msgid "Add WEBP support. Thank's to @olokelo."
msgstr "Ajout du support WEBP, grâce à @olokelo."
msgid "Add WebP support. Thank's to @olokelo."
msgstr "Ajout du support WebP, grâce à @olokelo."
#: data/com.github.huluti.Curtail.appdata.xml.in:77
msgid "Add Croatian translation. Thank's to @milotype."
@ -468,12 +468,12 @@ msgid "Lossless compression level to use for PNG images."
msgstr "Niveau de compression sans-perte à utiliser pour les images PNG."
#: data/com.github.huluti.Curtail.gschema.xml:41
msgid "WEBP Lossless Compression Level"
msgstr "Niveau de compression sans-perte des WEBP"
msgid "WebP Lossless Compression Level"
msgstr "Niveau de compression sans-perte des WebP"
#: data/com.github.huluti.Curtail.gschema.xml:42
msgid "Lossless compression level to use for WEBP images."
msgstr "Niveau de compression sans-perte à utiliser pour les images WEBP."
msgid "Lossless compression level to use for WebP images."
msgstr "Niveau de compression sans-perte à utiliser pour les images WebP."
#: data/com.github.huluti.Curtail.gschema.xml:46 src/ui/preferences.ui:230
msgid "JPG Lossy Compression Level"
@ -484,12 +484,12 @@ msgid "Lossy compression level to use for JPG images."
msgstr "Niveau de compression avec-perte à utiliser pour les images JPG."
#: data/com.github.huluti.Curtail.gschema.xml:51 src/ui/preferences.ui:243
msgid "WEBP Lossy Compression Level"
msgstr "Niveau de compression avec-perte des WEBP"
msgid "WebP Lossy Compression Level"
msgstr "Niveau de compression avec-perte des WebP"
#: data/com.github.huluti.Curtail.gschema.xml:52
msgid "Lossy compression level to use for WEBP images."
msgstr "Niveau de compression avec-perte à utiliser pour les images WEBP."
msgid "Lossy compression level to use for WebP images."
msgstr "Niveau de compression avec-perte à utiliser pour les images WebP."
#: data/com.github.huluti.Curtail.gschema.xml:56
msgid "Enable progressive encoding for jpegs"
@ -553,10 +553,10 @@ msgstr ""
#: src/ui/preferences.ui:341
msgid ""
"WEBP Lossless Compression Level\n"
"WebP Lossless Compression Level\n"
"(the higher it is, the slower it is)"
msgstr ""
"Niveau de compression sans-perte des WEBP\n"
"Niveau de compression sans-perte des WebP\n"
"(plus c'est haut, plus c'est lent)"
#: src/ui/preferences.ui:355
@ -662,5 +662,5 @@ msgid "JPEG images"
msgstr "Images JPEG"
#: src/tools.py:61
msgid "WEBP images"
msgstr "Images WEBP"
msgid "WebP images"
msgstr "Images WebP"

View File

@ -30,10 +30,10 @@ msgstr "Comprima as súas imaxes"
#: data/com.github.huluti.Curtail.appdata.xml.in:10
msgid ""
"Curtail is an useful image compressor, supporting PNG, JPEG and WEBP file "
"Curtail is an useful image compressor, supporting PNG, JPEG and WebP file "
"types."
msgstr ""
"Curtail é un útil compresor de imaxes que admite formatos PNG, JPEG e WEBP."
"Curtail é un útil compresor de imaxes que admite formatos PNG, JPEG e WebP."
#: data/com.github.huluti.Curtail.appdata.xml.in:11
msgid ""
@ -70,8 +70,8 @@ msgid "Here's the changelog of this version:"
msgstr "Rexistro de cambios desta versión:"
#: data/com.github.huluti.Curtail.appdata.xml.in:40
msgid "Add WEBP support. Thank's to @olokelo."
msgstr "Engadido a compatibilidade con WEBP. Grazas a @olokelo."
msgid "Add WebP support. Thank's to @olokelo."
msgstr "Engadido a compatibilidade con WebP. Grazas a @olokelo."
#: data/com.github.huluti.Curtail.appdata.xml.in:41
msgid "Add Croatian translation. Thank's to @milotype."
@ -408,12 +408,12 @@ msgid "Lossless compression level to use for PNG images."
msgstr "Nivel de compresión sen perda para usar con imaxes PNG."
#: data/com.github.huluti.Curtail.gschema.xml:36
msgid "WEBP Lossless Compression Level"
msgstr "Nivel de compresión WEBP sen perda"
msgid "WebP Lossless Compression Level"
msgstr "Nivel de compresión WebP sen perda"
#: data/com.github.huluti.Curtail.gschema.xml:37
msgid "Lossless compression level to use for WEBP images."
msgstr "Nivel de compresión sen perda para usar con imaxes WEBP."
msgid "Lossless compression level to use for WebP images."
msgstr "Nivel de compresión sen perda para usar con imaxes WebP."
#: data/com.github.huluti.Curtail.gschema.xml:41 src/ui/preferences.ui:204
msgid "JPG Lossy Compression Level"
@ -424,12 +424,12 @@ msgid "Lossy compression level to use for JPG images."
msgstr "Nivel de compresión con perda para usar con imaxes JPG."
#: data/com.github.huluti.Curtail.gschema.xml:46 src/ui/preferences.ui:217
msgid "WEBP Lossy Compression Level"
msgstr "Nivel de compresión con perda WEBP"
msgid "WebP Lossy Compression Level"
msgstr "Nivel de compresión con perda WebP"
#: data/com.github.huluti.Curtail.gschema.xml:47
msgid "Lossy compression level to use for WEBP images."
msgstr "Nivel de compresión con perda para usar con imaxes WEBP."
msgid "Lossy compression level to use for WebP images."
msgstr "Nivel de compresión con perda para usar con imaxes WebP."
#: data/com.github.huluti.Curtail.gschema.xml:51
msgid "Enable progressive encoding for jpegs"
@ -493,10 +493,10 @@ msgstr ""
#: src/ui/preferences.ui:315
msgid ""
"WEBP Lossless Compression Level\n"
"WebP Lossless Compression Level\n"
"(the higher it is, the slower it is)"
msgstr ""
"Nivel de compresión WEBP sen perdas\n"
"Nivel de compresión WebP sen perdas\n"
"(canto máis alto, máis lento)"
#: src/ui/preferences.ui:329
@ -600,5 +600,5 @@ msgid "JPEG images"
msgstr "Imaxes JPEG"
#: src/tools.py:61
msgid "WEBP images"
msgstr "Imaxes WEBP"
msgid "WebP images"
msgstr "Imaxes WebP"

View File

@ -33,9 +33,9 @@ msgstr "Komprimiraj slike"
#: data/com.github.huluti.Curtail.appdata.xml.in:10
msgid ""
"Curtail is an useful image compressor, supporting PNG, JPEG and WEBP file "
"Curtail is an useful image compressor, supporting PNG, JPEG and WebP file "
"types."
msgstr "Curtail je koristan program za komprimiranje PNG, JPEG i WEBP slika."
msgstr "Curtail je koristan program za komprimiranje PNG, JPEG i WebP slika."
#: data/com.github.huluti.Curtail.appdata.xml.in:11
msgid ""
@ -72,8 +72,8 @@ msgid "Here's the changelog of this version:"
msgstr "Promjene u ovoj verziji:"
#: data/com.github.huluti.Curtail.appdata.xml.in:40
msgid "Add WEBP support. Thank's to @olokelo."
msgstr "Dodana je podrška za WEBP. Hvala @olokelo."
msgid "Add WebP support. Thank's to @olokelo."
msgstr "Dodana je podrška za WebP. Hvala @olokelo."
#: data/com.github.huluti.Curtail.appdata.xml.in:41
msgid "Add Croatian translation. Thank's to @milotype."
@ -406,12 +406,12 @@ msgid "Lossless compression level to use for PNG images."
msgstr "Razina komprimiranja bez gubitka koja se koristi za PNG slike."
#: data/com.github.huluti.Curtail.gschema.xml:36
msgid "WEBP Lossless Compression Level"
msgstr "Razina komprimiranja WEBP-a bez gubitka"
msgid "WebP Lossless Compression Level"
msgstr "Razina komprimiranja WebP-a bez gubitka"
#: data/com.github.huluti.Curtail.gschema.xml:37
msgid "Lossless compression level to use for WEBP images."
msgstr "Razina komprimiranja bez gubitka koja se koristi za WEBP slike."
msgid "Lossless compression level to use for WebP images."
msgstr "Razina komprimiranja bez gubitka koja se koristi za WebP slike."
#: data/com.github.huluti.Curtail.gschema.xml:41 src/ui/preferences.ui:204
msgid "JPG Lossy Compression Level"
@ -422,12 +422,12 @@ msgid "Lossy compression level to use for JPG images."
msgstr "Razina komprimiranja s gubitkom koja se koristi za JPG slike."
#: data/com.github.huluti.Curtail.gschema.xml:46 src/ui/preferences.ui:217
msgid "WEBP Lossy Compression Level"
msgstr "Razina komprimiranja WEBP-a s gubitkom"
msgid "WebP Lossy Compression Level"
msgstr "Razina komprimiranja WebP-a s gubitkom"
#: data/com.github.huluti.Curtail.gschema.xml:47
msgid "Lossy compression level to use for WEBP images."
msgstr "Razina komprimiranja s gubitkom koja se koristi za WEBP slike."
msgid "Lossy compression level to use for WebP images."
msgstr "Razina komprimiranja s gubitkom koja se koristi za WebP slike."
#: data/com.github.huluti.Curtail.gschema.xml:51
msgid "Enable progressive encoding for jpegs"
@ -491,10 +491,10 @@ msgstr ""
#: src/ui/preferences.ui:315
msgid ""
"WEBP Lossless Compression Level\n"
"WebP Lossless Compression Level\n"
"(the higher it is, the slower it is)"
msgstr ""
"Razina komprimiranja WEBP-a bez gubitka\n"
"Razina komprimiranja WebP-a bez gubitka\n"
"(što je veća, to je sporije)"
#: src/ui/preferences.ui:329
@ -598,5 +598,5 @@ msgid "JPEG images"
msgstr "JPEG slike"
#: src/tools.py:61
msgid "WEBP images"
msgstr "WEBP slike"
msgid "WebP images"
msgstr "WebP slike"

View File

@ -31,10 +31,10 @@ msgstr "사용자의 이미지를 압축합니다"
#: data/com.github.huluti.Curtail.appdata.xml.in:11
msgid ""
"Curtail is an useful image compressor, supporting PNG, JPEG and WEBP file "
"Curtail is an useful image compressor, supporting PNG, JPEG and WebP file "
"types."
msgstr ""
"Curtail은 PNG, JPEG, WEBP 파일 형식을 지원하는 유용한 이미지 압축기입니다."
"Curtail은 PNG, JPEG, WebP 파일 형식을 지원하는 유용한 이미지 압축기입니다."
#: data/com.github.huluti.Curtail.appdata.xml.in:12
msgid ""
@ -118,8 +118,8 @@ msgid "Add Polish translation. Thank's to @olokelo."
msgstr "폴란드어 번역을 추가합니다. @olokelo님께 감사드립니다."
#: data/com.github.huluti.Curtail.appdata.xml.in:76
msgid "Add WEBP support. Thank's to @olokelo."
msgstr "WEBP 지원을 추가합니다. @olokelo님께 감사드립니다."
msgid "Add WebP support. Thank's to @olokelo."
msgstr "WebP 지원을 추가합니다. @olokelo님께 감사드립니다."
#: data/com.github.huluti.Curtail.appdata.xml.in:77
msgid "Add Croatian translation. Thank's to @milotype."
@ -448,12 +448,12 @@ msgid "Lossless compression level to use for PNG images."
msgstr "PNG 이미지에 사용할 무손실 압축 수준입니다."
#: data/com.github.huluti.Curtail.gschema.xml:41
msgid "WEBP Lossless Compression Level"
msgstr "WEBP 무손실 압축 수준"
msgid "WebP Lossless Compression Level"
msgstr "WebP 무손실 압축 수준"
#: data/com.github.huluti.Curtail.gschema.xml:42
msgid "Lossless compression level to use for WEBP images."
msgstr "WEBP 이미지에 사용할 무손실 압축 수준입니다."
msgid "Lossless compression level to use for WebP images."
msgstr "WebP 이미지에 사용할 무손실 압축 수준입니다."
#: data/com.github.huluti.Curtail.gschema.xml:46 src/ui/preferences.ui:230
msgid "JPG Lossy Compression Level"
@ -464,12 +464,12 @@ msgid "Lossy compression level to use for JPG images."
msgstr "JPG 이미지에 사용할 손실 압축 수준입니다."
#: data/com.github.huluti.Curtail.gschema.xml:51 src/ui/preferences.ui:243
msgid "WEBP Lossy Compression Level"
msgstr "WEBP 손실 압축 수준"
msgid "WebP Lossy Compression Level"
msgstr "WebP 손실 압축 수준"
#: data/com.github.huluti.Curtail.gschema.xml:52
msgid "Lossy compression level to use for WEBP images."
msgstr "WEBP 이미지에 사용할 손실 압축 수준입니다."
msgid "Lossy compression level to use for WebP images."
msgstr "WebP 이미지에 사용할 손실 압축 수준입니다."
#: data/com.github.huluti.Curtail.gschema.xml:56
msgid "Enable progressive encoding for jpegs"
@ -533,10 +533,10 @@ msgstr ""
#: src/ui/preferences.ui:341
msgid ""
"WEBP Lossless Compression Level\n"
"WebP Lossless Compression Level\n"
"(the higher it is, the slower it is)"
msgstr ""
"WEBP 무손실 압축 수준\n"
"WebP 무손실 압축 수준\n"
"(높을수록 더 느림)"
#: src/ui/preferences.ui:355
@ -642,5 +642,5 @@ msgid "JPEG images"
msgstr "JPEG 이미지"
#: src/tools.py:61
msgid "WEBP images"
msgstr "WEBP 이미지"
msgid "WebP images"
msgstr "WebP 이미지"

View File

@ -31,7 +31,7 @@ msgstr "Pas compressie toe op uw afbeeldingen"
#: data/com.github.huluti.Curtail.appdata.xml.in:10
msgid ""
"Curtail is an useful image compressor, supporting PNG, JPEG and WEBP file "
"Curtail is an useful image compressor, supporting PNG, JPEG and WebP file "
"types."
msgstr ""
"Curtail is een eenvoudige toepassing om afbeeldingen mee te comprimeren en "
@ -72,7 +72,7 @@ msgid "Here's the changelog of this version:"
msgstr "Hier ziet u het wijzigingslog:"
#: data/com.github.huluti.Curtail.appdata.xml.in:40
msgid "Add WEBP support. Thank's to @olokelo."
msgid "Add WebP support. Thank's to @olokelo."
msgstr ""
#: data/com.github.huluti.Curtail.appdata.xml.in:41
@ -395,11 +395,11 @@ msgid "Lossless compression level to use for PNG images."
msgstr "Het te gebruiken png-compressieniveau (zonder kwaliteitsverlies)."
#: data/com.github.huluti.Curtail.gschema.xml:36
msgid "WEBP Lossless Compression Level"
msgid "WebP Lossless Compression Level"
msgstr "Webp-compressieniveau (zonder kwaliteitsverlies)"
#: data/com.github.huluti.Curtail.gschema.xml:37
msgid "Lossless compression level to use for WEBP images."
msgid "Lossless compression level to use for WebP images."
msgstr "Het te gebruiken webp-compressieniveau (zonder kwaliteitsverlies)."
#: data/com.github.huluti.Curtail.gschema.xml:41 src/ui/preferences.ui:204
@ -411,11 +411,11 @@ msgid "Lossy compression level to use for JPG images."
msgstr "Het te gebruiken jpg-compressieniveau."
#: data/com.github.huluti.Curtail.gschema.xml:46 src/ui/preferences.ui:217
msgid "WEBP Lossy Compression Level"
msgid "WebP Lossy Compression Level"
msgstr "Webp-compressieniveau"
#: data/com.github.huluti.Curtail.gschema.xml:47
msgid "Lossy compression level to use for WEBP images."
msgid "Lossy compression level to use for WebP images."
msgstr "Het te gebruiken webp-compressieniveau."
#: data/com.github.huluti.Curtail.gschema.xml:51
@ -480,7 +480,7 @@ msgstr ""
#: src/ui/preferences.ui:315
msgid ""
"WEBP Lossless Compression Level\n"
"WebP Lossless Compression Level\n"
"(the higher it is, the slower it is)"
msgstr ""
"Het te gebruiken webp-compressieniveau (zonder kwaliteitsverlies)\n"
@ -587,7 +587,7 @@ msgid "JPEG images"
msgstr "Jpeg-afbeeldingen"
#: src/tools.py:61
msgid "WEBP images"
msgid "WebP images"
msgstr "Webp-afbeeldingen"
#~ msgid "Simple & useful image compressor."

View File

@ -30,7 +30,7 @@ msgstr ""
#: data/com.github.huluti.Curtail.appdata.xml.in:10
msgid ""
"Curtail is an useful image compressor, supporting PNG, JPEG and WEBP file "
"Curtail is an useful image compressor, supporting PNG, JPEG and WebP file "
"types."
msgstr ""
@ -67,7 +67,7 @@ msgid "Here's the changelog of this version:"
msgstr "Istoric complet de las modificacions daquesta version :"
#: data/com.github.huluti.Curtail.appdata.xml.in:40
msgid "Add WEBP support. Thank's to @olokelo."
msgid "Add WebP support. Thank's to @olokelo."
msgstr ""
#: data/com.github.huluti.Curtail.appdata.xml.in:41
@ -389,11 +389,11 @@ msgid "Lossless compression level to use for PNG images."
msgstr ""
#: data/com.github.huluti.Curtail.gschema.xml:36
msgid "WEBP Lossless Compression Level"
msgid "WebP Lossless Compression Level"
msgstr ""
#: data/com.github.huluti.Curtail.gschema.xml:37
msgid "Lossless compression level to use for WEBP images."
msgid "Lossless compression level to use for WebP images."
msgstr ""
#: data/com.github.huluti.Curtail.gschema.xml:41 src/ui/preferences.ui:204
@ -405,11 +405,11 @@ msgid "Lossy compression level to use for JPG images."
msgstr ""
#: data/com.github.huluti.Curtail.gschema.xml:46 src/ui/preferences.ui:217
msgid "WEBP Lossy Compression Level"
msgid "WebP Lossy Compression Level"
msgstr ""
#: data/com.github.huluti.Curtail.gschema.xml:47
msgid "Lossy compression level to use for WEBP images."
msgid "Lossy compression level to use for WebP images."
msgstr ""
#: data/com.github.huluti.Curtail.gschema.xml:51
@ -472,7 +472,7 @@ msgstr ""
#: src/ui/preferences.ui:315
msgid ""
"WEBP Lossless Compression Level\n"
"WebP Lossless Compression Level\n"
"(the higher it is, the slower it is)"
msgstr ""
@ -575,5 +575,5 @@ msgid "JPEG images"
msgstr "Imatges JPEG"
#: src/tools.py:61
msgid "WEBP images"
msgstr "Imatge WEBP"
msgid "WebP images"
msgstr "Imatge WebP"

View File

@ -32,11 +32,11 @@ msgstr "Kompresuj zdjęcia"
#: data/com.github.huluti.Curtail.appdata.xml.in:10
msgid ""
"Curtail is an useful image compressor, supporting PNG, JPEG and WEBP file "
"Curtail is an useful image compressor, supporting PNG, JPEG and WebP file "
"types."
msgstr ""
"Curtail jest narzędziem kompresji zdjęć ze wsparciem dla plików PNG, JPEG "
"i WEBP."
"i WebP."
#: data/com.github.huluti.Curtail.appdata.xml.in:11
msgid ""
@ -361,12 +361,12 @@ msgid "Lossless compression level to use for PNG images."
msgstr "Poziom bezstratnej kompresji dla obrazów PNG."
#: data/com.github.huluti.Curtail.gschema.xml:36
msgid "WEBP Lossless Compression Level"
msgstr "Poziom bezstratnej kompresji WEBP"
msgid "WebP Lossless Compression Level"
msgstr "Poziom bezstratnej kompresji WebP"
#: data/com.github.huluti.Curtail.gschema.xml:37
msgid "Lossless compression level to use for WEBP images."
msgstr "Poziom bezstratnej kompresji dla obrazów WEBP."
msgid "Lossless compression level to use for WebP images."
msgstr "Poziom bezstratnej kompresji dla obrazów WebP."
#: data/com.github.huluti.Curtail.gschema.xml:41 src/ui/preferences.ui:204
msgid "JPG Lossy Compression Level"
@ -377,12 +377,12 @@ msgid "Lossy compression level to use for JPG images."
msgstr "Poziom stratnej kompresji dla obrazów JPG."
#: data/com.github.huluti.Curtail.gschema.xml:46 src/ui/preferences.ui:217
msgid "WEBP Lossy Compression Level"
msgstr "Poziom stratnej kompresji WEBP"
msgid "WebP Lossy Compression Level"
msgstr "Poziom stratnej kompresji WebP"
#: data/com.github.huluti.Curtail.gschema.xml:47
msgid "Lossy compression level to use for WEBP images."
msgstr "Poziom stratnej kompresji dla obrazów WEBP."
msgid "Lossy compression level to use for WebP images."
msgstr "Poziom stratnej kompresji dla obrazów WebP."
#: data/com.github.huluti.Curtail.gschema.xml:51
msgid "Enable progressive encoding for jpegs"
@ -446,10 +446,10 @@ msgstr ""
#: src/ui/preferences.ui:315
msgid ""
"WEBP Lossless Compression Level\n"
"WebP Lossless Compression Level\n"
"(the higher it is, the slower it is)"
msgstr ""
"Bezstratny Poziom Kompresji WEBP\n"
"Bezstratny Poziom Kompresji WebP\n"
"(im wyższy tym wolniejszy)"
#: src/ui/preferences.ui:329
@ -537,5 +537,5 @@ msgid "JPEG images"
msgstr "obrazy JPEG"
#: src/tools.py:61
msgid "WEBP images"
msgstr "obrazy WEBP"
msgid "WebP images"
msgstr "obrazy WebP"

View File

@ -31,11 +31,11 @@ msgstr "Comprima suas imagens"
#: data/com.github.huluti.Curtail.appdata.xml.in:10
msgid ""
"Curtail is an useful image compressor, supporting PNG, JPEG and WEBP file "
"Curtail is an useful image compressor, supporting PNG, JPEG and WebP file "
"types."
msgstr ""
"Curtail é um utilitário de compressão de imagem, compatível com os tipos de "
"arquivo PNG, JPEG e WEBP."
"arquivo PNG, JPEG e WebP."
#: data/com.github.huluti.Curtail.appdata.xml.in:11
msgid ""
@ -72,8 +72,8 @@ msgid "Here's the changelog of this version:"
msgstr "Aqui está a lista de mudanças desta versão:"
#: data/com.github.huluti.Curtail.appdata.xml.in:40
msgid "Add WEBP support. Thank's to @olokelo."
msgstr "Adicionado suporte a WEBP. Obrigado @olokelo."
msgid "Add WebP support. Thank's to @olokelo."
msgstr "Adicionado suporte a WebP. Obrigado @olokelo."
#: data/com.github.huluti.Curtail.appdata.xml.in:41
msgid "Add Croatian translation. Thank's to @milotype."
@ -406,12 +406,12 @@ msgid "Lossless compression level to use for PNG images."
msgstr "Nível de compressão sem perdas a ser usado em imagens PNG."
#: data/com.github.huluti.Curtail.gschema.xml:36
msgid "WEBP Lossless Compression Level"
msgstr "Nível de compressão sem perdas WEBP"
msgid "WebP Lossless Compression Level"
msgstr "Nível de compressão sem perdas WebP"
#: data/com.github.huluti.Curtail.gschema.xml:37
msgid "Lossless compression level to use for WEBP images."
msgstr "Nível de compressão sem perdas a ser usado em imagens WEBP."
msgid "Lossless compression level to use for WebP images."
msgstr "Nível de compressão sem perdas a ser usado em imagens WebP."
#: data/com.github.huluti.Curtail.gschema.xml:41 src/ui/preferences.ui:204
msgid "JPG Lossy Compression Level"
@ -422,12 +422,12 @@ msgid "Lossy compression level to use for JPG images."
msgstr "Nível de compressão com perdas a ser usado em imagens JPG."
#: data/com.github.huluti.Curtail.gschema.xml:46 src/ui/preferences.ui:217
msgid "WEBP Lossy Compression Level"
msgstr "Nível de compressão com perdas WEBP"
msgid "WebP Lossy Compression Level"
msgstr "Nível de compressão com perdas WebP"
#: data/com.github.huluti.Curtail.gschema.xml:47
msgid "Lossy compression level to use for WEBP images."
msgstr "Nível de compressão com perdas a ser usado em imagens WEBP."
msgid "Lossy compression level to use for WebP images."
msgstr "Nível de compressão com perdas a ser usado em imagens WebP."
#: data/com.github.huluti.Curtail.gschema.xml:51
msgid "Enable progressive encoding for jpegs"
@ -491,10 +491,10 @@ msgstr ""
#: src/ui/preferences.ui:315
msgid ""
"WEBP Lossless Compression Level\n"
"WebP Lossless Compression Level\n"
"(the higher it is, the slower it is)"
msgstr ""
"Nível de Compressão Sem Perdas WEBP\n"
"Nível de Compressão Sem Perdas WebP\n"
"(quanto mais alto, mais lento fica)"
#: src/ui/preferences.ui:329
@ -598,8 +598,8 @@ msgid "JPEG images"
msgstr "Imagens JPEG"
#: src/tools.py:61
msgid "WEBP images"
msgstr "Imagens WEBP"
msgid "WebP images"
msgstr "Imagens WebP"
#~ msgid "Simple & useful image compressor."
#~ msgstr "Compressor de imagem simples e útil."

View File

@ -33,7 +33,7 @@ msgstr "Сжатие изображений"
#: data/com.github.huluti.Curtail.appdata.xml.in:10
msgid ""
"Curtail is an useful image compressor, supporting PNG, JPEG and WEBP file "
"Curtail is an useful image compressor, supporting PNG, JPEG and WebP file "
"types."
msgstr ""
"Curtail — программа для сжатия изображений в форматах PNG, JPEG и WebP."
@ -73,8 +73,8 @@ msgid "Here's the changelog of this version:"
msgstr "Вот список изменений в этой версии:"
#: data/com.github.huluti.Curtail.appdata.xml.in:40
msgid "Add WEBP support. Thank's to @olokelo."
msgstr "Добавлена поддержка WEBP. Спасибо @olokelo."
msgid "Add WebP support. Thank's to @olokelo."
msgstr "Добавлена поддержка WebP. Спасибо @olokelo."
#: data/com.github.huluti.Curtail.appdata.xml.in:41
msgid "Add Croatian translation. Thank's to @milotype."
@ -410,11 +410,11 @@ msgid "Lossless compression level to use for PNG images."
msgstr "Уровень сжатия без потери качества для изображений PNG"
#: data/com.github.huluti.Curtail.gschema.xml:36
msgid "WEBP Lossless Compression Level"
msgid "WebP Lossless Compression Level"
msgstr "Уровень сжатия WebP без потерь"
#: data/com.github.huluti.Curtail.gschema.xml:37
msgid "Lossless compression level to use for WEBP images."
msgid "Lossless compression level to use for WebP images."
msgstr "Уровень сжатия без потери качества для изображений WebP"
#: data/com.github.huluti.Curtail.gschema.xml:41 src/ui/preferences.ui:204
@ -426,11 +426,11 @@ msgid "Lossy compression level to use for JPG images."
msgstr "Уровень сжатия без потери качества для изображений JPEG"
#: data/com.github.huluti.Curtail.gschema.xml:46 src/ui/preferences.ui:217
msgid "WEBP Lossy Compression Level"
msgid "WebP Lossy Compression Level"
msgstr "Уровень сжатия WebP с потерями"
#: data/com.github.huluti.Curtail.gschema.xml:47
msgid "Lossy compression level to use for WEBP images."
msgid "Lossy compression level to use for WebP images."
msgstr "Уровень сжатия с потерей качества для изображений WebP"
#: data/com.github.huluti.Curtail.gschema.xml:51
@ -495,7 +495,7 @@ msgstr ""
#: src/ui/preferences.ui:315
msgid ""
"WEBP Lossless Compression Level\n"
"WebP Lossless Compression Level\n"
"(the higher it is, the slower it is)"
msgstr ""
"Уровень сжатия WebP без потерь\n"
@ -602,7 +602,7 @@ msgid "JPEG images"
msgstr "Изображения JPEG"
#: src/tools.py:61
msgid "WEBP images"
msgid "WebP images"
msgstr "Изображения WebP"
#~ msgid "Nothing"

View File

@ -31,11 +31,11 @@ msgstr "Komprimera dina bilder"
#: data/com.github.huluti.Curtail.appdata.xml.in:10
msgid ""
"Curtail is an useful image compressor, supporting PNG, JPEG and WEBP file "
"Curtail is an useful image compressor, supporting PNG, JPEG and WebP file "
"types."
msgstr ""
"Curtail är ett användbart komprimeringsprogram som stödjer PNG-, JPEG och "
"WEBP-filer."
"WebP-filer."
#: data/com.github.huluti.Curtail.appdata.xml.in:11
msgid ""
@ -72,7 +72,7 @@ msgid "Here's the changelog of this version:"
msgstr ""
#: data/com.github.huluti.Curtail.appdata.xml.in:40
msgid "Add WEBP support. Thank's to @olokelo."
msgid "Add WebP support. Thank's to @olokelo."
msgstr ""
#: data/com.github.huluti.Curtail.appdata.xml.in:41
@ -394,12 +394,12 @@ msgid "Lossless compression level to use for PNG images."
msgstr "Förlustfri komprimeringsnivå att använda på PNG-bilder."
#: data/com.github.huluti.Curtail.gschema.xml:36
msgid "WEBP Lossless Compression Level"
msgstr "WEBP förlustfri komprimeringsnivå"
msgid "WebP Lossless Compression Level"
msgstr "WebP förlustfri komprimeringsnivå"
#: data/com.github.huluti.Curtail.gschema.xml:37
msgid "Lossless compression level to use for WEBP images."
msgstr "Förlustfri komprimeringsnivå att använda på WEBP-bilder."
msgid "Lossless compression level to use for WebP images."
msgstr "Förlustfri komprimeringsnivå att använda på WebP-bilder."
#: data/com.github.huluti.Curtail.gschema.xml:41 src/ui/preferences.ui:204
msgid "JPG Lossy Compression Level"
@ -410,12 +410,12 @@ msgid "Lossy compression level to use for JPG images."
msgstr "Förstörande komprimeringsnivå att använda på JPG-bilder."
#: data/com.github.huluti.Curtail.gschema.xml:46 src/ui/preferences.ui:217
msgid "WEBP Lossy Compression Level"
msgstr "WEBP förstörande komprimeringsnivå"
msgid "WebP Lossy Compression Level"
msgstr "WebP förstörande komprimeringsnivå"
#: data/com.github.huluti.Curtail.gschema.xml:47
msgid "Lossy compression level to use for WEBP images."
msgstr "Förstörande komprimeringsnivå att använda på WEBP-bilder."
msgid "Lossy compression level to use for WebP images."
msgstr "Förstörande komprimeringsnivå att använda på WebP-bilder."
#: data/com.github.huluti.Curtail.gschema.xml:51
msgid "Enable progressive encoding for jpegs"
@ -479,10 +479,10 @@ msgstr ""
#: src/ui/preferences.ui:315
msgid ""
"WEBP Lossless Compression Level\n"
"WebP Lossless Compression Level\n"
"(the higher it is, the slower it is)"
msgstr ""
"WEBP förlustfri komprimeringsnivå\n"
"WebP förlustfri komprimeringsnivå\n"
"(ju högre den är, desto långsammare går det)"
#: src/ui/preferences.ui:329
@ -584,5 +584,5 @@ msgid "JPEG images"
msgstr "JPEG-bilder"
#: src/tools.py:61
msgid "WEBP images"
msgstr "WEBP-bilder"
msgid "WebP images"
msgstr "WebP-bilder"

View File

@ -35,9 +35,9 @@ msgstr "Görüntülerinizi sıkıştırın"
#: data/com.github.huluti.Curtail.appdata.xml.in:11
msgid ""
"Curtail is an useful image compressor, supporting PNG, JPEG and WEBP file types."
"Curtail is an useful image compressor, supporting PNG, JPEG and WebP file types."
msgstr ""
"Curtail, PNG, JPEG ve WEBP dosya türlerini destekleyen kullanışlı bir görüntü "
"Curtail, PNG, JPEG ve WebP dosya türlerini destekleyen kullanışlı bir görüntü "
"sıkıştırıcıdır."
#: data/com.github.huluti.Curtail.appdata.xml.in:12
@ -123,8 +123,8 @@ msgid "Add Polish translation. Thank's to @olokelo."
msgstr "Polonyaca çeviri ekleyin. @olokelo'a teşekkürler."
#: data/com.github.huluti.Curtail.appdata.xml.in:76
msgid "Add WEBP support. Thank's to @olokelo."
msgstr "WEBP desteği eklendi. @olokelo'ya teşekkürler."
msgid "Add WebP support. Thank's to @olokelo."
msgstr "WebP desteği eklendi. @olokelo'ya teşekkürler."
#: data/com.github.huluti.Curtail.appdata.xml.in:77
msgid "Add Croatian translation. Thank's to @milotype."
@ -449,12 +449,12 @@ msgid "Lossless compression level to use for PNG images."
msgstr "PNG görüntüler için kullanılacak kayıpsız sıkıştırma düzeyi."
#: data/com.github.huluti.Curtail.gschema.xml:41
msgid "WEBP Lossless Compression Level"
msgstr "WEBP Kayıpsız Sıkıştırma Düzeyi"
msgid "WebP Lossless Compression Level"
msgstr "WebP Kayıpsız Sıkıştırma Düzeyi"
#: data/com.github.huluti.Curtail.gschema.xml:42
msgid "Lossless compression level to use for WEBP images."
msgstr "WEBP görüntüler için kullanılacak kayıpsız sıkıştırma düzeyi."
msgid "Lossless compression level to use for WebP images."
msgstr "WebP görüntüler için kullanılacak kayıpsız sıkıştırma düzeyi."
#: data/com.github.huluti.Curtail.gschema.xml:46 src/ui/preferences.ui:230
msgid "JPG Lossy Compression Level"
@ -465,12 +465,12 @@ msgid "Lossy compression level to use for JPG images."
msgstr "JPG görüntüler için kullanılacak kayıplı sıkıştırma düzeyi."
#: data/com.github.huluti.Curtail.gschema.xml:51 src/ui/preferences.ui:243
msgid "WEBP Lossy Compression Level"
msgstr "WEBP Kayıplı Sıkıştırma Düzeyi"
msgid "WebP Lossy Compression Level"
msgstr "WebP Kayıplı Sıkıştırma Düzeyi"
#: data/com.github.huluti.Curtail.gschema.xml:52
msgid "Lossy compression level to use for WEBP images."
msgstr "WEBP görüntüler için kullanılacak kayıplı sıkıştırma düzeyi."
msgid "Lossy compression level to use for WebP images."
msgstr "WebP görüntüler için kullanılacak kayıplı sıkıştırma düzeyi."
#: data/com.github.huluti.Curtail.gschema.xml:56
msgid "Enable progressive encoding for jpegs"
@ -534,10 +534,10 @@ msgstr ""
#: src/ui/preferences.ui:341
msgid ""
"WEBP Lossless Compression Level\n"
"WebP Lossless Compression Level\n"
"(the higher it is, the slower it is)"
msgstr ""
"WEBP Kayıpsız Sıkıştırma Düzeyi\n"
"WebP Kayıpsız Sıkıştırma Düzeyi\n"
"(ne kadar yüksekse o kadar yavaştır)"
#: src/ui/preferences.ui:355
@ -643,5 +643,5 @@ msgid "JPEG images"
msgstr "JPEG görüntüler"
#: src/tools.py:61
msgid "WEBP images"
msgstr "WEBP görüntüler"
msgid "WebP images"
msgstr "WebP görüntüler"

View File

@ -87,7 +87,7 @@ class CurtailPrefsWindow(Gtk.Window):
self.spin_png_lossless_level.connect('value-changed',
self.on_int_changed, 'png-lossless-level')
# WEBP Lossless Compression Level
# WebP Lossless Compression Level
self.spin_webp_lossless_level.set_value(
self._settings.get_int('webp-lossless-level'))
self.spin_webp_lossless_level.connect('value-changed',
@ -99,7 +99,7 @@ class CurtailPrefsWindow(Gtk.Window):
self.spin_jpg_lossy_level.connect('value-changed',
self.on_int_changed, 'jpg-lossy-level')
# WEBP Lossy Compression Level
# WebP Lossy Compression Level
self.spin_webp_lossy_level.set_value(
self._settings.get_int('webp-lossy-level'))
self.spin_webp_lossy_level.connect('value-changed',
@ -141,3 +141,4 @@ class CurtailPrefsWindow(Gtk.Window):
boolean = self._settings.get_boolean('new-file')
self.new_file_label.set_sensitive(boolean)
self.entry_suffix.set_sensitive(boolean)

View File

@ -58,7 +58,7 @@ def add_filechooser_filters(dialog):
jpeg_images.add_mime_type('image/jpeg')
webp_images = Gtk.FileFilter()
webp_images.set_name(_("WEBP images"))
webp_images.set_name(_("WebP images"))
webp_images.add_mime_type('image/webp')
dialog.add_filter(all_images)

View File

@ -240,7 +240,7 @@
<property name="can-focus">False</property>
<property name="halign">start</property>
<property name="valign">center</property>
<property name="label" translatable="yes">WEBP Lossy Compression Level</property>
<property name="label" translatable="yes">WebP Lossy Compression Level</property>
</object>
<packing>
<property name="left-attach">0</property>
@ -338,7 +338,7 @@
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="halign">start</property>
<property name="label" translatable="yes">WEBP Lossless Compression Level
<property name="label" translatable="yes">WebP Lossless Compression Level
(the higher it is, the slower it is)</property>
</object>
<packing>