mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 20:02:55 +00:00
4f0b8d3db0
svn path=/branches/ntvdm/; revision=59241
24 lines
774 B
Plaintext
24 lines
774 B
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_PREVIEW "Podgląd"
|
|
|
|
/* Tooltips */
|
|
IDS_TOOLTIP_NEXT_PIC "Następny obraz"
|
|
IDS_TOOLTIP_PREV_PIC "Poprzedni obraz"
|
|
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_PRINT "Drukuj (Ctrl+P)"
|
|
IDS_TOOLTIP_SAVEAS "Zapisz jako... (Ctrl+S)"
|
|
END
|