mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
Add Slovak Translation made by Kario.
See issue #2349 for more details. svn path=/trunk/; revision=27544
This commit is contained in:
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user