Skip to content

Commit

Permalink
update translations, fix zip generation
Browse files Browse the repository at this point in the history
  • Loading branch information
tgloeggl committed Mar 9, 2020
1 parent 8feaa98 commit f0acb9f
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 5 deletions.
Binary file modified locale/en/LC_MESSAGES/opencast.mo
Binary file not shown.
47 changes: 46 additions & 1 deletion locale/en/LC_MESSAGES/opencast.po
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -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 ""
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugin.manifest
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f0acb9f

Please sign in to comment.