summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2003-04-14 11:14:46 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2003-04-14 11:14:46 +0000
commit1b8c6626b3d4586e2c473b1a6e76202b51eb3661 (patch)
tree9d0ac8c47ab0076f6202eb724cb748dd5853463f
parent6a42997d802cdd00f6803513e4ad7f442cadcefb (diff)
downloadrockbox-1b8c6626b3d4586e2c473b1a6e76202b51eb3661.tar.gz
rockbox-1b8c6626b3d4586e2c473b1a6e76202b51eb3661.zip
patch #721027
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3553 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/lang/polski.lang30
1 files changed, 30 insertions, 0 deletions
diff --git a/apps/lang/polski.lang b/apps/lang/polski.lang
index f9adf57b8b..7cf4d1f0e2 100644
--- a/apps/lang/polski.lang
+++ b/apps/lang/polski.lang
@@ -1418,3 +1418,33 @@ id: LANG_CHANNEL_KARAOKE
1418desc: in sound_settings 1418desc: in sound_settings
1419eng: "Karaoke" 1419eng: "Karaoke"
1420new: "karaoke" 1420new: "karaoke"
1421
1422id: LANG_SAVE_SETTINGS
1423desc: in system_settings_menu()
1424eng: "Write .cfg file"
1425new: "Zapisz do pliku .cfg"
1426
1427id: LANG_SETTINGS_SAVED1
1428desc: Feedback shown when a .cfg file is saved
1429eng: "Settings"
1430new: "Ustawienia"
1431
1432id: LANG_SETTINGS_SAVED2
1433desc: Feedback shown when a .cfg file is saved
1434eng: "Saved"
1435new: "zapisane"
1436
1437id: LANG_VBRFIX_STOP_PLAY
1438desc: Tells the user to stop the playback
1439eng: "Stop the playback first"
1440new: "Najpierw zatrzymaj odgrywanie"
1441
1442id: LANG_VBRFIX_NOT_VBR
1443desc: Tells the user that the selected file is not a VBR file
1444eng: "Not a VBR file"
1445new: "Plik nie VBR"
1446
1447id: LANG_VBRFIX
1448desc: The context menu entry
1449eng: "Update VBR file"
1450new: "Aktualizuj plik VBR"