﻿/**
*
* Copyright (c) Vervata Co,Ltd.
* @version 1.0
*/

#include "Appinfo.h"

#define ELanguage	ELangEnglish	// Caption language

//-----------------------------------------------------------------------------------------
//
//-----------------------------------------------------------------------------------------
#ifdef PLAT_DEV >= PLATFORM_S60_3rd
	
	#define qtn_app_caption_string			"RBackupPRO" 
	#define qtn_app_short_caption_string		"RBackupPRO" 
	#define text_title_pane_mainview		"RBackupPRO" 

	#define text_application_name			"RBackupPRO" //this will appear in applicatin's about box
	#define text_application_nick_name		"BackupPRO"  //this will appear in SMS command response
	
	#define txt_menu_about_title			 ":: О программе ::"//":: About ::"
	#define txt_menu_about_text			 "%S %S\nКопирайт(c) Вервата Ко\nВсе права защищены.\n"//"%S %S\nCopyright(c) Vervata Co Ltd\nAll rights reserved.\n"
#else
	#define qtn_app_caption_string			""
	#define qtn_app_short_caption_string		""
	#define text_title_pane_mainview		""
	
	#define txt_menu_about_title			 ":: О программе ::"//":: About ::"
	#define txt_menu_about_text			 "RBackupPRO %S\nКопирайт(c) Вервата Ко\nВсе права защищены.\n"//"RBackupPRO %S\nCopyright(c) Vervata Co Ltd\nAll rights reserved.\n"
	
	#ifdef FXS_LIGHT_BUILD
		#define qtn_fxs_spane_bitmap	     "\\system\\apps\\system\\phones\\images.mbm"		
	#elif defined(FXS_PRO_BUILD)
		#define qtn_fxs_spane_bitmap	     "\\system\\apps\\system\\phonex\\images.mbm"
		//#define qtn_fxs_spane_bitmap	     "\\system\\apps\\Fsp\\images.mbm"
	#endif

#endif

//-----------------------------------------------------------------------------------------
//
//-----------------------------------------------------------------------------------------
#ifdef RETAILER_XWODI
	#define txt_app_info_header			 :: Информация о программе::"//":: App Info::"
#else
	#define txt_app_info_header			 :: Информация о программе::"//":: App Info::"
#endif
