Skip to content

Commit

Permalink
[DONE] WEBTV - feature dynamic home page (#1082)
Browse files Browse the repository at this point in the history
* feature for a dyanamic home page

* flake

* fix model

* fixe lang

* compilemessages

* init data

* fix

* little fixes

* black formatter

* [DONE] Fix dressing Watermark path (#1048)

* * Replace `settings.BASE_DIR` by watermark.file.path for video dressing watermark
* Some code formatting & docs

* Send email to admin on encoding error

* * Setup of Video & Audio encoding test case is only called once (This testCase will be 4x faster)

* another try to run setup only once

* Fix small bug

* correct typo

* small correction

* modify encoding test

* * Polish `change video owner` template
* move every "mandatory fields" help messagre in a main template to be included
* Small change on encoding error handling

* Minor QoC

* correct typos

* Corrections after peer review:
* Use django url block
* Use {{ owner }} and {{ user }} default str
* Various QoC

* Add missing parameter types

* Specify types of some lists in functions hints

* Remove every list content type hint, as they appear only in python >= 3.9

* Fixup. Format code with Prettier

* Fixup. Format code with Black

* Auto-update configuration files

* first correction after the first review

* Squashed commit of the following:

commit c104e93
Author: github-actions <github-actions@github.com>
Date:   Thu Feb 15 10:14:37 2024 +0000

    Fixup. Format code with Black

commit ac8bf7e
Author: pampletousse <51699553+pampletousse@users.noreply.github.com>
Date:   Thu Feb 15 11:14:10 2024 +0100

    [DONE] Pampletousse/fix improve bulk update tests (#1053)

    * Change default sort dashboard videos title into date_added

    * Change title to type test and add owner test

    * Change get videos objects

    * Change values for owner test

    * Change user for post request

    * Add test_bulk_update_tags and fix owner bulk update (missing move file)

    * Fix pep8

    * Try to repair test_update_video_owner

    * Change order of tests + add bulk_delete test

    * Try to repair bulk_delete test

    * Try to repair bulk_delete test with user3 videos

    * add response check of bulk_delete failure

    * Fix bad value sending to change owner

    * Fix again test_views not working

    * Add doc on test_update_video_owner

    ---------

    Co-authored-by: pampletousse <sylvain.loppin@grenet.fr>

commit 033f7ae
Author: github-actions <github-actions@github.com>
Date:   Thu Feb 15 09:24:39 2024 +0000

    Auto-update configuration files

commit d588781
Author: github-actions <github-actions@github.com>
Date:   Thu Feb 15 09:24:17 2024 +0000

    Fixup. Format code with Black

commit 8770413
Author: github-actions <github-actions@github.com>
Date:   Thu Feb 15 09:24:08 2024 +0000

    Fixup. Format code with Prettier

commit 2d982a8
Author: Olivier Bado-Faustin <bado@unice.fr>
Date:   Thu Feb 15 10:23:39 2024 +0100

    [DONE] Fix dressing Watermark path (#1048)

    * * Replace `settings.BASE_DIR` by watermark.file.path for video dressing watermark
    * Some code formatting & docs

    * Send email to admin on encoding error

    * * Setup of Video & Audio encoding test case is only called once (This testCase will be 4x faster)

    * another try to run setup only once

    * Fix small bug

    * correct typo

    * small correction

    * modify encoding test

    * * Polish `change video owner` template
    * move every "mandatory fields" help messagre in a main template to be included
    * Small change on encoding error handling

    * Minor QoC

    * correct typos

    * Corrections after peer review:
    * Use django url block
    * Use {{ owner }} and {{ user }} default str
    * Various QoC

    * Add missing parameter types

    * Specify types of some lists in functions hints

    * Remove every list content type hint, as they appear only in python >= 3.9

* [DONE] Fix dressing Watermark path (#1048)

* * Replace `settings.BASE_DIR` by watermark.file.path for video dressing watermark
* Some code formatting & docs

* Send email to admin on encoding error

* * Setup of Video & Audio encoding test case is only called once (This testCase will be 4x faster)

* another try to run setup only once

* Fix small bug

* correct typo

* small correction

* modify encoding test

* * Polish `change video owner` template
* move every "mandatory fields" help messagre in a main template to be included
* Small change on encoding error handling

* Minor QoC

* correct typos

* Corrections after peer review:
* Use django url block
* Use {{ owner }} and {{ user }} default str
* Various QoC

* Add missing parameter types

* Specify types of some lists in functions hints

* Remove every list content type hint, as they appear only in python >= 3.9

* Fixup. Format code with Prettier

* Fixup. Format code with Black

* [DONE] Pampletousse/fix improve bulk update tests (#1053)

* Change default sort dashboard videos title into date_added

* Change title to type test and add owner test

* Change get videos objects

* Change values for owner test

* Change user for post request

* Add test_bulk_update_tags and fix owner bulk update (missing move file)

* Fix pep8

* Try to repair test_update_video_owner

* Change order of tests + add bulk_delete test

* Try to repair bulk_delete test

* Try to repair bulk_delete test with user3 videos

* add response check of bulk_delete failure

* Fix bad value sending to change owner

* Fix again test_views not working

* Add doc on test_update_video_owner

---------

Co-authored-by: pampletousse <sylvain.loppin@grenet.fr>

* Fixup. Format code with Black

* compilemessages

* make lang + compilemessages

* Squashed commit of the following:

commit 793d1d0
Author: github-actions <github-actions@github.com>
Date:   Thu Feb 15 13:29:30 2024 +0000

    Fixup. Format code with Black

commit 6fd6734
Author: Ptitloup <nicolas.can@univ-lille.fr>
Date:   Thu Feb 15 14:28:59 2024 +0100

    [DONE] Ptitloup/feature add video token (#1052)

    * add video token models, add it in admin, add view to manage token, call it from edit and views template

    * add access to video with token, improve token list display and add translation

    * fix indent

    * add uniq constraints for video access token, add unit test for video access token model, fix translate

    * add unit test for view, complete unit test for model, improve access token view

    * add copy to clipboard icon, add video access test view

    * add js to copy link and embed value

    * change col size and align middle

    * improve indent, add translation and pydoc

    * add info to delete token

commit c104e93
Author: github-actions <github-actions@github.com>
Date:   Thu Feb 15 10:14:37 2024 +0000

    Fixup. Format code with Black

commit ac8bf7e
Author: pampletousse <51699553+pampletousse@users.noreply.github.com>
Date:   Thu Feb 15 11:14:10 2024 +0100

    [DONE] Pampletousse/fix improve bulk update tests (#1053)

    * Change default sort dashboard videos title into date_added

    * Change title to type test and add owner test

    * Change get videos objects

    * Change values for owner test

    * Change user for post request

    * Add test_bulk_update_tags and fix owner bulk update (missing move file)

    * Fix pep8

    * Try to repair test_update_video_owner

    * Change order of tests + add bulk_delete test

    * Try to repair bulk_delete test

    * Try to repair bulk_delete test with user3 videos

    * add response check of bulk_delete failure

    * Fix bad value sending to change owner

    * Fix again test_views not working

    * Add doc on test_update_video_owner

    ---------

    Co-authored-by: pampletousse <sylvain.loppin@grenet.fr>

commit 033f7ae
Author: github-actions <github-actions@github.com>
Date:   Thu Feb 15 09:24:39 2024 +0000

    Auto-update configuration files

commit d588781
Author: github-actions <github-actions@github.com>
Date:   Thu Feb 15 09:24:17 2024 +0000

    Fixup. Format code with Black

commit 8770413
Author: github-actions <github-actions@github.com>
Date:   Thu Feb 15 09:24:08 2024 +0000

    Fixup. Format code with Prettier

commit 2d982a8
Author: Olivier Bado-Faustin <bado@unice.fr>
Date:   Thu Feb 15 10:23:39 2024 +0100

    [DONE] Fix dressing Watermark path (#1048)

    * * Replace `settings.BASE_DIR` by watermark.file.path for video dressing watermark
    * Some code formatting & docs

    * Send email to admin on encoding error

    * * Setup of Video & Audio encoding test case is only called once (This testCase will be 4x faster)

    * another try to run setup only once

    * Fix small bug

    * correct typo

    * small correction

    * modify encoding test

    * * Polish `change video owner` template
    * move every "mandatory fields" help messagre in a main template to be included
    * Small change on encoding error handling

    * Minor QoC

    * correct typos

    * Corrections after peer review:
    * Use django url block
    * Use {{ owner }} and {{ user }} default str
    * Various QoC

    * Add missing parameter types

    * Specify types of some lists in functions hints

    * Remove every list content type hint, as they appear only in python >= 3.9

* compilemessages

* make lang

* test reset lang

* + nl

* [DONE] Fix dressing Watermark path (#1048)

* * Replace `settings.BASE_DIR` by watermark.file.path for video dressing watermark
* Some code formatting & docs

* Send email to admin on encoding error

* * Setup of Video & Audio encoding test case is only called once (This testCase will be 4x faster)

* another try to run setup only once

* Fix small bug

* correct typo

* small correction

* modify encoding test

* * Polish `change video owner` template
* move every "mandatory fields" help messagre in a main template to be included
* Small change on encoding error handling

* Minor QoC

* correct typos

* Corrections after peer review:
* Use django url block
* Use {{ owner }} and {{ user }} default str
* Various QoC

* Add missing parameter types

* Specify types of some lists in functions hints

* Remove every list content type hint, as they appear only in python >= 3.9

* [DONE] Pampletousse/fix improve bulk update tests (#1053)

* Change default sort dashboard videos title into date_added

* Change title to type test and add owner test

* Change get videos objects

* Change values for owner test

* Change user for post request

* Add test_bulk_update_tags and fix owner bulk update (missing move file)

* Fix pep8

* Try to repair test_update_video_owner

* Change order of tests + add bulk_delete test

* Try to repair bulk_delete test

* Try to repair bulk_delete test with user3 videos

* add response check of bulk_delete failure

* Fix bad value sending to change owner

* Fix again test_views not working

* Add doc on test_update_video_owner

---------

Co-authored-by: pampletousse <sylvain.loppin@grenet.fr>

* [DONE] Ptitloup/feature add video token (#1052)

* add video token models, add it in admin, add view to manage token, call it from edit and views template

* add access to video with token, improve token list display and add translation

* fix indent

* add uniq constraints for video access token, add unit test for video access token model, fix translate

* add unit test for view, complete unit test for model, improve access token view

* add copy to clipboard icon, add video access test view

* add js to copy link and embed value

* change col size and align middle

* improve indent, add translation and pydoc

* add info to delete token

* Fixup. Format code with Black

* fixe lang

* little fixes

* [DONE] Fix dressing Watermark path (#1048)

* * Replace `settings.BASE_DIR` by watermark.file.path for video dressing watermark
* Some code formatting & docs

* Send email to admin on encoding error

* * Setup of Video & Audio encoding test case is only called once (This testCase will be 4x faster)

* another try to run setup only once

* Fix small bug

* correct typo

* small correction

* modify encoding test

* * Polish `change video owner` template
* move every "mandatory fields" help messagre in a main template to be included
* Small change on encoding error handling

* Minor QoC

* correct typos

* Corrections after peer review:
* Use django url block
* Use {{ owner }} and {{ user }} default str
* Various QoC

* Add missing parameter types

* Specify types of some lists in functions hints

* Remove every list content type hint, as they appear only in python >= 3.9

* first correction after the first review

* [DONE] Fix dressing Watermark path (#1048)

* * Replace `settings.BASE_DIR` by watermark.file.path for video dressing watermark
* Some code formatting & docs

* Send email to admin on encoding error

* * Setup of Video & Audio encoding test case is only called once (This testCase will be 4x faster)

* another try to run setup only once

* Fix small bug

* correct typo

* small correction

* modify encoding test

* * Polish `change video owner` template
* move every "mandatory fields" help messagre in a main template to be included
* Small change on encoding error handling

* Minor QoC

* correct typos

* Corrections after peer review:
* Use django url block
* Use {{ owner }} and {{ user }} default str
* Various QoC

* Add missing parameter types

* Specify types of some lists in functions hints

* Remove every list content type hint, as they appear only in python >= 3.9

* make lang + compilemessages

* Squashed commit of the following:

commit 793d1d0
Author: github-actions <github-actions@github.com>
Date:   Thu Feb 15 13:29:30 2024 +0000

    Fixup. Format code with Black

commit 6fd6734
Author: Ptitloup <nicolas.can@univ-lille.fr>
Date:   Thu Feb 15 14:28:59 2024 +0100

    [DONE] Ptitloup/feature add video token (#1052)

    * add video token models, add it in admin, add view to manage token, call it from edit and views template

    * add access to video with token, improve token list display and add translation

    * fix indent

    * add uniq constraints for video access token, add unit test for video access token model, fix translate

    * add unit test for view, complete unit test for model, improve access token view

    * add copy to clipboard icon, add video access test view

    * add js to copy link and embed value

    * change col size and align middle

    * improve indent, add translation and pydoc

    * add info to delete token

commit c104e93
Author: github-actions <github-actions@github.com>
Date:   Thu Feb 15 10:14:37 2024 +0000

    Fixup. Format code with Black

commit ac8bf7e
Author: pampletousse <51699553+pampletousse@users.noreply.github.com>
Date:   Thu Feb 15 11:14:10 2024 +0100

    [DONE] Pampletousse/fix improve bulk update tests (#1053)

    * Change default sort dashboard videos title into date_added

    * Change title to type test and add owner test

    * Change get videos objects

    * Change values for owner test

    * Change user for post request

    * Add test_bulk_update_tags and fix owner bulk update (missing move file)

    * Fix pep8

    * Try to repair test_update_video_owner

    * Change order of tests + add bulk_delete test

    * Try to repair bulk_delete test

    * Try to repair bulk_delete test with user3 videos

    * add response check of bulk_delete failure

    * Fix bad value sending to change owner

    * Fix again test_views not working

    * Add doc on test_update_video_owner

    ---------

    Co-authored-by: pampletousse <sylvain.loppin@grenet.fr>

commit 033f7ae
Author: github-actions <github-actions@github.com>
Date:   Thu Feb 15 09:24:39 2024 +0000

    Auto-update configuration files

commit d588781
Author: github-actions <github-actions@github.com>
Date:   Thu Feb 15 09:24:17 2024 +0000

    Fixup. Format code with Black

commit 8770413
Author: github-actions <github-actions@github.com>
Date:   Thu Feb 15 09:24:08 2024 +0000

    Fixup. Format code with Prettier

commit 2d982a8
Author: Olivier Bado-Faustin <bado@unice.fr>
Date:   Thu Feb 15 10:23:39 2024 +0100

    [DONE] Fix dressing Watermark path (#1048)

    * * Replace `settings.BASE_DIR` by watermark.file.path for video dressing watermark
    * Some code formatting & docs

    * Send email to admin on encoding error

    * * Setup of Video & Audio encoding test case is only called once (This testCase will be 4x faster)

    * another try to run setup only once

    * Fix small bug

    * correct typo

    * small correction

    * modify encoding test

    * * Polish `change video owner` template
    * move every "mandatory fields" help messagre in a main template to be included
    * Small change on encoding error handling

    * Minor QoC

    * correct typos

    * Corrections after peer review:
    * Use django url block
    * Use {{ owner }} and {{ user }} default str
    * Various QoC

    * Add missing parameter types

    * Specify types of some lists in functions hints

    * Remove every list content type hint, as they appear only in python >= 3.9

* test reset lang

* fix last conflicts

* make lang

* make lang

* add visible field

* fix default block

* fix flake

* remove test events_next.html

* bugfix after review

* flake8 and unit test

* bugfix unit test

* add unit test and bugfix

* add unit test main views

* add unit test main views

* remove tempate last videos and some variables

* update after review

* fix error block template

* fix after review

* fix card_list and lang

* pydoc fix and translation

---------

Co-authored-by: Valentin Sabatier <valentin.sabatier@hotmail.fr>
Co-authored-by: Olivier Bado-Faustin <bado@unice.fr>
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: pampletousse <51699553+pampletousse@users.noreply.github.com>
Co-authored-by: pampletousse <sylvain.loppin@grenet.fr>
Co-authored-by: Ptitloup <nicolas.can@univ-lille.fr>
Co-authored-by: Valentin Sabatier <62725910+vsabatie@users.noreply.github.com>
Co-authored-by: Charneau Franck <franck.charneau@univ-lr.fr>
  • Loading branch information
9 people authored Apr 10, 2024
1 parent 5cf1491 commit cc21f8e
Show file tree
Hide file tree
Showing 31 changed files with 1,927 additions and 280 deletions.
4 changes: 2 additions & 2 deletions pod/live/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -789,8 +789,8 @@ def test_events(self):
access_group = AccessGroup.objects.get(code_name="group1")
# User not logged in
response = self.client.get("/")
self.assertTemplateUsed(response, "live/events_next.html")
print(" ---> test_events of `/`: OK!")
# self.assertTemplateUsed(response, "live/events_next.html")
# print(" ---> test_events of `/`: OK!")

response = self.client.get("/live/events/")
self.assertTemplateUsed(response, "live/events.html")
Expand Down
Binary file modified pod/locale/fr/LC_MESSAGES/django.mo
Binary file not shown.
213 changes: 182 additions & 31 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: 2024-04-03 15:23+0000\n"
"POT-Creation-Date: 2024-04-10 14:22+0000\n"
"PO-Revision-Date: \n"
"Last-Translator: obado <bado@unice.fr>\n"
"Language-Team: Pod Team cotech-esup-pod@esup-portail.org\n"
Expand All @@ -14,7 +14,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"X-Generator: Poedit 3.4\n"
"X-Generator: Poedit 3.4.2\n"

#: pod/authentication/admin.py pod/main/forms.py
msgid "Email"
Expand Down Expand Up @@ -2269,7 +2269,7 @@ msgstr "Temps de fin de l’affichage de l’enrichissement en secondes."
#: pod/enrichment/models.py
#: pod/enrichment/templates/enrichment/list_enrichment.html
#: pod/import_video/templates/import_video/list.html pod/live/models.py
#: pod/video/forms.py pod/video/models.py
#: pod/main/models.py pod/video/forms.py pod/video/models.py
#: pod/video/templates/videos/dashboard.html pod/video/views.py
#: pod/video_search/templates/search/search.html
msgid "Type"
Expand Down Expand Up @@ -3494,6 +3494,7 @@ msgid "Plan an event"
msgstr "Programmer un évènement"

#: pod/live/templates/live/direct.html pod/live/templates/live/events_next.html
#: pod/main/models.py pod/main/templatetags/flat_page_edito_filter.py
msgid "Next events"
msgstr "Prochains évènements"

Expand Down Expand Up @@ -4828,6 +4829,157 @@ msgstr "Onglet additionnel de chaînes"
msgid "Additional channel Tabs"
msgstr "Onglets additionnels de chaînes"

#: pod/main/models.py
msgid "Carousel"
msgstr "Carrousel"

#: pod/main/models.py
msgid "Multiple carousel"
msgstr "Carrousel multiple"

#: pod/main/models.py
msgid "Card list"
msgstr "Liste de cartes"

#: pod/main/models.py
msgid "HTML"
msgstr "HTML"

#: pod/main/models.py pod/video/models.py
#: pod/video_search/templates/search/search.html
msgid "Channel"
msgstr "Chaîne"

#: pod/main/models.py pod/video/models.py
msgid "Theme"
msgstr "Thème"

#: pod/main/models.py pod/playlist/models.py
#: pod/playlist/templates/playlist/playlist_breadcrumbs.html
#: pod/playlist/tests/test_models.py pod/playlist/views.py
#: pod/video/templates/videos/video_breadcrumbs.html
msgid "Playlist"
msgstr "Liste de lecture"

#: pod/main/models.py pod/main/templatetags/flat_page_edito_filter.py
msgid "Last videos"
msgstr "Dernières vidéos"

#: pod/main/models.py pod/main/templatetags/flat_page_edito_filter.py
msgid "Most views"
msgstr "Les plus vues"

#: pod/main/models.py
msgid "Order"
msgstr "ordre"

#: pod/main/models.py pod/video/models.py
msgid "Visible"
msgstr "Visible"

#: pod/main/models.py
msgid "Check this box if block is visible in page."
msgstr "Cocher cette case si vous voulez voir le bloc sur la page."

#: pod/main/models.py
msgid "Data type"
msgstr "Type de données"

#: pod/main/models.py
msgid "Select the channel you want to link with."
msgstr "Sélectionner la chaîne que vous voulez joindre."

#: pod/main/models.py
msgid "Select the theme you want to link with."
msgstr "Sélectionner le thème que vous voulez joindre."

#: pod/main/models.py
msgid "Select the playlist you want to link with."
msgstr "Sélectionner la liste de lecture que vous voulez joindre."

#: pod/main/models.py
msgid "Write in html inside this field."
msgstr "Écrire en html à l'intérieur de ce champ."

#: pod/main/models.py
msgid "Display title"
msgstr "Afficher le titre"

#: pod/main/models.py
msgid "No cache"
msgstr "Pas de cache"

#: pod/main/models.py
msgid "Check this box if you don't want to keep the cache."
msgstr "Cocher cette case si vous ne voulez pas garder le cache."

#: pod/main/models.py
msgid "Debug"
msgstr "Debug"

#: pod/main/models.py
msgid "Check this box if you want to activate debug mode."
msgstr "Cocher cette case si vous voulez activer le mode débogage."

#: pod/main/models.py
msgid "Show restricted content"
msgstr "Montrer le contenu restreint"

#: pod/main/models.py
msgid "Check this box if you want to show restricted content."
msgstr "Cocher cette case si vous voulez montrer le contenu restreint."

#: pod/main/models.py
msgid "Must be authenticated"
msgstr "Doit être authentifié"

#: pod/main/models.py
msgid "Check this box if users must be authenticated to view content."
msgstr ""
"Cochez cette case si les utilisateurs doivent être authentifiés pour voir le "
"contenu."

#: pod/main/models.py
msgid "Auto slide"
msgstr "Défilement automatique"

#: pod/main/models.py
msgid "Check this box if you want auto slide."
msgstr "Cocher cette case si vous voulez activer le défilement automatique."

#: pod/main/models.py
msgid "Maximum number of element"
msgstr "Nombre d'éléments maximum"

#: pod/main/models.py
msgid "Number of element per page (multi carousel)"
msgstr "Nombre d'éléments par page (carrousel multiple)"

#: pod/main/models.py
msgid "View videos from non visible channel"
msgstr "Voir les vidéos d'une chaine non visible"

#: pod/main/models.py
msgid "Check this box if you want view videos from non visible channel."
msgstr ""
"Cocher cette case si vous voulez voir les vidéos d'une chaine non visible."

#: pod/main/models.py
msgid "View videos with password"
msgstr "Voir les vidéos avec un mot de passe"

#: pod/main/models.py
msgid "Check this box if you want view videos with password."
msgstr "Cocher cette case si vous voulez voir les vidéos avec un mot de passe."

#: pod/main/models.py
msgid "Block"
msgstr "Bloc"

#: pod/main/models.py
msgid "Blocks"
msgstr "Blocs"

#: pod/main/templates/403.html
msgid "Permission denied"
msgstr "Accès refusé"
Expand Down Expand Up @@ -4911,6 +5063,27 @@ msgstr "En savoir plus"
msgid "I understand"
msgstr "J’ai compris"

#: pod/main/templates/block/card_list.html
#: pod/main/templates/block/carousel.html
#: pod/main/templates/block/multi_carousel.html
msgid "Show all videos"
msgstr "Afficher toutes les vidéos"

#: pod/main/templates/block/carousel.html
#, python-format
msgid "Video %(video_number)s"
msgstr "Vidéo %(video_number)s"

#: pod/main/templates/block/carousel.html
#: pod/main/templates/block/multi_carousel.html
msgid "Previous thumbnail"
msgstr "Vignette précédente"

#: pod/main/templates/block/carousel.html
#: pod/main/templates/block/multi_carousel.html
msgid "Next thumbnail"
msgstr "Vignette suivante"

#: pod/main/templates/contact_us.html
msgid "Your message"
msgstr "Votre message"
Expand Down Expand Up @@ -6194,13 +6367,6 @@ msgstr "Protégé par un mot de passe"
msgid "Private"
msgstr "Privé"

#: pod/playlist/models.py
#: pod/playlist/templates/playlist/playlist_breadcrumbs.html
#: pod/playlist/tests/test_models.py pod/playlist/views.py
#: pod/video/templates/videos/video_breadcrumbs.html
msgid "Playlist"
msgstr "Liste de lecture"

#: pod/playlist/models.py
msgid ""
"Selecting this setting causes your playlist to be promoted on the page "
Expand Down Expand Up @@ -7700,10 +7866,6 @@ msgstr ""
msgid "The style will be added to your channel to show it"
msgstr "Le style sera ajouté à votre chaîne"

#: pod/video/models.py
msgid "Visible"
msgstr "Visible"

#: pod/video/models.py
msgid ""
"If checked, the channel appear in a list of available channels on the "
Expand All @@ -7721,10 +7883,6 @@ msgstr ""
msgid "Additionals channels tab"
msgstr "Onglet additionnel de chaînes"

#: pod/video/models.py pod/video_search/templates/search/search.html
msgid "Channel"
msgstr "Chaîne"

#: pod/video/models.py
msgid "Theme parent"
msgstr "Thème parent"
Expand All @@ -7742,10 +7900,6 @@ msgstr ""
msgid "A theme must be in the same channel as its parent."
msgstr "Un thème doit se trouver dans la même chaîne que son parent."

#: pod/video/models.py
msgid "Theme"
msgstr "Thème"

#: pod/video/models.py
msgid "Icon"
msgstr "Icone"
Expand Down Expand Up @@ -8367,14 +8521,6 @@ msgstr "Éditer la catégorie"
msgid "Links"
msgstr "Liens"

#: pod/video/templates/videos/last_videos.html
msgid "Last videos"
msgstr "Dernières vidéos"

#: pod/video/templates/videos/last_videos.html
msgid "Show all videos"
msgstr "Afficher toutes les vidéos"

#: pod/video/templates/videos/link_video.html
#: pod/video/templates/videos/video_row_select.html
msgid "Remove from playlist"
Expand Down Expand Up @@ -9389,6 +9535,12 @@ msgstr "Résultats de la recherche"
msgid "Esup-Pod xAPI"
msgstr "xAPI Esup-Pod"

#~ msgid "Previous"
#~ msgstr "Vignette précédente"

#~ msgid "Next"
#~ msgstr "Vignette suivante"

#~ msgid ""
#~ "Pod is aimed at users of our institutions, by allowing the publication of "
#~ "videos in the fields of research (promotion of platforms, etc.), training "
Expand All @@ -9403,7 +9555,6 @@ msgstr "xAPI Esup-Pod"
#~ msgstr ""
#~ "Le fichier HTML de cet enregistrement est introuvable sur le serveur."

#, python-format
#~ msgid "Error number: %s"
#~ msgstr "Numéro d’erreur : %s"

Expand Down
Binary file modified pod/locale/fr/LC_MESSAGES/djangojs.mo
Binary file not shown.
Loading

0 comments on commit cc21f8e

Please sign in to comment.