Module: wine Branch: master Commit: 477e65402aab99c3e36dcf253c0c486649acbc39 URL: http://source.winehq.org/git/wine.git/?a=commit;h=477e65402aab99c3e36dcf253c...
Author: Łukasz Wojniłowicz lukasz.wojnilowicz@gmail.com Date: Fri Sep 17 10:02:21 2010 +0200
shdocvw: Update the Polish translation.
---
dlls/shdocvw/Pl.rc | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/dlls/shdocvw/Pl.rc b/dlls/shdocvw/Pl.rc index 7a6ce31..55c0742 100644 --- a/dlls/shdocvw/Pl.rc +++ b/dlls/shdocvw/Pl.rc @@ -49,9 +49,38 @@ IDR_BROWSE_MAIN_MENU MENU MENUITEM "Podgl�&d wydruku...", ID_BROWSE_PRINT_PREVIEW MENUITEM SEPARATOR MENUITEM "&W�a�ciwo�ci...", ID_BROWSE_PROPERTIES + MENUITEM "&Zamknij...", ID_BROWSE_QUIT + } + POPUP "&Widok" + { + POPUP "&Paski narz�dzi" + { + MENUITEM "Pasek &standardowy" ID_BROWSE_BAR_STD + MENUITEM "&Pasek adresu" ID_BROWSE_BAR_ADDR + } + } + POPUP "&Ulubione" + { + MENUITEM "&Dodaj do ulubionych..." ID_BROWSE_ADDFAV + MENUITEM SEPARATOR } POPUP "&Pomoc" { MENUITEM "&O Internet Explorer...", ID_BROWSE_ABOUT } } + +STRINGTABLE +{ + IDS_TB_BACK "Wstecz" + IDS_TB_FORWARD "Dalej" + IDS_TB_STOP "Zatrzymaj" + IDS_TB_REFRESH "Od�wierz" + IDS_TB_HOME "Strona g��wna" + IDS_TB_PRINT "Drukuj" +} + +STRINGTABLE +{ + IDS_ADDRESS "Adres" +}