diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2021-03-23 08:59:49 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2021-03-23 09:01:41 -0400 |
commit | eedc8934a978bbe05be748c7bc93a2aab5b47a5d (patch) | |
tree | a2ca890494e679bc38cfb2464ac5da06ec7e2c2c /apps/lang | |
parent | 9a8ec7e0df194d1c8f6efb27fb06eba67bb1432d (diff) |
FS13279: Update Polish Translation (Adam Rak)
Change-Id: Ib05bc51e3fa082a20862929f318bfd2e50d0dd66
Diffstat (limited to 'apps/lang')
-rw-r--r-- | apps/lang/polski.lang | 103 |
1 files changed, 91 insertions, 12 deletions
diff --git a/apps/lang/polski.lang b/apps/lang/polski.lang index 0e08fcec6d..6832ccdc87 100644 --- a/apps/lang/polski.lang +++ b/apps/lang/polski.lang @@ -12317,13 +12317,13 @@ desc: Selective Actions user: core <source> - *: "Seek" + *: "Exempt Seek" </source> <dest> - *: "Przewijanie" + *: "Zwolnij przewijanie" </dest> <voice> - *: "Przewijanie" + *: "Zwolnij przewijanie" </voice> </phrase> <phrase> @@ -12359,13 +12359,13 @@ desc: Selective Actions user: core <source> - *: "Skip" + *: "Exempt Skip" </source> <dest> - *: "Pomijanie" + *: "Zwolnij pomijanie" </dest> <voice> - *: "Pomijanie" + *: "Zwolnij pomijanie" </voice> </phrase> <phrase> @@ -12401,13 +12401,13 @@ desc: Softlock behaviour setting user: core <source> - *: "Disable Notify" + *: "Disable Locked Reminders" </source> <dest> - *: "Wyłącz powiadomienie" + *: "Wyłącz zablokowane przypomnienia" </dest> <voice> - *: "Wyłącz powiadomienie" + *: "Wyłącz zablokowane przypomnienia" </voice> </phrase> <phrase> @@ -12415,13 +12415,13 @@ desc: Selective Actions user: core <source> - *: "Play" + *: "Exempt Play" </source> <dest> - *: "Odtwarzanie" + *: "Zwolnij odtwarzanie" </dest> <voice> - *: "Odtwarzanie" + *: "Zwolnij odtwarzanie" </voice> </phrase> <phrase> @@ -15620,3 +15620,82 @@ *: "Wyczyść listę i odtwarzaj losowe" </voice> </phrase> +<phrase> + id: LANG_DAC_POWER_MODE + desc: in sound settings + user: core + <source> + *: none + dac_power_mode: "DAC's power mode" + </source> + <dest> + *: none + dac_power_mode: "Tryb zasilania DAC-a" + </dest> + <voice> + *: none + dac_power_mode: "Tryb zasilania daka" + </voice> +</phrase> +<phrase> + id: LANG_DAC_POWER_HIGH + desc: in sound settings + user: core + <source> + *: none + dac_power_mode: "High performance" + </source> + <dest> + *: none + dac_power_mode: "Wysoka wydajność" + </dest> + <voice> + *: none + dac_power_mode: "Wysoka wydajność" + </voice> +</phrase> +<phrase> + id: LANG_DAC_POWER_LOW + desc: in sound settings + user: core + <source> + *: none + dac_power_mode: "Save battery" + </source> + <dest> + *: none + dac_power_mode: "Oszczędzaj baterię" + </dest> + <voice> + *: none + dac_power_mode: "Oszczędzaj baterię" + </voice> +</phrase> +<phrase> + id: LANG_SOFTLOCK_DISABLE_ALL_NOTIFY + desc: disable all softlock notifications + user: core + <source> + *: "Disable All Lock Notifications" + </source> + <dest> + *: "Wyłącz wszystkie powiadomienia blokady" + </dest> + <voice> + *: "Wyłącz wszystkie powiadomienia blokady" + </voice> +</phrase> +<phrase> + id: LANG_ACTION_VOLUME + desc: exempt volume from softlock + user: core + <source> + *: "Exempt Volume" + </source> + <dest> + *: "Zwolnij głośność" + </dest> + <voice> + *: "Zwolnij głośność" + </voice> +</phrase> |