mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
6afbc8f483
svn path=/branches/reactos-yarotows/; revision=45219
17 lines
459 B
Text
17 lines
459 B
Text
/* FILE: system/rundll/lang/cs-CZ.rc
|
|
* TRANSLATOR: Radek Liska aka Black_Fox (radekliska at gmail dot com)
|
|
* UPDATED: 2008-04-21
|
|
*/
|
|
|
|
#include "resource.h"
|
|
/*
|
|
* Moved all hardcoded strings to En.rc.
|
|
* By Magnus Olsen 2005 magnus@itkonsult-olsen.com
|
|
*/
|
|
|
|
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_DllNotLoaded, "LoadLibrary se nepodaøilo naèíst '%s'"
|
|
IDS_MissingEntry, "Chybí vstupní bod:%s\nV %s"
|
|
END
|