# squeeze/1.4.5/languages/squeeze.pot

Squeeze – Image Optimization &amp; Compression, WEBP Conversion, version 1.4.5. 329 lines.

- Page: https://pluginprobe.com/plugins/squeeze/1.4.5/code/languages/squeeze.pot
- Raw: https://pluginprobe.com/plugins/squeeze/1.4.5/raw/languages/squeeze.pot
- Modified: 2024-08-17T12:14:02+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/squeeze/1.4.5/code/languages/squeeze.pot#L10-L20`.

```
# Copyright (C) 2024 Bogdan Bendziukov
# This file is distributed under the GNU GPL v3.
msgid ""
msgstr ""
"Project-Id-Version: Squeeze 1.4\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/squeeze\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-04-18T08:10:51+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.6.0\n"
"X-Domain: squeeze\n"

#. Plugin Name of the plugin
#: src/settings.php:22
#: src/settings.php:23
#: src/settings.php:515
#: src/settings.php:538
msgid "Squeeze"
msgstr ""

#. Description of the plugin
msgid "Compress images by squoosh.app"
msgstr ""

#. Author of the plugin
msgid "Bogdan Bendziukov"
msgstr ""

#. Author URI of the plugin
msgid "https://bogdan.kyiv.ua"
msgstr ""

#: src/handlers.php:50
msgid "Backup original image failed"
msgstr ""

#: src/handlers.php:59
msgid "Upload image failed"
msgstr ""

#: src/handlers.php:77
#: src/handlers.php:82
msgid "Compressed successfully"
msgstr ""

#: src/handlers.php:79
#: src/handlers.php:122
msgid "Attachment not updated"
msgstr ""

#: src/handlers.php:105
msgid "Restore original image failed"
msgstr ""

#: src/handlers.php:120
msgid "Restored successfully"
msgstr ""

#: src/handlers.php:127
#: src/handlers.php:152
msgid "Attachment not found"
msgstr ""

#: src/handlers.php:171
msgid "Images not found in the path"
msgstr ""

#: src/handlers.php:191
msgid "Path not found"
msgstr ""

#: src/settings.php:37
msgid "Bulk Compress With Squeeze"
msgstr ""

#: src/settings.php:38
msgid "Squeeze Bulk"
msgstr ""

#: src/settings.php:88
msgid "This page allows you to compress all images in your media library."
msgstr ""

#: src/settings.php:89
msgid "Do not close this page during the compressing process."
msgstr ""

#: src/settings.php:90
msgid "Please note that this process may take a long time depending on the number of images in your library."
msgstr ""

#: src/settings.php:93
msgid "All images in your media library are compressed."
msgstr ""

#: src/settings.php:95
msgid "You have <strong>%s</strong> uncompressed JPG/PNG/WEBP images from total <strong>%s</strong> JPG/PNG/WEBP images in your media library."
msgstr ""

#: src/settings.php:101
#: src/settings.php:105
msgid "Optimise images from custom path"
msgstr ""

#: src/settings.php:102
msgid "WARNING! Backup option is NOT applicable here, please backup your images manually before optimising them."
msgstr ""

#: src/settings.php:103
msgid "/wp-content/uploads/"
msgstr ""

#: src/settings.php:130
#: src/settings.php:265
msgid "Basic Settings"
msgstr ""

#: src/settings.php:131
#: src/settings.php:271
msgid "JPEG Settings"
msgstr ""

#: src/settings.php:132
#: src/settings.php:300
msgid "PNG Settings"
msgstr ""

#: src/settings.php:133
#: src/settings.php:305
msgid "WEBP Settings"
msgstr ""

#: src/settings.php:134
#: src/settings.php:312
msgid "AVIF Settings"
msgstr ""

#: src/settings.php:267
msgid "Auto compress"
msgstr ""

#: src/settings.php:269
msgid "Backup original image"
msgstr ""

#: src/settings.php:273
#: src/settings.php:308
#: src/settings.php:314
msgid "Quality"
msgstr ""

#: src/settings.php:274
msgid "Pointless spec compliance"
msgstr ""

#: src/settings.php:275
msgid "Arithmetic"
msgstr ""

#: src/settings.php:276
msgid "Progressive rendering"
msgstr ""

#: src/settings.php:277
msgid "Optimize Huffman table"
msgstr ""

#: src/settings.php:278
msgid "Smoothing"
msgstr ""

#: src/settings.php:279
msgid "Channels"
msgstr ""

#: src/settings.php:280
msgid "Quantization"
msgstr ""

#: src/settings.php:291
msgid "Trellis multipass"
msgstr ""

#: src/settings.php:292
msgid "Optimize zero block runs"
msgstr ""

#: src/settings.php:293
msgid "Optimize after trellis quantization"
msgstr ""

#: src/settings.php:294
msgid "Trellis quantization passes"
msgstr ""

#: src/settings.php:295
msgid "Auto subsample chroma"
msgstr ""

#: src/settings.php:296
msgid "Subsample chroma by"
msgstr ""

#: src/settings.php:297
msgid "Separate chroma quality"
msgstr ""

#: src/settings.php:298
msgid "Chroma quality"
msgstr ""

#: src/settings.php:302
#: src/settings.php:307
msgid "Effort"
msgstr ""

#: src/settings.php:303
msgid "Interlace"
msgstr ""

#: src/settings.php:309
msgid "Lossless"
msgstr ""

#: src/settings.php:310
msgid "Near lossless"
msgstr ""

#: src/settings.php:351
msgid "Settings have been updated."
msgstr ""

#: src/settings.php:460
msgid "Basic options"
msgstr ""

#: src/settings.php:463
msgid "Compress settings for JPEG images using MozJPEG encoder"
msgstr ""

#: src/settings.php:466
msgid "Compress settings for PNG images using OxiPNG encoder"
msgstr ""

#: src/settings.php:469
msgid "Compress settings for WEBP images using WebP encoder"
msgstr ""

#: src/settings.php:473
msgid "Compress settings for AVIF images using AVIF encoder"
msgstr ""

#: src/settings.php:500
msgid "Settings have been restored."
msgstr ""

#: src/settings.php:518
msgid "Compressed"
msgstr ""

#: src/settings.php:519
msgid "Restore original"
msgstr ""

#: src/settings.php:520
msgid "Compress again"
msgstr ""

#: src/settings.php:522
msgid "Not compressed"
msgstr ""

#: src/settings.php:523
msgid "Compress"
msgstr ""

#: assets/js/script.bundle.js:19
#: assets/js/script.js:192
#: assets/js/script.js:197
#: assets/js/script.js:230
#: assets/js/script.js:370
msgid "An error has occured. Check the console for details."
msgstr ""

#: assets/js/script.bundle.js:19
#: assets/js/script.js:224
msgid "Compressed successfully, updating..."
msgstr ""

#: assets/js/script.bundle.js:19
#: assets/js/script.js:237
msgid "Updated successfully"
msgstr ""

#: assets/js/script.bundle.js:19
#: assets/js/script.js:279
#: assets/js/script.js:293
msgid "All images have been compressed!"
msgstr ""

#: assets/js/script.bundle.js:19
#: assets/js/script.js:286
msgid "All images have been re-compressed again!"
msgstr ""

#: assets/js/script.bundle.js:19
#: assets/js/script.js:366
msgid "Restore in process..."
msgstr ""

#: assets/js/script.bundle.js:19
#: assets/js/script.js:444
msgid "Compressing..."
msgstr ""

#: assets/js/script.bundle.js:19
#: assets/js/script.js:502
msgid "Please enter a valid path!"
msgstr ""

#: assets/js/script.bundle.js:19
#: assets/js/script.js:538
msgid "Are you sure you want to leave this page? The compression process will be terminated!"
msgstr ""

```
