mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-22 20:51:58 +00:00
feature: footer links
This commit is contained in:
@@ -33,7 +33,8 @@ recursive-include invenio_theme_tugraz *.scss
|
|||||||
recursive-include invenio_theme_tugraz *.svg
|
recursive-include invenio_theme_tugraz *.svg
|
||||||
recursive-include invenio_theme_tugraz *.less
|
recursive-include invenio_theme_tugraz *.less
|
||||||
recursive-include invenio_theme_tugraz *.ico
|
recursive-include invenio_theme_tugraz *.ico
|
||||||
|
recursive-include invenio_theme_tugraz *.pdf
|
||||||
recursive-include tests *.py
|
recursive-include tests *.py
|
||||||
recursive-include invenio_theme_tugraz *.jpg
|
recursive-include invenio_theme_tugraz *.jpg
|
||||||
recursive-include invenio_theme_tugraz *.gitkeep
|
recursive-include invenio_theme_tugraz *.gitkeep
|
||||||
recursive-include .github/workflows *.yml
|
recursive-include .github/workflows *.yml
|
||||||
|
|||||||
@@ -152,3 +152,8 @@ pre {
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:hover i.icon.download,
|
||||||
|
i.icon.download:hover {
|
||||||
|
color: @tugrazRed;
|
||||||
|
}
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,9 +1,9 @@
|
|||||||
{#
|
{#
|
||||||
Copyright (C) 2020-2021 Graz University of Technology.
|
Copyright (C) 2020-2021 Graz University of Technology.
|
||||||
|
|
||||||
invenio-theme-tugraz is free software; you can redistribute it and/or
|
invenio-theme-tugraz is free software; you can redistribute it and/or
|
||||||
modify it under the terms of the MIT License; see LICENSE file for more
|
modify it under the terms of the MIT License; see LICENSE file for more
|
||||||
details.
|
details.
|
||||||
#}
|
#}
|
||||||
|
|
||||||
{%- block css %}
|
{%- block css %}
|
||||||
@@ -12,7 +12,7 @@
|
|||||||
{%- endblock %}
|
{%- endblock %}
|
||||||
|
|
||||||
{%- block javascript %}
|
{%- block javascript %}
|
||||||
{{ webpack['invenio-theme-tugraz-js.js'] }}
|
{{ webpack['invenio-theme-tugraz-js.js'] }}
|
||||||
{%- endblock javascript %}
|
{%- endblock javascript %}
|
||||||
|
|
||||||
<div class="spacer"></div>
|
<div class="spacer"></div>
|
||||||
@@ -21,84 +21,91 @@
|
|||||||
|
|
||||||
<div class="ui container">
|
<div class="ui container">
|
||||||
|
|
||||||
<div class="ui grid">
|
<div class="ui grid">
|
||||||
<div class="doubling four column row">
|
<div class="doubling four column row">
|
||||||
|
|
||||||
|
|
||||||
<div class="column">
|
<div class="column">
|
||||||
|
|
||||||
<h2>{{_ ("Repository")}}</h2>
|
<h2>{{_ ("Repository")}}</h2>
|
||||||
<p class="bodytext">
|
<p class="bodytext">
|
||||||
<a href="https://tu-graz-library.github.io/docs-repository" title="Repository documentation" target="_blank">
|
<a href="https://tu-graz-library.github.io/docs-repository" title="Repository documentation"
|
||||||
{{_ ("Documentation")}} <i class="external alternate icon"></i>
|
target="_blank">
|
||||||
</a>
|
{{_ ("Documentation")}} <i class="external alternate icon"></i>
|
||||||
<br>
|
</a>
|
||||||
<a
|
<br>
|
||||||
href="https://www.tugraz.at/fileadmin/user_upload/tugrazExternal/0c4b9c02-50a6-4a31-b5fd-24a0f93b69c5/TUGraz_Repository_Guide.pdf"
|
<a href="{{ url_for('static', filename='documents/TUGraz_Repository_Guide_01_de.pdf') }}"
|
||||||
title="Quick guide" target="_blank">
|
title="Quick guide" target="_blank">
|
||||||
{{_ ("Handbook")}} <i class="external alternate icon"></i>
|
{{_ ("Reference Guide")}} <i class="download icon"></i>
|
||||||
</a>
|
</a>
|
||||||
<br>
|
<br>
|
||||||
<!-- <a href="{{ url_for('invenio_theme_tugraz.comingsoon') }}">
|
<a href="{{ url_for('static', filename='documents/TUGraz_Repository_General_Data_Protection_Rights_de.pdf') }}"
|
||||||
|
title="General Data Protection Rights" target="_blank">
|
||||||
|
{{_ ("Data Protection")}} <i class="download icon"></i>
|
||||||
|
</a>
|
||||||
|
<br>
|
||||||
|
<a href="{{ url_for('static', filename='documents/TUGraz_Repository_Terms_And_Conditions_de.pdf') }}"
|
||||||
|
title="Terms and Conditions" target="_blank">
|
||||||
|
{{_ ("Terms and Conditions")}} <i class="download icon"></i>
|
||||||
|
</a>
|
||||||
|
<br>
|
||||||
|
<!-- <a href="{{ url_for('invenio_theme_tugraz.comingsoon') }}">
|
||||||
{{_ ("Impressum")}}<i class="angle right icon"></i>
|
{{_ ("Impressum")}}<i class="angle right icon"></i>
|
||||||
</a>
|
</a>
|
||||||
<br>
|
<br>
|
||||||
<a href="{{ url_for('invenio_theme_tugraz.comingsoon') }}">
|
<a href="{{ url_for('invenio_theme_tugraz.comingsoon') }}">
|
||||||
{{_ ("Data protection")}}<i class="angle right icon"></i>
|
{{_ ("Feedback")}}<i class="angle right icon"></i>
|
||||||
</a>
|
</a> -->
|
||||||
<br>
|
</p>
|
||||||
<a href="{{ url_for('invenio_theme_tugraz.comingsoon') }}">
|
|
||||||
{{_ ("Feedback")}}<i class="angle right icon"></i>
|
</div>
|
||||||
</a> -->
|
|
||||||
</p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="column">
|
<div class="column">
|
||||||
|
|
||||||
<h2>{{_ ("Features")}}</h2>
|
|
||||||
|
|
||||||
<h4>{{_ ("Scalability")}}</h4>
|
<h2>{{_ ("Features")}}</h2>
|
||||||
|
|
||||||
<h4>{{_ ("Institutional integration")}}</h4>
|
|
||||||
|
|
||||||
<h4>{{_ ("Next Generation Repository")}}
|
<h4>{{_ ("Scalability")}}</h4>
|
||||||
</h4>
|
|
||||||
|
|
||||||
<h4>{{_ ("Repository Profiles")}}</h4>
|
<h4>{{_ ("Institutional integration")}}</h4>
|
||||||
|
|
||||||
<h4>{{_ ("Resilient")}}</h4>
|
<h4>{{_ ("Next Generation Repository")}}
|
||||||
|
</h4>
|
||||||
|
|
||||||
</div>
|
<h4>{{_ ("Repository Profiles")}}</h4>
|
||||||
|
|
||||||
|
<h4>{{_ ("Resilient")}}</h4>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="column">
|
<div class="column">
|
||||||
|
|
||||||
<h2>{{_ ("Connected Services")}}</h2>
|
|
||||||
<p class="bodytext">
|
|
||||||
|
|
||||||
<a href="https://pure.tugraz.at" title="PURE" target="_blank">
|
<h2>{{_ ("Connected Services")}}</h2>
|
||||||
{{_ ("PURE")}} <i class="external alternate icon"></i></a><br>
|
<p class="bodytext">
|
||||||
|
|
||||||
<a href="http://campusonline.tugraz.at" title="CAMPUS online" target="_blank">
|
<a href="https://pure.tugraz.at" title="PURE" target="_blank">
|
||||||
{{_ ("CampusOnline")}} <i class="external alternate icon"></i></a><br>
|
{{_ ("PURE")}} <i class="external alternate icon"></i></a><br>
|
||||||
|
|
||||||
|
<a href="http://campusonline.tugraz.at" title="CAMPUS online" target="_blank">
|
||||||
|
{{_ ("CampusOnline")}} <i class="external alternate icon"></i></a><br>
|
||||||
|
|
||||||
<a href="https://rdm.tugraz.at" title="Research Data Management" target="_blank">
|
<a href="https://rdm.tugraz.at" title="Research Data Management" target="_blank">
|
||||||
{{_ ("Research Data Management")}} <i class="external alternate icon"></i></a><br>
|
{{_ ("Research Data Management")}} <i class="external alternate icon"></i></a><br>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="column">
|
|
||||||
<h2>{{_ ("Accessibility")}}</h2>
|
|
||||||
<p class="bodytext">{{_ ("Tipp:")}}<br> {{_ ("Use Ctrl + and Crtl -")}}<br> {{_ ("to change the font size.")}}</p>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="column">
|
||||||
|
<h2>{{_ ("Accessibility")}}</h2>
|
||||||
|
<p class="bodytext">{{_ ("Tipp:")}}<br> {{_ ("Use Ctrl + and Crtl -")}}<br> {{_ ("to change the font size.")}}
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ 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: 2021-04-08 08:50+0200\n"
|
"POT-Creation-Date: 2021-04-12 13:20+0200\n"
|
||||||
"PO-Revision-Date: 2020-10-06 10:27+0200\n"
|
"PO-Revision-Date: 2020-10-06 10:27+0200\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language: de\n"
|
"Language: de\n"
|
||||||
@@ -113,79 +113,83 @@ msgstr "Nutzungsstatistiken"
|
|||||||
msgid "All uploads display standards compliant usage statistics"
|
msgid "All uploads display standards compliant usage statistics"
|
||||||
msgstr "Alle Uploads entsprechen den Standards der Nutzungsstatistiken."
|
msgstr "Alle Uploads entsprechen den Standards der Nutzungsstatistiken."
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:33
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:34
|
||||||
msgid "Documentation"
|
msgid "Documentation"
|
||||||
msgstr "Dokumentation"
|
msgstr "Dokumentation"
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:39
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:39
|
||||||
msgid "Handbook"
|
msgid "Reference Guide"
|
||||||
msgstr "Handbuch"
|
msgstr "Handbuch"
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:44
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:44
|
||||||
|
msgid "Data Protection"
|
||||||
|
msgstr "Datenschutzerklärung"
|
||||||
|
|
||||||
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:49
|
||||||
|
msgid "Terms and Conditions"
|
||||||
|
msgstr "Nutzungsbedingungen"
|
||||||
|
|
||||||
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:53
|
||||||
msgid "Impressum"
|
msgid "Impressum"
|
||||||
msgstr "Imprint"
|
msgstr "Imprint"
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:48
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:57
|
||||||
msgid "Data protection"
|
|
||||||
msgstr "Datenschutzerklärung"
|
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:52
|
|
||||||
msgid "Feedback"
|
msgid "Feedback"
|
||||||
msgstr "Feedback"
|
msgstr "Feedback"
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:61
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:66
|
||||||
msgid "Features"
|
msgid "Features"
|
||||||
msgstr "Features"
|
msgstr "Features"
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:63
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:68
|
||||||
msgid "Scalability"
|
msgid "Scalability"
|
||||||
msgstr "Skalierbarkeit"
|
msgstr "Skalierbarkeit"
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:65
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:70
|
||||||
msgid "Institutional integration"
|
msgid "Institutional integration"
|
||||||
msgstr "Institutionelle Einbindung"
|
msgstr "Institutionelle Einbindung"
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:67
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:72
|
||||||
msgid "Next Generation Repository"
|
msgid "Next Generation Repository"
|
||||||
msgstr "Repositorium der nächsten Generation"
|
msgstr "Repositorium der nächsten Generation"
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:70
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:75
|
||||||
msgid "Repository Profiles"
|
msgid "Repository Profiles"
|
||||||
msgstr "Repositorienprofile"
|
msgstr "Repositorienprofile"
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:72
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:77
|
||||||
msgid "Resilient"
|
msgid "Resilient"
|
||||||
msgstr "Resilient, widerstandsfähig"
|
msgstr "Resilient, widerstandsfähig"
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:79
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:84
|
||||||
msgid "Connected Services"
|
msgid "Connected Services"
|
||||||
msgstr "Verbundene Services "
|
msgstr "Verbundene Services "
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:83
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:88
|
||||||
msgid "PURE"
|
msgid "PURE"
|
||||||
msgstr "PURE"
|
msgstr "PURE"
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:86
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:91
|
||||||
msgid "CampusOnline"
|
msgid "CampusOnline"
|
||||||
msgstr "CampusOnline"
|
msgstr "CampusOnline"
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:89
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:94
|
||||||
msgid "Research Data Management"
|
msgid "Research Data Management"
|
||||||
msgstr "Forschungsdatenmanagement"
|
msgstr "Forschungsdatenmanagement"
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:96
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:101
|
||||||
msgid "Accessibility"
|
msgid "Accessibility"
|
||||||
msgstr "Barrierefreiheit"
|
msgstr "Barrierefreiheit"
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:97
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:102
|
||||||
msgid "Tipp:"
|
msgid "Tipp:"
|
||||||
msgstr "Tipp"
|
msgstr "Tipp"
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:97
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:102
|
||||||
msgid "Use Ctrl + and Crtl -"
|
msgid "Use Ctrl + and Crtl -"
|
||||||
msgstr "Verwenden Sie Strg+ und Strg-"
|
msgstr "Verwenden Sie Strg+ und Strg-"
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:97
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:102
|
||||||
msgid "to change the font size."
|
msgid "to change the font size."
|
||||||
msgstr "Um die Schriftgröße zu ändern."
|
msgstr "Um die Schriftgröße zu ändern."
|
||||||
|
|
||||||
@@ -421,3 +425,6 @@ msgstr ""
|
|||||||
#~ " "
|
#~ " "
|
||||||
#~ msgstr "Hochgeladen am %(date)s\n"
|
#~ msgstr "Hochgeladen am %(date)s\n"
|
||||||
|
|
||||||
|
#~ msgid "Handbook"
|
||||||
|
#~ msgstr "Handbuch"
|
||||||
|
|
||||||
|
|||||||
@@ -7,9 +7,9 @@
|
|||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: invenio-theme-tugraz 2.0.5\n"
|
"Project-Id-Version: invenio-theme-tugraz 2.0.7\n"
|
||||||
"Report-Msgid-Bugs-To: mojib.wali@tugraz.at\n"
|
"Report-Msgid-Bugs-To: mojib.wali@tugraz.at\n"
|
||||||
"POT-Creation-Date: 2021-04-08 08:50+0200\n"
|
"POT-Creation-Date: 2021-04-12 13:20+0200\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"
|
||||||
@@ -102,79 +102,83 @@ msgstr ""
|
|||||||
msgid "All uploads display standards compliant usage statistics"
|
msgid "All uploads display standards compliant usage statistics"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:33
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:34
|
||||||
msgid "Documentation"
|
msgid "Documentation"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:39
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:39
|
||||||
msgid "Handbook"
|
msgid "Reference Guide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:44
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:44
|
||||||
|
msgid "Data Protection"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:49
|
||||||
|
msgid "Terms and Conditions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:53
|
||||||
msgid "Impressum"
|
msgid "Impressum"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:48
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:57
|
||||||
msgid "Data protection"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:52
|
|
||||||
msgid "Feedback"
|
msgid "Feedback"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:61
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:66
|
||||||
msgid "Features"
|
msgid "Features"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:63
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:68
|
||||||
msgid "Scalability"
|
msgid "Scalability"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:65
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:70
|
||||||
msgid "Institutional integration"
|
msgid "Institutional integration"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:67
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:72
|
||||||
msgid "Next Generation Repository"
|
msgid "Next Generation Repository"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:70
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:75
|
||||||
msgid "Repository Profiles"
|
msgid "Repository Profiles"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:72
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:77
|
||||||
msgid "Resilient"
|
msgid "Resilient"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:79
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:84
|
||||||
msgid "Connected Services"
|
msgid "Connected Services"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:83
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:88
|
||||||
msgid "PURE"
|
msgid "PURE"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:86
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:91
|
||||||
msgid "CampusOnline"
|
msgid "CampusOnline"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:89
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:94
|
||||||
msgid "Research Data Management"
|
msgid "Research Data Management"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:96
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:101
|
||||||
msgid "Accessibility"
|
msgid "Accessibility"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:97
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:102
|
||||||
msgid "Tipp:"
|
msgid "Tipp:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:97
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:102
|
||||||
msgid "Use Ctrl + and Crtl -"
|
msgid "Use Ctrl + and Crtl -"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:97
|
#: invenio_theme_tugraz/templates/invenio_theme_tugraz/footer.html:102
|
||||||
msgid "to change the font size."
|
msgid "to change the font size."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user