diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2010-09-18 03:51:54 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-09-18 03:51:54 +0000 |
commit | f18e630ef2988fa2d813f86d2b3872509028a0a4 (patch) | |
tree | 1140ddc7e0f1bcd50a9b6a27af29f884572c379b | |
parent | d343bbe84684598dcb574b56c679c9bbcc18a13b (diff) | |
download | rockbox-f18e630ef2988fa2d813f86d2b3872509028a0a4.tar.gz rockbox-f18e630ef2988fa2d813f86d2b3872509028a0a4.zip |
Update Polish translation
Author: Wojciech Lesniak
Flyspray: FS#11625
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28105 a1c6a512-1295-4272-9138-f99709370657
-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 896fde4dde..64b06c1c04 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 82790135aa..aa1c56fdea 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 |