|
| 1 | +# add-on |
| 2 | + |
| 3 | +addon.ephemeris.name = Extension Ephemeris |
| 4 | +addon.ephemeris.description = L'extension Ephemeris rend les actions d'Ephemeris accessibles aux Items |
| 5 | + |
| 6 | +# thing types |
| 7 | + |
| 8 | +thing-type.ephemeris.custom.label = Fichier Jollyday Personnalisé |
| 9 | +thing-type.ephemeris.custom.description = Événements définis dans un fichier Jollyday |
| 10 | +thing-type.ephemeris.custom.channel.event-today.label = Événement Aujourd'hui |
| 11 | +thing-type.ephemeris.custom.channel.event-today.description = Activé (ON) s'il existe un événement aujourd'hui |
| 12 | +thing-type.ephemeris.custom.channel.event-tomorrow.label = Évènement Demain |
| 13 | +thing-type.ephemeris.custom.channel.event-tomorrow.description = Activé (ON) s'il existe un événement demain |
| 14 | +thing-type.ephemeris.dayset.label = Ensemble Jours |
| 15 | +thing-type.ephemeris.dayset.description = Événements basés sur un ensemble de jours donné |
| 16 | +thing-type.ephemeris.dayset.channel.today.label = Aujourd'hui Dans Ensemble Jours |
| 17 | +thing-type.ephemeris.dayset.channel.today.description = Activé (ON) si aujourd'hui est dans l'ensemble de jours, OFF dans le cas contraire |
| 18 | +thing-type.ephemeris.dayset.channel.tomorrow.label = Demain Dans Ensemble Jours |
| 19 | +thing-type.ephemeris.dayset.channel.tomorrow.description = Activé (ON) si demain est dans l'ensemble de jours, OFF dans le cas contraire |
| 20 | +thing-type.ephemeris.holiday.label = Jours Fériés Ephemeris |
| 21 | +thing-type.ephemeris.holiday.description = Jours fériés basés sur la configuration système par défaut de Ephemeris |
| 22 | +thing-type.ephemeris.holiday.channel.holiday-today.label = Férié Aujourd'hui |
| 23 | +thing-type.ephemeris.holiday.channel.holiday-today.description = Activé (ON) si aujourd'hui est un jour férié |
| 24 | +thing-type.ephemeris.holiday.channel.holiday-tomorrow.label = Férié Demain |
| 25 | +thing-type.ephemeris.holiday.channel.holiday-tomorrow.description = Activé (ON) si demain est un jour férié |
| 26 | +thing-type.ephemeris.holiday.channel.next-title.description = Nom du prochain jour férié |
| 27 | +thing-type.ephemeris.holiday.channel.title-today.description = Nom du jour férié d'aujourd'hui, NULL sinon |
| 28 | +thing-type.ephemeris.weekend.label = Week-end |
| 29 | +thing-type.ephemeris.weekend.description = Événements basés sur les jours de week-end par défaut du système |
| 30 | +thing-type.ephemeris.weekend.channel.today.label = Week-end Aujourd'hui |
| 31 | +thing-type.ephemeris.weekend.channel.today.description = Activé (ON) si aujourd'hui est un jour de week-end, OFF dans le cas contraire |
| 32 | +thing-type.ephemeris.weekend.channel.tomorrow.label = Week-end Demain |
| 33 | +thing-type.ephemeris.weekend.channel.tomorrow.description = Activé (ON) si demain est un jour de week-end, OFF dans le cas contraire |
| 34 | + |
| 35 | +# thing types config |
| 36 | + |
| 37 | +thing-type.config.ephemeris.custom.fileName.label = Nom du Fichier |
| 38 | +thing-type.config.ephemeris.custom.fileName.description = Nom du fichier XML Jollyday dans le dossier de configuration de l'extension. |
| 39 | +thing-type.config.ephemeris.dayset.name.label = Nom |
| 40 | +thing-type.config.ephemeris.dayset.name.description = Nom de l'ensemble de jours. |
| 41 | + |
| 42 | +# channel types |
| 43 | + |
| 44 | +channel-type.ephemeris.days-remaining.label = Jours Restants |
| 45 | +channel-type.ephemeris.days-remaining.description = Jours restants jusqu'au prochain événement |
| 46 | +channel-type.ephemeris.event-current-title.label = Titre Événement Actuel |
| 47 | +channel-type.ephemeris.event-current-title.description = Titre de l'événement actuel |
| 48 | +channel-type.ephemeris.event-next-start.label = Début Prochain Événement |
| 49 | +channel-type.ephemeris.event-next-start.description = Date de début du prochain événement |
| 50 | +channel-type.ephemeris.event-next-start.state.pattern = %1$td-%1$tm-%1$tY |
| 51 | +channel-type.ephemeris.event-next-title.label = Titre Prochain Événement |
| 52 | +channel-type.ephemeris.event-next-title.description = Titre du prochain événement |
| 53 | +channel-type.ephemeris.in-dayset.label = Dans Ensemble Jours |
| 54 | + |
| 55 | +# discovery result |
| 56 | + |
| 57 | +discovery.ephemeris.holiday.local.label = Jours Fériés Locaux |
| 58 | +discovery.ephemeris.weekend.local.label = Week-end Local |
0 commit comments