[ros-diffs] [mkupfer] 34516: Maciej Bialas <bjauy AT tlen DOT pl> - Updated polish version of dll/cpl/usrmgr - See issue #3480 for more details.
mkupfer at svn.reactos.org
mkupfer at svn.reactos.org
Tue Jul 15 10:21:28 CEST 2008
- Previous message: [ros-diffs] [mkupfer] 34515: Mario Kacmar <kario AT szm DOT sk> - Slovak translation of several inf-files - See #3518 for more details.
- Next message: [ros-diffs] [pschweitzer] 34517: Refactored kernel MCB management: - Splitted existing functions in two files largemcb.c and mcb.c - Stubbed (from win2k3) FsRtlInitializeBaseMcb, FsRtlUninitializeBaseMcb, FsRtlResetBaseMcb, FsRtlTruncateBaseMcb, FsRtlAddBaseMcbEntry, FsRtlRemoveBaseMcbEntry, FsRtlLookupBaseMcbEntry, FsRtlLookupLastBaseMcbEntry, FsRtlLookupLastBaseMcbEntryAndIndex, FsRtlGetNextBaseMcbEntry, FsRtlSplitBaseMcb - Implemented FsRtlNumberOfRunsInBaseMcb - Added missing definitions to ntifs.h
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Author: mkupfer
Date: Tue Jul 15 03:21:27 2008
New Revision: 34516
URL: http://svn.reactos.org/svn/reactos?rev=34516&view=rev
Log:
Maciej Bialas <bjauy AT tlen DOT pl>
- Updated polish version of dll/cpl/usrmgr
- See issue #3480 for more details.
Modified:
trunk/reactos/dll/cpl/usrmgr/lang/pl-PL.rc
Modified: trunk/reactos/dll/cpl/usrmgr/lang/pl-PL.rc
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/usrmgr/lang/pl-PL.rc?rev=34516&r1=34515&r2=34516&view=diff
==============================================================================
--- trunk/reactos/dll/cpl/usrmgr/lang/pl-PL.rc [iso-8859-1] (original)
+++ trunk/reactos/dll/cpl/usrmgr/lang/pl-PL.rc [iso-8859-1] Tue Jul 15 03:21:27 2008
@@ -57,6 +57,8 @@
LTEXT "Nale¿y do:", -1, 7, 7, 56, 8
CONTROL "", IDC_USER_MEMBERSHIP_LIST, "SysListView32", LVS_REPORT | LVS_NOCOLUMNHEADER | LVS_SORTASCENDING | WS_BORDER | WS_TABSTOP,
7, 18, 238, 173, WS_EX_CLIENTEDGE
+ PUSHBUTTON "Dodaj...", IDC_USER_MEMBERSHIP_ADD, 7, 197, 50, 14
+ PUSHBUTTON "Usuñ", IDC_USER_MEMBERSHIP_REMOVE, 61, 197, 50, 14, WS_DISABLED
END
@@ -92,6 +94,8 @@
LTEXT "Cz³onkowie:", -1, 7, 63, 45, 8
CONTROL "", IDC_GROUP_GENERAL_MEMBERS, "SysListView32", LVS_REPORT | LVS_NOCOLUMNHEADER | LVS_SORTASCENDING | WS_BORDER | WS_TABSTOP,
7, 74, 238, 117, WS_EX_CLIENTEDGE
+ PUSHBUTTON "Dodaj...", IDC_GROUP_GENERAL_ADD, 7, 197, 50, 14, WS_DISABLED
+ PUSHBUTTON "Usuñ", IDC_GROUP_GENERAL_REMOVE, 61, 197, 50, 14, WS_DISABLED
END
@@ -147,6 +151,20 @@
END
+IDD_USER_ADD_MEMBERSHIP DIALOGEX DISCARDABLE 0, 0, 252, 223
+STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | DS_SHELLFONT
+CAPTION "Przynale¿noæ do grup"
+FONT 8, "MS Shell Dlg"
+BEGIN
+LTEXT "Nale¿y do:", -1, 7, 7, 56, 8
+CONTROL "", IDC_USER_ADD_MEMBERSHIP_LIST, "SysListView32", LVS_REPORT | LVS_SHOWSELALWAYS | LVS_SORTASCENDING | WS_BORDER | WS_TABSTOP,
+7, 18, 238, 173, WS_EX_CLIENTEDGE
+DEFPUSHBUTTON "OK",IDOK,156,197,50,14
+PUSHBUTTON "Anuluj",IDCANCEL,210,197,50,14
+END
+
+
+
/* Menus */
IDM_POPUP_GROUP MENU DISCARDABLE
- Previous message: [ros-diffs] [mkupfer] 34515: Mario Kacmar <kario AT szm DOT sk> - Slovak translation of several inf-files - See #3518 for more details.
- Next message: [ros-diffs] [pschweitzer] 34517: Refactored kernel MCB management: - Splitted existing functions in two files largemcb.c and mcb.c - Stubbed (from win2k3) FsRtlInitializeBaseMcb, FsRtlUninitializeBaseMcb, FsRtlResetBaseMcb, FsRtlTruncateBaseMcb, FsRtlAddBaseMcbEntry, FsRtlRemoveBaseMcbEntry, FsRtlLookupBaseMcbEntry, FsRtlLookupLastBaseMcbEntry, FsRtlLookupLastBaseMcbEntryAndIndex, FsRtlGetNextBaseMcbEntry, FsRtlSplitBaseMcb - Implemented FsRtlNumberOfRunsInBaseMcb - Added missing definitions to ntifs.h
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Ros-diffs
mailing list