From 4d14ab6e090e6e3c55cd21ef641ea17983c941d9 Mon Sep 17 00:00:00 2001 From: tiritibambix Date: Sun, 12 Jan 2025 17:13:30 +0100 Subject: [PATCH] Fix translations --- messages.pot | 47 ++++++++++++++++- templates/resize_batch.html | 70 +++++++++++-------------- translations/fr/LC_MESSAGES/messages.po | 67 +++++++++++++++++++---- 3 files changed, 132 insertions(+), 52 deletions(-) diff --git a/messages.pot b/messages.pot index 646677d..c5787f9 100644 --- a/messages.pot +++ b/messages.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-01-12 16:55+0100\n" +"POT-Creation-Date: 2025-01-12 17:10+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -109,6 +109,9 @@ msgstr "" msgid "Convert to format:" msgstr "" +msgid "Convert all to format:" +msgstr "" + msgid "Best for transparency" msgstr "" @@ -130,6 +133,48 @@ msgstr "" msgid "Resize" msgstr "" +msgid "Batch Resize" +msgstr "" + +msgid "Resize All" +msgstr "" + +msgid "Resize Options" +msgstr "" + +msgid "Keep Original Formats" +msgstr "" + +msgid "Recommended Formats" +msgstr "" + +msgid "Other Compatible Formats" +msgstr "" + +msgid "Your batch contains:" +msgstr "" + +msgid "Images with transparency" +msgstr "" + +msgid "Photographic images" +msgstr "" + +msgid "Graphic images" +msgstr "" + +msgid "Details for each image:" +msgstr "" + +msgid "Contains transparency" +msgstr "" + +msgid "Photographic image" +msgstr "" + +msgid "Graphic image" +msgstr "" + msgid "Image processed successfully: %(filename)s" msgstr "" diff --git a/templates/resize_batch.html b/templates/resize_batch.html index 0bed87c..aae0b82 100644 --- a/templates/resize_batch.html +++ b/templates/resize_batch.html @@ -3,7 +3,7 @@ - Resize Batch + {{ _('Batch Resize') }}