Skip to content

Commit

Permalink
[xmltv] Add few missing translations and reorder the entries (openhab…
Browse files Browse the repository at this point in the history
…#12872)

Re-run of the i18n tool will then trigger no change.

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
  • Loading branch information
lolodomo authored and psmedley committed Feb 23, 2023
1 parent fdc7415 commit 363e35b
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,62 +3,66 @@
binding.xmltv.name = XmlTV Binding
binding.xmltv.description = This is the binding for reading and parsing XmlTV files

# bridge types

thing-type.xmltv.xmltvfile.label = XmlTVFile
thing-type.xmltv.xmltvfile.description = This is the interface to a XmlTV file

thing-type.config.xmltv.xmltvfile.filePath.label = XmlTV File Path
thing-type.config.xmltv.xmltvfile.filePath.description = Path to an XmlTV file.
thing-type.config.xmltv.xmltvfile.refresh.label = Refresh Interval
thing-type.config.xmltv.xmltvfile.refresh.description = Specifies the XMLTV file reload interval in hours.
thing-type.config.xmltv.xmltvfile.encoding.label = File encoding
thing-type.config.xmltv.xmltvfile.encoding.description = Specifies the XMLTV file encoding.

# thing types

thing-type.xmltv.channel.label = Channel
thing-type.xmltv.channel.description = This represent a channel on a given TV file
thing-type.xmltv.xmltvfile.label = XmlTVFile
thing-type.xmltv.xmltvfile.description = This is the interface to a XmlTV file

# thing types config

thing-type.config.xmltv.channel.channelId.label = Channel Id
thing-type.config.xmltv.channel.channelId.description = Id of the channel as presented in the XmlTV file.
thing-type.config.xmltv.channel.offset.label = Offset
thing-type.config.xmltv.channel.offset.description = Moves an event or datetime value forward or backward (in minutes)
thing-type.config.xmltv.channel.refresh.label = Refresh Interval
thing-type.config.xmltv.channel.refresh.description = Specifies the refresh interval in seconds.
thing-type.config.xmltv.xmltvfile.encoding.label = File encoding
thing-type.config.xmltv.xmltvfile.encoding.description = Specifies the XMLTV file encoding.
thing-type.config.xmltv.xmltvfile.filePath.label = XmlTV File Path
thing-type.config.xmltv.xmltvfile.filePath.description = Path to an XmlTV file.
thing-type.config.xmltv.xmltvfile.refresh.label = Refresh Interval
thing-type.config.xmltv.xmltvfile.refresh.description = Specifies the XMLTV file reload interval in hours.

# channel group types

channel-group-type.xmltv.channelprops.label = Channel Properties
channel-group-type.xmltv.channelprops.description = Properties of the current channel.
channel-group-type.xmltv.currentprog.label = Current Program
channel-group-type.xmltv.currentprog.description = Program currently on air on this channel.
channel-group-type.xmltv.nextprog.label = Next Program

# channel type
channel-group-type.xmltv.nextprog.description = Program which will follow current program on this channel.

# channel types

channel-type.xmltv.elapsedTime.label = Current Time
channel-type.xmltv.elapsedTime.description = Current time of currently playing program.
channel-type.xmltv.icon.label = Icon
channel-type.xmltv.icon.description = Icon of the channel / program.
channel-type.xmltv.iconUrl.label = Channel Icon URL
channel-type.xmltv.iconUrl.description = Icon URL of the TV channel.
channel-type.xmltv.progIconUrl.label = Program URL
channel-type.xmltv.progIconUrl.description = URL to an image of the program.
channel-type.xmltv.progTitle.label = Title
channel-type.xmltv.progTitle.description = Program Title.
channel-type.xmltv.progCategory.label = Category
channel-type.xmltv.progCategory.description = Program Category.
channel-type.xmltv.progStart.label = Start Time
channel-type.xmltv.progStart.description = Program Start Time
channel-type.xmltv.progEnd.label = End Time
channel-type.xmltv.progEnd.description = Program End Time
channel-type.xmltv.elapsedTime.label = Current Time
channel-type.xmltv.elapsedTime.description = Current time of currently playing program.
channel-type.xmltv.progEnd.state.pattern = %1$tF %1$tR
channel-type.xmltv.progIconUrl.label = Program URL
channel-type.xmltv.progIconUrl.description = URL to an image of the program.
channel-type.xmltv.progStart.label = Start Time
channel-type.xmltv.progStart.description = Program Start Time
channel-type.xmltv.progStart.state.pattern = %1$tF %1$tR
channel-type.xmltv.progTitle.label = Title
channel-type.xmltv.progTitle.description = Program Title.
channel-type.xmltv.progress.label = Progress
channel-type.xmltv.progress.description = Relative progression of the current program.
channel-type.xmltv.remainingTime.label = Remaining Time
channel-type.xmltv.remainingTime.description = Time remaining until end of the program.
channel-type.xmltv.timeLeft.label = Time Left
channel-type.xmltv.timeLeft.description = Time left before program start
channel-type.xmltv.progress.label = Progress
channel-type.xmltv.progress.description = Relative progression of the current program.
channel-type.xmltv.icon.label = Icon
channel-type.xmltv.icon.description = Icon of the channel / program.

# messages

no-more-programs = No programmes to come in the current XML file for this channel
no-file-available = No file available
file-outdated = XMLTV file seems outdated
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
</parameter>
<parameter name="refresh" type="integer" unit="h">
<label>Refresh Interval</label>
<description>Specifies the XMLTV file reload interval in hours</description>
<description>Specifies the XMLTV file reload interval in hours.</description>
<default>24</default>
</parameter>
<parameter name="encoding" type="text" required="true">
<label>File encoding</label>
<description>Specifies the XMLTV file encoding</description>
<description>Specifies the XMLTV file encoding.</description>
<default>UTF8</default>
</parameter>
</config-description>
Expand Down Expand Up @@ -53,7 +53,7 @@

<parameter name="refresh" type="integer" unit="s">
<label>Refresh Interval</label>
<description>Specifies the refresh interval in seconds</description>
<description>Specifies the refresh interval in seconds.</description>
<default>60</default>
</parameter>

Expand All @@ -63,7 +63,7 @@

<channel-group-type id="channelprops">
<label>Channel Properties</label>
<description>Properties of the current channel</description>
<description>Properties of the current channel.</description>
<channels>
<channel id="iconUrl" typeId="iconUrl"/>
<channel id="icon" typeId="icon"/>
Expand All @@ -72,7 +72,7 @@

<channel-group-type id="currentprog">
<label>Current Program</label>
<description>Program currently on air on this channel</description>
<description>Program currently on air on this channel.</description>
<channels>
<channel id="progStart" typeId="progStart"/>
<channel id="progEnd" typeId="progEnd"/>
Expand All @@ -88,7 +88,7 @@

<channel-group-type id="nextprog">
<label>Next Program</label>
<description>Program which will follow current program on this channel</description>
<description>Program which will follow current program on this channel.</description>
<channels>
<channel id="progStart" typeId="progStart"/>
<channel id="timeLeft" typeId="timeLeft"/>
Expand Down

0 comments on commit 363e35b

Please sign in to comment.