Author: greatlrd Date: Thu Jul 27 12:36:37 2006 New Revision: 23314
URL: http://svn.reactos.org/svn/reactos?rev=23314&view=rev Log: 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.
Added: trunk/reactos/base/applications/sm/No.rc
Added: trunk/reactos/base/applications/sm/No.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/sm/No.rc?... ============================================================================== --- trunk/reactos/base/applications/sm/No.rc (added) +++ trunk/reactos/base/applications/sm/No.rc Thu Jul 27 12:36:37 2006 @@ -1,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" +}