diff options
author | sarbes <sarbes@kodi.tv> | 2020-10-24 11:49:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-24 11:49:52 +0200 |
commit | b2ed5a1445587c8fd7cba56249733353ff8acbe9 (patch) | |
tree | 4645e6e0f70b6dd6f5fac3abde82fcb924ceffe6 /addons | |
parent | 5da24230782c57ab7a1c6ddf75abc2131f9ac80e (diff) | |
parent | bf70d6cbc4c80344df6a768862a4015de533ad9c (diff) |
Merge pull request #18618 from sarbes/bicubic_scalers
[OpenGL] Added support for more bicubic scalers
Diffstat (limited to 'addons')
-rw-r--r-- | addons/resource.language.en_gb/resources/strings.po | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/addons/resource.language.en_gb/resources/strings.po b/addons/resource.language.en_gb/resources/strings.po index 1f077674dd..c20342083a 100644 --- a/addons/resource.language.en_gb/resources/strings.po +++ b/addons/resource.language.en_gb/resources/strings.po @@ -8919,7 +8919,7 @@ msgstr "" #: xbmc/video/dialogs/GUIDialogVideoSettings.cpp msgctxt "#16303" -msgid "Bicubic" +msgid "Bicubic (B-Spline)" msgstr "" #: xbmc/video/dialogs/GUIDialogVideoSettings.cpp @@ -8972,7 +8972,10 @@ msgctxt "#16313" msgid "VDPAU - Sharpness" msgstr "" -#empty string with id 16314 +#: xbmc/video/dialogs/GUIDialogVideoSettings.cpp +msgctxt "#16314" +msgid "Bicubic (Mitchell)" +msgstr "" #: xbmc/video/dialogs/GUIDialogVideoSettings.cpp msgctxt "#16315" @@ -9005,7 +9008,10 @@ msgctxt "#16320" msgid "DXVA" msgstr "" -#empty string with id 16321 +#: xbmc/video/dialogs/GUIDialogVideoSettings.cpp +msgctxt "#16321" +msgid "Bicubic (Catmull-Rom)" +msgstr "" #: xbmc/video/dialogs/GUIDialogVideoSettings.cpp msgctxt "#16322" @@ -9027,7 +9033,10 @@ msgctxt "#16325" msgid "VDPAU - Bob" msgstr "" -#empty string with id 16326 +#: xbmc/video/dialogs/GUIDialogVideoSettings.cpp +msgctxt "#16326" +msgid "Bicubic (0,0.75)" +msgstr "" #: xbmc/video/dialogs/GUIDialogVideoSettings.cpp msgctxt "#16327" @@ -9044,7 +9053,12 @@ msgctxt "#16329" msgid "VAAPI - Motion compensated" msgstr "" -#empty strings from id 16330 to 16333 +#: xbmc/video/dialogs/GUIDialogVideoSettings.cpp +msgctxt "#16330" +msgid "Bicubic (0,1.)" +msgstr "" + +#empty strings from id 16331 to 16333 #. Description of OSD video settings for deinterlace method with label #16334 #: xbmc/video/dialogs/GUIDialogVideoSettings.cpp |