diff options
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> |