-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'canada-v2.9' into staging-v2.9
- Loading branch information
Showing
5 changed files
with
135 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: ckanext-canada 0.4.0\n" | ||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||
"POT-Creation-Date: 2023-08-02 13:59+0000\n" | ||
"POT-Creation-Date: 2023-08-02 17:07+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
@@ -216,7 +216,9 @@ msgstr "" | |
msgid "Email" | ||
msgstr "" | ||
|
||
#: ckanext/canada/strings.py:44 ckanext/canada/templates/internal/user/list.html:36 | ||
#: ckanext/canada/strings.py:44 | ||
#: ckanext/canada/templates/internal/user/api_tokens.html:5 | ||
#: ckanext/canada/templates/internal/user/list.html:36 | ||
#: ckanext/canada/templates/public/snippets/geomap_dynamic.html:18 | ||
#: ckanext/canada/templates/public/snippets/geomap_static.html:15 | ||
#: ckanext/canada/view.py:1019 | ||
|
@@ -305,15 +307,35 @@ msgstr "" | |
msgid "{actor} deleted the {view_type} view {view}" | ||
msgstr "" | ||
|
||
#: ckanext/canada/strings.py:64 | ||
msgid "Request Reset" | ||
msgstr "" | ||
|
||
#: ckanext/canada/strings.py:65 | ||
msgid "Token" | ||
msgstr "" | ||
|
||
#: ckanext/canada/strings.py:66 | ||
msgid "Please upload a file or link to an external resource" | ||
msgid "Last access" | ||
msgstr "" | ||
|
||
#: ckanext/canada/strings.py:67 | ||
msgid "Cannot upload files of this type" | ||
msgid "Actions" | ||
msgstr "" | ||
|
||
#: ckanext/canada/strings.py:68 | ||
msgid "Revoke" | ||
msgstr "" | ||
|
||
#: ckanext/canada/strings.py:71 | ||
msgid "Please upload a file or link to an external resource" | ||
msgstr "" | ||
|
||
#: ckanext/canada/strings.py:72 | ||
msgid "Cannot upload files of this type" | ||
msgstr "" | ||
|
||
#: ckanext/canada/strings.py:73 | ||
msgid "Cannot link files of this type" | ||
msgstr "" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: CKAN\n" | ||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||
"POT-Creation-Date: 2023-08-02 13:59+0000\n" | ||
"POT-Creation-Date: 2023-08-02 17:07+0000\n" | ||
"PO-Revision-Date: 2014-01-23 13:04+0000\n" | ||
"Last-Translator: Sean Hammond <[email protected]>\n" | ||
"Language: en\n" | ||
|
@@ -220,6 +220,7 @@ msgid "Email" | |
msgstr "" | ||
|
||
#: ckanext/canada/strings.py:44 | ||
#: ckanext/canada/templates/internal/user/api_tokens.html:5 | ||
#: ckanext/canada/templates/internal/user/list.html:36 | ||
#: ckanext/canada/templates/public/snippets/geomap_dynamic.html:18 | ||
#: ckanext/canada/templates/public/snippets/geomap_static.html:15 | ||
|
@@ -310,15 +311,35 @@ msgstr "" | |
msgid "{actor} deleted the {view_type} view {view}" | ||
msgstr "" | ||
|
||
#: ckanext/canada/strings.py:64 | ||
msgid "Request Reset" | ||
msgstr "" | ||
|
||
#: ckanext/canada/strings.py:65 | ||
msgid "Token" | ||
msgstr "" | ||
|
||
#: ckanext/canada/strings.py:66 | ||
msgid "Please upload a file or link to an external resource" | ||
msgid "Last access" | ||
msgstr "" | ||
|
||
#: ckanext/canada/strings.py:67 | ||
msgid "Cannot upload files of this type" | ||
msgid "Actions" | ||
msgstr "" | ||
|
||
#: ckanext/canada/strings.py:68 | ||
msgid "Revoke" | ||
msgstr "" | ||
|
||
#: ckanext/canada/strings.py:71 | ||
msgid "Please upload a file or link to an external resource" | ||
msgstr "" | ||
|
||
#: ckanext/canada/strings.py:72 | ||
msgid "Cannot upload files of this type" | ||
msgstr "" | ||
|
||
#: ckanext/canada/strings.py:73 | ||
msgid "Cannot link files of this type" | ||
msgstr "" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{% ckan_extends %} | ||
|
||
{% block base_fields %} | ||
<div class="form-group "> | ||
{{ form.input('name', label=_('Name'), is_required=True, value=data.name, error=errors.name) }} | ||
</div> | ||
{% endblock base_fields %} |