diff options
| -rw-r--r-- | apps/lang/polski.lang | 108 | ||||
| -rw-r--r-- | docs/CREDITS | 1 |
2 files changed, 108 insertions, 1 deletions
diff --git a/apps/lang/polski.lang b/apps/lang/polski.lang index 896fde4..64b06c1 100644 --- a/apps/lang/polski.lang +++ b/apps/lang/polski.lang @@ -11027,7 +11027,6 @@ </voice> </phrase> <phrase> -<phrase> id: LANG_LEFT desc: Generic use of 'left' user: core @@ -12446,3 +12445,110 @@ radio: "Ekran radia" </voice> </phrase> +<phrase> + id: LANG_KBD_OK + desc: in keyboad + user: core + <source> + *: none + touchscreen: "OK" + </source> + <dest> + *: none + touchscreen: "OK" + </dest> + <voice> + *: none + touchscreen: "OK" + </voice> +</phrase> +<phrase> + id: LANG_BOOKMARK_SETTINGS_AUTOUPDATE + desc: prompt for user to decide whether to update bookmarks + user: core + <source> + *: "Update on Stop" + </source> + <dest> + *: "Zaktualizuj po zatrzymaniu" + </dest> + <voice> + *: "Zaktualizuj po zatrzymaniu" + </voice> +</phrase> +<phrase> + id: LANG_KBD_DELETE + desc: in keyboad + user: core + <source> + *: none + touchscreen: "Del" + </source> + <dest> + *: none + touchscreen: "Usuń" + </dest> + <voice> + *: none + touchscreen: "Usuń" + </voice> +</phrase> +<phrase> + id: LANG_KBD_CANCEL + desc: in keyboad + user: core + <source> + *: none + touchscreen: "Cancel" + </source> + <dest> + *: none + touchscreen: "Anuluj" + </dest> + <voice> + *: none + touchscreen: "Anuluj" + </voice> +</phrase> +<phrase> + id: LANG_ID3_COMPOSER + desc: in tag viewer + user: core + <source> + *: "Composer" + </source> + <dest> + *: "Kompozytor" + </dest> + <voice> + *: "" + </voice> +</phrase> +<phrase> + id: LANG_ONPLAY_PICTUREFLOW + desc: Onplay pictureflow + user: core + <source> + *: "PictureFlow" + </source> + <dest> + *: "Pokaz slajdów" + </dest> + <voice> + *: "włącz pokaz slajdów" + </voice> +</phrase> +<phrase> + id: LANG_FORCE + desc: alternative to yes/no for tristate settings + user: core + <source> + *: "Force" + </source> + <dest> + *: "Moc" + </dest> + <voice> + *: "Moc" + </voice> +</phrase> diff --git a/docs/CREDITS b/docs/CREDITS index 8279013..aa1c56f 100644 --- a/docs/CREDITS +++ b/docs/CREDITS @@ -559,6 +559,7 @@ Rodrigo Barretto Daniel Rigby Alexey Polkhirev István Nagy +Wojciech Lesniak The libmad team The wavpack team |