Fix sublanguage IDs in .rc files:
[reactos.git] / reactos / lib / aclui / aclui_Sv.rc
1 /*
2 * Copyright 2005 Andreas Bjerkeholt
3 * Copyright 2005 Anders Bergh
4 *
5 * This library is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU Lesser General Public
7 * License as published by the Free Software Foundation; either
8 * version 2.1 of the License, or (at your option) any later version.
9 *
10 * This library is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * Lesser General Public License for more details.
14 *
15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */
19
20 LANGUAGE LANG_SWEDISH, SUBLANG_NEUTRAL
21
22 IDD_SECPAGE DIALOGEX 0, 0, 227, 215
23 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE | WS_CAPTION
24 CAPTION "Säkerhet"
25 FONT 8, "MS Shell Dlg", 0, 0, 0x0
26 BEGIN
27 LTEXT "&Grupp eller användarnamn:", -1, 7, 7, 105, 8
28 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
29 PUSHBUTTON "&Lägg till...", IDC_ADD_PRINCIPAL, 116, 87, 50, 14
30 PUSHBUTTON "&Ta bort", IDC_REMOVE_PRINCIPAL, 170, 87, 50, 14
31 LTEXT "", IDC_LABEL_PERMISSIONS_FOR, 7, 107, 105, 8, SS_LEFT | SS_NOPREFIX
32 LTEXT "Tillåt", IDC_LABEL_ALLOW, 135, 107, 32, 8, SS_CENTER
33 LTEXT "Neka", IDC_LABEL_DENY, 176, 107, 32, 8, SS_CENTER
34 CONTROL "", IDC_ACE_CHECKLIST, "CHECKLIST_ACLUI", WS_CHILD | WS_VISIBLE | WS_TABSTOP, 7, 117, 213, 72, WS_EX_CLIENTEDGE
35 LTEXT "För särskilda behörigheter eller för avancerade inställningar, klicka på Avancerat.", IDC_LABEL_ADVANCED, 7, 194, 153, 16, SS_LEFT
36 PUSHBUTTON "A&vancerat", IDC_ADVANCED, 165, 194, 55, 14
37 END
38
39 STRINGTABLE DISCARDABLE
40 {
41 IDS_PSP_TITLE "Behörigheter för %1"
42 IDS_UNKNOWN "Okänd"
43 IDS_SPECIAL_PERMISSIONS "Särskilda behörigheter"
44 IDS_PERMISSIONS_FOR "Behörigheter för %1"
45 IDS_PERMISSIONS "Behörigheter"
46 }
47