Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DONE] Add title for help section #853

Merged
merged 3 commits into from
May 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pod/chapter/templates/video_chapter.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ <h2 class="card-header card-title pod-card__title h4"><i class="bi bi-gear"></i>
</div>
{% endif %}
<div id="chapter-info" class="card">
<h2 class="card-header card-title pod-card__title h4">{% trans "Help"%}</h2>
<button class="btn rounded-0 pod-btn" id="heading-0" data-bs-toggle="collapse" data-bs-target="#collapse-0" aria-expanded="true" aria-controls="collapse-0">
{% trans 'Chapters' %}
</button>
Expand Down
1 change: 1 addition & 0 deletions pod/completion/templates/video_completion.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ <h2 class="card-header card-title pod-card__title h4"><i class="bi bi-gear"></i>
</div>
{% endif %}
<div id="contributor-info" class="card">
<h2 class="card-header card-title pod-card__title h4">{% trans "Help"%}</h2>
<button class="btn rounded-0 pod-btn" id="heading-1" data-bs-toggle="collapse" data-bs-target="#collapse-1" aria-expanded="true" aria-controls="collapse-1">
{% trans 'Contributor(s)' %}
</button>
Expand Down
1 change: 1 addition & 0 deletions pod/cut/templates/video_cut.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ <h2 class="card-header card-title pod-card__title h4"><i class="bi bi-gear"></i>
</div>
{% endif %}
<div id="cut-info" class="card">
<h2 class="card-header card-title pod-card__title h4">{% trans "Help"%}</h2>
<button class="btn rounded-0 pod-btn" id="heading-0" data-bs-toggle="collapse" data-bs-target="#collapse-0" aria-expanded="true" aria-controls="collapse-0">
{% trans 'Cut' %}
</button>
Expand Down
Binary file modified pod/locale/fr/LC_MESSAGES/django.mo
Binary file not shown.
10 changes: 8 additions & 2 deletions pod/locale/fr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Pod\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-16 07:13+0000\n"
"POT-Creation-Date: 2023-05-16 14:51+0000\n"
"PO-Revision-Date: \n"
"Last-Translator: ptitloup <nicolas.can@univ-lille.fr>\n"
"Language-Team: Pod Team pod@esup-portail.org\n"
Expand Down Expand Up @@ -1024,6 +1024,12 @@ msgstr "Ajouter un nouveau chapitre"
msgid "Manage video"
msgstr "Gérer la vidéo"

#: pod/chapter/templates/video_chapter.html
#: pod/completion/templates/video_completion.html
#: pod/cut/templates/video_cut.html
msgid "Help"
msgstr "Aide"

#: pod/chapter/templates/video_chapter.html
msgid ""
"\"Add a new chapter\" allows you to add a new chapter, \"modify\" allows you "
Expand Down Expand Up @@ -3121,7 +3127,7 @@ msgstr "Cordialement."
msgid "Post by:"
msgstr "Posté par :"

#: pod/live/views.py
#: pod/live/utils.py
msgid "You cannot view this page."
msgstr "Vous ne pouvez pas accèder à cette page."

Expand Down
2 changes: 1 addition & 1 deletion pod/locale/fr/LC_MESSAGES/djangojs.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Esup-Pod\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-16 07:13+0000\n"
"POT-Creation-Date: 2023-05-16 14:51+0000\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
Expand Down
Binary file modified pod/locale/nl/LC_MESSAGES/django.mo
Binary file not shown.
13 changes: 10 additions & 3 deletions pod/locale/nl/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Pod\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-16 07:13+0000\n"
"POT-Creation-Date: 2023-05-16 14:51+0000\n"
"PO-Revision-Date: 2023-02-15 16:55+0100\n"
"Last-Translator: obado <bado@unice.fr>\n"
"Language-Team: \n"
Expand Down Expand Up @@ -967,6 +967,12 @@ msgstr ""
msgid "Manage video"
msgstr ""

#: pod/chapter/templates/video_chapter.html
#: pod/completion/templates/video_completion.html
#: pod/cut/templates/video_cut.html
msgid "Help"
msgstr ""

#: pod/chapter/templates/video_chapter.html
msgid ""
"\"Add a new chapter\" allows you to add a new chapter, \"modify\" allows you "
Expand Down Expand Up @@ -2111,7 +2117,8 @@ msgstr "Sélectionnez la vidéo à déplacer en cliquant et en maintenant."

#: pod/favorite/templates/favorite/favorite_videos.html
msgid "While holding down the video, drag it to the desired location."
msgstr "Tout en maitenant la vidéo, faites-la glisser vers l'emplacement souhaité."
msgstr ""
"Tout en maintenant la vidéo, faites-la glisser vers l'emplacement souhaité."

#: pod/favorite/templates/favorite/favorite_videos.html
msgid "Drop the video on another to swap their position."
Expand Down Expand Up @@ -2950,7 +2957,7 @@ msgstr ""
msgid "Post by:"
msgstr ""

#: pod/live/views.py
#: pod/live/utils.py
msgid "You cannot view this page."
msgstr ""

Expand Down
Binary file modified pod/locale/nl/LC_MESSAGES/djangojs.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion pod/locale/nl/LC_MESSAGES/djangojs.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Esup-Pod\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-05-16 07:13+0000\n"
"POT-Creation-Date: 2023-05-16 14:51+0000\n"
"PO-Revision-Date: 2023-02-08 15:22+0100\n"
"Last-Translator: obado <bado@unice.fr>\n"
"Language-Team: \n"
Expand Down
Loading