Subversion Repositories Kolibri OS

Rev

Rev 5244 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5244 Rev 5245
1
#ifndef RS_STRINGS_H
1
#ifndef RS_STRINGS_H
2
#define RS_STRINGS_H
2
#define RS_STRINGS_H
3
 
3
 
4
#ifndef RS_KOS
4
#ifndef RS_KOS
5
	#include "strings_ru.h" 
5
	#include "strings_en.h" 
6
#else
6
#else
7
 
7
 
8
	//#include "../lang.h"
8
	//#include "../lang.h"
9
	
9
	
10
	#ifdef LANG_RU
10
	#ifdef LANG_RU
11
		// Russian
11
		// Russian
12
		#include "strings_ru.h"
12
		#include "strings_ru.h"
13
	#elif LANG_SP
13
	#elif LANG_SP
14
		// other languages are not implemented
14
		// other languages are not implemented
15
		#include "strings_en.h"
15
		#include "strings_en.h"
16
	#elif LANG_IT
16
	#elif LANG_IT
17
		// other languages are not implemented
17
		// other languages are not implemented
18
		#include "strings_en.h"
18
		#include "strings_en.h"
19
	#else
19
	#else
20
		// default language: English
20
		// default language: English
21
		#include "strings_en.h"
21
		#include "strings_en.h"
22
	#endif
22
	#endif
23
		
23
		
24
 
24
 
25
#endif
25
#endif
26
 
26
 
27
 
27
 
28
 
28
 
29
#endif
29
#endif