From 3b8f2c577444b8298f1b9dc72494e5548d061109 Mon Sep 17 00:00:00 2001 From: Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de> Date: Mon, 17 Oct 2022 15:11:28 +0200 Subject: [PATCH] update version number --- locale/en/LC_MESSAGES/vips.po | 12 ++++++------ plugin.manifest | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/locale/en/LC_MESSAGES/vips.po b/locale/en/LC_MESSAGES/vips.po index 5a8006a..706ef83 100644 --- a/locale/en/LC_MESSAGES/vips.po +++ b/locale/en/LC_MESSAGES/vips.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-17 06:53+0200\n" +"POT-Creation-Date: 2022-10-17 15:09+0200\n" "PO-Revision-Date: 2011-12-07 13:49+0200\n" "Language: en\n" "MIME-Version: 1.0\n" @@ -3077,23 +3077,23 @@ msgstr "Vips test" msgid "Stellt ein Aufgabenblatt aus Vips bereit." msgstr "Presents a Vips assignment or test." -#: lib/VipsAssignment.php:131 lib/VipsAssignment.php:278 +#: lib/VipsAssignment.php:131 lib/VipsAssignment.php:298 msgid "Während des Imports sind folgende Fehler aufgetreten:" msgstr "The following errors were reported during import:" -#: lib/VipsAssignment.php:311 views/sheets/assignment_type_tooltip.php:2 +#: lib/VipsAssignment.php:331 views/sheets/assignment_type_tooltip.php:2 msgid "Übung" msgstr "Worksheet" -#: lib/VipsAssignment.php:312 views/sheets/assignment_type_tooltip.php:6 +#: lib/VipsAssignment.php:332 views/sheets/assignment_type_tooltip.php:6 msgid "Selbsttest" msgstr "Self test" -#: lib/VipsAssignment.php:313 views/sheets/assignment_type_tooltip.php:10 +#: lib/VipsAssignment.php:333 views/sheets/assignment_type_tooltip.php:10 msgid "Klausur" msgstr "Exam" -#: lib/VipsAssignment.php:1042 +#: lib/VipsAssignment.php:1062 #, php-format msgid "Kopie von %s" msgstr "Copy of %s" diff --git a/plugin.manifest b/plugin.manifest index 17aebd1..09213c7 100644 --- a/plugin.manifest +++ b/plugin.manifest @@ -1,7 +1,7 @@ pluginclassname=VipsPlugin pluginname=Vips origin=virtUOS -version=1.9-rc +version=1.9 studipMinVersion=4.2 studipMaxVersion=5.2.99 icon=images/vips_black.svg -- GitLab