diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2024-12-07 16:50:06 -0500 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2024-12-07 16:51:01 -0500 |
commit | 197d0579bd149a17c0c695d78d945907a1100b55 (patch) | |
tree | 3997d310ddcb5316882527d3453d5750c7c310f0 | |
parent | f94401213e2a9454e6ac61748de0dd7210f7f611 (diff) | |
download | rockbox-197d0579bd.tar.gz rockbox-197d0579bd.zip |
FS#13527: Update Polish translation (Adam Rak)
Change-Id: Ic181358eee401486703301390f9d7ce5716d2a53
-rw-r--r-- | apps/lang/polski.lang | 138 |
1 files changed, 65 insertions, 73 deletions
diff --git a/apps/lang/polski.lang b/apps/lang/polski.lang index a0abd32c9e..20bf593f24 100644 --- a/apps/lang/polski.lang +++ b/apps/lang/polski.lang @@ -10316,23 +10316,6 @@ </voice> </phrase> <phrase> - id: LANG_LINEOUT_ONOFF - desc: in system settings menu - user: core - <source> - *: none - lineout_poweroff: "Line Out" - </source> - <dest> - *: none - lineout_poweroff: "Wyjście liniowe" - </dest> - <voice> - *: none - lineout_poweroff: "Wyjście liniowe" - </voice> -</phrase> -<phrase> id: VOICE_EXT_FMS desc: spoken only, for file extension user: core @@ -16221,62 +16204,6 @@ </voice> </phrase> <phrase> - id: LANG_STEREOSW_MODE - desc: Stereo Switch Mode - user: core - <source> - *: "Stereo Switch Mode" - </source> - <dest> - *: "Tryb przełączania stereo" - </dest> - <voice> - *: "Tryb przełączania stereo" - </voice> -</phrase> -<phrase> - id: LANG_REVERSE - desc: in settings_menu - user: core - <source> - *: "Reverse" - </source> - <dest> - *: "Odwrócony" - </dest> - <voice> - *: "Odwrócony" - </voice> -</phrase> -<phrase> - id: LANG_ALWAYS_ZERO - desc: in settings_menu - user: core - <source> - *: "Always 0" - </source> - <dest> - *: "Zawsze 0" - </dest> - <voice> - *: "Zawsze 0" - </voice> -</phrase> -<phrase> - id: LANG_ALWAYS_ONE - desc: in settings_menu - user: core - <source> - *: "Always 1" - </source> - <dest> - *: "Zawsze 1" - </dest> - <voice> - *: "Zawsze 1" - </voice> -</phrase> -<phrase> id: LANG_LEGAL_NOTICES desc: in system menu user: core @@ -16514,3 +16441,68 @@ *: "Pokaż okładkę albumu" </voice> </phrase> +<phrase> + id: LANG_HP_LO_SELECT + desc: Output Select + user: core + <source> + *: none + erosqnative: "Output Select" + </source> + <dest> + *: none + erosqnative: "Wybór wyjścia" + </dest> + <voice> + *: none + erosqnative: "Wybór wyjścia" + </voice> +</phrase> +<phrase> + id: LANG_HEADPHONE + desc: in settings_menu + user: core + <source> + *: none + erosqnative: "Headphone" + </source> + <dest> + *: none + erosqnative: "Słuchawki" + </dest> + <voice> + *: none + erosqnative: "Słuchawki" + </voice> +</phrase> +<phrase> + id: LANG_LINEOUT + desc: in settings_menu + user: core + <source> + *: none + lineout_poweroff,erosqnative: "Line Out" + </source> + <dest> + *: none + lineout_poweroff,erosqnative: "Wyjście liniowe" + </dest> + <voice> + *: none + lineout_poweroff,erosqnative: "Wyjście liniowe" + </voice> +</phrase> +<phrase> + id: LANG_FONT_LOAD_ERROR + desc: Displayed when font loading fails + user: core + <source> + *: "Unable to load font: (%s)" + </source> + <dest> + *: "Nie można załadować czcionki: (%s)" + </dest> + <voice> + *: "Nie można załadować czcionki" + </voice> +</phrase> |