mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
084fae1eb4
- Add IDC_ROT_CWSAVE and IDC_ROT_CCWSAVE buttons. - Add Preview_pSaveImage helper function. - Use it in IDC_ROT_CWSAVE and IDC_ROT_CCWSAVE command handling. CORE-19358, CORE-19387
43 lines
1.5 KiB
Plaintext
43 lines
1.5 KiB
Plaintext
/*
|
|
* Polish translation by Rafal Harabien (Apr, 2011)
|
|
* UTF-8 conversion by Caemyr (May, 2011)
|
|
*/
|
|
|
|
LANGUAGE LANG_POLISH, SUBLANG_DEFAULT
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_APPTITLE "Przeglądarka obrazów i faksów ReactOS"
|
|
IDS_SETASDESKBG "Ustaw jako tło pulpitu"
|
|
IDS_NOPREVIEW "Podgląd niedostępny."
|
|
IDS_PREVIEW "Podgląd"
|
|
/* Tooltips */
|
|
IDS_TOOLTIP_NEXT_PIC "Następny obraz"
|
|
IDS_TOOLTIP_PREV_PIC "Poprzedni obraz"
|
|
IDS_TOOLTIP_BEST_FIT "Rozmiar dopasowany optymalnie (Ctrl+B)"
|
|
IDS_TOOLTIP_REAL_SIZE "Rozmiar rzeczywisty (Ctrl+A)"
|
|
IDS_TOOLTIP_SLIDE_SHOW "Rozpocznij pokaz slajdów (F11)"
|
|
IDS_TOOLTIP_ZOOM_IN "Powiększ (+)"
|
|
IDS_TOOLTIP_ZOOM_OUT "Pomniejsz (-)"
|
|
IDS_TOOLTIP_ROT_CLOCKW "Obróć zgodnie z ruchem wskazówek zegara (Ctrl+K)"
|
|
IDS_TOOLTIP_ROT_COUNCW "Obróć przeciwnie do ruchu wskazówek zegara (Ctrl+L)"
|
|
IDS_TOOLTIP_ROT_CWSAVE "Rotate Clockwise and Save (Lossy)"
|
|
IDS_TOOLTIP_ROT_CCWSAVE "Rotate Counterclockwise and Save (Lossy)"
|
|
IDS_TOOLTIP_DELETE "Usuń (Delete)"
|
|
IDS_TOOLTIP_PRINT "Drukuj (Ctrl+P)"
|
|
IDS_TOOLTIP_SAVEAS "Zapisz jako... (Ctrl+S)"
|
|
IDS_TOOLTIP_MODIFY "Zamyka ten program i otwiera obraz w celu edycji (Ctrl+E)"
|
|
IDS_TOOLTIP_HELP_TOC "Pomoc (F1)"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_EMF_FILE "Obraz EMF"
|
|
IDS_GIF_FILE "Obraz GIF"
|
|
IDS_JPG_FILE "Obraz JPEG"
|
|
IDS_BMP_FILE "Obraz mapy bitowej"
|
|
IDS_PNG_FILE "Obraz PNG"
|
|
IDS_TIF_FILE "Obraz TIF"
|
|
IDS_WMF_FILE "Obraz WMF"
|
|
END
|