diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2021-12-09 20:53:02 -0500 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2021-12-09 20:53:02 -0500 |
commit | fb339a5a09967adafd172ca3876f72abecfed85e (patch) | |
tree | a84e26a85119495437c1ce0fe0e2d1af454a455b /apps/lang | |
parent | 43d811073a59dcb094d0da14b7e73ba2818b5340 (diff) | |
download | rockbox-fb339a5a09967adafd172ca3876f72abecfed85e.tar.gz rockbox-fb339a5a09967adafd172ca3876f72abecfed85e.zip |
FS#13220: Updated Polish Translation (Adam Rak)
Change-Id: I51ce45b8404ed79169300fc6b7a2bccabed03af8
Diffstat (limited to 'apps/lang')
-rw-r--r-- | apps/lang/polski.lang | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/apps/lang/polski.lang b/apps/lang/polski.lang index aab35b556f..fcce497af4 100644 --- a/apps/lang/polski.lang +++ b/apps/lang/polski.lang @@ -16013,3 +16013,73 @@ *: "Prędkość transmisji" </voice> </phrase> +<phrase> + id: LANG_SINGLE_MODE + desc: single mode + user: core + <source> + *: "Single Mode" + </source> + <dest> + *: "Tryb pojedynczy" + </dest> + <voice> + *: "Tryb pojedynczy" + </voice> +</phrase> +<phrase> + id: VOICE_NUMERIC_TENS_SWAP_SEPARATOR + desc: voice only, for speaking numbers in languages that swap the tens and ones fields. Leave blank for languages that do not need it, such as English ("231" => "two hundred thirty one") but other languages may speak it as "two hundred one [AND] thirty" + user: core + <source> + *: "" + </source> + <dest> + *: "" + </dest> + <voice> + *: "" + </voice> +</phrase> +<phrase> + id: LANG_VOICED_DATE_FORMAT + desc: format string for how dates will be read back. Y == 4-digit year, A == month name, m == numeric month, d == numeric day. For example, "AdY" will read "January 21 2021" + user: core + <source> + *: "dAY" + </source> + <dest> + *: "dAY" + </dest> + <voice> + *: "" + </voice> +</phrase> +<phrase> + id: LANG_LIST_WRAPAROUND + desc: in Settings + user: core + <source> + *: "List Wraparound" + </source> + <dest> + *: "Zawijanie listy" + </dest> + <voice> + *: "Zawijanie listy" + </voice> +</phrase> +<phrase> + id: LANG_SHOW_SHUTDOWN_MESSAGE + desc: in Settings + user: core + <source> + *: "Show Shutdown Message" + </source> + <dest> + *: "Pokazuj komunikat wyłączenia" + </dest> + <voice> + *: "Pokazuj komunikat wyłączenia" + </voice> +</phrase> |