mirror of
https://github.com/reactos/reactos.git
synced 2025-04-19 12:08:55 +00:00
Swedish translation by David Nordenberg, proofread by Andreas Bjerkeholt
svn path=/trunk/; revision=17618
This commit is contained in:
parent
729d73ef17
commit
96791c3aa3
2 changed files with 14 additions and 1 deletions
12
reactos/subsys/system/userinit/Sv.rc
Normal file
12
reactos/subsys/system/userinit/Sv.rc
Normal file
|
@ -0,0 +1,12 @@
|
|||
#include "resource.h"
|
||||
/*
|
||||
* Copyright 2005 David Nordenberg
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_SWEDISH, SUBLANG_DEFAULT
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
|
||||
STRING_USERINIT_FAIL, "Userinit misslyckades att starta användargränssnittet!\n"
|
||||
|
||||
}
|
|
@ -5,5 +5,6 @@
|
|||
#define REACTOS_STR_INTERNAL_NAME "userinit\0"
|
||||
#define REACTOS_STR_ORIGINAL_FILENAME "userinit.dll\0"
|
||||
#include <reactos/version.rc>
|
||||
#include "En.rc"
|
||||
|
||||
#include "En.rc"
|
||||
#include "Sv.rc"
|
||||
|
|
Loading…
Reference in a new issue