diff options
author | da-anda <da-anda@xbmc.org> | 2014-01-22 16:02:47 +0100 |
---|---|---|
committer | Jonathan Marshall <jmarshall@never.you.mind> | 2014-02-27 11:53:06 +1300 |
commit | bd82b521a2589c7fbfb3a4ccfbc57a9c36e056b6 (patch) | |
tree | eeb3d91f5cd4000be80ebe084b3cba7a099880de /language | |
parent | 8c8d906adf2a82147a66b3409b600ff8d113afe9 (diff) |
[settings] cleanup video decoding settings (hw-accel + frame-multi-threaded) by moving them to their own settings category
Diffstat (limited to 'language')
-rwxr-xr-x | language/English/strings.po | 48 |
1 files changed, 43 insertions, 5 deletions
diff --git a/language/English/strings.po b/language/English/strings.po index 6885a52fca..dd02310691 100755 --- a/language/English/strings.po +++ b/language/English/strings.po @@ -5992,12 +5992,14 @@ msgctxt "#13438" msgid "Allow hardware acceleration (amcodec)" msgstr "" +#: system/settings/settings.xml msgctxt "#13439" msgid "Allow hardware acceleration (MediaCodec)" msgstr "" +#: system/settings/settings.xml msgctxt "#13440" -msgid "Allow frame-multi-threaded decoding" +msgid "Allow multi threaded software decoding" msgstr "" #: system/settings/settings.xml @@ -6066,7 +6068,25 @@ msgctxt "#13452" msgid "Enable this option to use hardware acceleration for VC-1 based codecs. If disabled the CPU will be used instead. Especially VC-1 Interlaced fails hard on Intel hardware." msgstr "" -#empty strings from id 13453 to 13499 +#. Label for a setting to configure the video decoding method +#: system/settings/settings.xml +msgctxt "#13454" +msgid "Decoding method" +msgstr "" + +#. Option for video related setting #13454: Decoding method +#: system/settings/settings.xml +msgctxt "#13455" +msgid "Software" +msgstr "" + +#. Option for video related setting #13454: Decoding method +#: system/settings/settings.xml +msgctxt "#13456" +msgid "Hardware accelerated" +msgstr "" + +#empty strings from id 13457 to 13499 #: system/settings/settings.xml msgctxt "#13500" @@ -6664,7 +6684,13 @@ msgctxt "#14100" msgid "Stop ripping CD" msgstr "" -#empty strings from id 14101 to 15011 +#. Name of a settings category related to video playback +#: system/settings/settings.xml +msgctxt "#14101" +msgid "Acceleration" +msgstr "" + +#empty strings from id 14102 to 15011 #: xbmc/video/VideoDatabase.cpp msgctxt "#15012" @@ -15111,7 +15137,7 @@ msgstr "" #. Description of setting "Videos -> Playback -> Allow frame-multi-threaded decoding" with label #13440 #: system/settings/settings.xml msgctxt "#36423" -msgid "Use frame-multi-threaded decoding instead of hardware accelerated decoding (less reliable than default single thread mode)." +msgid "Enables frame-multi-threaded software decoding (less reliable than the default single threaded mode)." msgstr "" #: system/settings/settings.xml @@ -15145,7 +15171,19 @@ msgctxt "#36429" msgid "Select this if the audio out connection only supports multichannel audio as Dolby Digital 5.1, such as an SPDIF connection. If your system supports LPCM multichannel sound via HDMI, leave this disabled." msgstr "" -#empty strings from id 36430 to 36499 +#. Description for setting category #14101: Video Acceleration +#: system/settings/settings.xml +msgctxt "#36430" +msgid "Configure how video processing will be accelerated. This includes things like decoding and scaling." +msgstr "" + +#. Description for video related setting #13454: Decoding mode +#: system/settings/settings.xml +msgctxt "#36431" +msgid "Defines whether video decoding should be performed in software (requires more CPU) or with hardware acceleration where possible." +msgstr "" + +#empty strings from id 36432 to 36499 #end reservation #: system/settings/settings.xml |