diff options
| author | Bertrik Sikken <bertrik@sikken.nl> | 2011-07-21 19:17:51 +0000 |
|---|---|---|
| committer | Bertrik Sikken <bertrik@sikken.nl> | 2011-07-21 19:17:51 +0000 |
| commit | 423d5a75777eb3e6047f8d7c4e14fc3a7c348271 (patch) | |
| tree | 7fbb32b2b0b1a0383229da03a0806263fba130b3 /apps | |
| parent | 0dae1f628ef74bbb1f5324ffc354abe6e1b138a1 (diff) | |
| download | rockbox-423d5a75777eb3e6047f8d7c4e14fc3a7c348271.zip rockbox-423d5a75777eb3e6047f8d7c4e14fc3a7c348271.tar.gz rockbox-423d5a75777eb3e6047f8d7c4e14fc3a7c348271.tar.bz2 rockbox-423d5a75777eb3e6047f8d7c4e14fc3a7c348271.tar.xz | |
FS#12193 - Polish translation refresh by Wojciech Leśniak
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30188 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/lang/polski.lang | 64 |
1 files changed, 60 insertions, 4 deletions
diff --git a/apps/lang/polski.lang b/apps/lang/polski.lang index f1b5b74..c68484f 100644 --- a/apps/lang/polski.lang +++ b/apps/lang/polski.lang @@ -425,7 +425,7 @@ </phrase> <phrase> id: LANG_PLAYLISTS - desc: in the main menu and file view setting + desc: in the file view setting user: core <source> *: "Playlists" @@ -6470,16 +6470,16 @@ </phrase> <phrase> id: LANG_CATALOG - desc: in onplay menu + desc: in main menu and onplay menu user: core <source> *: "Playlist Catalogue" </source> <dest> - *: "Katalog list" + *: "Katalog List odtwarzania" </dest> <voice> - *: "Katalog list odtwarzania" + *: "Katalog List odtwarzania" </voice> </phrase> <phrase> @@ -12681,3 +12681,59 @@ *: "Cofaj po Wstrzymaniu" </voice> </phrase> +<phrase> + id: LANG_CURRENT_PLAYLIST + desc: Used when you need to say playlist, also voiced + user: core + <source> + *: "Current Playlist" + </source> + <dest> + *: "Obecna Lista odtwarzania" + </dest> + <voice> + *: "Obecna Lista odtwarzania" + </voice> +</phrase> +<phrase> + id: LANG_SET_AS_PLAYLISTCAT_DIR + desc: used in the onplay menu to set a playlist catalog dir + user: core + <source> + *: "Set As Playlist Catalog Directory" + </source> + <dest> + *: "Ustaw Jako Ścieżkę Katalogu List odtwarzania" + </dest> + <voice> + *: "Ustaw Jako Ścieżkę Katalogu List odtwarzania" + </voice> +</phrase> +<phrase> + id: LANG_SAVE_CHANGES + desc: When you try to exit screens to confirm save + user: core + <source> + *: "Save Changes?" + </source> + <dest> + *: "Zachować Zmiany?" + </dest> + <voice> + *: "Zachować Zmiany?" + </voice> +</phrase> +<phrase> + id: LANG_RESET_PLAYLISTCAT_DIR + desc: + user: core + <source> + *: "Reset Playlist Catalog Directory" + </source> + <dest> + *: "Usuń Ścieżkę Katalogu List odtwarzania" + </dest> + <voice> + *: "Usuń Ścieżkę Katalogu List odtwarzania" + </voice> +</phrase> |