Skip to content

Commit

Permalink
added another translation for Download action
Browse files Browse the repository at this point in the history
  • Loading branch information
elgatito committed Jan 27, 2021
1 parent 77cb600 commit c41529f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def doDownload():
dbid = getDbId()
mediatype = getMediaType()

xbmcgui.Dialog().notification(ADDON.getLocalizedString(32009), sys.listitem.getLabel(), xbmcgui.NOTIFICATION_INFO, 3000)
xbmcgui.Dialog().notification(ADDON.getLocalizedString(32013), sys.listitem.getLabel(), xbmcgui.NOTIFICATION_INFO, 3000)

log.info("Downloading for: DBID=%s, MediaType=%s" % (dbid, mediatype))

Expand Down
4 changes: 4 additions & 0 deletions resources/language/English/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,7 @@ msgstr ""
msgctxt "#32012"
msgid "[COLOR FF46B3B3]Elementum[/COLOR] Download"
msgstr ""

msgctxt "#32013"
msgid "Downloading with [COLOR FF46B3B3]Elementum[/COLOR]"
msgstr ""
4 changes: 4 additions & 0 deletions resources/language/Russian/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,7 @@ msgstr "Выбор стрима для сезона в [COLOR FF46B3B3]Elementum
msgctxt "#32012"
msgid "[COLOR FF46B3B3]Elementum[/COLOR] Download"
msgstr "[COLOR FF46B3B3]Elementum[/COLOR] Скачать"

msgctxt "#32013"
msgid "Downloading with [COLOR FF46B3B3]Elementum[/COLOR]"
msgstr "Скачивание в [COLOR FF46B3B3]Elementum[/COLOR]"

0 comments on commit c41529f

Please sign in to comment.