Skip to content

Commit

Permalink
Merge pull request xbmc#25354 from thexai/fix-strings
Browse files Browse the repository at this point in the history
strings.po: fix duplicated strings id's
  • Loading branch information
fritsch authored Jun 21, 2024
2 parents 3d14ee6 + 5d9513c commit 53336e2
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 30 deletions.
58 changes: 32 additions & 26 deletions addons/resource.language.en_gb/resources/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -7365,31 +7365,6 @@ msgctxt "#13435"
msgid "Enable HQ scalers for scaling above"
msgstr ""

#: system/settings/settings.xml
msgctxt "#39198"
msgid "HQ upscaler intermediate format"
msgstr ""

#: system/settings/settings.xml
msgctxt "#39199"
msgid "Sets the precision of the intermediate scaling buffer used in the GPU rendering path. 16 bit precision likely demands more performance. If the hardware is unable to support the selected format, Kodi will fall back to the next best format."
msgstr ""

#: system/settings/settings.xml
msgctxt "#39200"
msgid "8 bit per channel"
msgstr ""

#: system/settings/settings.xml
msgctxt "#39201"
msgid "10 bit per channel"
msgstr ""

#: system/settings/settings.xml
msgctxt "#39202"
msgid "16 bit per channel"
msgstr ""

#: system/settings/settings.xml
msgctxt "#13436"
msgid "Adjust display HDR mode"
Expand Down Expand Up @@ -7578,7 +7553,36 @@ msgctxt "#13471"
msgid "Enable this option to use hardware acceleration for the AVC codec. If disabled the CPU will be used instead."
msgstr ""

#empty strings from id 13468 to 13504
#: system/settings/settings.xml
msgctxt "#13472"
msgid "HQ upscaler intermediate format"
msgstr ""

#. Description of setting with label #13472 "HQ upscaler intermediate format"
#: system/settings/settings.xml
msgctxt "#13473"
msgid "Sets the precision of the intermediate scaling buffer used in the GPU rendering path. 16 bit precision likely demands more performance. If the hardware is unable to support the selected format, Kodi will fall back to the next best format."
msgstr ""

#. Value of setting with label #13472 "HQ upscaler intermediate format"
#: system/settings/settings.xml
msgctxt "#13474"
msgid "8 bit per channel"
msgstr ""

#. Value of setting with label #13472 "HQ upscaler intermediate format"
#: system/settings/settings.xml
msgctxt "#13475"
msgid "10 bit per channel"
msgstr ""

#. Value of setting with label #13472 "HQ upscaler intermediate format"
#: system/settings/settings.xml
msgctxt "#13476"
msgid "16 bit per channel"
msgstr ""

#empty strings from id 13477 to 13504

#: system/settings/settings.xml
msgctxt "#13505"
Expand Down Expand Up @@ -23824,6 +23828,8 @@ msgctxt "#39201"
msgid "HDR10+"
msgstr ""

#empty strings from id 39202 to 39999

# 40000 to 40800 are reserved for Video Versions feature

#. Generic video versions label (plural)
Expand Down
8 changes: 4 additions & 4 deletions system/settings/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,15 @@
<formatlabel>14047</formatlabel>
</control>
</setting>
<setting id="videoplayer.hqscalerprecision" type="integer" label="39198" help="39199">
<setting id="videoplayer.hqscalerprecision" type="integer" label="13472" help="13473">
<requirement>HAS_GL</requirement>
<level>2</level>
<default>10</default>
<constraints>
<options>
<option label="39200">8</option>
<option label="39201">10</option>
<option label="39202">16</option>
<option label="13474">8</option>
<option label="13475">10</option>
<option label="13476">16</option>
</options>
</constraints>
<control type="spinner" format="string" />
Expand Down

0 comments on commit 53336e2

Please # to comment.