Add Slovak Translation made by Kario.

See issue #2349 for more details.

svn path=/trunk/; revision=27544
This commit is contained in:
Daniel Reimer
2007-07-09 17:34:26 +00:00
parent 86977cdc8c
commit 1431bed8bb
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,13 @@
#include "resource.h"
/*
* Moved all hardcoded strings to En.rc.
* By Magnus Olsen 2005 [email protected]
* Slovak translation by Kario 2007 <[email protected]>
*/
LANGUAGE LANG_SLOVAK, SUBLANG_DEFAULT
STRINGTABLE DISCARDABLE
{
IDS_DllNotLoaded, "Naèítanie knižnice zlyhalo pri pokus naèíta '%s'"
IDS_MissingEntry, "Chybný vstupný bod:%s\nv %s"
}
+1
View File
@@ -15,5 +15,6 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#include "lang/nl-NL.rc"
#include "lang/pl-PL.rc"
#include "lang/ru-RU.rc"
#include "lang/sk-SK.rc"
#include "lang/th-TH.rc"
#include "lang/uk-UA.rc"