view: Czech language resources encoding fix.
This commit is contained in:
parent
2ed2bf5d17
commit
955289dd6f
|
@ -1,4 +1,5 @@
|
||||||
/*
|
/* Hey, Emacs, open this file with -*- coding: cp1250 -*-
|
||||||
|
*
|
||||||
* View
|
* View
|
||||||
* Czech Language Support
|
* Czech Language Support
|
||||||
*
|
*
|
||||||
|
@ -23,6 +24,8 @@
|
||||||
|
|
||||||
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
|
LANGUAGE LANG_CZECH, SUBLANG_DEFAULT
|
||||||
|
|
||||||
|
/* Czech strings in CP1250 */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*
|
*
|
||||||
* Menu
|
* Menu
|
||||||
|
@ -73,5 +76,5 @@ END
|
||||||
STRINGTABLE DISCARDABLE
|
STRINGTABLE DISCARDABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
IDS_APPNAME "View"
|
IDS_APPNAME "View"
|
||||||
IDS_DESCRIPTION "Obyèejný prohlí¾eè metasouborù"
|
IDS_DESCRIPTION "Obyèejný prohlížeè metasouborù"
|
||||||
END
|
END
|
||||||
|
|
Loading…
Reference in New Issue