mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-22 20:51:58 +00:00
wording: improve wording
* external input
This commit is contained in:
@@ -17,42 +17,38 @@
|
|||||||
|
|
||||||
<div class="ui stackable two column grid">
|
<div class="ui stackable two column grid">
|
||||||
<div class="centered row">
|
<div class="centered row">
|
||||||
<h1 class="ui header">{{ _('Create an Account') }}</h1>
|
<h1 class="ui header">{{ _("Create an Account") }}</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="column" id="switch_left">
|
<div class="column" id="switch_left">
|
||||||
<div class="ui basic segment">
|
<div class="ui basic segment">
|
||||||
<h4 class="ui header">{{ _('Citeable. Discoverable.') }}</h4>
|
<h4 class="ui header">{{ _("Citeable. Discoverable.") }}</h4>
|
||||||
<p class="bodytext">
|
<p class="bodytext">
|
||||||
{{ _('Uploads get a Digital Object Identifier (DOI) to make them easily and uniquely citeable.')}}</h5>
|
{{ _("Uploads get a Digital Object Identifier (DOI) to make them easily and uniquely citeable.")}}</h5>
|
||||||
<h4 class="ui header">{{ _('Communities.') }}</h4>
|
<h4 class="ui header">{{ _("Communities.") }}</h4>
|
||||||
<p class="bodytext">
|
<p class="bodytext">
|
||||||
{{ _('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).") }}
|
||||||
</h5>
|
</h5>
|
||||||
<h4 class="ui header">{{ _('Trusted Research Data Management') }}</h4>
|
<h4 class="ui header">{{ _("Trusted Research Data Management") }}</h4>
|
||||||
<p class="bodytext">
|
<p class="bodytext">
|
||||||
{{ _('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.") }}
|
||||||
</h5>
|
</h5>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="column" id="switch_right">
|
<div class="column" id="switch_right">
|
||||||
|
{# Sigup with SSO #}
|
||||||
|
|
||||||
<!--Sigup with SSO-->
|
|
||||||
{%- if config.INVENIO_CONFIG_TUGRAZ_SHIBBOLETH %}
|
{%- if config.INVENIO_CONFIG_TUGRAZ_SHIBBOLETH %}
|
||||||
<div class="ui divider"></div>
|
<div class="ui divider"></div>
|
||||||
<a href="{{ url_for('sso_saml.sso', idp='idp') }}" class="login-page-button ui fluid large button">
|
<a href="{{ url_for("sso_saml.sso", idp="idp") }}" class="login-page-button ui fluid large button">
|
||||||
<span style="font-size: 18px;">{{ _('Sign up with TUGRAZ ') }}</span>
|
<span style="font-size: 18px;">{{ _("Sign up with TUGRAZ") }}</span>
|
||||||
<img src="{{ url_for('static', filename=config.INVENIO_THEME_TUGRAZ_ICON)}}" height="20px" />
|
<img src="{{ url_for("static", filename=config.INVENIO_THEME_TUGRAZ_ICON) }}" height="20px" />
|
||||||
</a>
|
</a>
|
||||||
<div class="ui inverted horizontal divider"><span class="text-color">{{_ ("Or")}}</span></div>
|
<div class="ui inverted horizontal divider"><span class="text-color">{{_ ("Or") }}</span></div>
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
{%- block form_header %}
|
{%- block form_header %}
|
||||||
<!-- can add a header img-->
|
{# can add a header img #}
|
||||||
{%- block form_outer %}
|
{%- block form_outer %}
|
||||||
{%- endblock form_outer %}
|
{%- endblock form_outer %}
|
||||||
{%- endblock form_header %}
|
{%- endblock form_header %}
|
||||||
@@ -62,11 +58,11 @@
|
|||||||
<div class="ui padded centered large form">
|
<div class="ui padded centered large form">
|
||||||
<div class="ui styled accordion">
|
<div class="ui styled accordion">
|
||||||
<div class="title trigger {{ accordion_active }}">
|
<div class="title trigger {{ accordion_active }}">
|
||||||
{{ _('Sign up with repository credentials') }}
|
{{ _("Sign up with repository credentials") }}
|
||||||
<i class="user icon button"></i>
|
<i class="user icon button"></i>
|
||||||
</div>
|
</div>
|
||||||
<div class="content {{ accordion_active }}">
|
<div class="content {{ accordion_active }}">
|
||||||
<form class="ui large form" action="{{ url_for_security('register') }}" method="POST" name="register_user_form">
|
<form class="ui large form" action="{{ url_for_security("register") }}" method="POST" name="register_user_form">
|
||||||
{{ form_errors(form) }}
|
{{ form_errors(form) }}
|
||||||
{{ form.hidden_tag() }}
|
{{ form.hidden_tag() }}
|
||||||
{%- block registration_form_fields scoped %}
|
{%- block registration_form_fields scoped %}
|
||||||
@@ -83,7 +79,7 @@
|
|||||||
|
|
||||||
<div class="centered row">
|
<div class="centered row">
|
||||||
<button type="submit" class="ui fluid large submit button">
|
<button type="submit" class="ui fluid large submit button">
|
||||||
<i class="ui edit outline icon"></i>{{ _('Sign up') }}
|
<i class="ui edit outline icon"></i>{{ _("Sign up") }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
@@ -93,7 +89,6 @@
|
|||||||
{%- endwith %}
|
{%- endwith %}
|
||||||
<div class="ui divider"></div>
|
<div class="ui divider"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -13,20 +13,20 @@
|
|||||||
<h2>{{ _("Research Result") }}</h2>
|
<h2>{{ _("Research Result") }}</h2>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
{{ _("Description for research result") }}
|
{{ _("Frontpage: Description for research result") }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
{#
|
{#
|
||||||
<li>
|
<li>
|
||||||
<a href="research-results/browse">Browse</a>
|
<a href="research-results/browse">{{ _("Browse") }}</a>
|
||||||
</li>
|
</li>
|
||||||
#}
|
#}
|
||||||
<li>
|
<li>
|
||||||
<a href="records/search">Search</a>
|
<a href="records/search">{{ _("Search for research results") }}</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="me/uploads">Upload</a>
|
<a href="me/uploads">{{ _("Upload research results") }}</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
<h2>{{ _("Publications") }}</h2>
|
<h2>{{ _("Publications") }}</h2>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
{{ _("Description for publications") }}
|
{{ _("Frontpage: Description for publications") }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
@@ -46,30 +46,30 @@
|
|||||||
</li>
|
</li>
|
||||||
#}
|
#}
|
||||||
<li>
|
<li>
|
||||||
<a href="publications/search">Search</a>
|
<a href="publications/search">{{ _("Search for publications") }}</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="left aligned column">
|
<div class="left aligned column">
|
||||||
<div class="ui segment image">
|
<div class="ui segment image">
|
||||||
<h2>{{ _("OER") }}</h2>
|
<h2>{{ _("Educational Resources") }}</h2>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
{{ _("Description for open educational resources") }}
|
{{ _("Frontpage: Description for open educational resources") }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
{#
|
{#
|
||||||
<li>
|
<li>
|
||||||
<a href="oer/browse">Browse</a>
|
<a href="oer/browse">{{ _("Browse") }}</a>
|
||||||
</li>
|
</li>
|
||||||
#}
|
#}
|
||||||
<li>
|
<li>
|
||||||
<a href="oer/search">Search</a>
|
<a href="oer/search">{{ _("Search for educational resourses") }}</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="oer/uploads">Upload</a>
|
<a href="oer/uploads">{{ _("Upload educational resources") }}</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
<a role="menuitem" href="/communities" class="no-decoration">{{ _("Communities") }}</a>
|
<a role="menuitem" href="/communities" class="no-decoration">{{ _("Communities") }}</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="two wide column main-menu-entry">
|
<div class="two wide column main-menu-entry">
|
||||||
<a role="menuitem" href="/me/overview" class="no-decoration">{{ _("My dashboard") }}</a>
|
<a role="menuitem" href="/me/overview" class="no-decoration">{{ _("Dashboard") }}</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
"title": "publication",
|
"title": "publication",
|
||||||
},{
|
},{
|
||||||
"key": "lom",
|
"key": "lom",
|
||||||
"text": _("Open Educational Resources"),
|
"text": _("Educational Resources"),
|
||||||
"value": url_for("invenio_records_lom.search"),
|
"value": url_for("invenio_records_lom.search"),
|
||||||
"title": "oer",
|
"title": "oer",
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
<img alt="Research Result" src="{{ url_for("static", filename="images/cyan_400x400.png") }}">
|
<img alt="Research Result" src="{{ url_for("static", filename="images/cyan_400x400.png") }}">
|
||||||
</a>
|
</a>
|
||||||
<div class="ui right floated text">
|
<div class="ui right floated text">
|
||||||
Research results gives the base on which publications are built.
|
{{ _("Overview: Description for research result") }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
<img alt="Communities" src="{{ url_for("static", filename="images/dark_blue_400x400.png") }}">
|
<img alt="Communities" src="{{ url_for("static", filename="images/dark_blue_400x400.png") }}">
|
||||||
</a>
|
</a>
|
||||||
<div>
|
<div>
|
||||||
Communities form the area local interests could be planted on.
|
{{ _("Overview: Description of Communities") }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
<img alt="Requests" src="{{ url_for("static", filename="images/light_green_400x400.png") }}">
|
<img alt="Requests" src="{{ url_for("static", filename="images/light_green_400x400.png") }}">
|
||||||
</a>
|
</a>
|
||||||
<div>
|
<div>
|
||||||
Requests build the bridge to communicate with the administration.
|
{{ _("Overview: Description of Requests") }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -61,18 +61,18 @@
|
|||||||
<img alt="Publications" src="{{ url_for("static", filename="images/red_400x400.png") }}">
|
<img alt="Publications" src="{{ url_for("static", filename="images/red_400x400.png") }}">
|
||||||
</a>
|
</a>
|
||||||
<div>
|
<div>
|
||||||
Publications are the synthesized result of research.
|
{{ _("Overview: Description for publications") }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<div class="ui segment" style="height: 480px">
|
<div class="ui segment" style="height: 480px">
|
||||||
<h2>{{ _("OER") }}</h2>
|
<h2>{{ _("Educational Resources") }}</h2>
|
||||||
<a class="ui left floated image" href="/oer/uploads">
|
<a class="ui left floated image" href="/oer/uploads">
|
||||||
<img alt="Open Educational Resources" src="{{ url_for("static", filename="images/rosa_400x400.png") }}">
|
<img alt="Open Educational Resources" src="{{ url_for("static", filename="images/rosa_400x400.png") }}">
|
||||||
</a>
|
</a>
|
||||||
<div>
|
<div>
|
||||||
Open Educational Resources are the basis for training other possible scientists.
|
{{ _("Overview: Description for open educational resources") }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -12,7 +12,9 @@
|
|||||||
|
|
||||||
{% if not records %}
|
{% if not records %}
|
||||||
<div class="ui centered grid">
|
<div class="ui centered grid">
|
||||||
<p style="font-size: medium;">{{ _("There are no public records to show.") }}</p>
|
<p style="font-size: medium;">
|
||||||
|
{{ _("There are no public records to show.") }}
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
@@ -22,12 +24,12 @@
|
|||||||
|
|
||||||
<article>
|
<article>
|
||||||
<div class="badges">
|
<div class="badges">
|
||||||
<!--Publication date/Version badge-->
|
{# Publication date/Version badge #}
|
||||||
<span class="ui label blue" data-tooltip="{{ _("Publication date") }}" data-inverted="">
|
<span class="ui label blue" data-tooltip="{{ _("Publication date") }}" data-inverted="">
|
||||||
{{ r.created_date_l10n_long }}
|
{{ r.created_date_l10n_long }}
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<!--Resource type badge-->
|
{# Resource type badge #}
|
||||||
<span class="ui label grey" data-tooltip="{{ _("Resource type") }}" data-inverted="">
|
<span class="ui label grey" data-tooltip="{{ _("Resource type") }}" data-inverted="">
|
||||||
{%- for type in r.metadata.types %}
|
{%- for type in r.metadata.types %}
|
||||||
{{ type }}
|
{{ type }}
|
||||||
@@ -35,7 +37,8 @@
|
|||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span class="ui label access-status {{ r.access_status.id }}"
|
<span class="ui label access-status {{ r.access_status.id }}"
|
||||||
data-tooltip="{{ r.access_status.description_l10n }}" data-inverted="">
|
data-tooltip="{{ r.access_status.description_l10n }}"
|
||||||
|
data-inverted="">
|
||||||
<i class="icon {{ r.access_status.icon }}"></i>
|
<i class="icon {{ r.access_status.icon }}"></i>
|
||||||
{{ r.access_status.title_l10n }}
|
{{ r.access_status.title_l10n }}
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
@@ -8,8 +8,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: invenio-theme-tugraz 1.0.4\n"
|
"Project-Id-Version: invenio-theme-tugraz 1.0.4\n"
|
||||||
"Report-Msgid-Bugs-To: mojib.wali@tugraz.at\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: 2023-11-20 15:29+0100\n"
|
"PO-Revision-Date: 2023-12-06 11:31+0100\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: de <LL@li.org>\n"
|
"Language-Team: de <LL@li.org>\n"
|
||||||
"Language: de\n"
|
"Language: de\n"
|
||||||
@@ -34,7 +34,6 @@ msgstr "Repository"
|
|||||||
msgid "Overview"
|
msgid "Overview"
|
||||||
msgstr "Übersicht"
|
msgstr "Übersicht"
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html:49
|
|
||||||
#: invenio_theme_tugraz/views.py:86
|
#: invenio_theme_tugraz/views.py:86
|
||||||
msgid "My dashboard"
|
msgid "My dashboard"
|
||||||
msgstr "Meine Übersicht"
|
msgstr "Meine Übersicht"
|
||||||
@@ -70,7 +69,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:12
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:12
|
||||||
msgid "Citeable"
|
msgid "Citeable"
|
||||||
msgstr "Zitierfähig "
|
msgstr "Zitierfähig"
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:12
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:12
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -78,7 +77,7 @@ msgid ""
|
|||||||
"citable and trackable."
|
"citable and trackable."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Jeder Upload wird mit einem Digital Object Identifier (DOI) versehen,um ihn "
|
"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
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:13
|
||||||
msgid "No waiting time"
|
msgid "No waiting time"
|
||||||
@@ -166,7 +165,7 @@ msgstr "Resilient, widerstandsfähig"
|
|||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:78
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:78
|
||||||
msgid "Connected Services"
|
msgid "Connected Services"
|
||||||
msgstr "Verbundene Services "
|
msgstr "Verbundene Services"
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:82
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:82
|
||||||
msgid "PURE"
|
msgid "PURE"
|
||||||
@@ -186,7 +185,7 @@ msgstr "Barrierefreiheit"
|
|||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:104
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:104
|
||||||
msgid "Tipp:"
|
msgid "Tipp:"
|
||||||
msgstr "Tipp"
|
msgstr "Tipp:"
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:107
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:107
|
||||||
msgid "Use Ctrl + and Crtl -"
|
msgid "Use Ctrl + and Crtl -"
|
||||||
@@ -202,14 +201,23 @@ msgid "Research Result"
|
|||||||
msgstr "Forschungsergebnisse"
|
msgstr "Forschungsergebnisse"
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:16
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:16
|
||||||
msgid "Description for research result"
|
msgid "Frontpage: Description for research result"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Forschungsergebnisse ist der Sammelbegriff für alles was bei einem "
|
"Forschungsergebnisse ist der Sammelbegriff für alle Ergebnisse eines "
|
||||||
"Forschungsprojekt an Ergebnisse vorhanden sind. Sie beschreiben auf welchen "
|
"Forschungsprojekts. Sie beschreiben die Daten, den Quellcode und alle "
|
||||||
"Daten die Publikationen fußen. Sie beschreiben mit welchen Tools die "
|
"digitalen Objekte, auf denen die Publikationsergebnisse beruhen. Dazu "
|
||||||
"Forschungsdaten gesammelt und bearbeitet wurden. Die folgenden Verlinkungen "
|
"gehören auch die Werkzeuge, die zur Erhebung und Verarbeitung der "
|
||||||
"bieten die Möglichkeit Forschungsergebnisse dem Repository hinzuzufügen, "
|
"Forschungsdaten verwendet wurden. Die folgenden Links bieten die "
|
||||||
"aber auch die Ergebnisse anderer Personen zu suchen."
|
"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/frontpage_overview.html:36
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html:22
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html:22
|
||||||
@@ -218,24 +226,40 @@ msgid "Publications"
|
|||||||
msgstr "Publikationen"
|
msgstr "Publikationen"
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:39
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:39
|
||||||
msgid "Description for publications"
|
msgid "Frontpage: Description for publications"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Publikationen umfassen sehr viele Bereiche. Es werden OpenAccess papers aus "
|
"Der Bereich Publikationen umfasst Zitate aus verschiedenen Bereichen. Open-"
|
||||||
"Pure importiert. Es werden OpenAcces Verlagspublikationen veröffentlicht. Es "
|
"Access-Publikationen werden von Pure importiert. Veröffentlichungen von Open-"
|
||||||
"werden Digitalisate angeboten. Es werden Hochschulschriften einer breiten "
|
"Access-Verlagen werden freigegeben. Digitale Kopien werden angeboten. Die "
|
||||||
"Masse an Personen zur Verfügung gestellt. Die Suche bietet die Möglichkeit "
|
"Veröffentlichungen der Universität werden einem breiten Publikum zugänglich "
|
||||||
"aus der Menge an Publikationen das richtige zu wählen."
|
"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/frontpage_overview.html:56
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:70
|
msgid "Educational Resources"
|
||||||
msgid "OER"
|
msgstr "Bildungsinhalte"
|
||||||
msgstr "OER"
|
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:59
|
#: 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 ""
|
msgstr ""
|
||||||
"Open Educational Resources sind offene Bildungsresourcen die einen "
|
"In diesem Bereich können Sie Ihre offen lizenzierten Bildungsinhalte (OER, "
|
||||||
"niederschwelligen Zugriff zu freien Bildungsresourcen bieten."
|
"Open Educational Resources) hochladen und nach Bildungsressourcen suchen, "
|
||||||
|
"die von anderen hochgeladen wurden. Ihre hochgeladenen Inhalte werden "
|
||||||
|
"automatisch auf den <a href=\"oerhub.at\">OERhub.at</a> ü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/accounts/accounts_base.html:61
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html:11
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html:11
|
||||||
@@ -256,6 +280,10 @@ msgstr "Startseite"
|
|||||||
msgid "Communities"
|
msgid "Communities"
|
||||||
msgstr "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
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:30
|
||||||
msgid "Need help?"
|
msgid "Need help?"
|
||||||
msgstr "Brauchen Sie Hilfe?"
|
msgstr "Brauchen Sie Hilfe?"
|
||||||
@@ -282,7 +310,7 @@ msgstr "One-on-one mit"
|
|||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:47
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:47
|
||||||
msgid "supporters."
|
msgid "supporters."
|
||||||
msgstr "Unterstützern"
|
msgstr "UnterstützerInnen."
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:48
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:48
|
||||||
msgid "Quota increases beyond our default policy."
|
msgid "Quota increases beyond our default policy."
|
||||||
@@ -332,33 +360,66 @@ msgstr "TECHNIK"
|
|||||||
msgid "TECHNOLOGY"
|
msgid "TECHNOLOGY"
|
||||||
msgstr "LEIDENSCHAFT"
|
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
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:48
|
||||||
msgid "Requests"
|
msgid "Requests"
|
||||||
msgstr "Anfragen"
|
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
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:11
|
||||||
msgid "Recent uploads"
|
msgid "Recent uploads"
|
||||||
msgstr "Kürzlich hochgeladene Dateien"
|
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."
|
msgid "There are no public records to show."
|
||||||
msgstr "Es sind keine öffentlich zugänglichen Datensätze vorhanden."
|
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"
|
msgid "Publication date"
|
||||||
msgstr "Datum der Veröffentlichung"
|
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"
|
msgid "Resource type"
|
||||||
msgstr "Art der Veröffentlichung"
|
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"
|
msgid "More"
|
||||||
msgstr "Mehr"
|
msgstr "Mehr"
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/header_login.html:8
|
#: 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/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"
|
msgid "Sign up"
|
||||||
msgstr "Registrieren"
|
msgstr "Registrieren"
|
||||||
|
|
||||||
@@ -380,7 +441,7 @@ msgid "Log in with %(title)s"
|
|||||||
msgstr "Einloggen mit %(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/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"
|
msgid "Or"
|
||||||
msgstr "Oder"
|
msgstr "Oder"
|
||||||
|
|
||||||
@@ -399,7 +460,7 @@ msgstr "Neu im %(sitename)s?"
|
|||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:91
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:91
|
||||||
msgid "Forgot password?"
|
msgid "Forgot password?"
|
||||||
msgstr "Passwort vergessen"
|
msgstr "Passwort vergessen?"
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:20
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:20
|
||||||
msgid "Create an Account"
|
msgid "Create an Account"
|
||||||
@@ -418,7 +479,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:28
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:28
|
||||||
msgid "Communities."
|
msgid "Communities."
|
||||||
msgstr "Communities"
|
msgstr "Communities."
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:30
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:30
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -436,16 +497,24 @@ msgstr "Vertrauenswürdiges Forschungsdatenmanagement"
|
|||||||
msgid ""
|
msgid ""
|
||||||
"Built on top of TU Graz expertise in managing of the research data from the "
|
"Built on top of TU Graz expertise in managing of the research data from the "
|
||||||
"Graz University of Technology."
|
"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
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:44
|
||||||
msgid "Sign up with TUGRAZ "
|
msgid "Sign up with TUGRAZ"
|
||||||
msgstr "Mit Ihrem TUGonline-Account registrieren"
|
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"
|
msgid "Sign up with repository credentials"
|
||||||
msgstr "Mit Ihren Repository Daten registrieren"
|
msgstr "Mit Ihren Repository Daten registrieren"
|
||||||
|
|
||||||
|
#~ msgid "Search"
|
||||||
|
#~ msgstr "Suche"
|
||||||
|
|
||||||
|
#, fuzzy
|
||||||
|
#~| msgid "Upload OER"
|
||||||
|
#~ msgid "Upload"
|
||||||
|
#~ msgstr "Upload OER"
|
||||||
|
|
||||||
#~ msgid "Impressum"
|
#~ msgid "Impressum"
|
||||||
#~ msgstr "Imprint"
|
#~ msgstr "Imprint"
|
||||||
|
|
||||||
@@ -487,9 +556,6 @@ msgstr "Mit Ihren Repository Daten registrieren"
|
|||||||
#~ "Steigerung der Sichtbarkeit der Datensätze durch Synchronisation mit "
|
#~ "Steigerung der Sichtbarkeit der Datensätze durch Synchronisation mit "
|
||||||
#~ "Harvestern (DataCite)."
|
#~ "Harvestern (DataCite)."
|
||||||
|
|
||||||
#~ msgid "Upload Research Output"
|
|
||||||
#~ msgstr "Upload Forschungsergebnisse"
|
|
||||||
|
|
||||||
#~ msgid ""
|
#~ msgid ""
|
||||||
#~ "Open Educational Resources (OER) will be visible on various discovery "
|
#~ "Open Educational Resources (OER) will be visible on various discovery "
|
||||||
#~ "tools like the OERhub."
|
#~ "tools like the OERhub."
|
||||||
@@ -497,9 +563,6 @@ msgstr "Mit Ihren Repository Daten registrieren"
|
|||||||
#~ "Open Educational Resources (OER) werden auf Suchmaschinen wie OERhub "
|
#~ "Open Educational Resources (OER) werden auf Suchmaschinen wie OERhub "
|
||||||
#~ "sichtbar sein."
|
#~ "sichtbar sein."
|
||||||
|
|
||||||
#~ msgid "Upload OER"
|
|
||||||
#~ msgstr "Upload OER"
|
|
||||||
|
|
||||||
#~ msgid "Type and press enter to search"
|
#~ msgid "Type and press enter to search"
|
||||||
#~ msgstr "Suchbegriff eingeben und “Enter” drücken (?)"
|
#~ msgstr "Suchbegriff eingeben und “Enter” drücken (?)"
|
||||||
|
|
||||||
|
|||||||
@@ -8,16 +8,16 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: invenio-theme-tugraz 4.12.0\n"
|
"Project-Id-Version: invenio-theme-tugraz 4.12.0\n"
|
||||||
"Report-Msgid-Bugs-To: mojib.wali@tugraz.at\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 09:52+0100\n"
|
||||||
"PO-Revision-Date: 2023-11-22 14:47+0100\n"
|
"PO-Revision-Date: 2023-12-06 10:03+0100\n"
|
||||||
"Language: en\n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: en <LL@li.org>\n"
|
"Language-Team: en <LL@li.org>\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Language: en\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
"Generated-By: Babel 2.13.1\n"
|
"Generated-By: Babel 2.13.1\n"
|
||||||
"Last-Translator: \n"
|
|
||||||
"X-Generator: Poedit 2.3.1\n"
|
"X-Generator: Poedit 2.3.1\n"
|
||||||
|
|
||||||
#: invenio_theme_tugraz/config.py:13 invenio_theme_tugraz/config.py:60
|
#: 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
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:10
|
||||||
msgid ""
|
msgid ""
|
||||||
"your research is stored safely for the future in TU Graz library for as "
|
"your research is stored safely for the future in TU Graz library for as long "
|
||||||
"long as TU Graz library exists."
|
"as TU Graz library exists."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:11
|
#: 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
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:11
|
||||||
msgid ""
|
msgid ""
|
||||||
"built and operated by CERN and OpenAIRE to ensure that everyone can join "
|
"built and operated by CERN and OpenAIRE to ensure that everyone can join in "
|
||||||
"in Open Science."
|
"Open Science."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:12
|
#: 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
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:13
|
||||||
msgid ""
|
msgid ""
|
||||||
"Uploads are made available online as soon as you hit publish, and your "
|
"Uploads are made available online as soon as you hit publish, and your DOI "
|
||||||
"DOI is registered within seconds."
|
"is registered within seconds."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:14
|
#: 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
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:14
|
||||||
msgid ""
|
msgid ""
|
||||||
"Share e.g. anonymized clinical trial data with only medical "
|
"Share e.g. anonymized clinical trial data with only medical professionals "
|
||||||
"professionals via our restricted access mode."
|
"via our restricted access mode."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:15
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/benefits.html:15
|
||||||
@@ -192,13 +192,25 @@ msgid "Research Result"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:16
|
#: 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 ""
|
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/frontpage_overview.html:36
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html:22
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/navbar.html:22
|
||||||
@@ -207,24 +219,26 @@ msgid "Publications"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:39
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:39
|
||||||
msgid "Description for publications"
|
msgid "Frontpage: Description for publications"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Publications cover many areas. OpenAccess papers are imported from Pure. "
|
"The section of publications covers citations from several areas. Open Access "
|
||||||
"OpenAccess publisher publications are published. Digital copies are "
|
"papers are imported from Pure. Publications from Open Access publishers are "
|
||||||
"offered. University publications are made available to a wide range of "
|
"shared. Digital copies are offered. University publications are made "
|
||||||
"people. The search offers the possibility to choose the right "
|
"available to a wide range of people. The following link offers the "
|
||||||
"publication from the many available."
|
"possibility to search among publications."
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:56
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:56
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:70
|
msgid "Educational Resources"
|
||||||
msgid "OER"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:59
|
#: 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 ""
|
msgstr ""
|
||||||
"Open Educational Resources are open educational resources that offer low-"
|
"In this area, you can upload your openly licensed educational content (OER, "
|
||||||
"threshold access to free educational resources."
|
"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/accounts/accounts_base.html:61
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html:11
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html:11
|
||||||
@@ -321,10 +335,40 @@ msgstr ""
|
|||||||
msgid "TECHNOLOGY"
|
msgid "TECHNOLOGY"
|
||||||
msgstr ""
|
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
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:48
|
||||||
msgid "Requests"
|
msgid "Requests"
|
||||||
msgstr ""
|
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
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:11
|
||||||
msgid "Recent uploads"
|
msgid "Recent uploads"
|
||||||
msgstr ""
|
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/header_login.html:8
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:82
|
#: 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"
|
msgid "Sign up"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -369,7 +413,7 @@ msgid "Log in with %(title)s"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:46
|
#: 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"
|
msgid "Or"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -410,8 +454,8 @@ msgstr ""
|
|||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:30
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:30
|
||||||
msgid ""
|
msgid ""
|
||||||
"Accept or reject uploads to your own community (e.g workshops, EU "
|
"Accept or reject uploads to your own community (e.g workshops, EU projects, "
|
||||||
"projects, institutions or entire disciplines)."
|
"institutions or entire disciplines)."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:32
|
#: 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
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:34
|
||||||
msgid ""
|
msgid ""
|
||||||
"Built on top of TU Graz expertise in managing of the research data from "
|
"Built on top of TU Graz expertise in managing of the research data from the "
|
||||||
"the Graz University of Technology."
|
"Graz University of Technology."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:48
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:44
|
||||||
msgid "Sign up with TUGRAZ "
|
msgid "Sign up with TUGRAZ"
|
||||||
msgstr ""
|
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"
|
msgid "Sign up with repository credentials"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|||||||
@@ -7,16 +7,16 @@
|
|||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
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"
|
"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"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\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
|
#: invenio_theme_tugraz/config.py:13 invenio_theme_tugraz/config.py:60
|
||||||
msgid "TU Graz Repository"
|
msgid "TU Graz Repository"
|
||||||
@@ -32,7 +32,6 @@ msgstr ""
|
|||||||
msgid "Overview"
|
msgid "Overview"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html:49
|
|
||||||
#: invenio_theme_tugraz/views.py:86
|
#: invenio_theme_tugraz/views.py:86
|
||||||
msgid "My dashboard"
|
msgid "My dashboard"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -190,7 +189,15 @@ msgid "Research Result"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:16
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:36
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:36
|
||||||
@@ -200,16 +207,27 @@ msgid "Publications"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:39
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:56
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:56
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:70
|
msgid "Educational Resources"
|
||||||
msgid "OER"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/frontpage_overview.html:59
|
#: 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 ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/accounts_base.html:61
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/accounts_base.html:61
|
||||||
@@ -231,6 +249,10 @@ msgstr ""
|
|||||||
msgid "Communities"
|
msgid "Communities"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/header.html:49
|
||||||
|
msgid "Dashboard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:30
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/index.html:30
|
||||||
msgid "Need help?"
|
msgid "Need help?"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@@ -307,33 +329,57 @@ msgstr ""
|
|||||||
msgid "TECHNOLOGY"
|
msgid "TECHNOLOGY"
|
||||||
msgstr ""
|
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
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/overview.html:48
|
||||||
msgid "Requests"
|
msgid "Requests"
|
||||||
msgstr ""
|
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
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/recent_uploads.html:11
|
||||||
msgid "Recent uploads"
|
msgid "Recent uploads"
|
||||||
msgstr ""
|
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."
|
msgid "There are no public records to show."
|
||||||
msgstr ""
|
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"
|
msgid "Publication date"
|
||||||
msgstr ""
|
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"
|
msgid "Resource type"
|
||||||
msgstr ""
|
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"
|
msgid "More"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/header_login.html:8
|
#: 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/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"
|
msgid "Sign up"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -355,7 +401,7 @@ msgid "Log in with %(title)s"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/login_user.html:46
|
#: 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"
|
msgid "Or"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@@ -410,11 +456,11 @@ msgid ""
|
|||||||
"the Graz University of Technology."
|
"the Graz University of Technology."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:48
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/accounts/register_user.html:44
|
||||||
msgid "Sign up with TUGRAZ "
|
msgid "Sign up with TUGRAZ"
|
||||||
msgstr ""
|
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"
|
msgid "Sign up with repository credentials"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user