diff options
author | Alex Parker <rockbox@aeparker.com> | 2011-02-13 21:42:32 +0000 |
---|---|---|
committer | Alex Parker <rockbox@aeparker.com> | 2011-02-13 21:42:32 +0000 |
commit | f8a4fbc8433bc8e9bdba535082dfbf05fb49e304 (patch) | |
tree | 00cc52ac2feb27e88566fa1a01a2912782d80ec1 /apps/lang/polski.lang | |
parent | c0b0cd59050cb5d2254d049c31d6a385b691c987 (diff) |
FS#11937 by Marcin Bukat - update Polish translation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29301 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/lang/polski.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 00ad255ac1..17228ac95d 100644 --- a/apps/lang/polski.lang +++ b/apps/lang/polski.lang @@ -12598,3 +12598,73 @@ *: "Rozmiar pliku" </voice> </phrase> +<phrase> + id: LANG_AUTORESUME + desc: resume settings menu + user: core + <source> + *: "Automatic resume" + </source> + <dest> + *: "Automatyczne wznawianie" + </dest> + <voice> + *: "Automatyczne wznawianie" + </voice> +</phrase> +<phrase> + id: LANG_AUTORESUME_AUTOMATIC + desc: resume on automatic track change + user: core + <source> + *: "Resume on automatic track change" + </source> + <dest> + *: "Wznów przy automatcznej zmianie utworu" + </dest> + <voice> + *: "Wznów przy automatycznej zmianie utworu" + </voice> +</phrase> +<phrase> + id: LANG_AUTORESUME_ENABLE_YES + desc: deprecated + user: core + <source> + *: "" + </source> + <dest> + *: "" + </dest> + <voice> + *: "" + </voice> +</phrase> +<phrase> + id: LANG_AUTORESUME_ENABLE + desc: deprecated + user: core + <source> + *: "" + </source> + <dest> + *: "" + </dest> + <voice> + *: "" + </voice> +</phrase> +<phrase> + id: LANG_AUTORESUME_CUSTOM + desc: enable customization of resume on automatic track change + user: core + <source> + *: "In custom directories only" + </source> + <dest> + *: "Tylko w wybranych katalogach" + </dest> + <voice> + *: "Tylko w wybranych katalogach" + </voice> +</phrase> |