mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
forgot the file.
patch from LMH1 : Bug#: 1682 : Norwegian translation note : sm are not include in building process, the source code have got begin to be rotten, it can not longer be build. shall we delete it ? or shall some look into and make it work again, I am not voluntary todo either of it. some else for todo that. svn path=/trunk/; revision=23314
This commit is contained in:
parent
27f868593a
commit
e95b8ee1f2
1 changed files with 55 additions and 0 deletions
55
reactos/base/applications/sm/No.rc
Normal file
55
reactos/base/applications/sm/No.rc
Normal file
|
@ -0,0 +1,55 @@
|
|||
#include "resource.h"
|
||||
/*
|
||||
* Moved all hardcoded strings to En.rc.
|
||||
* By Magnus Olsen 2005 magnus@itkonsult-olsen.com
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_NORWEGIAN, SUBLANG_NEUTRAL
|
||||
STRINGTABLE DISCARDABLE
|
||||
{
|
||||
IDS_boot, "oppstart subsystem_name"
|
||||
|
||||
IDS_help, "hjelp [kommando]"
|
||||
|
||||
IDS_info, "informasjon [undersystem_id]"
|
||||
|
||||
IDS_reboot, "restarter undersystem_id"
|
||||
|
||||
IDS_shutdown,"avslutter undersystem_id"
|
||||
|
||||
|
||||
|
||||
IDS_boot_msg, "bootstrap en valgfri miljø under-system;"
|
||||
|
||||
IDS_help_msg, "skrive ut hjelp for kommando;"
|
||||
|
||||
IDS_info_msg, "skrive ut informasjon om en oppstart under-system\n\
|
||||
hvis subsystem_id er omitted, en liste av oppstart\n\
|
||||
miljø under-system er skrivet ut."
|
||||
|
||||
IDS_reboot_msg, "restart en valgfri miljø under-system;"
|
||||
IDS_shutdown_msg, "avslutt en valgfri miljø under-system;"
|
||||
|
||||
IDS_Unknown, "Ukjent kommando '%s'.\n"
|
||||
|
||||
IDS_SM1, "SM SubSystem Directory\n\n\
|
||||
SSID PID Flags\n\
|
||||
---- -------- ------------\n"
|
||||
|
||||
IDS_SM2, "%04x %08lx %04x\n"
|
||||
|
||||
IDS_ID, "under-System ID: %d\n\
|
||||
flagg: %04x\n\
|
||||
Prosess ID: %ld\n"
|
||||
|
||||
IDS_Not_Imp, "ikke implementert\n"
|
||||
|
||||
IDS_Mangers, "ReactOS/Win32 - Session Manager Control Tool\n\n"
|
||||
|
||||
IDS_USING, "anvendelse:\n\
|
||||
\tsm\n\
|
||||
\tsm help [command]\n\
|
||||
\tsm command [arguments]\n\n'sm hjelp' vil trykke listen av gyldig kommando.\n"
|
||||
|
||||
IDS_FAILS_MNG, "Mislykket å koble til Session Manager! (Status=0x%08lx)\n"
|
||||
}
|
Loading…
Reference in a new issue