diff options
| author | Astounds <kirito@disroot.org> | 2026-04-05 17:43:01 -0500 |
|---|---|---|
| committer | Astounds <kirito@disroot.org> | 2026-04-05 17:43:01 -0500 |
| commit | 8403e30b3abe810d764fc6dc57c0a0386273356e (patch) | |
| tree | 1649d78390d41fb2bf2ccf6819c260cd9ca7cd8b /youtube/i18n_strings.py | |
| parent | f0649be5dec84ce06a3164a2d9ee90f5385ac92f (diff) | |
| download | yt-local-8403e30b3abe810d764fc6dc57c0a0386273356e.tar.lz yt-local-8403e30b3abe810d764fc6dc57c0a0386273356e.tar.xz yt-local-8403e30b3abe810d764fc6dc57c0a0386273356e.zip | |
Many fixes to i18n
Diffstat (limited to 'youtube/i18n_strings.py')
| -rw-r--r-- | youtube/i18n_strings.py | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/youtube/i18n_strings.py b/youtube/i18n_strings.py index 47a13a3..0979f96 100644 --- a/youtube/i18n_strings.py +++ b/youtube/i18n_strings.py @@ -110,3 +110,32 @@ OPTIONS = _l('Options') SETTINGS = _l('Settings') ERROR = _l('Error') LOADING = _l('loading...') + +# Settings option values +TOP = _l('Top') +NEWEST = _l('Newest') +AUTO = _l('Auto') +ENGLISH = _l('English') +ESPANOL = _l('EspaƱol') + +# Playback options +AUTO_HLS_PREFERRED = _l('Auto (HLS preferred)') +FORCE_HLS = _l('Force HLS') +FORCE_DASH = _l('Force DASH') +RANKING_1 = _l('#1') +RANKING_2 = _l('#2') +RANKING_3 = _l('#3') + +# Form actions +SAVE_SETTINGS = _l('Save settings') + +# Other category +OTHER = _l('Other') + +# Settings labels +PLAYBACK_MODE = _l('Playback mode') + +# Subscription settings (may be used in future) +AUTOCHECK_SUBSCRIPTIONS = _l('Autocheck subscriptions') +INCLUDE_SHORTS_SUBSCRIPTIONS = _l('Include shorts in subscriptions') +INCLUDE_SHORTS_CHANNEL = _l('Include shorts in channel') |
