mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-23 21:41:57 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1304563a3e | ||
|
|
a08201041a | ||
|
|
548896be11 | ||
|
|
a10433aba3 |
@@ -1,20 +0,0 @@
|
|||||||
<p>{{ _('Dear %(email)s!', email=user.email) }}</p>
|
|
||||||
|
|
||||||
<p>{{ _('To help you get started, here are some useful links:') }}</p>
|
|
||||||
|
|
||||||
<p>
|
|
||||||
<a href="https://{{ config.SITE_HOSTNAME }}{{ url_for('invenio_theme_tugraz.index') }}">{{ _('TU Graz Repository') }}</a> <br>
|
|
||||||
<a href="https://{{ config.SITE_HOSTNAME }}{{ url_for('invenio_theme_tugraz.guide')">{{ _('Reference Guide') }}</a><br>
|
|
||||||
<a href="https://{{ config.SITE_HOSTNAME }}{{ url_for('invenio_theme_tugraz.terms')">{{ _('Terms and Conditions') }}</a> <br>
|
|
||||||
</p>
|
|
||||||
|
|
||||||
{% if security.confirmable %}
|
|
||||||
<p>{{ _('You can confirm your email through the link below:') }}</p>
|
|
||||||
|
|
||||||
<p><a href="{{ confirmation_link }}">{{ _('Confirm my account') }}</a></p>
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<p>
|
|
||||||
{{ _('Best regards') }} <br>
|
|
||||||
{{ _('TU Graz Repository Team') }}
|
|
||||||
</p>
|
|
||||||
@@ -1,21 +1,18 @@
|
|||||||
{{ _('Dear %(email)s!', email=user.email) }}
|
{{ _('Dear user,') }}
|
||||||
|
|
||||||
|
{{ _('Welcome to the Repository of TU Graz!') }}
|
||||||
|
|
||||||
{{ _('To help you get started, here are some useful links:') }}
|
{{ _('To help you get started, here are some useful links:') }}
|
||||||
|
|
||||||
{{ _('Repository')}}
|
- {{ _('Guidelines:')}} {{ _('Repository Guide')}} ({{ _('how to upload files')}}) (https://{{ config.SITE_HOSTNAME }}{{ url_for('invenio_theme_tugraz.guide') }})
|
||||||
https://{{ config.SITE_HOSTNAME }}{{ url_for('invenio_theme_tugraz.index') }}
|
- {{ _('Search Guide')}} (https://{{ config.SITE_HOSTNAME }}{{url_for('invenio_app_rdm.help_search')}})
|
||||||
|
- {{ _('Terms And Conditions') }} (https://{{ config.SITE_HOSTNAME }}{{ url_for('invenio_theme_tugraz.terms') }})
|
||||||
{{ _('Repository Guide')}}
|
- {{ _('Data Protection Rights')}} (https://{{ config.SITE_HOSTNAME }}{{ url_for('invenio_theme_tugraz.gdpr') }})
|
||||||
https://{{ config.SITE_HOSTNAME }}{{ url_for('invenio_theme_tugraz.guide') }}
|
|
||||||
|
|
||||||
{{ _('Terms And Conditions') }}
|
|
||||||
https://{{ config.SITE_HOSTNAME }}{{ url_for('invenio_theme_tugraz.terms') }}
|
|
||||||
|
|
||||||
|
|
||||||
{% if security.confirmable %}
|
{% if security.confirmable %}
|
||||||
{{ _('You can confirm your email through the link below:') }}
|
{{ _('You can confirm your email through the link below:') }}
|
||||||
{{ confirmation_link }}">
|
{{ confirmation_link }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{{ _('If you require any assistance please do not hesitate to contact us at repository-support@tugraz.at.') }}
|
||||||
|
|
||||||
{{ _('Best regards') }}
|
{{ _('Best regards,') }}
|
||||||
{{ _('TU Graz Repository Team') }}
|
{{ _('TU Graz Repository Team') }}
|
||||||
|
|||||||
@@ -1,15 +1,15 @@
|
|||||||
# German translations for invenio-config-tugraz.
|
# German translations for invenio-config-tugraz.
|
||||||
# Copyright (C) 2021 Mojib Wali
|
# Copyright (C) 2021 Graz University of Technology
|
||||||
# This file is distributed under the same license as the
|
# This file is distributed under the same license as the
|
||||||
# invenio-config-tugraz project.
|
# invenio-config-tugraz project.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: invenio-config-tugraz 0.5.4\n"
|
"Project-Id-Version: invenio-config-tugraz 0.5.5\n"
|
||||||
"Report-Msgid-Bugs-To: mojib.wali@tugraz.at\n"
|
"Report-Msgid-Bugs-To: mojib.wali@tugraz.at\n"
|
||||||
"POT-Creation-Date: 2021-04-22 09:24+0200\n"
|
"POT-Creation-Date: 2021-04-27 15:30+0200\n"
|
||||||
"PO-Revision-Date: 2021-04-22 09:12+0200\n"
|
"PO-Revision-Date: 2021-04-22 11:57+0200\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language: de\n"
|
"Language: de\n"
|
||||||
"Language-Team: de <LL@li.org>\n"
|
"Language-Team: de <LL@li.org>\n"
|
||||||
@@ -24,35 +24,60 @@ msgid "Welcome to TU Graz Repository!"
|
|||||||
msgstr "Willkommen im TU Graz Repository!"
|
msgstr "Willkommen im TU Graz Repository!"
|
||||||
|
|
||||||
#: invenio_config_tugraz/templates/security/email/welcome.txt:1
|
#: invenio_config_tugraz/templates/security/email/welcome.txt:1
|
||||||
#, python-format
|
msgid "Dear user,"
|
||||||
msgid "Dear %(email)s!"
|
msgstr "Lieber Nutzer,"
|
||||||
msgstr "Lieber %(email)s!"
|
|
||||||
|
|
||||||
#: invenio_config_tugraz/templates/security/email/welcome.txt:3
|
#: invenio_config_tugraz/templates/security/email/welcome.txt:3
|
||||||
msgid "To help you get started, here are some useful links:"
|
msgid "Welcome to the Repository of TU Graz!"
|
||||||
msgstr "Um Ihnen den Einstieg zu erleichtern, finden Sie hier einige nützliche Links:"
|
msgstr "Willkommen im TU Graz Repository!"
|
||||||
|
|
||||||
#: invenio_config_tugraz/templates/security/email/welcome.txt:5
|
#: invenio_config_tugraz/templates/security/email/welcome.txt:5
|
||||||
msgid "Repository"
|
msgid "To help you get started, here are some useful links:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Um Ihnen den Einstieg zu erleichtern, finden Sie hier einige nützliche "
|
||||||
|
"Links:"
|
||||||
|
|
||||||
#: invenio_config_tugraz/templates/security/email/welcome.txt:8
|
#: invenio_config_tugraz/templates/security/email/welcome.txt:7
|
||||||
|
msgid "Guidelines:"
|
||||||
|
msgstr "Leitfaden:"
|
||||||
|
|
||||||
|
#: invenio_config_tugraz/templates/security/email/welcome.txt:7
|
||||||
msgid "Repository Guide"
|
msgid "Repository Guide"
|
||||||
msgstr "Handbuch"
|
msgstr "Handbuch"
|
||||||
|
|
||||||
#: invenio_config_tugraz/templates/security/email/welcome.txt:11
|
#: invenio_config_tugraz/templates/security/email/welcome.txt:7
|
||||||
|
msgid "how to upload files"
|
||||||
|
msgstr "wie man Dateien hochlädt"
|
||||||
|
|
||||||
|
#: invenio_config_tugraz/templates/security/email/welcome.txt:8
|
||||||
|
msgid "Search Guide"
|
||||||
|
msgstr "Suchanleitung"
|
||||||
|
|
||||||
|
#: invenio_config_tugraz/templates/security/email/welcome.txt:9
|
||||||
msgid "Terms And Conditions"
|
msgid "Terms And Conditions"
|
||||||
msgstr "Nutzungsbedingungen"
|
msgstr "Nutzungsbedingungen"
|
||||||
|
|
||||||
#: invenio_config_tugraz/templates/security/email/welcome.txt:16
|
#: invenio_config_tugraz/templates/security/email/welcome.txt:10
|
||||||
|
msgid "Data Protection Rights"
|
||||||
|
msgstr "Datenschutzerklärung"
|
||||||
|
|
||||||
|
#: invenio_config_tugraz/templates/security/email/welcome.txt:13
|
||||||
msgid "You can confirm your email through the link below:"
|
msgid "You can confirm your email through the link below:"
|
||||||
msgstr "Sie können Ihre E-Mail über den folgenden Link bestätigen:"
|
msgstr "Sie können Ihre E-Mail über den folgenden Link bestätigen:"
|
||||||
|
|
||||||
#: invenio_config_tugraz/templates/security/email/welcome.txt:20
|
#: invenio_config_tugraz/templates/security/email/welcome.txt:16
|
||||||
msgid "Best regards"
|
msgid ""
|
||||||
msgstr "Liebe grüße"
|
"If you require any assistance please do not hesitate to contact us at "
|
||||||
|
"repository-support@tugraz.at."
|
||||||
#: invenio_config_tugraz/templates/security/email/welcome.txt:21
|
|
||||||
msgid "TU Graz Repository Team"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Wenn Sie Hilfe benötigen, zögern Sie bitte nicht, uns unter repository-"
|
||||||
|
"support@tugraz.at zu kontaktieren."
|
||||||
|
|
||||||
|
#: invenio_config_tugraz/templates/security/email/welcome.txt:18
|
||||||
|
msgid "Best regards,"
|
||||||
|
msgstr "Mit freundlichen Grüßen,"
|
||||||
|
|
||||||
|
#: invenio_config_tugraz/templates/security/email/welcome.txt:19
|
||||||
|
msgid "TU Graz Repository Team"
|
||||||
|
msgstr "TU Graz Repository Team"
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Translations template for invenio-config-tugraz.
|
# Translations template for invenio-config-tugraz.
|
||||||
# Copyright (C) 2021 Mojib Wali
|
# Copyright (C) 2021 Graz University of Technology
|
||||||
# This file is distributed under the same license as the
|
# This file is distributed under the same license as the
|
||||||
# invenio-config-tugraz project.
|
# invenio-config-tugraz project.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
|
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
|
||||||
@@ -7,9 +7,9 @@
|
|||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: invenio-config-tugraz 0.5.4\n"
|
"Project-Id-Version: invenio-config-tugraz 0.5.5\n"
|
||||||
"Report-Msgid-Bugs-To: mojib.wali@tugraz.at\n"
|
"Report-Msgid-Bugs-To: mojib.wali@tugraz.at\n"
|
||||||
"POT-Creation-Date: 2021-04-22 09:24+0200\n"
|
"POT-Creation-Date: 2021-04-27 15:30+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"
|
||||||
@@ -23,35 +23,56 @@ msgid "Welcome to TU Graz Repository!"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_config_tugraz/templates/security/email/welcome.txt:1
|
#: invenio_config_tugraz/templates/security/email/welcome.txt:1
|
||||||
#, python-format
|
msgid "Dear user,"
|
||||||
msgid "Dear %(email)s!"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_config_tugraz/templates/security/email/welcome.txt:3
|
#: invenio_config_tugraz/templates/security/email/welcome.txt:3
|
||||||
msgid "To help you get started, here are some useful links:"
|
msgid "Welcome to the Repository of TU Graz!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_config_tugraz/templates/security/email/welcome.txt:5
|
#: invenio_config_tugraz/templates/security/email/welcome.txt:5
|
||||||
msgid "Repository"
|
msgid "To help you get started, here are some useful links:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_config_tugraz/templates/security/email/welcome.txt:8
|
#: invenio_config_tugraz/templates/security/email/welcome.txt:7
|
||||||
|
msgid "Guidelines:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: invenio_config_tugraz/templates/security/email/welcome.txt:7
|
||||||
msgid "Repository Guide"
|
msgid "Repository Guide"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_config_tugraz/templates/security/email/welcome.txt:11
|
#: invenio_config_tugraz/templates/security/email/welcome.txt:7
|
||||||
|
msgid "how to upload files"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: invenio_config_tugraz/templates/security/email/welcome.txt:8
|
||||||
|
msgid "Search Guide"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: invenio_config_tugraz/templates/security/email/welcome.txt:9
|
||||||
msgid "Terms And Conditions"
|
msgid "Terms And Conditions"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_config_tugraz/templates/security/email/welcome.txt:16
|
#: invenio_config_tugraz/templates/security/email/welcome.txt:10
|
||||||
|
msgid "Data Protection Rights"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: invenio_config_tugraz/templates/security/email/welcome.txt:13
|
||||||
msgid "You can confirm your email through the link below:"
|
msgid "You can confirm your email through the link below:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_config_tugraz/templates/security/email/welcome.txt:20
|
#: invenio_config_tugraz/templates/security/email/welcome.txt:16
|
||||||
msgid "Best regards"
|
msgid ""
|
||||||
|
"If you require any assistance please do not hesitate to contact us at "
|
||||||
|
"repository-support@tugraz.at."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: invenio_config_tugraz/templates/security/email/welcome.txt:21
|
#: invenio_config_tugraz/templates/security/email/welcome.txt:18
|
||||||
|
msgid "Best regards,"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: invenio_config_tugraz/templates/security/email/welcome.txt:19
|
||||||
msgid "TU Graz Repository Team"
|
msgid "TU Graz Repository Team"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|||||||
@@ -12,4 +12,4 @@ This file is imported by ``invenio_config_tugraz.__init__``,
|
|||||||
and parsed by ``setup.py``.
|
and parsed by ``setup.py``.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.5.5"
|
__version__ = "0.5.7"
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ add_ignore = D401
|
|||||||
directory = invenio_config_tugraz/translations/
|
directory = invenio_config_tugraz/translations/
|
||||||
|
|
||||||
[extract_messages]
|
[extract_messages]
|
||||||
copyright_holder = Mojib Wali
|
copyright_holder = Graz University of Technology
|
||||||
msgid_bugs_address = mojib.wali@tugraz.at
|
msgid_bugs_address = mojib.wali@tugraz.at
|
||||||
mapping-file = babel.ini
|
mapping-file = babel.ini
|
||||||
output-file = invenio_config_tugraz/translations/messages.pot
|
output-file = invenio_config_tugraz/translations/messages.pot
|
||||||
|
|||||||
Reference in New Issue
Block a user