-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of https://github.com/EsupPortail/Esup-Pod int…
…o AymericJak/improve_title_sort
- Loading branch information
Showing
21 changed files
with
249 additions
and
91 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
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
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
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 |
---|---|---|
|
@@ -5,16 +5,16 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Pod\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-10-16 13:36+0000\n" | ||
"POT-Creation-Date: 2023-10-31 11:26+0000\n" | ||
"PO-Revision-Date: \n" | ||
"Last-Translator: Ptitloup <nicolas.can@univ-lille.fr>\n" | ||
"Last-Translator: obado <bado@unice.fr>\n" | ||
"Language-Team: Pod Team [email protected]\n" | ||
"Language: fr\n" | ||
"MIME-Version: 1.0\n" | ||
"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.3.2\n" | ||
"X-Generator: Poedit 3.4\n" | ||
|
||
#: pod/authentication/admin.py pod/main/forms.py | ||
msgid "Email" | ||
|
@@ -370,7 +370,7 @@ msgstr "" | |
"URL de la vignette correspondant à l’enregistrement de la présentation BBB." | ||
|
||
#: pod/bbb/models.py pod/import_video/models.py pod/meeting/models.py | ||
#: pod/playlist/models.py pod/recorder/models.py | ||
#: pod/playlist/models.py pod/recorder/models.py pod/video/models.py | ||
msgid "User" | ||
msgstr "Utilisateur" | ||
|
||
|
@@ -6112,6 +6112,7 @@ msgid "The playlist has been deleted." | |
msgstr "La liste de lecture a été supprimée." | ||
|
||
#: pod/playlist/views.py | ||
#, python-format | ||
msgid "Edit the playlist “%(pname)s”" | ||
msgstr "Modifier la liste de lecture « %(pname)s »" | ||
|
||
|
@@ -7346,6 +7347,18 @@ msgstr "Nombre de vues" | |
msgid "View counts" | ||
msgstr "Statistiques" | ||
|
||
#: pod/video/models.py | ||
msgid "Marker time" | ||
msgstr "Marqueur de temps" | ||
|
||
#: pod/video/models.py | ||
msgid "User viewing time marker of video" | ||
msgstr "Marqueur de lecture de vidéo de l’utilisateur" | ||
|
||
#: pod/video/models.py | ||
msgid "Users viewing time marker of video" | ||
msgstr "Marqueur de lecture de vidéo des utilisateurs" | ||
|
||
#: pod/video/models.py | ||
msgid "Video version" | ||
msgstr "Version de la video" | ||
|
@@ -7663,6 +7676,10 @@ msgstr "Aide pour les champs de formulaire" | |
msgid "This content is password protected." | ||
msgstr "Ce contenu est protégé par un mot de passe." | ||
|
||
#: pod/video/templates/videos/card.html | ||
msgid "This content has restricted access." | ||
msgstr "Ce contenu est en accès restreint." | ||
|
||
#: pod/video/templates/videos/card.html | ||
msgid "This content is chaptered." | ||
msgstr "Ce contenu est chapitré." | ||
|
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
Oops, something went wrong.