mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:25:48 +00:00
[TRANSLATION] Polish translation update (#781)
In addition: fix the encoding of the comdlg32 and ntvdm polish resource files.
This commit is contained in:
parent
b8ea1b3416
commit
af3d426685
32 changed files with 410 additions and 409 deletions
|
@ -46,12 +46,12 @@ BEGIN
|
|||
MENUITEM "Wyjdź\tAlt+F4", ID_FILE_EXIT
|
||||
END
|
||||
|
||||
POPUP "&Edit"
|
||||
POPUP "&Edycja"
|
||||
BEGIN
|
||||
MENUITEM "Copy\tCtrl+C", ID_EDIT_COPY
|
||||
MENUITEM "Paste\tCtrl+V", ID_EDIT_PASTE
|
||||
MENUITEM "Kopiuj\tCtrl+C", ID_EDIT_COPY
|
||||
MENUITEM "Wklej\tCtrl+V", ID_EDIT_PASTE
|
||||
MENUITEM SEPARATOR
|
||||
MENUITEM "Edit Glyph...", ID_EDIT_GLYPH
|
||||
MENUITEM "Edytuj glif...", ID_EDIT_GLYPH
|
||||
END
|
||||
|
||||
POPUP "&Okna"
|
||||
|
@ -88,6 +88,6 @@ BEGIN
|
|||
IDS_TOOLTIP_OPEN, "Otwórz"
|
||||
IDS_TOOLTIP_SAVE, "Zapisz"
|
||||
IDS_TOOLTIP_EDIT_GLYPH, "Edytuj Glify"
|
||||
IDS_TOOLTIP_COPY, "Copy"
|
||||
IDS_TOOLTIP_PASTE, "Paste"
|
||||
IDS_TOOLTIP_COPY, "Kopiuj"
|
||||
IDS_TOOLTIP_PASTE, "Wklej"
|
||||
END
|
||||
|
|
|
@ -21,7 +21,7 @@ END
|
|||
|
||||
IDD_DLG_ABOUT DIALOGEX DISCARDABLE 0, 0, 149, 79
|
||||
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "About"
|
||||
CAPTION "O programie"
|
||||
FONT 8, "MS Shell Dlg"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK",IDOK,48,58,56,14
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue