#: models/enum.py:137
msgid "publisher / status"
-msgstr "éditeur / statut"
+msgstr "statut"
#: models/enum.py:143 models/media.py:226
msgid "publisher"
msgstr "discipline"
#: models/enum.py:244
-#, fuzzy
msgid "copy type"
-msgstr "type complet"
+msgstr "type d'exemplaire'"
#: models/enum.py:252 models/media.py:267
-#, fuzzy
msgid "media type"
-msgstr "Type de media"
+msgstr "support original"
#: models/enum.py:260 models/media.py:672
msgid "status"
msgstr "état"
#: models/enum.py:268
-#, fuzzy
msgid "identifier type"
-msgstr "identifiant"
+msgstr "type d'identifiant"
#: models/format.py:58 models/media.py:456 models/media.py:523
#: models/media.py:550 models/media.py:561 models/media.py:577
#: models/media.py:217 models/media.py:393
msgid "access status"
-msgstr "statut d'accès"
+msgstr "type d'accès"
#: models/media.py:224 models/media.py:403
msgid "recordist"
#: models/media.py:244
msgid "type of copy"
-msgstr ""
+msgstr "type de copie"
#: models/media.py:247
msgid "related documentation"
msgstr "documentation associée"
#: models/media.py:251
-#, fuzzy
msgid "collection status"
-msgstr "collections"
+msgstr "status de la collection"
#: models/media.py:252
msgid "copies"
#: models/media.py:380
msgid "comments / ethnographic context"
-msgstr "commentaires / contexte ethnographique"
+msgstr "contexte ethnographique"
#: models/media.py:381
-msgid "moda_execut"
-msgstr "moda_execut"
+msgid "implementing rules"
+msgstr "modalités d'exécution"
#: models/media.py:388
msgid "author / compositor"
#: models/media.py:864
msgid "date of first attribution"
-msgstr ""
+msgstr "date de dpremière attribution"
#: models/media.py:865
-#, fuzzy
msgid "date of last attribution"
-msgstr "mode d'acquisition"
+msgstr "date de dernière attribution"
#: models/media.py:866
-#, fuzzy
msgid "date of last modification"
-msgstr "Dernière modification"
+msgstr "date de dernière modification"
#: models/media.py:867
msgid "notes"
-msgstr ""
+msgstr "notes"
#: models/media.py:880
-#, fuzzy
msgid "item identifier"
-msgstr "identifiant"
+msgstr "identifiant de l'item"
#: models/media.py:881
-#, fuzzy
msgid "item identifiers"
-msgstr "identifiant"
+msgstr "identifiants de l'item"
#: models/media.py:892
-#, fuzzy
msgid "collection identifier"
-msgstr "identifiant de l'élément"
+msgstr "identifiant de la collection"
#: models/media.py:893
-#, fuzzy
msgid "collection identifiers"
-msgstr "identifiant de l'élément"
+msgstr "identifiants de la collection"
#: models/system.py:52
msgid "element type"
msgstr "Supprimer"
#: templates/postman/base_folder.html:50 templates/postman/view.html:26
-#, fuzzy
msgid "Archive"
-msgstr "Archives"
+msgstr "Archive"
#: templates/postman/base_folder.html:51
-#, fuzzy
msgid "Undelete"
-msgstr "supprimé"
+msgstr "Récupéré"
#: templates/postman/base_folder.html:57
msgid "No messages."
-msgstr ""
+msgstr "Pas de messages"
#: templates/postman/base_write.html:20
#: templates/telemeta/inc/chat_room.html:14
#: templates/telemeta/inc/collection_related.html:45
#: templates/telemeta/inc/mediaitem_related.html:45
#: templates/telemeta/inc/resource_related.html:45
-#, fuzzy
msgid "Download"
-msgstr "Téléchargement:"
+msgstr "Téléchargement"
#: templates/telemeta/collection_detail.html:68
#: templates/telemeta/geo_continents.html:26
#: templates/telemeta/mediaitem_detail.html:206
#: templates/telemeta/resource_detail.html:74
msgid "Last modification"
-msgstr "Dernière modification"
+msgstr "Dernière modification de la fiche"
#: templates/telemeta/collection_detail.html:165
#: templates/telemeta/mediaitem_detail.html:295
#: templates/telemeta/collection_edit.html:22
#: templates/telemeta/mediaitem_edit.html:26
-#, fuzzy
msgid "Identifier"
-msgstr "identifiant"
+msgstr "Identifiant"
#: templates/telemeta/collection_edit.html:53
#: templates/telemeta/collection_related_edit.html:14
msgstr "Composition"
#: templates/telemeta/mediaitem_edit.html:25
-#, fuzzy
msgid "Format"
-msgstr "format"
+msgstr "Format"
#: templates/telemeta/mediaitem_keywords_edit.html:24
msgid "Keyword"
# General informations
title = CharField(_('title'), required=True)
alt_title = CharField(_('original title / translation'))
- creator = CharField(_('depositor / contributor'), help_text='First name, Last name; First name, Last name')
+ creator = CharField(_('depositor / contributor'), help_text=_('First name, Last name; First name, Last name'))
doctype_code = IntegerField(_('document type'))
description = TextField(_('description'))
recording_context = WeakForeignKey('RecordingContext', related_name="collections",
verbose_name=_('recording context'))
- recorded_from_year = IntegerField(_('recording year (from)'), help_text='YYYY')
- recorded_to_year = IntegerField(_('recording year (until)'), help_text='YYYY')
- year_published = IntegerField(_('year published'), help_text='YYYY')
+ recorded_from_year = IntegerField(_('recording year (from)'), help_text=_('YYYY'))
+ recorded_to_year = IntegerField(_('recording year (until)'), help_text=_('YYYY'))
+ year_published = IntegerField(_('year published'), help_text=_('YYYY'))
public_access = CharField(_('access status'), choices=PUBLIC_ACCESS_CHOICES,
max_length=16, default="metadata")
# See "countries" and "ethnic_groups" methods below
# Legal notices
- collector = CharField(_('recordist'), help_text='First name, Last name; First name, Last name')
+ collector = CharField(_('recordist'), help_text=_('First name, Last name; First name, Last name'))
publisher = WeakForeignKey('Publisher', related_name="collections",
verbose_name=_('publisher'))
publisher_collection = WeakForeignKey('PublisherCollection', related_name="collections",
# Main Informations
title = CharField(_('title'))
alt_title = CharField(_('original title / translation'))
- collection = ForeignKey('MediaCollection', related_name="items",
- verbose_name=_('collection'))
- recorded_from_date = DateField(_('recording date (from)'), help_text='YYYY-MM-DD')
- recorded_to_date = DateField(_('recording date (until)'), help_text='YYYY-MM-DD')
-
- scientist = CharField(_('scientist'), help_text='First name, Last name')
+ collection = ForeignKey('MediaCollection', related_name="items", verbose_name=_('collection'))
+ recorded_from_date = DateField(_('recording date (from)'), help_text=_('YYYY-MM-DD'))
+ recorded_to_date = DateField(_('recording date (until)'), help_text=_('YYYY-MM-DD'))
+ public_access = CharField(_('access status'), choices=ITEM_PUBLIC_ACCESS_CHOICES, max_length=16, default="metadata")
+ scientist = CharField(_('scientist'), help_text=_('First name, Last name; First name, Last name'))
topic = WeakForeignKey('Topic', verbose_name=_('topic'))
summary = TextField(_('summary'))
comment = TextField(_('remarks'))
location = WeakForeignKey('Location', verbose_name=_('location'))
location_comment = CharField(_('location details'))
cultural_area = CharField(_('cultural area'))
- ethnic_group = WeakForeignKey('EthnicGroup', related_name="items",
- verbose_name=_('population / social group'))
+ ethnic_group = WeakForeignKey('EthnicGroup', related_name="items", verbose_name=_('population / social group'))
language = CharField(_('language'))
- language_iso = ForeignKey('Language', related_name="items",
- verbose_name=_('ISO language'), blank=True,
- null=True, on_delete=models.SET_NULL)
+ language_iso = ForeignKey('Language', related_name="items", verbose_name=_('ISO language'), blank=True, null=True, on_delete=models.SET_NULL)
context_comment = TextField(_('comments / ethnographic context'))
- moda_execut = CharField(_('moda_execut'))
+ moda_execut = CharField(_('implementing rules'))
# Musical informations
- vernacular_style = WeakForeignKey('VernacularStyle', related_name="items",
- verbose_name=_('vernacular style'))
- generic_style = WeakForeignKey('GenericStyle', related_name="items",
- verbose_name=_('generic style'))
- author = CharField(_('author / compositor'))
+ vernacular_style = WeakForeignKey('VernacularStyle', related_name="items", verbose_name=_('vernacular style'))
+ generic_style = WeakForeignKey('GenericStyle', related_name="items", verbose_name=_('generic style'))
+ author = CharField(_('author / compositor'), help_text=_('First name, Last name; First name, Last name'))
contributor = CharField(_('contributor'))
# Legal mentions
organization = WeakForeignKey('Organization', verbose_name=_('organization'))
- public_access = CharField(_('access status'), choices=ITEM_PUBLIC_ACCESS_CHOICES,
- max_length=16, default="metadata")
depositor = CharField(_('depositor'))
rights = WeakForeignKey('Rights', verbose_name=_('rights'))
auto_period_access = BooleanField(_('automatic access after a rolling period'), default=True)
# Archiving data
- code = CharField(_('code'), unique=True, blank=True, required=True, help_text='CollectionCode-ItemCode')
+ code = CharField(_('code'), unique=True, blank=True, required=True, help_text=_('CollectionCode-ItemCode'))
old_code = CharField(_('original code'), unique=False, blank=True)
track = CharField(_('item number'))
recordist = CharField(_('recordist'))
publishing_date = DateField(_('publishing date'))
creator_reference = CharField(_('creator reference'))
external_references = TextField(_('published references'))
- copied_from_item = WeakForeignKey('self', related_name="copies",
- verbose_name=_('copy of'))
+ copied_from_item = WeakForeignKey('self', related_name="copies", verbose_name=_('copy of'))
mimetype = CharField(_('mime type'), max_length=255, blank=True)
# Media
- file = FileField(_('file'), upload_to='items/%Y/%m/%d',
- db_column="filename", max_length=1024)
+ file = FileField(_('file'), upload_to='items/%Y/%m/%d', db_column="filename", max_length=1024)
url = URLField(_('URL'), max_length=512, blank=True)
# Technical data
- approx_duration = DurationField(_('approximative duration'), help_text='hh:mm:ss')
+ approx_duration = DurationField(_('approximative duration'), help_text=_('hh:mm:ss'))
# Manager
objects = MediaItemManager()
def keywords(self):
return ContextKeyword.objects.filter(item_relations__item = self)
+
keywords.verbose_name = _('keywords')
@property