Subversion Repositories Kolibri OS

Rev

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

Rev 5243 Rev 5260
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_en.h" 
5
	#include "strings_ru.h" 
6
#else
6
#else
7
	
7
	
8
	#ifdef LANG_RU
8
	#ifdef LANG_RU
9
		// Russian
9
		// Russian
10
		#include "strings_ru.h"
10
		#include "strings_ru.h"
11
	#elif LANG_SP
11
	#elif LANG_SP
12
		// other languages are not implemented
12
		// other languages are not implemented
13
		#include "strings_en.h"
13
		#include "strings_en.h"
14
	#elif LANG_IT
14
	#elif LANG_IT
15
		// other languages are not implemented
15
		// other languages are not implemented
16
		#include "strings_en.h"
16
		#include "strings_en.h"
17
	#else
17
	#else
18
		// default language: English
18
		// default language: English
19
		#include "strings_en.h"
19
		#include "strings_en.h"
20
	#endif
20
	#endif
21
		
21
		
22
 
22
 
23
#endif
23
#endif
24
 
24
 
25
 
25
 
26
 
26
 
27
#endif
27
#endif