diff --git a/locale/en/LC_MESSAGES/opencast.mo b/locale/en/LC_MESSAGES/opencast.mo index ee01fcc1d..a7f79df8b 100644 Binary files a/locale/en/LC_MESSAGES/opencast.mo and b/locale/en/LC_MESSAGES/opencast.mo differ diff --git a/locale/en/LC_MESSAGES/opencast.po b/locale/en/LC_MESSAGES/opencast.po index 829ec85c8..656965c38 100644 --- a/locale/en/LC_MESSAGES/opencast.po +++ b/locale/en/LC_MESSAGES/opencast.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Opencast\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-10-28 14:57+0100\n" +"POT-Creation-Date: 2020-03-09 15:33+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -970,3 +970,48 @@ msgstr "" msgid "Es wurden in Opencast keine Serien gefunden." msgstr "No series have been found in Opencast." + +msgid "Alle Semester" +msgstr "All semesters" + +#, php-format +msgid "" +"Aktualisiere die Aufzeichnungsdaten am %s für den Kurs %s\n" +"Updating scheduled recordings at %s for %s\n" +msgstr "" + +#, php-format +msgid "" +"Abweichender Raum, Löschen der Aufzeichnungsdaten am %s für den Kurs %s\n" +"Changed room, deleting scheduled recording at %s for %s\n" +msgstr "" + +msgid "Semesterfilter" +msgstr "" + +msgid "Eingestellter Workflow" +msgstr "Workflow" + +msgid "Chunk-Größe für Uploads" +msgstr "Chunksize for uploads" + +msgid "Unbekannte Sichtbarkeit" +msgstr "Unknown visibility" + +msgid "Aufzeichnungszeitraum" +msgstr "Recording range" + +msgid "keine Aufzeichnung geplant" +msgstr "no recording planned" + +#, php-format +msgid "" +"Aktualisiere die Aufzeichnungsdaten am %s für den Kurs %s\n" +" " +msgstr "" + +#, php-format +msgid "" +"Abweichender Raum, Löschen der Aufzeichnungsdaten am %s für den Kurs %s\n" +" " +msgstr "" diff --git a/package-lock.json b/package-lock.json index ecf446b8b..abb6147f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "studip-opencast-plugin", - "version": "1.2.99", + "version": "1.2.102", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 90868e08e..735b3fdf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "studip-opencast-plugin", - "version": "1.2.102", + "version": "1.2.103", "description": "Stud.IP plugin for Opencast", "dependencies": { "blueimp-file-upload": "^10.8.0" @@ -10,7 +10,7 @@ "pretranslate": "find * \\( -iname \"*.php\" -o -iname \"*.ihtml\" \\) | xargs xgettext --from-code=UTF-8 -j --add-location=never --package-name=Opencast --language=PHP -o \"locale/en/LC_MESSAGES/opencast.po\"", "translate": "msgfmt \"locale/en/LC_MESSAGES/opencast.po\" --output-file=\"locale/en/LC_MESSAGES/opencast.mo\"", "prezip": "npm install", - "zip": "zip -r Opencast-V$npm_package_version.zip classes controllers cronjobs images locale migrations models node_modules stylesheets views LICENSE INSTALL.md README.md bootstrap.php constants.php Opencast.class.php plugin.manifest" + "zip": "zip -r Opencast-V$npm_package_version.zip classes controllers cronjobs images javascripts locale migrations models node_modules stylesheets views LICENSE INSTALL.md README.md bootstrap.php constants.php OpenCast.class.php plugin.manifest" }, "repository": { "type": "git", diff --git a/plugin.manifest b/plugin.manifest index b8f6ac06c..e8aef21d8 100644 --- a/plugin.manifest +++ b/plugin.manifest @@ -1,7 +1,7 @@ pluginname=OpenCast pluginclassname=OpenCast origin=elan-ev -version=1.2.102 +version=1.2.103 studipMinVersion=4.0 studipMaxVersion=4.4 summary=Vorlesungsaufzeichnung