mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
15 lines
308 B
Text
15 lines
308 B
Text
![]() |
/*
|
|||
|
* ReactOS rundll32
|
|||
|
* Copyright (C) 2009 Petru Dimitriu (Romanian translation)
|
|||
|
*/
|
|||
|
|
|||
|
#include "resource.h"
|
|||
|
|
|||
|
LANGUAGE LANG_ROMANIAN, SUBLANG_NEUTRAL
|
|||
|
|
|||
|
STRINGTABLE DISCARDABLE
|
|||
|
BEGIN
|
|||
|
IDS_DllNotLoaded, "LoadLibrary nu a putut <20>nc<6E>rca '%s'"
|
|||
|
IDS_MissingEntry, "Lips<70> punct de intrare: %s\n<>n %s"
|
|||
|
END
|