diff --git a/rdmo/locale/de/LC_MESSAGES/django.mo b/rdmo/locale/de/LC_MESSAGES/django.mo index 9effed3c5f..b91ff07ebe 100644 Binary files a/rdmo/locale/de/LC_MESSAGES/django.mo and b/rdmo/locale/de/LC_MESSAGES/django.mo differ diff --git a/rdmo/locale/de/LC_MESSAGES/django.po b/rdmo/locale/de/LC_MESSAGES/django.po index c08a8992be..f064daaf44 100644 --- a/rdmo/locale/de/LC_MESSAGES/django.po +++ b/rdmo/locale/de/LC_MESSAGES/django.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: RDMO\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-08-04 11:41+0200\n" -"PO-Revision-Date: 2020-08-04 11:41+0200\n" +"POT-Creation-Date: 2020-08-04 11:46+0200\n" +"PO-Revision-Date: 2020-08-04 11:46+0200\n" "Last-Translator: Jochen Klar \n" "Language-Team: RDMO \n" "Language: de\n" @@ -2152,6 +2152,10 @@ msgstr "Meine Daten" msgid "Search projects" msgstr "Projekt suchen" +#: projects/templates/projects/projects.html:23 +msgid "Search project title" +msgstr "Suche nach Projekttitel" + #: projects/templates/projects/projects.html:39 #, python-format msgid "View all projects on %(site)s" diff --git a/rdmo/locale/es/LC_MESSAGES/django.po b/rdmo/locale/es/LC_MESSAGES/django.po index e68a29751d..1ccc579f0e 100644 --- a/rdmo/locale/es/LC_MESSAGES/django.po +++ b/rdmo/locale/es/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-08-04 11:41+0200\n" +"POT-Creation-Date: 2020-08-04 11:46+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -2017,6 +2017,10 @@ msgstr "" msgid "Search projects" msgstr "" +#: projects/templates/projects/projects.html:23 +msgid "Search project title" +msgstr "" + #: projects/templates/projects/projects.html:39 #, python-format msgid "View all projects on %(site)s" diff --git a/rdmo/locale/fr/LC_MESSAGES/django.po b/rdmo/locale/fr/LC_MESSAGES/django.po index 9b267c214c..55808c5c8a 100644 --- a/rdmo/locale/fr/LC_MESSAGES/django.po +++ b/rdmo/locale/fr/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: RDMO\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-08-04 11:41+0200\n" +"POT-Creation-Date: 2020-08-04 11:46+0200\n" "PO-Revision-Date: 2020-06-30 12:48+0200\n" "Last-Translator: Yonny Cardenas \n" "Language-Team: RDMO \n" @@ -2184,6 +2184,12 @@ msgstr "Mes données" msgid "Search projects" msgstr "Recherche de projets" +#: projects/templates/projects/projects.html:23 +#, fuzzy +#| msgid "Search projects" +msgid "Search project title" +msgstr "Recherche de projets" + #: projects/templates/projects/projects.html:39 #, python-format msgid "View all projects on %(site)s" diff --git a/rdmo/locale/it/LC_MESSAGES/django.po b/rdmo/locale/it/LC_MESSAGES/django.po index e68a29751d..1ccc579f0e 100644 --- a/rdmo/locale/it/LC_MESSAGES/django.po +++ b/rdmo/locale/it/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-08-04 11:41+0200\n" +"POT-Creation-Date: 2020-08-04 11:46+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -2017,6 +2017,10 @@ msgstr "" msgid "Search projects" msgstr "" +#: projects/templates/projects/projects.html:23 +msgid "Search project title" +msgstr "" + #: projects/templates/projects/projects.html:39 #, python-format msgid "View all projects on %(site)s" diff --git a/rdmo/locale/nl/LC_MESSAGES/django.po b/rdmo/locale/nl/LC_MESSAGES/django.po index e68a29751d..1ccc579f0e 100644 --- a/rdmo/locale/nl/LC_MESSAGES/django.po +++ b/rdmo/locale/nl/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-08-04 11:41+0200\n" +"POT-Creation-Date: 2020-08-04 11:46+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -2017,6 +2017,10 @@ msgstr "" msgid "Search projects" msgstr "" +#: projects/templates/projects/projects.html:23 +msgid "Search project title" +msgstr "" + #: projects/templates/projects/projects.html:39 #, python-format msgid "View all projects on %(site)s" diff --git a/rdmo/projects/templates/projects/projects.html b/rdmo/projects/templates/projects/projects.html index 0eab87e4ad..c54d0f4626 100644 --- a/rdmo/projects/templates/projects/projects.html +++ b/rdmo/projects/templates/projects/projects.html @@ -20,7 +20,7 @@

{% trans 'My Data' %}

{% trans 'Search projects' %}

-
diff --git a/rdmo/projects/templates/projects/site_projects.html b/rdmo/projects/templates/projects/site_projects.html index c9a8ddc9d3..085c1bd0f8 100644 --- a/rdmo/projects/templates/projects/site_projects.html +++ b/rdmo/projects/templates/projects/site_projects.html @@ -15,7 +15,7 @@

{% trans 'Search projects' %}

-