diff --git a/ckanext/odsh/i18n/de/LC_MESSAGES/ckanext-odsh.mo b/ckanext/odsh/i18n/de/LC_MESSAGES/ckanext-odsh.mo index aac682158ff58ba85aa57fc7cee623216bce1a3a..79ccf3e8487558929c7ab7c6e9ef565c0eb646a3 100644 Binary files a/ckanext/odsh/i18n/de/LC_MESSAGES/ckanext-odsh.mo and b/ckanext/odsh/i18n/de/LC_MESSAGES/ckanext-odsh.mo differ diff --git a/ckanext/odsh/i18n/de/LC_MESSAGES/ckanext-odsh.po b/ckanext/odsh/i18n/de/LC_MESSAGES/ckanext-odsh.po index 488d1c316f6f2775b02a4f0daaeb42290ac19da7..b2ba9cbbdd781576d0bbfeeab2c9254566ada4c8 100644 --- a/ckanext/odsh/i18n/de/LC_MESSAGES/ckanext-odsh.po +++ b/ckanext/odsh/i18n/de/LC_MESSAGES/ckanext-odsh.po @@ -470,3 +470,20 @@ msgstr "Informationsgegenstand muss angegeben werden." msgid "type subject" msgstr "Informationsgegenstand eingeben" + +msgid "Start Date Ascending" +msgstr "Startdatum aufsteigend" + +msgid "Start Date Descending" +msgstr "Starttdatum absteigend" + +msgid "End Date Ascending" +msgstr "Enddatum aufsteigend" + +msgid "End Date Descending" +msgstr "Enddatum absteigend" + + + + + diff --git a/ckanext/odsh/templates/snippets/search_form.html b/ckanext/odsh/templates/snippets/search_form.html index 52b85f3da7aa1625a11f32654bb1b700afe82f93..31fc8b3742d2afd31e27ba658dfe4141dafedbcd 100644 --- a/ckanext/odsh/templates/snippets/search_form.html +++ b/ckanext/odsh/templates/snippets/search_form.html @@ -13,6 +13,10 @@ (_('Name Descending'), 'title_string desc'), (_('Issued Ascending'), 'extras_issued asc'), (_('Issued Descending'), 'extras_issued desc'), + (_('Start Date Descending'), 'temporal_start desc'), + (_('Start Date Ascending'), 'temporal_start asc'), + (_('End Date Descending'), 'temporal_end desc'), + (_('End Date Ascending'), 'temporal_end asc'), (_('Popular'), 'views_recent desc') if g.tracking_enabled else (false, false) ] %} {% endif %}