diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html index e1b335e..9a13114 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html @@ -17,42 +17,38 @@
-

{{ _('Create an Account') }}

+

{{ _("Create an Account") }}

-

{{ _('Citeable. Discoverable.') }}

+

{{ _("Citeable. Discoverable.") }}

- {{ _('Uploads get a Digital Object Identifier (DOI) to make them easily and uniquely citeable.')}} -

{{ _('Communities.') }}

+ {{ _("Uploads get a Digital Object Identifier (DOI) to make them easily and uniquely citeable.")}} +

{{ _("Communities.") }}

- {{ _('Accept or reject uploads to your own community (e.g workshops, EU projects, institutions or entire disciplines).') }} + {{ _("Accept or reject uploads to your own community (e.g workshops, EU projects, institutions or entire disciplines).") }} -

{{ _('Trusted Research Data Management') }}

+

{{ _("Trusted Research Data Management") }}

- {{ _('Built on top of TU Graz expertise in managing of the research data from the Graz University of Technology.') }} + {{ _("Built on top of TU Graz expertise in managing of the research data from the Graz University of Technology.") }} - -

- - - + {# Sigup with SSO #} {%- if config.INVENIO_CONFIG_TUGRAZ_SHIBBOLETH %}
- -
{{_ ("Or")}}
+ +
{{_ ("Or") }}
{%- endif %} {%- block form_header %} - + {# can add a header img #} {%- block form_outer %} {%- endblock form_outer %} {%- endblock form_header %} @@ -62,11 +58,11 @@
- {{ _('Sign up with repository credentials') }} + {{ _("Sign up with repository credentials") }}
-
+ {{ form_errors(form) }} {{ form.hidden_tag() }} {%- block registration_form_fields scoped %} @@ -83,7 +79,7 @@
@@ -93,7 +89,6 @@ {%- endwith %}
-
diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html index 3d92ed7..d095302 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html @@ -13,20 +13,20 @@

{{ _("Research Result") }}

- {{ _("Description for research result") }} + {{ _("Frontpage: Description for research result") }}
@@ -36,7 +36,7 @@

{{ _("Publications") }}

- {{ _("Description for publications") }} + {{ _("Frontpage: Description for publications") }}
-

{{ _("OER") }}

+

{{ _("Educational Resources") }}

- {{ _("Description for open educational resources") }} + {{ _("Frontpage: Description for open educational resources") }}
diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html index 9573359..599402e 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html @@ -46,7 +46,7 @@ {{ _("Communities") }}
- {{ _("My dashboard") }} + {{ _("Dashboard") }}
diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html index 03f8e75..2cf9144 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html @@ -24,7 +24,7 @@ "title": "publication", },{ "key": "lom", - "text": _("Open Educational Resources"), + "text": _("Educational Resources"), "value": url_for("invenio_records_lom.search"), "title": "oer", } diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html index 6dfa092..726f308 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html @@ -28,7 +28,7 @@ Research Result
- Research results gives the base on which publications are built. + {{ _("Overview: Description for research result") }}
@@ -39,7 +39,7 @@ Communities
- Communities form the area local interests could be planted on. + {{ _("Overview: Description of Communities") }}
@@ -50,7 +50,7 @@ Requests
- Requests build the bridge to communicate with the administration. + {{ _("Overview: Description of Requests") }}
@@ -61,18 +61,18 @@ Publications
- Publications are the synthesized result of research. + {{ _("Overview: Description for publications") }}
-

{{ _("OER") }}

+

{{ _("Educational Resources") }}

Open Educational Resources
- Open Educational Resources are the basis for training other possible scientists. + {{ _("Overview: Description for open educational resources") }}
diff --git a/invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html b/invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html index cb1c067..34b1000 100644 --- a/invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html +++ b/invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html @@ -12,7 +12,9 @@ {% if not records %}
-

{{ _("There are no public records to show.") }}

+

+ {{ _("There are no public records to show.") }} +

{% endif %} @@ -22,12 +24,12 @@
- + {# Publication date/Version badge #} {{ r.created_date_l10n_long }} - + {# Resource type badge #} {%- for type in r.metadata.types %} {{ type }} @@ -35,7 +37,8 @@ + data-tooltip="{{ r.access_status.description_l10n }}" + data-inverted=""> {{ r.access_status.title_l10n }} diff --git a/invenio_theme_tugraz/translations/de/LC_MESSAGES/messages.po b/invenio_theme_tugraz/translations/de/LC_MESSAGES/messages.po index 0ff57fc..92390e4 100644 --- a/invenio_theme_tugraz/translations/de/LC_MESSAGES/messages.po +++ b/invenio_theme_tugraz/translations/de/LC_MESSAGES/messages.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: invenio-theme-tugraz 1.0.4\n" "Report-Msgid-Bugs-To: mojib.wali@tugraz.at\n" -"POT-Creation-Date: 2023-11-20 15:04+0100\n" -"PO-Revision-Date: 2023-11-20 15:29+0100\n" +"POT-Creation-Date: 2023-12-06 11:04+0100\n" +"PO-Revision-Date: 2023-12-06 11:31+0100\n" "Last-Translator: \n" "Language-Team: de \n" "Language: de\n" @@ -34,7 +34,6 @@ msgstr "Repository" msgid "Overview" msgstr "Übersicht" -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html:49 #: invenio_theme_tugraz/views.py:86 msgid "My dashboard" msgstr "Meine Übersicht" @@ -70,7 +69,7 @@ msgstr "" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:12 msgid "Citeable" -msgstr "Zitierfähig " +msgstr "Zitierfähig" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:12 msgid "" @@ -78,7 +77,7 @@ msgid "" "citable and trackable." msgstr "" "Jeder Upload wird mit einem Digital Object Identifier (DOI) versehen,um ihn " -"zitierfähig und nachverfolgbar zu" +"zitierfähig und nachverfolgbar zu machen." #: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:13 msgid "No waiting time" @@ -166,7 +165,7 @@ msgstr "Resilient, widerstandsfähig" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:78 msgid "Connected Services" -msgstr "Verbundene Services " +msgstr "Verbundene Services" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:82 msgid "PURE" @@ -186,7 +185,7 @@ msgstr "Barrierefreiheit" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:104 msgid "Tipp:" -msgstr "Tipp" +msgstr "Tipp:" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:107 msgid "Use Ctrl + and Crtl -" @@ -202,14 +201,23 @@ msgid "Research Result" msgstr "Forschungsergebnisse" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:16 -msgid "Description for research result" +msgid "Frontpage: Description for research result" msgstr "" -"Forschungsergebnisse ist der Sammelbegriff für alles was bei einem " -"Forschungsprojekt an Ergebnisse vorhanden sind. Sie beschreiben auf welchen " -"Daten die Publikationen fußen. Sie beschreiben mit welchen Tools die " -"Forschungsdaten gesammelt und bearbeitet wurden. Die folgenden Verlinkungen " -"bieten die Möglichkeit Forschungsergebnisse dem Repository hinzuzufügen, " -"aber auch die Ergebnisse anderer Personen zu suchen." +"Forschungsergebnisse ist der Sammelbegriff für alle Ergebnisse eines " +"Forschungsprojekts. Sie beschreiben die Daten, den Quellcode und alle " +"digitalen Objekte, auf denen die Publikationsergebnisse beruhen. Dazu " +"gehören auch die Werkzeuge, die zur Erhebung und Verarbeitung der " +"Forschungsdaten verwendet wurden. Die folgenden Links bieten die " +"Möglichkeit, Forschungsergebnisse zum Repository hinzuzufügen, aber auch " +"nach den Ergebnissen anderer Personen zu suchen." + +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:26 +msgid "Search for research results" +msgstr "Suchen Sie nach Forschungsergebnisse" + +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:29 +msgid "Upload research results" +msgstr "Erstellen Sie Forschungsergebnisse" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:36 #: invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html:22 @@ -218,24 +226,40 @@ msgid "Publications" msgstr "Publikationen" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:39 -msgid "Description for publications" +msgid "Frontpage: Description for publications" msgstr "" -"Publikationen umfassen sehr viele Bereiche. Es werden OpenAccess papers aus " -"Pure importiert. Es werden OpenAcces Verlagspublikationen veröffentlicht. Es " -"werden Digitalisate angeboten. Es werden Hochschulschriften einer breiten " -"Masse an Personen zur Verfügung gestellt. Die Suche bietet die Möglichkeit " -"aus der Menge an Publikationen das richtige zu wählen." +"Der Bereich Publikationen umfasst Zitate aus verschiedenen Bereichen. Open-" +"Access-Publikationen werden von Pure importiert. Veröffentlichungen von Open-" +"Access-Verlagen werden freigegeben. Digitale Kopien werden angeboten. Die " +"Veröffentlichungen der Universität werden einem breiten Publikum zugänglich " +"gemacht. Der folgende Link bietet die Möglichkeit, unter den Publikationen " +"zu suchen." + +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:49 +msgid "Search for publications" +msgstr "Suchen Sie nach Publikationen" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:56 -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:70 -msgid "OER" -msgstr "OER" +msgid "Educational Resources" +msgstr "Bildungsinhalte" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:59 -msgid "Description for open educational resources" +msgid "Frontpage: Description for open educational resources" msgstr "" -"Open Educational Resources sind offene Bildungsresourcen die einen " -"niederschwelligen Zugriff zu freien Bildungsresourcen bieten." +"In diesem Bereich können Sie Ihre offen lizenzierten Bildungsinhalte (OER, " +"Open Educational Resources) hochladen und nach Bildungsressourcen suchen, " +"die von anderen hochgeladen wurden. Ihre hochgeladenen Inhalte werden " +"automatisch auf den OERhub.at übertragen. Um etwas " +"in diesem Bereich hochzuladen, ist ein OER-Zertifikat und die Aktivierung " +"Ihres Accounts erforderlich." + +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:69 +msgid "Search for educational resourses" +msgstr "Suchen Sie nach Bildungsinhalten" + +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:72 +msgid "Upload educational resources" +msgstr "Erstellen Sie neue Bildungsinhalte" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/accounts_base.html:61 #: invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html:11 @@ -256,6 +280,10 @@ msgstr "Startseite" msgid "Communities" msgstr "Communities" +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html:49 +msgid "Dashboard" +msgstr "Übersicht" + #: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:30 msgid "Need help?" msgstr "Brauchen Sie Hilfe?" @@ -282,7 +310,7 @@ msgstr "One-on-one mit" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:47 msgid "supporters." -msgstr "Unterstützern" +msgstr "UnterstützerInnen." #: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:48 msgid "Quota increases beyond our default policy." @@ -332,33 +360,66 @@ msgstr "TECHNIK" msgid "TECHNOLOGY" msgstr "LEIDENSCHAFT" +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:31 +msgid "Overview: Description for research result" +msgstr "Die Forschungsergebnisse bilden die Grundlage für Veröffentlichungen." + +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:42 +msgid "Overview: Description of Communities" +msgstr "" +"Bauen Sie eine Gemeinschaft von Einzelpersonen auf, um die Plattform " +"weiterzuführen und so Datensätze für Ihre Institution, Ihr Projekt, Ihr " +"Thema oder Ihre Veranstaltung zu organisieren, zu kuratieren und gemeinsam " +"zu bearbeiten." + #: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:48 msgid "Requests" msgstr "Anfragen" +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:53 +msgid "Overview: Description of Requests" +msgstr "" +"Prüfen Sie auf eingehende Benachrichtigungen und Gemeinschaftsaufgaben oder -" +"anfragen." + +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:64 +msgid "Overview: Description for publications" +msgstr "" +"Die Veröffentlichungen sind das zusammengefasste Ergebnis der Forschung." + +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:70 +msgid "OER" +msgstr "OER" + +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:75 +msgid "Overview: Description for open educational resources" +msgstr "" +"Offene Bildungsressourcen sind die Grundlage für die Ausbildung anderer " +"möglicher Wissenschaftler." + #: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:11 msgid "Recent uploads" msgstr "Kürzlich hochgeladene Dateien" -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:15 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:16 msgid "There are no public records to show." msgstr "Es sind keine öffentlich zugänglichen Datensätze vorhanden." -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:26 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:28 msgid "Publication date" msgstr "Datum der Veröffentlichung" -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:31 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:33 msgid "Resource type" msgstr "Art der Veröffentlichung" -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:89 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:88 msgid "More" msgstr "Mehr" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/header_login.html:8 #: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:82 -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:86 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:82 msgid "Sign up" msgstr "Registrieren" @@ -380,7 +441,7 @@ msgid "Log in with %(title)s" msgstr "Einloggen mit %(title)s" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:46 -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:51 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:47 msgid "Or" msgstr "Oder" @@ -399,7 +460,7 @@ msgstr "Neu im %(sitename)s?" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:91 msgid "Forgot password?" -msgstr "Passwort vergessen" +msgstr "Passwort vergessen?" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:20 msgid "Create an Account" @@ -418,7 +479,7 @@ msgstr "" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:28 msgid "Communities." -msgstr "Communities" +msgstr "Communities." #: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:30 msgid "" @@ -436,16 +497,24 @@ msgstr "Vertrauenswürdiges Forschungsdatenmanagement" msgid "" "Built on top of TU Graz expertise in managing of the research data from the " "Graz University of Technology." -msgstr "Gebaut basierend auf Expertise derTU Graz im Bereich Data Management" +msgstr "Gebaut basierend auf Expertise der TU Graz im Bereich Data Management." -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:48 -msgid "Sign up with TUGRAZ " +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:44 +msgid "Sign up with TUGRAZ" msgstr "Mit Ihrem TUGonline-Account registrieren" -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:65 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:61 msgid "Sign up with repository credentials" msgstr "Mit Ihren Repository Daten registrieren" +#~ msgid "Search" +#~ msgstr "Suche" + +#, fuzzy +#~| msgid "Upload OER" +#~ msgid "Upload" +#~ msgstr "Upload OER" + #~ msgid "Impressum" #~ msgstr "Imprint" @@ -487,9 +556,6 @@ msgstr "Mit Ihren Repository Daten registrieren" #~ "Steigerung der Sichtbarkeit der Datensätze durch Synchronisation mit " #~ "Harvestern (DataCite)." -#~ msgid "Upload Research Output" -#~ msgstr "Upload Forschungsergebnisse" - #~ msgid "" #~ "Open Educational Resources (OER) will be visible on various discovery " #~ "tools like the OERhub." @@ -497,9 +563,6 @@ msgstr "Mit Ihren Repository Daten registrieren" #~ "Open Educational Resources (OER) werden auf Suchmaschinen wie OERhub " #~ "sichtbar sein." -#~ msgid "Upload OER" -#~ msgstr "Upload OER" - #~ msgid "Type and press enter to search" #~ msgstr "Suchbegriff eingeben und “Enter” drücken (?)" diff --git a/invenio_theme_tugraz/translations/en/LC_MESSAGES/messages.po b/invenio_theme_tugraz/translations/en/LC_MESSAGES/messages.po index 6379977..ffe1c32 100644 --- a/invenio_theme_tugraz/translations/en/LC_MESSAGES/messages.po +++ b/invenio_theme_tugraz/translations/en/LC_MESSAGES/messages.po @@ -8,16 +8,16 @@ msgid "" msgstr "" "Project-Id-Version: invenio-theme-tugraz 4.12.0\n" "Report-Msgid-Bugs-To: mojib.wali@tugraz.at\n" -"POT-Creation-Date: 2023-11-20 15:04+0100\n" -"PO-Revision-Date: 2023-11-22 14:47+0100\n" -"Language: en\n" +"POT-Creation-Date: 2023-12-06 09:52+0100\n" +"PO-Revision-Date: 2023-12-06 10:03+0100\n" +"Last-Translator: \n" "Language-Team: en \n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: en\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Babel 2.13.1\n" -"Last-Translator: \n" "X-Generator: Poedit 2.3.1\n" #: invenio_theme_tugraz/config.py:13 invenio_theme_tugraz/config.py:60 @@ -50,8 +50,8 @@ msgstr "" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:10 msgid "" -"your research is stored safely for the future in TU Graz library for as " -"long as TU Graz library exists." +"your research is stored safely for the future in TU Graz library for as long " +"as TU Graz library exists." msgstr "" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:11 @@ -60,8 +60,8 @@ msgstr "" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:11 msgid "" -"built and operated by CERN and OpenAIRE to ensure that everyone can join " -"in Open Science." +"built and operated by CERN and OpenAIRE to ensure that everyone can join in " +"Open Science." msgstr "" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:12 @@ -80,8 +80,8 @@ msgstr "" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:13 msgid "" -"Uploads are made available online as soon as you hit publish, and your " -"DOI is registered within seconds." +"Uploads are made available online as soon as you hit publish, and your DOI " +"is registered within seconds." msgstr "" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:14 @@ -90,8 +90,8 @@ msgstr "" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:14 msgid "" -"Share e.g. anonymized clinical trial data with only medical " -"professionals via our restricted access mode." +"Share e.g. anonymized clinical trial data with only medical professionals " +"via our restricted access mode." msgstr "" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:15 @@ -192,13 +192,25 @@ msgid "Research Result" msgstr "" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:16 -msgid "Description for research result" +msgid "Frontpage: Description for research result" +msgstr "" +"Research results is the collective term for all the results of a research " +"project. They describe the data, source code and all digital objects on " +"which publication results are based. These include the tools used to collect " +"and process the research data. The following links offer the possibility to " +"add research results to the repository, but also to search for the results " +"of other people." + +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:26 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:49 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:69 +msgid "Search" +msgstr "" + +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:29 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:72 +msgid "Upload" msgstr "" -"Research results is the collective term for all the results of a " -"research project. They describe the data on which the publications are " -"based. They describe the tools used to collect and process the research " -"data. The following links offer the possibility to add research results " -"to the repository, but also to search for the results of other people." #: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:36 #: invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html:22 @@ -207,24 +219,26 @@ msgid "Publications" msgstr "" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:39 -msgid "Description for publications" +msgid "Frontpage: Description for publications" msgstr "" -"Publications cover many areas. OpenAccess papers are imported from Pure. " -"OpenAccess publisher publications are published. Digital copies are " -"offered. University publications are made available to a wide range of " -"people. The search offers the possibility to choose the right " -"publication from the many available." +"The section of publications covers citations from several areas. Open Access " +"papers are imported from Pure. Publications from Open Access publishers are " +"shared. Digital copies are offered. University publications are made " +"available to a wide range of people. The following link offers the " +"possibility to search among publications." #: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:56 -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:70 -msgid "OER" +msgid "Educational Resources" msgstr "" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:59 -msgid "Description for open educational resources" +msgid "Frontpage: Description for open educational resources" msgstr "" -"Open Educational Resources are open educational resources that offer low-" -"threshold access to free educational resources." +"In this area, you can upload your openly licensed educational content (OER, " +"Open Educational Resources) and search for educational resources uploaded by " +"others. Your uploaded content will be automatically transferred to the " +"OERhub.at. To upload something in this area, an OER certificate and " +"activation of your account is required." #: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/accounts_base.html:61 #: invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html:11 @@ -321,10 +335,40 @@ msgstr "" msgid "TECHNOLOGY" msgstr "" +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:31 +msgid "Overview: Description for research result" +msgstr "Research results gives the base on which publications are built." + +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:42 +msgid "Overview: Description of Communities" +msgstr "" +"Grow a community of individuals to sustain the platform going forward and " +"thereby organize, curate and collaborate on records for your institution, " +"project, topic or event." + #: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:48 msgid "Requests" msgstr "" +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:53 +msgid "Overview: Description of Requests" +msgstr "" +"Check for incoming notifications and community assignments or inquiries." + +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:64 +msgid "Overview: Description for publications" +msgstr "Publications are the synthesized result of research." + +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:70 +msgid "OER" +msgstr "" + +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:75 +msgid "Overview: Description for open educational resources" +msgstr "" +"Open Educational Resources are the basis for training other possible " +"scientists." + #: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:11 msgid "Recent uploads" msgstr "" @@ -347,7 +391,7 @@ msgstr "" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/header_login.html:8 #: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:82 -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:86 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:82 msgid "Sign up" msgstr "" @@ -369,7 +413,7 @@ msgid "Log in with %(title)s" msgstr "" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:46 -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:51 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:47 msgid "Or" msgstr "" @@ -410,8 +454,8 @@ msgstr "" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:30 msgid "" -"Accept or reject uploads to your own community (e.g workshops, EU " -"projects, institutions or entire disciplines)." +"Accept or reject uploads to your own community (e.g workshops, EU projects, " +"institutions or entire disciplines)." msgstr "" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:32 @@ -420,14 +464,14 @@ msgstr "" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:34 msgid "" -"Built on top of TU Graz expertise in managing of the research data from " -"the Graz University of Technology." +"Built on top of TU Graz expertise in managing of the research data from the " +"Graz University of Technology." msgstr "" -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:48 -msgid "Sign up with TUGRAZ " +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:44 +msgid "Sign up with TUGRAZ" msgstr "" -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:65 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:61 msgid "Sign up with repository credentials" msgstr "" diff --git a/invenio_theme_tugraz/translations/messages.pot b/invenio_theme_tugraz/translations/messages.pot index b696d32..91065f2 100644 --- a/invenio_theme_tugraz/translations/messages.pot +++ b/invenio_theme_tugraz/translations/messages.pot @@ -7,16 +7,16 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: invenio-theme-tugraz 4.12.0\n" +"Project-Id-Version: invenio-theme-tugraz 4.12.1\n" "Report-Msgid-Bugs-To: mojib.wali@tugraz.at\n" -"POT-Creation-Date: 2023-11-20 15:04+0100\n" +"POT-Creation-Date: 2023-12-06 11:04+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.13.1\n" +"Generated-By: Babel 2.10.3\n" #: invenio_theme_tugraz/config.py:13 invenio_theme_tugraz/config.py:60 msgid "TU Graz Repository" @@ -32,7 +32,6 @@ msgstr "" msgid "Overview" msgstr "" -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html:49 #: invenio_theme_tugraz/views.py:86 msgid "My dashboard" msgstr "" @@ -190,7 +189,15 @@ msgid "Research Result" msgstr "" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:16 -msgid "Description for research result" +msgid "Frontpage: Description for research result" +msgstr "" + +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:26 +msgid "Search for research results" +msgstr "" + +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:29 +msgid "Upload research results" msgstr "" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:36 @@ -200,16 +207,27 @@ msgid "Publications" msgstr "" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:39 -msgid "Description for publications" +msgid "Frontpage: Description for publications" +msgstr "" + +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:49 +msgid "Search for publications" msgstr "" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:56 -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:70 -msgid "OER" +msgid "Educational Resources" msgstr "" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:59 -msgid "Description for open educational resources" +msgid "Frontpage: Description for open educational resources" +msgstr "" + +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:69 +msgid "Search for educational resourses" +msgstr "" + +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:72 +msgid "Upload educational resources" msgstr "" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/accounts_base.html:61 @@ -231,6 +249,10 @@ msgstr "" msgid "Communities" msgstr "" +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html:49 +msgid "Dashboard" +msgstr "" + #: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:30 msgid "Need help?" msgstr "" @@ -307,33 +329,57 @@ msgstr "" msgid "TECHNOLOGY" msgstr "" +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:31 +msgid "Overview: Description for research result" +msgstr "" + +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:42 +msgid "Overview: Description of Communities" +msgstr "" + #: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:48 msgid "Requests" msgstr "" +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:53 +msgid "Overview: Description of Requests" +msgstr "" + +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:64 +msgid "Overview: Description for publications" +msgstr "" + +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:70 +msgid "OER" +msgstr "" + +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:75 +msgid "Overview: Description for open educational resources" +msgstr "" + #: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:11 msgid "Recent uploads" msgstr "" -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:15 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:16 msgid "There are no public records to show." msgstr "" -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:26 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:28 msgid "Publication date" msgstr "" -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:31 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:33 msgid "Resource type" msgstr "" -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:89 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:88 msgid "More" msgstr "" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/header_login.html:8 #: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:82 -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:86 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:82 msgid "Sign up" msgstr "" @@ -355,7 +401,7 @@ msgid "Log in with %(title)s" msgstr "" #: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:46 -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:51 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:47 msgid "Or" msgstr "" @@ -410,11 +456,11 @@ msgid "" "the Graz University of Technology." msgstr "" -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:48 -msgid "Sign up with TUGRAZ " +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:44 +msgid "Sign up with TUGRAZ" msgstr "" -#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:65 +#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:61 msgid "Sign up with repository credentials" msgstr ""