Subversion Repositories Kolibri OS

Rev

Rev 8944 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8944 Rev 9301
Line 26... Line 26...
26
#ifndef INCLUDE_DATE_H
26
#ifndef INCLUDE_DATE_H
27
#include "../lib/date.h"
27
#include "../lib/date.h"
28
#endif
28
#endif
Line 29... Line 29...
29
 
29
 
30
#ifdef LANG_RUS
30
#ifdef LANG_RUS
31
	#define __T__GB "ƒ¡"
31
	#define __T__GB "ƒ"
32
	#define __T__MB "Œ¡"
32
	#define __T__MB "Œ"
33
	#define __T__KB "Š¡"
33
	#define __T__KB "Š"
34
	#define __T___B ""
34
	#define __T___B ""
35
#else
35
#else
36
	#define __T__GB "Gb"
36
	#define __T__GB "GB"
37
	#define __T__MB "Mb"
37
	#define __T__MB "MB"
38
	#define __T__KB "Kb"
38
	#define __T__KB "KB"
39
	#define __T___B "B"
39
	#define __T___B "B"
Line 40... Line 40...
40
#endif
40
#endif
41
 
41