mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
14 lines
308 B
Text
14 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 încărca '%s'"
|
|
IDS_MissingEntry, "Lipsă punct de intrare: %s\nîn %s"
|
|
END
|