translate polish strings: # renpy/common/00console.rpy:492 old "Press to exit console. Type help for help.\n" new "Naciśnij aby wyjść z konsoli. Wpisz 'help', aby wyświetlić pomoc." # renpy/common/00console.rpy:496 old "Ren'Py script enabled." new "Ren'Py skrypty - włączone (ON)." # renpy/common/00console.rpy:498 old "Ren'Py script disabled." new "Ren'Py skrypty - wyłączone (OFF)." # renpy/common/00console.rpy:745 old "help: show this help" new "help: wyświetla tę pomoc" # renpy/common/00console.rpy:750 old "commands:\n" new "commands:\n" # renpy/common/00console.rpy:760 old " : run the statement\n" new " : uruchomienie twierdzenia\n" # renpy/common/00console.rpy:762 old " : run the expression or statement" new " : uruchomienie wyrażenia lub twierdzenia" # renpy/common/00console.rpy:770 old "clear: clear the console history" new "clear: czyści historię w konsoli" # renpy/common/00console.rpy:774 old "exit: exit the console" new "exit: zamknięcie konsoli" # renpy/common/00console.rpy:782 old "load : loads the game from slot" new "load : wczytanie gry z stasnu (slot)" # renpy/common/00console.rpy:795 old "save : saves the game in slot" new "save : zapisanie gry do stanu (slot)" # renpy/common/00console.rpy:806 old "reload: reloads the game, refreshing the scripts" new "reload: ponownie ładuje grę, odświeżenie skryptów" # renpy/common/00console.rpy:814 old "watch : watch a python expression\n watch short: makes the representation of traced expressions short (default)\n watch long: makes the representation of traced expressions as is" new "watch : obejżyj wyrażenie Pythona\n watch short: reprezentacja wyrażeń jest krótka (domyślnie)\n watch long: reprezentacja wyrażeń jest taka jaka jest" # renpy/common/00console.rpy:849 old "unwatch : stop watching an expression" new "unwatch : zatrzymanie reprezentacji" # renpy/common/00console.rpy:884 old "unwatchall: stop watching all expressions" new "unwatchall: zatrzymanie wszystkich reprezentacji" # renpy/common/00console.rpy:901 old "jump