reactos/dll/win32/aclui/aclui_Sv.rc

50 lines
2.2 KiB
Text
Raw Normal View History

/*
* Copyright 2005 Andreas Bjerkeholt
* Copyright 2005 Anders Bergh
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
IDD_SECPAGE DIALOGEX 0, 0, 227, 215
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_CAPTION
CAPTION "S<>kerhet"
FONT 8, "MS Shell Dlg", 0, 0, 0x0
BEGIN
LTEXT "&Grupp eller anv<6E>ndarnamn:", -1, 7, 7, 105, 8
CONTROL "", IDC_PRINCIPALS, "SysListView32", LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING | LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_CHILD | WS_VISIBLE | WS_VSCROLL | WS_TABSTOP, 7, 17, 213, 66, WS_EX_NOPARENTNOTIFY | WS_EX_CLIENTEDGE
PUSHBUTTON "&L<>gg till...", IDC_ADD_PRINCIPAL, 116, 87, 50, 14
PUSHBUTTON "&Ta bort", IDC_REMOVE_PRINCIPAL, 170, 87, 50, 14
LTEXT "", IDC_LABEL_PERMISSIONS_FOR, 7, 107, 105, 8, SS_LEFT | SS_NOPREFIX
LTEXT "Till<6C>t", IDC_LABEL_ALLOW, 135, 107, 32, 8, SS_CENTER
LTEXT "Neka", IDC_LABEL_DENY, 176, 107, 32, 8, SS_CENTER
CONTROL "", IDC_ACE_CHECKLIST, "CHECKLIST_ACLUI", WS_CHILD | WS_VISIBLE | WS_TABSTOP, 7, 117, 213, 72, WS_EX_CLIENTEDGE
LTEXT "F<>r s<>rskilda beh<65>righeter eller f<>r avancerade inst<73>llningar, klicka p<> Avancerat.", IDC_LABEL_ADVANCED, 7, 194, 153, 16, SS_LEFT
PUSHBUTTON "A&vancerat", IDC_ADVANCED, 165, 194, 55, 14
END
STRINGTABLE DISCARDABLE
{
IDS_PSP_TITLE "Beh<65>righeter f<>r %1"
IDS_UNKNOWN "Ok<4F>nd"
IDS_SPECIAL_PERMISSIONS "S<>rskilda beh<65>righeter"
IDS_PERMISSIONS_FOR "Beh<65>righeter f<>r %1"
IDS_PERMISSIONS "Beh<65>righeter"
IDS_USERDOMAINFORMAT "%1 (%2\\%3)"
IDS_USERFORMAT "%1"
}