Mikołaj Zalewski : user32: Update Polish translation.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Sep 25 14:45:34 CDT 2006


Module: wine
Branch: master
Commit: a73813a0939472f5913a55a6f6a0d2e037e45fa6
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=a73813a0939472f5913a55a6f6a0d2e037e45fa6

Author: Mikołaj Zalewski <mikolaj at zalewski.pl>
Date:   Mon Sep 25 12:06:51 2006 +0200

user32: Update Polish translation.

---

 dlls/user/resources/user32_Pl.rc |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/dlls/user/resources/user32_Pl.rc b/dlls/user/resources/user32_Pl.rc
index a33b380..8b733c8 100644
--- a/dlls/user/resources/user32_Pl.rc
+++ b/dlls/user/resources/user32_Pl.rc
@@ -31,6 +31,8 @@ SYSMENU MENU LOADONCALL MOVEABLE DISCARD
 	MENUITEM "Prze³¹&cz na...\tCtrl-Esc", 61744
 	MENUITEM SEPARATOR
 	MENUITEM "&O programie WINE...", 61761
+	MENUITEM SEPARATOR
+	MENUITEM "Dopisz \"znacznik debugowania\" ", 61762
 }
 
 EDITMENU MENU LOADONCALL MOVEABLE DISCARDABLE
@@ -61,3 +63,19 @@ BEGIN
 	PUSHBUTTON "&Tak", 6, 263, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
 	PUSHBUTTON "&Nie", 7, 311, 56, 40, 14, WS_CHILD | WS_VISIBLE | WS_TABSTOP
 END
+
+MDI_MOREWINDOWS DIALOG FIXED IMPURE 20, 20, 232, 122
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
+CAPTION "Wybierz okno"
+FONT 8, "MS Shell Dlg"
+BEGIN
+    LISTBOX         MDI_IDC_LISTBOX, 5, 7, 222, 90, WS_VSCROLL | WS_HSCROLL /* defined in mdi.h */
+    DEFPUSHBUTTON   "OK", IDOK, 75, 100, 35, 14
+    PUSHBUTTON      "Anuluj", IDCANCEL, 120, 100, 35, 14
+END
+
+STRINGTABLE DISCARDABLE
+{
+    IDS_ERROR "B³¹d"
+    IDS_MDI_MOREWINDOWS "&Wiêcej okien..."
+}




More information about the wine-cvs mailing list