mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:42:56 +00:00
Swedish translation
Andreas Bjerkeholt harteex@gmail.com, proofread by David Nordenberg dnordenberg@users.sourceforge.net svn path=/trunk/; revision=14375
This commit is contained in:
parent
f9764318f4
commit
29937a5a8c
2 changed files with 46 additions and 0 deletions
|
@ -11,3 +11,4 @@ IDB_USRGRPIMAGES BITMAP "res/usrgrp.bmp"
|
||||||
|
|
||||||
#include "aclui_En.rc"
|
#include "aclui_En.rc"
|
||||||
#include "aclui_De.rc"
|
#include "aclui_De.rc"
|
||||||
|
#include "aclui_Sv.rc"
|
||||||
|
|
45
reactos/lib/aclui/aclui_Sv.rc
Normal file
45
reactos/lib/aclui/aclui_Sv.rc
Normal file
|
@ -0,0 +1,45 @@
|
||||||
|
/*
|
||||||
|
* Copyright 2005 Andreas Bjerkeholt
|
||||||
|
*
|
||||||
|
* 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <reactos/resource.h>
|
||||||
|
#include <defines.h>
|
||||||
|
#include "resource.h"
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
|
LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT
|
||||||
|
#pragma code_page(850)
|
||||||
|
#endif //_WIN32
|
||||||
|
|
||||||
|
IDD_SECPAGE DIALOGEX 0, 0, 227, 215
|
||||||
|
STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
|
||||||
|
CAPTION "Säkerhet"
|
||||||
|
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
||||||
|
BEGIN
|
||||||
|
LTEXT "&Grupp eller användarnamn:", -1, 7, 7, 105, 8
|
||||||
|
CONTROL "", IDC_ACELIST, "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_ACELIST_ADD, 116, 87, 50, 14
|
||||||
|
PUSHBUTTON "&Ta bort", IDC_ACELIST_REMOVE, 170, 87, 50, 14
|
||||||
|
LTEXT "Tillåt", -1, 135, 107, 32, 8, SS_CENTER
|
||||||
|
LTEXT "Neka", -1, 176, 107, 32, 8, SS_CENTER
|
||||||
|
END
|
||||||
|
|
||||||
|
STRINGTABLE DISCARDABLE
|
||||||
|
{
|
||||||
|
IDS_PSP_TITLE "Behörigheter för %1"
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue