From f88ccb87dc3679b40893c92f10610b4f84607caa Mon Sep 17 00:00:00 2001 From: Christoph Weitkamp Date: Sun, 24 Oct 2021 20:49:04 +0200 Subject: [PATCH] [kodi] Added default i18n properties file (#11446) Signed-off-by: Christoph Weitkamp --- .../resources/OH-INF/i18n/kodi.properties | 336 ++++++++++++++++++ 1 file changed, 336 insertions(+) create mode 100644 bundles/org.openhab.binding.kodi/src/main/resources/OH-INF/i18n/kodi.properties diff --git a/bundles/org.openhab.binding.kodi/src/main/resources/OH-INF/i18n/kodi.properties b/bundles/org.openhab.binding.kodi/src/main/resources/OH-INF/i18n/kodi.properties new file mode 100644 index 00000000000..09e24efef2b --- /dev/null +++ b/bundles/org.openhab.binding.kodi/src/main/resources/OH-INF/i18n/kodi.properties @@ -0,0 +1,336 @@ +# binding + +binding.kodi.name = Kodi Binding +binding.kodi.description = This is the binding for Kodi. + +# binding config + +binding.config.kodi.callbackUrl.label = Callback URL +binding.config.kodi.callbackUrl.description = url to use for playing notification sounds, e.g. http://192.168.0.2:8080 + +# thing types + +thing-type.kodi.kodi.label = Kodi Mediacenter +thing-type.kodi.kodi.description = Kodi Mediacenter Binding + +# thing types config + +thing-type.config.kodi.kodi.group.connection.label = Connection +thing-type.config.kodi.kodi.group.connection.description = Connection settings. +thing-type.config.kodi.kodi.group.network.label = Network +thing-type.config.kodi.kodi.group.network.description = Network settings. +thing-type.config.kodi.kodi.group.notification.label = Notification +thing-type.config.kodi.kodi.group.notification.description = Notification settings. +thing-type.config.kodi.kodi.httpPassword.label = Password +thing-type.config.kodi.kodi.httpPassword.description = Password to access the HTTP service. +thing-type.config.kodi.kodi.httpPort.label = HTTP Service Port +thing-type.config.kodi.kodi.httpPort.description = Port for the HTTP service. +thing-type.config.kodi.kodi.httpUser.label = Username +thing-type.config.kodi.kodi.httpUser.description = User name to access HTTP service. +thing-type.config.kodi.kodi.ipAddress.label = Network Address +thing-type.config.kodi.kodi.ipAddress.description = The IP or host name of the Kodi +thing-type.config.kodi.kodi.notificationTimeout.label = Notification Timeout +thing-type.config.kodi.kodi.notificationTimeout.description = Maximum amount of time for which the notification will be played (in s). +thing-type.config.kodi.kodi.notificationVolume.label = Notification Sound Volume +thing-type.config.kodi.kodi.notificationVolume.description = Specifies the volume applied to a notification sound (in %). +thing-type.config.kodi.kodi.port.label = Web Socket Service Port +thing-type.config.kodi.kodi.port.description = Port for the web socket service +thing-type.config.kodi.kodi.refreshInterval.label = Refresh Interval +thing-type.config.kodi.kodi.refreshInterval.description = The refresh interval to poll Kodi API (in s). + +# channel types + +channel-type.kodi.album.label = Album +channel-type.kodi.album.description = Album name of the current song +channel-type.kodi.channels.label = Channels +channel-type.kodi.channels.description = Channels +channel-type.kodi.codec.label = Codec +channel-type.kodi.codec.description = Codec of currently playing media +channel-type.kodi.currenttime.label = Current Time +channel-type.kodi.currenttime.description = Current time of currently playing media +channel-type.kodi.currenttimepercentage.label = Current Time in Percent +channel-type.kodi.currenttimepercentage.description = Current time of currently playing media +channel-type.kodi.duration.label = Duration +channel-type.kodi.duration.description = Length of currently playing media +channel-type.kodi.enabled.label = Enabled +channel-type.kodi.enabled.description = enabled +channel-type.kodi.fanart.label = Fanart +channel-type.kodi.fanart.description = The current fanart +channel-type.kodi.file.label = File +channel-type.kodi.file.description = file path and name +channel-type.kodi.genreList.label = Genres +channel-type.kodi.genreList.description = Comma-separated list of genres of the current file +channel-type.kodi.height.label = Video Height +channel-type.kodi.height.description = Video Height +channel-type.kodi.id.label = Id +channel-type.kodi.id.description = id in kodi database +channel-type.kodi.index.label = Index +channel-type.kodi.index.description = stream index +channel-type.kodi.input.label = Send a Key +channel-type.kodi.input.description = Sends a key stroke to Kodi to navigate in the UI +channel-type.kodi.input.state.option.Back = Back +channel-type.kodi.input.state.option.ContextMenu = Show context Menu +channel-type.kodi.input.state.option.Down = Down +channel-type.kodi.input.state.option.Home = Home +channel-type.kodi.input.state.option.Info = Show information dialog +channel-type.kodi.input.state.option.Left = Left +channel-type.kodi.input.state.option.Right = Right +channel-type.kodi.input.state.option.Select = Select +channel-type.kodi.input.state.option.ShowCodec = Show codec information +channel-type.kodi.input.state.option.ShowOSD = Show on-screen display +channel-type.kodi.input.state.option.ShowPlayerProcessInfo = Show player process info +channel-type.kodi.input.state.option.Up = Up +channel-type.kodi.inputaction.label = Execute an Action +channel-type.kodi.inputaction.description = Sends a predefined action to Kodi to control the UI and/or perform other tasks +channel-type.kodi.inputaction.state.option.left = left +channel-type.kodi.inputaction.state.option.right = right +channel-type.kodi.inputaction.state.option.up = up +channel-type.kodi.inputaction.state.option.down = down +channel-type.kodi.inputaction.state.option.pageup = pageup +channel-type.kodi.inputaction.state.option.pagedown = pagedown +channel-type.kodi.inputaction.state.option.select = select +channel-type.kodi.inputaction.state.option.highlight = highlight +channel-type.kodi.inputaction.state.option.parentdir = parentdir +channel-type.kodi.inputaction.state.option.parentfolder = parentfolder +channel-type.kodi.inputaction.state.option.back = back +channel-type.kodi.inputaction.state.option.menu = menu +channel-type.kodi.inputaction.state.option.previousmenu = previousmenu +channel-type.kodi.inputaction.state.option.info = info +channel-type.kodi.inputaction.state.option.pause = pause +channel-type.kodi.inputaction.state.option.stop = stop +channel-type.kodi.inputaction.state.option.skipnext = skipnext +channel-type.kodi.inputaction.state.option.skipprevious = skipprevious +channel-type.kodi.inputaction.state.option.fullscreen = fullscreen +channel-type.kodi.inputaction.state.option.aspectratio = aspectratio +channel-type.kodi.inputaction.state.option.stepforward = stepforward +channel-type.kodi.inputaction.state.option.stepback = stepback +channel-type.kodi.inputaction.state.option.bigstepforward = bigstepforward +channel-type.kodi.inputaction.state.option.bigstepback = bigstepback +channel-type.kodi.inputaction.state.option.chapterorbigstepforward = chapterorbigstepforward +channel-type.kodi.inputaction.state.option.chapterorbigstepback = chapterorbigstepback +channel-type.kodi.inputaction.state.option.osd = osd +channel-type.kodi.inputaction.state.option.showsubtitles = showsubtitles +channel-type.kodi.inputaction.state.option.nextsubtitle = nextsubtitle +channel-type.kodi.inputaction.state.option.cyclesubtitle = cyclesubtitle +channel-type.kodi.inputaction.state.option.playerdebug = playerdebug +channel-type.kodi.inputaction.state.option.codecinfo = codecinfo +channel-type.kodi.inputaction.state.option.playerprocessinfo = playerprocessinfo +channel-type.kodi.inputaction.state.option.nextpicture = nextpicture +channel-type.kodi.inputaction.state.option.previouspicture = previouspicture +channel-type.kodi.inputaction.state.option.zoomout = zoomout +channel-type.kodi.inputaction.state.option.zoomin = zoomin +channel-type.kodi.inputaction.state.option.playlist = playlist +channel-type.kodi.inputaction.state.option.queue = queue +channel-type.kodi.inputaction.state.option.zoomnormal = zoomnormal +channel-type.kodi.inputaction.state.option.zoomlevel1 = zoomlevel1 +channel-type.kodi.inputaction.state.option.zoomlevel2 = zoomlevel2 +channel-type.kodi.inputaction.state.option.zoomlevel3 = zoomlevel3 +channel-type.kodi.inputaction.state.option.zoomlevel4 = zoomlevel4 +channel-type.kodi.inputaction.state.option.zoomlevel5 = zoomlevel5 +channel-type.kodi.inputaction.state.option.zoomlevel6 = zoomlevel6 +channel-type.kodi.inputaction.state.option.zoomlevel7 = zoomlevel7 +channel-type.kodi.inputaction.state.option.zoomlevel8 = zoomlevel8 +channel-type.kodi.inputaction.state.option.zoomlevel9 = zoomlevel9 +channel-type.kodi.inputaction.state.option.nextcalibration = nextcalibration +channel-type.kodi.inputaction.state.option.resetcalibration = resetcalibration +channel-type.kodi.inputaction.state.option.analogmove = analogmove +channel-type.kodi.inputaction.state.option.analogmovex = analogmovex +channel-type.kodi.inputaction.state.option.analogmovey = analogmovey +channel-type.kodi.inputaction.state.option.rotate = rotate +channel-type.kodi.inputaction.state.option.rotateccw = rotateccw +channel-type.kodi.inputaction.state.option.close = close +channel-type.kodi.inputaction.state.option.subtitledelayminus = subtitledelayminus +channel-type.kodi.inputaction.state.option.subtitledelay = subtitledelay +channel-type.kodi.inputaction.state.option.subtitledelayplus = subtitledelayplus +channel-type.kodi.inputaction.state.option.audiodelayminus = audiodelayminus +channel-type.kodi.inputaction.state.option.audiodelay = audiodelay +channel-type.kodi.inputaction.state.option.audiodelayplus = audiodelayplus +channel-type.kodi.inputaction.state.option.subtitleshiftup = subtitleshiftup +channel-type.kodi.inputaction.state.option.subtitleshiftdown = subtitleshiftdown +channel-type.kodi.inputaction.state.option.subtitlealign = subtitlealign +channel-type.kodi.inputaction.state.option.audionextlanguage = audionextlanguage +channel-type.kodi.inputaction.state.option.verticalshiftup = verticalshiftup +channel-type.kodi.inputaction.state.option.verticalshiftdown = verticalshiftdown +channel-type.kodi.inputaction.state.option.nextresolution = nextresolution +channel-type.kodi.inputaction.state.option.audiotoggledigital = audiotoggledigital +channel-type.kodi.inputaction.state.option.number0 = number0 +channel-type.kodi.inputaction.state.option.number1 = number1 +channel-type.kodi.inputaction.state.option.number2 = number2 +channel-type.kodi.inputaction.state.option.number3 = number3 +channel-type.kodi.inputaction.state.option.number4 = number4 +channel-type.kodi.inputaction.state.option.number5 = number5 +channel-type.kodi.inputaction.state.option.number6 = number6 +channel-type.kodi.inputaction.state.option.number7 = number7 +channel-type.kodi.inputaction.state.option.number8 = number8 +channel-type.kodi.inputaction.state.option.number9 = number9 +channel-type.kodi.inputaction.state.option.smallstepback = smallstepback +channel-type.kodi.inputaction.state.option.fastforward = fastforward +channel-type.kodi.inputaction.state.option.rewind = rewind +channel-type.kodi.inputaction.state.option.play = play +channel-type.kodi.inputaction.state.option.playpause = playpause +channel-type.kodi.inputaction.state.option.switchplayer = switchplayer +channel-type.kodi.inputaction.state.option.delete = delete +channel-type.kodi.inputaction.state.option.copy = copy +channel-type.kodi.inputaction.state.option.move = move +channel-type.kodi.inputaction.state.option.screenshot = screenshot +channel-type.kodi.inputaction.state.option.rename = rename +channel-type.kodi.inputaction.state.option.togglewatched = togglewatched +channel-type.kodi.inputaction.state.option.scanitem = scanitem +channel-type.kodi.inputaction.state.option.reloadkeymaps = reloadkeymaps +channel-type.kodi.inputaction.state.option.volumeup = volumeup +channel-type.kodi.inputaction.state.option.volumedown = volumedown +channel-type.kodi.inputaction.state.option.mute = mute +channel-type.kodi.inputaction.state.option.backspace = backspace +channel-type.kodi.inputaction.state.option.scrollup = scrollup +channel-type.kodi.inputaction.state.option.scrolldown = scrolldown +channel-type.kodi.inputaction.state.option.analogfastforward = analogfastforward +channel-type.kodi.inputaction.state.option.analogrewind = analogrewind +channel-type.kodi.inputaction.state.option.moveitemup = moveitemup +channel-type.kodi.inputaction.state.option.moveitemdown = moveitemdown +channel-type.kodi.inputaction.state.option.contextmenu = contextmenu +channel-type.kodi.inputaction.state.option.shift = shift +channel-type.kodi.inputaction.state.option.symbols = symbols +channel-type.kodi.inputaction.state.option.cursorleft = cursorleft +channel-type.kodi.inputaction.state.option.cursorright = cursorright +channel-type.kodi.inputaction.state.option.showtime = showtime +channel-type.kodi.inputaction.state.option.analogseekforward = analogseekforward +channel-type.kodi.inputaction.state.option.analogseekback = analogseekback +channel-type.kodi.inputaction.state.option.showpreset = showpreset +channel-type.kodi.inputaction.state.option.nextpreset = nextpreset +channel-type.kodi.inputaction.state.option.previouspreset = previouspreset +channel-type.kodi.inputaction.state.option.lockpreset = lockpreset +channel-type.kodi.inputaction.state.option.randompreset = randompreset +channel-type.kodi.inputaction.state.option.increasevisrating = increasevisrating +channel-type.kodi.inputaction.state.option.decreasevisrating = decreasevisrating +channel-type.kodi.inputaction.state.option.showvideomenu = showvideomenu +channel-type.kodi.inputaction.state.option.enter = enter +channel-type.kodi.inputaction.state.option.increaserating = increaserating +channel-type.kodi.inputaction.state.option.decreaserating = decreaserating +channel-type.kodi.inputaction.state.option.setrating = setrating +channel-type.kodi.inputaction.state.option.togglefullscreen = togglefullscreen +channel-type.kodi.inputaction.state.option.nextscene = nextscene +channel-type.kodi.inputaction.state.option.previousscene = previousscene +channel-type.kodi.inputaction.state.option.nextletter = nextletter +channel-type.kodi.inputaction.state.option.prevletter = prevletter +channel-type.kodi.inputaction.state.option.jumpsms2 = jumpsms2 +channel-type.kodi.inputaction.state.option.jumpsms3 = jumpsms3 +channel-type.kodi.inputaction.state.option.jumpsms4 = jumpsms4 +channel-type.kodi.inputaction.state.option.jumpsms5 = jumpsms5 +channel-type.kodi.inputaction.state.option.jumpsms6 = jumpsms6 +channel-type.kodi.inputaction.state.option.jumpsms7 = jumpsms7 +channel-type.kodi.inputaction.state.option.jumpsms8 = jumpsms8 +channel-type.kodi.inputaction.state.option.jumpsms9 = jumpsms9 +channel-type.kodi.inputaction.state.option.filter = filter +channel-type.kodi.inputaction.state.option.filterclear = filterclear +channel-type.kodi.inputaction.state.option.filtersms2 = filtersms2 +channel-type.kodi.inputaction.state.option.filtersms3 = filtersms3 +channel-type.kodi.inputaction.state.option.filtersms4 = filtersms4 +channel-type.kodi.inputaction.state.option.filtersms5 = filtersms5 +channel-type.kodi.inputaction.state.option.filtersms6 = filtersms6 +channel-type.kodi.inputaction.state.option.filtersms7 = filtersms7 +channel-type.kodi.inputaction.state.option.filtersms8 = filtersms8 +channel-type.kodi.inputaction.state.option.filtersms9 = filtersms9 +channel-type.kodi.inputaction.state.option.firstpage = firstpage +channel-type.kodi.inputaction.state.option.lastpage = lastpage +channel-type.kodi.inputaction.state.option.guiprofile = guiprofile +channel-type.kodi.inputaction.state.option.red = red +channel-type.kodi.inputaction.state.option.green = green +channel-type.kodi.inputaction.state.option.yellow = yellow +channel-type.kodi.inputaction.state.option.blue = blue +channel-type.kodi.inputaction.state.option.increasepar = increasepar +channel-type.kodi.inputaction.state.option.decreasepar = decreasepar +channel-type.kodi.inputaction.state.option.volampup = volampup +channel-type.kodi.inputaction.state.option.volampdown = volampdown +channel-type.kodi.inputaction.state.option.volumeamplification = volumeamplification +channel-type.kodi.inputaction.state.option.createbookmark = createbookmark +channel-type.kodi.inputaction.state.option.createepisodebookmark = createepisodebookmark +channel-type.kodi.inputaction.state.option.settingsreset = settingsreset +channel-type.kodi.inputaction.state.option.settingslevelchange = settingslevelchange +channel-type.kodi.inputaction.state.option.stereomode = stereomode +channel-type.kodi.inputaction.state.option.nextstereomode = nextstereomode +channel-type.kodi.inputaction.state.option.previousstereomode = previousstereomode +channel-type.kodi.inputaction.state.option.togglestereomode = togglestereomode +channel-type.kodi.inputaction.state.option.stereomodetomono = stereomodetomono +channel-type.kodi.inputaction.state.option.channelup = channelup +channel-type.kodi.inputaction.state.option.channeldown = channeldown +channel-type.kodi.inputaction.state.option.previouschannelgroup = previouschannelgroup +channel-type.kodi.inputaction.state.option.nextchannelgroup = nextchannelgroup +channel-type.kodi.inputaction.state.option.playpvr = playpvr +channel-type.kodi.inputaction.state.option.playpvrtv = playpvrtv +channel-type.kodi.inputaction.state.option.playpvrradio = playpvrradio +channel-type.kodi.inputaction.state.option.record = record +channel-type.kodi.inputaction.state.option.togglecommskip = togglecommskip +channel-type.kodi.inputaction.state.option.showtimerrule = showtimerrule +channel-type.kodi.inputaction.state.option.leftclick = leftclick +channel-type.kodi.inputaction.state.option.rightclick = rightclick +channel-type.kodi.inputaction.state.option.middleclick = middleclick +channel-type.kodi.inputaction.state.option.doubleclick = doubleclick +channel-type.kodi.inputaction.state.option.longclick = longclick +channel-type.kodi.inputaction.state.option.wheelup = wheelup +channel-type.kodi.inputaction.state.option.wheeldown = wheeldown +channel-type.kodi.inputaction.state.option.mousedrag = mousedrag +channel-type.kodi.inputaction.state.option.mousemove = mousemove +channel-type.kodi.inputaction.state.option.tap = tap +channel-type.kodi.inputaction.state.option.longpress = longpress +channel-type.kodi.inputaction.state.option.pangesture = pangesture +channel-type.kodi.inputaction.state.option.zoomgesture = zoomgesture +channel-type.kodi.inputaction.state.option.rotategesture = rotategesture +channel-type.kodi.inputaction.state.option.swipeleft = swipeleft +channel-type.kodi.inputaction.state.option.swiperight = swiperight +channel-type.kodi.inputaction.state.option.swipeup = swipeup +channel-type.kodi.inputaction.state.option.swipedown = swipedown +channel-type.kodi.inputaction.state.option.error = error +channel-type.kodi.inputaction.state.option.noop = noop +channel-type.kodi.inputbuttonevent.label = Sends a button press event as Input +channel-type.kodi.inputbuttonevent.description = Sends a generic button press event to Kodi +channel-type.kodi.inputtext.label = Sends Text as Input +channel-type.kodi.inputtext.description = Sends a generic input (unicode) text to Kodi +channel-type.kodi.language.label = Language +channel-type.kodi.language.description = stream Language +channel-type.kodi.mediatype.label = Media Type +channel-type.kodi.mediatype.description = Media type of the current file +channel-type.kodi.mpaa.label = MPAA Rating +channel-type.kodi.mpaa.description = MPAA Rating +channel-type.kodi.name.label = Name +channel-type.kodi.name.description = Name +channel-type.kodi.playfavorite.label = Play or Open a Favorite +channel-type.kodi.playfavorite.description = Play or open the given favorite by sending a command with the favorite's title +channel-type.kodi.playnotification.label = Play Notification +channel-type.kodi.playnotification.description = Plays a notification sound by a given URI +channel-type.kodi.playuri.label = Play URI +channel-type.kodi.playuri.description = Play the given URI +channel-type.kodi.profile.label = Profile +channel-type.kodi.profile.description = Profile of Kodi +channel-type.kodi.pvr-channel.label = PVR Channel Title +channel-type.kodi.pvr-channel.description = Title of the current PVR channel +channel-type.kodi.pvr-open-radio.label = Play PVR Radio +channel-type.kodi.pvr-open-radio.description = Play the given PVR Radio channel by sending a command with the channel's name +channel-type.kodi.pvr-open-tv.label = Play PVR TV +channel-type.kodi.pvr-open-tv.description = Play the given PVR TV channel by sending a command with the channel's name +channel-type.kodi.rating.label = Rating +channel-type.kodi.rating.description = Rating +channel-type.kodi.shownotification.label = Show Notification +channel-type.kodi.shownotification.description = Shows a notification on the UI +channel-type.kodi.showtitle.label = Show Title +channel-type.kodi.showtitle.description = Title of the current show +channel-type.kodi.stop.label = Stop +channel-type.kodi.stop.description = Stops the player. ON if the player is stopped. +channel-type.kodi.systemcommand.label = Send System Command +channel-type.kodi.systemcommand.description = Sends a system command to Kodi. This allows to shutdown/suspend/hibernate/reboot/quit Kodi +channel-type.kodi.thumbnail.label = Thumbnail +channel-type.kodi.thumbnail.description = The current thumbnail +channel-type.kodi.uniqueid.label = UniqueID +channel-type.kodi.uniqueid.description = UniqueID +channel-type.kodi.width.label = Video Width +channel-type.kodi.width.description = Video Width + +# channel types config + +channel-type.config.kodi.pvr-channel.group.label = PVR Channel Group +channel-type.config.kodi.pvr-channel.group.description = The PVR channel group name used to identify the channel id. +channel-type.config.kodi.shownotification.displayTime.label = Display Time +channel-type.config.kodi.shownotification.displayTime.description = Time the notification is displayed. +channel-type.config.kodi.shownotification.icon.label = Icon +channel-type.config.kodi.shownotification.icon.description = Icon name to show with the notification. +channel-type.config.kodi.shownotification.title.label = Notification Title +channel-type.config.kodi.shownotification.title.description = Title to show for the notification.