var CMS_URL = 'http://dylan/rdcms_release/source/';
var CMS_FILENAME_INDEX = 'index.php';
var CMS_FILENAME_WINDOW_DIALOG = 'rdcms.modal.dialog.php';
var CMS_FILENAME_MSG_DIALOG = 'rdcms.msg.dialog.php';
var CMS_FILENAME_TPL_MODAL_IMAGE_PREVIEW = 'templates/dialogs/image_preview.php';
function initRDJSApplication(){
	var rdJSApp = new Object();
	rdJSApp.rsController = new Object();
	rdJSApp.load = function(){
		this.rsController = newResourceStringController();
		this.rsController.init();
	}
	rdJSApp.getResourceString = function(id){
		return this.rsController.getResourceString(id);
	}
	rdJSApp.windowLocation = function(url){
		window.location = url;
	}
	return rdJSApp;
}
function newResourceStringController(){
	var controller    = new Object();
	controller.items  = new Array();
	controller.loaded = false;
	controller.init = function(){
		if(!this.loaded){
  this.items[0] = ({id:'RS_LANGUAGE_ENG',value:'English'});
  this.items[1] = ({id:'RS_LANGUAGE_AFR',value:'Afrikaans'});
  this.items[2] = ({id:'RS_JANUARY',value:'January'});
  this.items[3] = ({id:'RS_FEBRUARY',value:'February'});
  this.items[4] = ({id:'RS_MARCH',value:'March'});
  this.items[5] = ({id:'RS_APRIL',value:'April'});
  this.items[6] = ({id:'RS_MAY',value:'May'});
  this.items[7] = ({id:'RS_JUNE',value:'June'});
  this.items[8] = ({id:'RS_JULY',value:'July'});
  this.items[9] = ({id:'RS_AUGUST',value:'August'});
  this.items[10] = ({id:'RS_SEPTEMBER',value:'September'});
  this.items[11] = ({id:'RS_OCTOBER',value:'October'});
  this.items[12] = ({id:'RS_NOVEMBER',value:'November'});
  this.items[13] = ({id:'RS_DECEMBER',value:'December'});
  this.items[14] = ({id:'RS_JAN_ABBREVIATION',value:'Jan'});
  this.items[15] = ({id:'RS_FEB_ABBREVIATION',value:'Feb'});
  this.items[16] = ({id:'RS_MAR_ABBREVIATION',value:'Mar'});
  this.items[17] = ({id:'RS_APR_ABBREVIATION',value:'Apr'});
  this.items[18] = ({id:'RS_MAY_ABBREVIATION',value:'May'});
  this.items[19] = ({id:'RS_JUN_ABBREVIATION',value:'Jun'});
  this.items[20] = ({id:'RS_JUL_ABBREVIATION',value:'Jul'});
  this.items[21] = ({id:'RS_AUG_ABBREVIATION',value:'Aug'});
  this.items[22] = ({id:'RS_SEP_ABBREVIATION',value:'Sep'});
  this.items[23] = ({id:'RS_OCT_ABBREVIATION',value:'Oct'});
  this.items[24] = ({id:'RS_NOV_ABBREVIATION',value:'Nov'});
  this.items[25] = ({id:'RS_DEC_ABBREVIATION',value:'Dec'});
  this.items[26] = ({id:'RS_MONDAY',value:'Monday'});
  this.items[27] = ({id:'RS_TUESDAY',value:'Tuesday'});
  this.items[28] = ({id:'RS_WEDNESDAY',value:'Wednesday'});
  this.items[29] = ({id:'RS_THURSDAY',value:'Thursday'});
  this.items[30] = ({id:'RS_FRIDAY',value:'Friday'});
  this.items[31] = ({id:'RS_SATURDAY',value:'Saturday'});
  this.items[32] = ({id:'RS_SUNDAY',value:'Sunday'});
  this.items[33] = ({id:'RS_MONDAY_FIRST_LETTER',value:'M'});
  this.items[34] = ({id:'RS_TUESDAY_FIRST_LETTER',value:'T'});
  this.items[35] = ({id:'RS_WEDNESDAY_FIRST_LETTER',value:'W'});
  this.items[36] = ({id:'RS_THURSDAY_FIRST_LETTER',value:'T'});
  this.items[37] = ({id:'RS_FRIDAY_FIRST_LETTER',value:'F'});
  this.items[38] = ({id:'RS_SATURDAY_FIRST_LETTER',value:'S'});
  this.items[39] = ({id:'RS_SUNDAY_FIRST_LETTER',value:'S'});
  this.items[40] = ({id:'RS_TODAY',value:'Today'});
  this.items[41] = ({id:'RS_MON',value:'Mon'});
  this.items[42] = ({id:'RS_TUE',value:'Tue'});
  this.items[43] = ({id:'RS_WED',value:'Wed'});
  this.items[44] = ({id:'RS_THU',value:'Thu'});
  this.items[45] = ({id:'RS_FRI',value:'Fri'});
  this.items[46] = ({id:'RS_SAT',value:'Sat'});
  this.items[47] = ({id:'RS_SUN',value:'Sun'});
  this.items[48] = ({id:'RS_DAYS',value:'DAYS'});
  this.items[49] = ({id:'RS_HRS',value:'HRS'});
  this.items[50] = ({id:'RS_MINS',value:'MINS'});
  this.items[51] = ({id:'RS_SEC',value:'SEC'});
  this.items[52] = ({id:'RS_DATE_FORMAT_YYYY_MM_DD',value:'YYYY-MM-DD'});
  this.items[53] = ({id:'RS_DATE_FORMAT_DD_MM_YYYY',value:'DD-MM-YYYY'});
  this.items[54] = ({id:'RS_DATE_FORMAT_DD_FULLMONTHNAME_YYYY',value:'DD FullMonthName YYYY'});
  this.items[55] = ({id:'RS_TIME_FORMAT_24_HOUR_CLOCK',value:'24 Hour Clock'});
  this.items[56] = ({id:'RS_TIME_FORMAT_12_HOUR_CLOCK',value:'12 Hour Clock'});
  this.items[57] = ({id:'RS_METRIC_SYSTEM',value:'Metric System'});
  this.items[58] = ({id:'RS_IMPERIAL_SYSTEM',value:'Imperial System'});
  this.items[59] = ({id:'RS_COUNTRY_AF',value:'AFGHANISTAN'});
  this.items[60] = ({id:'RS_COUNTRY_AL',value:'ALBANIA'});
  this.items[61] = ({id:'RS_COUNTRY_DZ',value:'ALGERIA'});
  this.items[62] = ({id:'RS_COUNTRY_AS',value:'AMERICAN SAMOA'});
  this.items[63] = ({id:'RS_COUNTRY_AD',value:'ANDORRA'});
  this.items[64] = ({id:'RS_COUNTRY_AO',value:'ANGOLA'});
  this.items[65] = ({id:'RS_COUNTRY_AI',value:'ANGUILLA'});
  this.items[66] = ({id:'RS_COUNTRY_AQ',value:'ANTARCTICA'});
  this.items[67] = ({id:'RS_COUNTRY_AG',value:'ANTIGUA AND BARBUDA'});
  this.items[68] = ({id:'RS_COUNTRY_AR',value:'ARGENTINA'});
  this.items[69] = ({id:'RS_COUNTRY_AM',value:'ARMENIA'});
  this.items[70] = ({id:'RS_COUNTRY_AW',value:'ARUBA'});
  this.items[71] = ({id:'RS_COUNTRY_AU',value:'AUSTRALIA'});
  this.items[72] = ({id:'RS_COUNTRY_AT',value:'AUSTRIA'});
  this.items[73] = ({id:'RS_COUNTRY_AZ',value:'AZERBAIJAN'});
  this.items[74] = ({id:'RS_COUNTRY_BS',value:'BAHAMAS'});
  this.items[75] = ({id:'RS_COUNTRY_BH',value:'BAHRAIN'});
  this.items[76] = ({id:'RS_COUNTRY_BD',value:'BANGLADESH'});
  this.items[77] = ({id:'RS_COUNTRY_BB',value:'BARBADOS'});
  this.items[78] = ({id:'RS_COUNTRY_BY',value:'BELARUS'});
  this.items[79] = ({id:'RS_COUNTRY_BE',value:'BELGIUM'});
  this.items[80] = ({id:'RS_COUNTRY_BZ',value:'BELIZE'});
  this.items[81] = ({id:'RS_COUNTRY_BJ',value:'BENIN'});
  this.items[82] = ({id:'RS_COUNTRY_BM',value:'BERMUDA'});
  this.items[83] = ({id:'RS_COUNTRY_BT',value:'BHUTAN'});
  this.items[84] = ({id:'RS_COUNTRY_BO',value:'BOLIVIA'});
  this.items[85] = ({id:'RS_COUNTRY_BA',value:'BOSNIA AND HERZEGOVINA'});
  this.items[86] = ({id:'RS_COUNTRY_BW',value:'BOTSWANA'});
  this.items[87] = ({id:'RS_COUNTRY_BV',value:'BOUVET ISLAND'});
  this.items[88] = ({id:'RS_COUNTRY_BR',value:'BRAZIL'});
  this.items[89] = ({id:'RS_COUNTRY_IO',value:'BRITISH INDIAN OCEAN TERRITORY'});
  this.items[90] = ({id:'RS_COUNTRY_BN',value:'BRUNEI DARUSSALAM'});
  this.items[91] = ({id:'RS_COUNTRY_BG',value:'BULGARIA'});
  this.items[92] = ({id:'RS_COUNTRY_BF',value:'BURKINA FASO'});
  this.items[93] = ({id:'RS_COUNTRY_BI',value:'BURUNDI'});
  this.items[94] = ({id:'RS_COUNTRY_KH',value:'CAMBODIA'});
  this.items[95] = ({id:'RS_COUNTRY_CM',value:'CAMEROON'});
  this.items[96] = ({id:'RS_COUNTRY_CA',value:'CANADA'});
  this.items[97] = ({id:'RS_COUNTRY_CV',value:'CAPE VERDE'});
  this.items[98] = ({id:'RS_COUNTRY_KY',value:'CAYMAN ISLANDS'});
  this.items[99] = ({id:'RS_COUNTRY_CF',value:'CENTRAL AFRICAN REPUBLIC'});
  this.items[100] = ({id:'RS_COUNTRY_TD',value:'CHAD'});
  this.items[101] = ({id:'RS_COUNTRY_CL',value:'CHILE'});
  this.items[102] = ({id:'RS_COUNTRY_CN',value:'CHINA'});
  this.items[103] = ({id:'RS_COUNTRY_CX',value:'CHRISTMAS ISLAND'});
  this.items[104] = ({id:'RS_COUNTRY_CC',value:'COCOS (KEELING) ISLANDS'});
  this.items[105] = ({id:'RS_COUNTRY_CO',value:'COLOMBIA'});
  this.items[106] = ({id:'RS_COUNTRY_KM',value:'COMOROS'});
  this.items[107] = ({id:'RS_COUNTRY_CG',value:'CONGO'});
  this.items[108] = ({id:'RS_COUNTRY_CD',value:'CONGO THE DEMOCRATIC REPUBLIC OF THE'});
  this.items[109] = ({id:'RS_COUNTRY_CK',value:'COOK ISLANDS'});
  this.items[110] = ({id:'RS_COUNTRY_CR',value:'COSTA RICA'});
  this.items[111] = ({id:'RS_COUNTRY_CI',value:'COTE D\'IVOIRE'});
  this.items[112] = ({id:'RS_COUNTRY_HR',value:'CROATIA'});
  this.items[113] = ({id:'RS_COUNTRY_CU',value:'CUBA'});
  this.items[114] = ({id:'RS_COUNTRY_CY',value:'CYPRUS'});
  this.items[115] = ({id:'RS_COUNTRY_CZ',value:'CZECH REPUBLIC'});
  this.items[116] = ({id:'RS_COUNTRY_DK',value:'DENMARK'});
  this.items[117] = ({id:'RS_COUNTRY_DJ',value:'DJIBOUTI'});
  this.items[118] = ({id:'RS_COUNTRY_DM',value:'DOMINICA'});
  this.items[119] = ({id:'RS_COUNTRY_DO',value:'DOMINICAN REPUBLIC'});
  this.items[120] = ({id:'RS_COUNTRY_EC',value:'ECUADOR'});
  this.items[121] = ({id:'RS_COUNTRY_EG',value:'EGYPT'});
  this.items[122] = ({id:'RS_COUNTRY_SV',value:'EL SALVADOR'});
  this.items[123] = ({id:'RS_COUNTRY_GQ',value:'EQUATORIAL GUINEA'});
  this.items[124] = ({id:'RS_COUNTRY_ER',value:'ERITREA'});
  this.items[125] = ({id:'RS_COUNTRY_EE',value:'ESTONIA'});
  this.items[126] = ({id:'RS_COUNTRY_ET',value:'ETHIOPIA'});
  this.items[127] = ({id:'RS_COUNTRY_FK',value:'FALKLAND ISLANDS (MALVINAS)'});
  this.items[128] = ({id:'RS_COUNTRY_FO',value:'FAROE ISLANDS'});
  this.items[129] = ({id:'RS_COUNTRY_FJ',value:'FIJI'});
  this.items[130] = ({id:'RS_COUNTRY_FI',value:'FINLAND'});
  this.items[131] = ({id:'RS_COUNTRY_FR',value:'FRANCE'});
  this.items[132] = ({id:'RS_COUNTRY_GF',value:'FRENCH GUIANA'});
  this.items[133] = ({id:'RS_COUNTRY_PF',value:'FRENCH POLYNESIA'});
  this.items[134] = ({id:'RS_COUNTRY_TF',value:'FRENCH SOUTHERN TERRITORIES'});
  this.items[135] = ({id:'RS_COUNTRY_GA',value:'GABON'});
  this.items[136] = ({id:'RS_COUNTRY_GM',value:'GAMBIA'});
  this.items[137] = ({id:'RS_COUNTRY_GE',value:'GEORGIA'});
  this.items[138] = ({id:'RS_COUNTRY_DE',value:'GERMANY'});
  this.items[139] = ({id:'RS_COUNTRY_GH',value:'GHANA'});
  this.items[140] = ({id:'RS_COUNTRY_GI',value:'GIBRALTAR'});
  this.items[141] = ({id:'RS_COUNTRY_GR',value:'GREECE'});
  this.items[142] = ({id:'RS_COUNTRY_GL',value:'GREENLAND'});
  this.items[143] = ({id:'RS_COUNTRY_GD',value:'GRENADA'});
  this.items[144] = ({id:'RS_COUNTRY_GP',value:'GUADELOUPE'});
  this.items[145] = ({id:'RS_COUNTRY_GU',value:'GUAM'});
  this.items[146] = ({id:'RS_COUNTRY_GT',value:'GUATEMALA'});
  this.items[147] = ({id:'RS_COUNTRY_GN',value:'GUINEA'});
  this.items[148] = ({id:'RS_COUNTRY_GW',value:'GUINEA-BISSAU'});
  this.items[149] = ({id:'RS_COUNTRY_GY',value:'GUYANA'});
  this.items[150] = ({id:'RS_COUNTRY_HT',value:'HAITI'});
  this.items[151] = ({id:'RS_COUNTRY_HM',value:'HEARD ISLAND AND MCDONALD ISLANDS'});
  this.items[152] = ({id:'RS_COUNTRY_VA',value:'HOLY SEE (VATICAN CITY STATE)'});
  this.items[153] = ({id:'RS_COUNTRY_HN',value:'HONDURAS'});
  this.items[154] = ({id:'RS_COUNTRY_HK',value:'HONG KONG'});
  this.items[155] = ({id:'RS_COUNTRY_HU',value:'HUNGARY'});
  this.items[156] = ({id:'RS_COUNTRY_IS',value:'ICELAND'});
  this.items[157] = ({id:'RS_COUNTRY_IN',value:'INDIA'});
  this.items[158] = ({id:'RS_COUNTRY_ID',value:'INDONESIA'});
  this.items[159] = ({id:'RS_COUNTRY_IR',value:'IRAN ISLAMIC REPUBLIC OF'});
  this.items[160] = ({id:'RS_COUNTRY_IQ',value:'IRAQ'});
  this.items[161] = ({id:'RS_COUNTRY_IE',value:'IRELAND'});
  this.items[162] = ({id:'RS_COUNTRY_IL',value:'ISRAEL'});
  this.items[163] = ({id:'RS_COUNTRY_IT',value:'ITALY'});
  this.items[164] = ({id:'RS_COUNTRY_JM',value:'JAMAICA'});
  this.items[165] = ({id:'RS_COUNTRY_JP',value:'JAPAN'});
  this.items[166] = ({id:'RS_COUNTRY_JO',value:'JORDAN'});
  this.items[167] = ({id:'RS_COUNTRY_KZ',value:'KAZAKHSTAN'});
  this.items[168] = ({id:'RS_COUNTRY_KE',value:'KENYA'});
  this.items[169] = ({id:'RS_COUNTRY_KI',value:'KIRIBATI'});
  this.items[170] = ({id:'RS_COUNTRY_KP',value:'KOREA DEMOCRATIC PEOPLE\'S REPUBLIC OF'});
  this.items[171] = ({id:'RS_COUNTRY_KR',value:'KOREA REPUBLIC OF'});
  this.items[172] = ({id:'RS_COUNTRY_KW',value:'KUWAIT'});
  this.items[173] = ({id:'RS_COUNTRY_KG',value:'KYRGYZSTAN'});
  this.items[174] = ({id:'RS_COUNTRY_LA',value:'LAO PEOPLE\'S DEMOCRATIC REPUBLIC'});
  this.items[175] = ({id:'RS_COUNTRY_LV',value:'LATVIA'});
  this.items[176] = ({id:'RS_COUNTRY_LB',value:'LEBANON'});
  this.items[177] = ({id:'RS_COUNTRY_LS',value:'LESOTHO'});
  this.items[178] = ({id:'RS_COUNTRY_LR',value:'LIBERIA'});
  this.items[179] = ({id:'RS_COUNTRY_LY',value:'LIBYAN ARAB JAMAHIRIYA'});
  this.items[180] = ({id:'RS_COUNTRY_LI',value:'LIECHTENSTEIN'});
  this.items[181] = ({id:'RS_COUNTRY_LT',value:'LITHUANIA'});
  this.items[182] = ({id:'RS_COUNTRY_LU',value:'LUXEMBOURG'});
  this.items[183] = ({id:'RS_COUNTRY_MO',value:'MACAO'});
  this.items[184] = ({id:'RS_COUNTRY_MK',value:'MACEDONIA THE FORMER YUGOSLAV REPUBLIC OF'});
  this.items[185] = ({id:'RS_COUNTRY_MG',value:'MADAGASCAR'});
  this.items[186] = ({id:'RS_COUNTRY_MW',value:'MALAWI'});
  this.items[187] = ({id:'RS_COUNTRY_MY',value:'MALAYSIA'});
  this.items[188] = ({id:'RS_COUNTRY_MV',value:'MALDIVES'});
  this.items[189] = ({id:'RS_COUNTRY_ML',value:'MALI'});
  this.items[190] = ({id:'RS_COUNTRY_MT',value:'MALTA'});
  this.items[191] = ({id:'RS_COUNTRY_MH',value:'MARSHALL ISLANDS'});
  this.items[192] = ({id:'RS_COUNTRY_MQ',value:'MARTINIQUE'});
  this.items[193] = ({id:'RS_COUNTRY_MR',value:'MAURITANIA'});
  this.items[194] = ({id:'RS_COUNTRY_MU',value:'MAURITIUS'});
  this.items[195] = ({id:'RS_COUNTRY_YT',value:'MAYOTTE'});
  this.items[196] = ({id:'RS_COUNTRY_MX',value:'MEXICO'});
  this.items[197] = ({id:'RS_COUNTRY_FM',value:'MICRONESIA FEDERATED STATES OF'});
  this.items[198] = ({id:'RS_COUNTRY_MD',value:'MOLDOVA REPUBLIC OF'});
  this.items[199] = ({id:'RS_COUNTRY_MC',value:'MONACO'});
  this.items[200] = ({id:'RS_COUNTRY_MN',value:'MONGOLIA'});
  this.items[201] = ({id:'RS_COUNTRY_MS',value:'MONTSERRAT'});
  this.items[202] = ({id:'RS_COUNTRY_MA',value:'MOROCCO'});
  this.items[203] = ({id:'RS_COUNTRY_MZ',value:'MOZAMBIQUE'});
  this.items[204] = ({id:'RS_COUNTRY_MM',value:'MYANMAR'});
  this.items[205] = ({id:'RS_COUNTRY_NA',value:'NAMIBIA'});
  this.items[206] = ({id:'RS_COUNTRY_NR',value:'NAURU'});
  this.items[207] = ({id:'RS_COUNTRY_NP',value:'NEPAL'});
  this.items[208] = ({id:'RS_COUNTRY_NL',value:'NETHERLANDS'});
  this.items[209] = ({id:'RS_COUNTRY_AN',value:'NETHERLANDS ANTILLES'});
  this.items[210] = ({id:'RS_COUNTRY_NC',value:'NEW CALEDONIA'});
  this.items[211] = ({id:'RS_COUNTRY_NZ',value:'NEW ZEALAND'});
  this.items[212] = ({id:'RS_COUNTRY_NI',value:'NICARAGUA'});
  this.items[213] = ({id:'RS_COUNTRY_NE',value:'NIGER'});
  this.items[214] = ({id:'RS_COUNTRY_NG',value:'NIGERIA'});
  this.items[215] = ({id:'RS_COUNTRY_NU',value:'NIUE'});
  this.items[216] = ({id:'RS_COUNTRY_NF',value:'NORFOLK ISLAND'});
  this.items[217] = ({id:'RS_COUNTRY_MP',value:'NORTHERN MARIANA ISLANDS'});
  this.items[218] = ({id:'RS_COUNTRY_NO',value:'NORWAY'});
  this.items[219] = ({id:'RS_COUNTRY_OM',value:'OMAN'});
  this.items[220] = ({id:'RS_COUNTRY_PK',value:'PAKISTAN'});
  this.items[221] = ({id:'RS_COUNTRY_PW',value:'PALAU'});
  this.items[222] = ({id:'RS_COUNTRY_PS',value:'PALESTINIAN TERRITORY OCCUPIED'});
  this.items[223] = ({id:'RS_COUNTRY_PA',value:'PANAMA'});
  this.items[224] = ({id:'RS_COUNTRY_PG',value:'PAPUA NEW GUINEA'});
  this.items[225] = ({id:'RS_COUNTRY_PY',value:'PARAGUAY'});
  this.items[226] = ({id:'RS_COUNTRY_PE',value:'PERU'});
  this.items[227] = ({id:'RS_COUNTRY_PH',value:'PHILIPPINES'});
  this.items[228] = ({id:'RS_COUNTRY_PN',value:'PITCAIRN'});
  this.items[229] = ({id:'RS_COUNTRY_PL',value:'POLAND'});
  this.items[230] = ({id:'RS_COUNTRY_PT',value:'PORTUGAL'});
  this.items[231] = ({id:'RS_COUNTRY_PR',value:'PUERTO RICO'});
  this.items[232] = ({id:'RS_COUNTRY_QA',value:'QATAR'});
  this.items[233] = ({id:'RS_COUNTRY_RE',value:'REUNION'});
  this.items[234] = ({id:'RS_COUNTRY_RO',value:'ROMANIA'});
  this.items[235] = ({id:'RS_COUNTRY_RU',value:'RUSSIAN FEDERATION'});
  this.items[236] = ({id:'RS_COUNTRY_RW',value:'RWANDA'});
  this.items[237] = ({id:'RS_COUNTRY_SH',value:'SAINT HELENA'});
  this.items[238] = ({id:'RS_COUNTRY_KN',value:'SAINT KITTS AND NEVIS'});
  this.items[239] = ({id:'RS_COUNTRY_LC',value:'SAINT LUCIA'});
  this.items[240] = ({id:'RS_COUNTRY_PM',value:'SAINT PIERRE AND MIQUELON'});
  this.items[241] = ({id:'RS_COUNTRY_VC',value:'SAINT VINCENT AND THE GRENADINES'});
  this.items[242] = ({id:'RS_COUNTRY_WS',value:'SAMOA'});
  this.items[243] = ({id:'RS_COUNTRY_SM',value:'SAN MARINO'});
  this.items[244] = ({id:'RS_COUNTRY_ST',value:'SAO TOME AND PRINCIPE'});
  this.items[245] = ({id:'RS_COUNTRY_SA',value:'SAUDI ARABIA'});
  this.items[246] = ({id:'RS_COUNTRY_SN',value:'SENEGAL'});
  this.items[247] = ({id:'RS_COUNTRY_SC',value:'SEYCHELLES'});
  this.items[248] = ({id:'RS_COUNTRY_SL',value:'SIERRA LEONE'});
  this.items[249] = ({id:'RS_COUNTRY_SG',value:'SINGAPORE'});
  this.items[250] = ({id:'RS_COUNTRY_SK',value:'SLOVAKIA'});
  this.items[251] = ({id:'RS_COUNTRY_SI',value:'SLOVENIA'});
  this.items[252] = ({id:'RS_COUNTRY_SB',value:'SOLOMON ISLANDS'});
  this.items[253] = ({id:'RS_COUNTRY_SO',value:'SOMALIA'});
  this.items[254] = ({id:'RS_COUNTRY_ZA',value:'SOUTH AFRICA'});
  this.items[255] = ({id:'RS_COUNTRY_GS',value:'SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS'});
  this.items[256] = ({id:'RS_COUNTRY_ES',value:'SPAIN'});
  this.items[257] = ({id:'RS_COUNTRY_LK',value:'SRI LANKA'});
  this.items[258] = ({id:'RS_COUNTRY_SD',value:'SUDAN'});
  this.items[259] = ({id:'RS_COUNTRY_SR',value:'SURINAME'});
  this.items[260] = ({id:'RS_COUNTRY_SJ',value:'SVALBARD AND JAN MAYEN'});
  this.items[261] = ({id:'RS_COUNTRY_SZ',value:'SWAZILAND'});
  this.items[262] = ({id:'RS_COUNTRY_SE',value:'SWEDEN'});
  this.items[263] = ({id:'RS_COUNTRY_CH',value:'SWITZERLAND'});
  this.items[264] = ({id:'RS_COUNTRY_SY',value:'SYRIAN ARAB REPUBLIC'});
  this.items[265] = ({id:'RS_COUNTRY_TW',value:'TAIWAN PROVINCE OF CHINA'});
  this.items[266] = ({id:'RS_COUNTRY_TJ',value:'TAJIKISTAN'});
  this.items[267] = ({id:'RS_COUNTRY_TZ',value:'TANZANIA UNITED REPUBLIC OF'});
  this.items[268] = ({id:'RS_COUNTRY_TH',value:'THAILAND'});
  this.items[269] = ({id:'RS_COUNTRY_TL',value:'TIMOR-LESTE'});
  this.items[270] = ({id:'RS_COUNTRY_TG',value:'TOGO'});
  this.items[271] = ({id:'RS_COUNTRY_TK',value:'TOKELAU'});
  this.items[272] = ({id:'RS_COUNTRY_TO',value:'TONGA'});
  this.items[273] = ({id:'RS_COUNTRY_TT',value:'TRINIDAD AND TOBAGO'});
  this.items[274] = ({id:'RS_COUNTRY_TN',value:'TUNISIA'});
  this.items[275] = ({id:'RS_COUNTRY_TR',value:'TURKEY'});
  this.items[276] = ({id:'RS_COUNTRY_TM',value:'TURKMENISTAN'});
  this.items[277] = ({id:'RS_COUNTRY_TC',value:'TURKS AND CAICOS ISLANDS'});
  this.items[278] = ({id:'RS_COUNTRY_TV',value:'TUVALU'});
  this.items[279] = ({id:'RS_COUNTRY_UG',value:'UGANDA'});
  this.items[280] = ({id:'RS_COUNTRY_UA',value:'UKRAINE'});
  this.items[281] = ({id:'RS_COUNTRY_AE',value:'UNITED ARAB EMIRATES'});
  this.items[282] = ({id:'RS_COUNTRY_GB',value:'UNITED KINGDOM'});
  this.items[283] = ({id:'RS_COUNTRY_US',value:'UNITED STATES'});
  this.items[284] = ({id:'RS_COUNTRY_UM',value:'UNITED STATES MINOR OUTLYING ISLANDS'});
  this.items[285] = ({id:'RS_COUNTRY_UY',value:'URUGUAY'});
  this.items[286] = ({id:'RS_COUNTRY_UZ',value:'UZBEKISTAN'});
  this.items[287] = ({id:'RS_COUNTRY_VU',value:'VANUATU'});
  this.items[288] = ({id:'RS_COUNTRY_VE',value:'VENEZUELA'});
  this.items[289] = ({id:'RS_COUNTRY_VN',value:'VIET NAM'});
  this.items[290] = ({id:'RS_COUNTRY_VG',value:'VIRGIN ISLANDS BRITISH'});
  this.items[291] = ({id:'RS_COUNTRY_VI',value:'VIRGIN ISLANDS U.S.'});
  this.items[292] = ({id:'RS_COUNTRY_WF',value:'WALLIS AND FUTUNA'});
  this.items[293] = ({id:'RS_COUNTRY_EH',value:'WESTERN SAHARA'});
  this.items[294] = ({id:'RS_COUNTRY_YE',value:'YEMEN'});
  this.items[295] = ({id:'RS_COUNTRY_YU',value:'YUGOSLAVIA'});
  this.items[296] = ({id:'RS_COUNTRY_ZM',value:'ZAMBIA'});
  this.items[297] = ({id:'RS_COUNTRY_ZW',value:'ZIMBABWE'});
  this.items[298] = ({id:'RS_USER_PREFERENCE_CONTENT_SOURCE_VIEW',value:'Content Editor Source View'});
  this.items[299] = ({id:'RS_USER_PREFERENCE_MAX_ROWS_SHOWN',value:'Maximum Rows Shown'});
  this.items[300] = ({id:'RS_USER_PREFERENCE_HIDE_COLUMNS',value:'Hide Column(s)'});
  this.items[301] = ({id:'RS_USER_PREFERENCE_DEBUG_INFO',value:'Show Debug Information'});
  this.items[302] = ({id:'RS_USER_PREFERENCE_AUTOHIDE_NAVIGATION_BAR',value:'Auto-Hide Navigation Bar'});
  this.items[303] = ({id:'RS_USER_PREFERENCE_USER_SESSION_TIMEOUT',value:'User Session Timeout (Minutes)'});
  this.items[304] = ({id:'RS_USER_PREFERENCE_TOOLBAR_MAIN_CAPTIONBOX_VISIBLE',value:'Main Toolbar Caption Visible'});
  this.items[305] = ({id:'RS_USER_PREFERENCE_SHOW_CONTENT_LOSS_WARNING',value:'Show Content Loss Warning'});
  this.items[306] = ({id:'RS_USER_PREFERENCE_LANGUAGE_ABBREVIATION',value:'Language'});
  this.items[307] = ({id:'RS_SETTING_EVENT_LOG_LOG_USER_PREFERENCES',value:'Log User Preference Events'});
  this.items[308] = ({id:'RS_SETTING_EVENT_LOG_LOG_ALL',value:'Log Events'});
  this.items[309] = ({id:'RS_SETTING_ADMIN_CONTENT_EDITOR_CSS',value:'Content Editor CSS'});
  this.items[310] = ({id:'RS_SETTING_MEMBER_SUBMISSION_PAGE',value:'Member Login Landing Page'});
  this.items[311] = ({id:'RS_SETTING_MEMBER_SESSION_TIMEOUT',value:'Session Time-out (Minutes)'});
  this.items[312] = ({id:'RS_SETTING_MEMBER_SHOW_LOGIN_HELPERS',value:'Show Member Login Helper'});
  this.items[313] = ({id:'RS_SETTING_MEMBER_SEND_REGISTRATION_NOTIFICATION_EMAIL',value:'Send Registration Notification Email'});
  this.items[314] = ({id:'RS_SETTING_MEMBER_REGISTRATION_NOTIFICATION_EMAIL_ADDRESS',value:'Registration Notification Email Address'});
  this.items[315] = ({id:'RS_SETTING_MEMBER_SEND_REGISTRATION_EMAIL',value:'Send Registration Email'});
  this.items[316] = ({id:'RS_SETTING_MEMBER_SEND_CHANGE_PASSWORD_EMAIL',value:'Send Change Password Email'});
  this.items[317] = ({id:'RS_SETTING_MEMBER_SEND_FORGOT_PASSWORD_EMAIL',value:'Send Forgot Password Email'});
  this.items[318] = ({id:'RS_SETTING_HELP_EDIT_BUTTONS',value:'Edit Help Buttons'});
  this.items[319] = ({id:'RS_SETTING_ADMIN_SUPPORT_EMAIL_ADDRESS',value:'Support Email Address'});
  this.items[320] = ({id:'RS_SETTING_PAGE_HOME_PAGE',value:'Set as Home'});
  this.items[321] = ({id:'RS_SETTING_NAVIGATION_ITEMS_LIMIT',value:'Displayed Navigation Limit'});
  this.items[322] = ({id:'RS_SETTING_NEWS_ITEMS_LIMIT',value:'News Item Limit'});
  this.items[323] = ({id:'RS_SETTING_IMAGE_MAX_UPLOAD',value:'Maximum Image Size (kb)'});
  this.items[324] = ({id:'RS_SETTING_SURVEY_DEFAULT_SUBMISSION_PAGE',value:'Default Survey Submission Page'});
  this.items[325] = ({id:'RS_SETTING_SURVEY_DEFAULT_CONTACT_PERSON_ID',value:'Survey Default Contact Person'});
  this.items[326] = ({id:'RS_SETTING_BOOKINGS_RECIPIENT_EMAIL',value:'Booking Notification Email'});
  this.items[327] = ({id:'RS_SETTING_BOOKINGS_ALLOW_SAMEDAY_BOOKING',value:'Allow Same Day Booking'});
  this.items[328] = ({id:'RS_SETTING_BOOKINGS_ENABLE_CREDITCARD_VALIDATION',value:'Validate Credit Card Number'});
  this.items[329] = ({id:'RS_SETTING_STATS_TRACKER_ENABLE',value:'Enable Tracking'});
  this.items[330] = ({id:'RS_SETTING_NEWS_SHOW_DATETIME',value:'Enable Time in News'});
  this.items[331] = ({id:'RS_SETTING_CURRENCY_HOME_CURRENCY_ABBREVIATION',value:'Home Currency'});
  this.items[332] = ({id:'RS_SETTING_REGION_INPUT_DATE_FORMAT',value:'Input Date Format'});
  this.items[333] = ({id:'RS_SETTING_REGION_DISPLAY_DATE_FORMAT',value:'Display Date Format'});
  this.items[334] = ({id:'RS_SETTING_REGION_DISPLAY_TIME_FORMAT',value:'Display Time Format'});
  this.items[335] = ({id:'RS_SETTING_REGION_MEASUREMENT_SYSTEM',value:'Measurement System'});
  this.items[336] = ({id:'RS_SETTING_REGION_DEFAULT_LANGUAGE_ABBREVIATION',value:'Default Language'});
  this.items[337] = ({id:'RS_SETTING_LISTING_DEFAULT_TEMPLATE_ID',value:'Default Template'});
  this.items[338] = ({id:'RS_SETTING_NEWSLETTER_BOUNCE_EMAIL_ADDRESS',value:'Bounce Email Address'});
  this.items[339] = ({id:'RS_SETTING_NEWSLETTER_FROM_EMAIL_ADDRESS',value:'From Email Address'});
  this.items[340] = ({id:'RS_SETTING_PRODUCT_SEND_ORDER_RECEIPT_EMAIL',value:'Send Order Receipt Email'});
  this.items[341] = ({id:'RS_SETTING_PRODUCT_ORDER_NOTIFICATION_EMAIL_ADDRESS',value:'Order Notification Email Address'});
  this.items[342] = ({id:'RS_FROM_X',value:'From: %s'});
  this.items[343] = ({id:'RS_SENT_X',value:'Sent: %s'});
  this.items[344] = ({id:'RS_SUBJECT_X',value:'Subject: %s'});
  this.items[345] = ({id:'RS_CONTACT_PEOPLE',value:'Contact People'});
  this.items[346] = ({id:'RS_CLASS',value:'class'});
  this.items[347] = ({id:'RS_USER_PREFERENCE',value:'User Preference'});
  this.items[348] = ({id:'RS_NO_QUERY_PRESENT',value:'No Query Present'});
  this.items[349] = ({id:'RS_QUERY',value:'Query'});
  this.items[350] = ({id:'RS_ERROR',value:'Error'});
  this.items[351] = ({id:'RS_QUERY_ERROR',value:' Query Error'});
  this.items[352] = ({id:'RS_SQL_ERROR',value:' mySQL Error'});
  this.items[353] = ({id:'RS_GET_ROW_ERROR',value:'Get Row error'});
  this.items[354] = ({id:'RS_USER_PREFERENCES',value:'User Preferences'});
  this.items[355] = ({id:'RS_MODULE_SETTING',value:'Module Setting'});
  this.items[356] = ({id:'RS_LINK_TYPES',value:'Link Types'});
  this.items[357] = ({id:'RS_PAGE_DETAILS',value:'Page Details'});
  this.items[358] = ({id:'RS_PAGE_TEMPLATES',value:'Page Templates'});
  this.items[359] = ({id:'RS_PAGE_TEMPLATE',value:'Page Template'});
  this.items[360] = ({id:'RS_PAGE_TITLE',value:'Page Title'});
  this.items[361] = ({id:'RS_PAGE_HEADER',value:'Page Header'});
  this.items[362] = ({id:'RS_PAGE_NAME',value:'Page Name'});
  this.items[363] = ({id:'RS_COPY_PAGE',value:'Copy Page'});
  this.items[364] = ({id:'RS_SET_PAGE_AS_HOME',value:'Set as Home Page'});
  this.items[365] = ({id:'RS_TEMPLATE',value:'Template'});
  this.items[366] = ({id:'RS_MEMBERS_ONLY',value:'Members Only'});
  this.items[367] = ({id:'RS_PAGE_DESCRIPTION',value:'Page Description'});
  this.items[368] = ({id:'RS_CUSTOM_CONTENT',value:'Custom Content'});
  this.items[369] = ({id:'RS_CONTENT_FROM_FILE',value:'Content From File'});
  this.items[370] = ({id:'RS_TEMPLATE_DESCRIPTION',value:'Template Description'});
  this.items[371] = ({id:'RS_TEMPLATE_LABEL',value:'Template Label'});
  this.items[372] = ({id:'RS_TEMPLATE_TYPE',value:'Template Type'});
  this.items[373] = ({id:'RS_ALWAYS_USED_METATAGS',value:'Always Used Meta Tags'});
  this.items[374] = ({id:'RS_ALWAYS_USED_METATAG',value:'Always Used Meta Tag'});
  this.items[375] = ({id:'RS_METATAGS',value:'Meta Tags'});
  this.items[376] = ({id:'RS_METATAG',value:'Meta Tag'});
  this.items[377] = ({id:'RS_NO_AVAILABLE',value:'No Available'});
  this.items[378] = ({id:'RS_SETTINGS',value:'Settings'});
  this.items[379] = ({id:'RS_AND_ABOVE',value:'and above'});
  this.items[380] = ({id:'RS_PICK_A_COLOUR',value:'Pick a Colour'});
  this.items[381] = ({id:'RS_NAVIGATION',value:'Navigation'});
  this.items[382] = ({id:'RS_PUBLISHED',value:'Published'});
  this.items[383] = ({id:'RS_PROPERTY',value:'Property'});
  this.items[384] = ({id:'RS_PROPERTY_IMAGE',value:'Property Image'});
  this.items[385] = ({id:'RS_PROPERTY_LOCATION',value:'Property Location'});
  this.items[386] = ({id:'RS_PROPERTY_LOCATIONS',value:'Property Locations'});
  this.items[387] = ({id:'RS_PROPERTY_TYPE_DETAILS',value:'Property Type Details'});
  this.items[388] = ({id:'RS_PROPERTY_TYPES',value:'Property Types'});
  this.items[389] = ({id:'RS_PARKING_TYPE',value:'Parking Type'});
  this.items[390] = ({id:'RS_PARKING_TYPES',value:'Parking Types'});
  this.items[391] = ({id:'RS_PROPERTY_STATE',value:'Property State'});
  this.items[392] = ({id:'RS_PROPERTY_STATES',value:'Property States'});
  this.items[393] = ({id:'RS_PURCHASE_STATE',value:'Purchase State'});
  this.items[394] = ({id:'RS_PURCHASE_STATES',value:'Purchase States'});
  this.items[395] = ({id:'RS_NEW_LOCATION',value:'New Location'});
  this.items[396] = ({id:'RS_NEW_PARKING_TYPE',value:'New Parking Type'});
  this.items[397] = ({id:'RS_NEW_PROPERTY_STATE',value:'New Property State'});
  this.items[398] = ({id:'RS_NEW_PURCHASE_STATE',value:'New Purchase State'});
  this.items[399] = ({id:'RS_NEW_PROPERTY_TYPE',value:'New Property Type'});
  this.items[400] = ({id:'RS_SELECT_AN_ITEM',value:'Select an item...'});
  this.items[401] = ({id:'RS_SELECT',value:'Select'});
  this.items[402] = ({id:'RS_AGENTS',value:'Agents'});
  this.items[403] = ({id:'RS_USAGE',value:'Usage'});
  this.items[404] = ({id:'RS_META_TYPE',value:'Meta Type'});
  this.items[405] = ({id:'RS_META_NAME',value:'Meta Name'});
  this.items[406] = ({id:'RS_NEW',value:'New'});
  this.items[407] = ({id:'RS_ADD',value:'Add'});
  this.items[408] = ({id:'RS_EDIT',value:'Edit'});
  this.items[409] = ({id:'RS_DELETE',value:'Delete'});
  this.items[410] = ({id:'RS_PUBLISH',value:'Publish'});
  this.items[411] = ({id:'RS_UNPUBLISH',value:'Unpublish'});
  this.items[412] = ({id:'RS_ALWAYS',value:'Always'});
  this.items[413] = ({id:'RS_ASSIGNED',value:'Assigned'});
  this.items[414] = ({id:'RS_ASSIGN',value:'Assign'});
  this.items[415] = ({id:'RS_UNASSIGN',value:'Unassign'});
  this.items[416] = ({id:'RS_NEVER',value:'Never'});
  this.items[417] = ({id:'RS_TOP',value:'Top'});
  this.items[418] = ({id:'RS_LOG_OUT',value:'Log Out'});
  this.items[419] = ({id:'RS_PREFERENCES',value:'Preferences'});
  this.items[420] = ({id:'RS_CHANGE_MY_PASSWORD',value:'Change My Password'});
  this.items[421] = ({id:'RS_LEGAL',value:'legal'});
  this.items[422] = ({id:'RS_ABOUT',value:'about'});
  this.items[423] = ({id:'RS_SUPPORT',value:'Support'});
  this.items[424] = ({id:'RS_BOOKING',value:'Booking'});
  this.items[425] = ({id:'RS_EVENT_LOG_CLEARED',value:'Event log cleared'});
  this.items[426] = ({id:'RS_EVENT_NOT_LOG_CLEARED',value:'Event not log cleared'});
  this.items[427] = ({id:'RS_SITE_SELECT',value:'Site Select'});
  this.items[428] = ({id:'RS_UNDER_MAINTENANCE',value:'Under Maintenance'});
  this.items[429] = ({id:'RS_USER_LOGOUT',value:'User logout'});
  this.items[430] = ({id:'RS_USER_LOGIN',value:'User login'});
  this.items[431] = ({id:'RS_SELECT_INVERSE',value:'Select Inverse'});
  this.items[432] = ({id:'RS_MOVE_UP',value:'Move Up'});
  this.items[433] = ({id:'RS_MOVE_DOWN',value:'Move Down'});
  this.items[434] = ({id:'RS_ALL_USERS',value:'All Users'});
  this.items[435] = ({id:'RS_SHOWING',value:'Showing'});
  this.items[436] = ({id:'RS_OUT_OF',value:'out of'});
  this.items[437] = ({id:'RS_FORGOT_PASSWORD',value:'Forgot Password'});
  this.items[438] = ({id:'RS_LOGIN',value:'Login'});
  this.items[439] = ({id:'RS_PASSWORD_SENT',value:'Password Sent'});
  this.items[440] = ({id:'RS_PASSWORD_NOT_SENT',value:'Password Not Sent'});
  this.items[441] = ({id:'RS_FORGOT_MY_PASSWORD',value:'Forgot my password'});
  this.items[442] = ({id:'RS_NO_DESCRIPTION_AVAILABLE',value:'No Description Available'});
  this.items[443] = ({id:'RS_FILE',value:'File'});
  this.items[444] = ({id:'RS_LABEL',value:'Label'});
  this.items[445] = ({id:'RS_LINK',value:'Link'});
  this.items[446] = ({id:'RS_CUSTOM_LINK',value:'Custom Link'});
  this.items[447] = ({id:'RS_EXTERNAL_LINK',value:'External Link'});
  this.items[448] = ({id:'RS_ORDER',value:'Order'});
  this.items[449] = ({id:'RS_ADD_ROOT',value:'Add Root'});
  this.items[450] = ({id:'RS_ADD_CHILD',value:'Add Child'});
  this.items[451] = ({id:'RS_ALWAYS_USE',value:'Always Use'});
  this.items[452] = ({id:'RS_NEVER_USE',value:'Never Use'});
  this.items[453] = ({id:'RS_FLOOR_AREA',value:'Floor Area'});
  this.items[454] = ({id:'RS_ERF_SIZE',value:'Erf Size'});
  this.items[455] = ({id:'RS_NAME',value:'Name'});
  this.items[456] = ({id:'RS_DESCRIPTION',value:'Description'});
  this.items[457] = ({id:'RS_FILE_SIZE',value:'File Size'});
  this.items[458] = ({id:'RS_FILENAME',value:'Filename'});
  this.items[459] = ({id:'RS_ID',value:'ID'});
  this.items[460] = ({id:'RS_WIDTH_X_HEIGHT',value:'Width x Height'});
  this.items[461] = ({id:'RS_COUNTRY',value:'Country'});
  this.items[462] = ({id:'RS_LOCATION',value:'Location'});
  this.items[463] = ({id:'RS_TARGET',value:'Target'});
  this.items[464] = ({id:'RS_OWNER_AGENT',value:'Owner Agent'});
  this.items[465] = ({id:'RS_NUMBER_OF_BATHROOMS',value:'Number of Bathrooms'});
  this.items[466] = ({id:'RS_NUMBER_OF_BEDROOMS',value:'Number of Bedrooms'});
  this.items[467] = ({id:'RS_REFERENCE_NUMBER',value:'Reference Number'});
  this.items[468] = ({id:'RS_PRICE',value:'Price'});
  this.items[469] = ({id:'RS_CAN_BE_SET_AS_HOME',value:'Can Be Set As Home'});
  this.items[470] = ({id:'RS_REGION_SETTINGS',value:'Region Settings'});
  this.items[471] = ({id:'RS_REGION_DETAILS',value:'Region Details'});
  this.items[472] = ({id:'RS_REGIONS',value:'Regions'});
  this.items[473] = ({id:'RS_REGION',value:'Region'});
  this.items[474] = ({id:'RS_CURRENCY',value:'Currency'});
  this.items[475] = ({id:'RS_SET_CURRENCY_AS_HOME',value:'Set As Home Currency'});
  this.items[476] = ({id:'RS_CURRENCIES',value:'Currencies'});
  this.items[477] = ({id:'RS_ABBREVIATION',value:'Abbreviation'});
  this.items[478] = ({id:'RS_SYMBOL',value:'Symbol'});
  this.items[479] = ({id:'RS_BASIC_UNIT',value:'Basic Unit'});
  this.items[480] = ({id:'RS_SUB_UNIT',value:'Sub Unit'});
  this.items[481] = ({id:'RS_BASIC_UNIT_DELIMITER',value:'Basic Unit Delimiter'});
  this.items[482] = ({id:'RS_SUB_UNIT_DELIMITER',value:'Sub Unit Delimiter'});
  this.items[483] = ({id:'RS_RATE',value:'Rate'});
  this.items[484] = ({id:'RS_SITE',value:'Site'});
  this.items[485] = ({id:'RS_AUDIT',value:'Audit'});
  this.items[486] = ({id:'RS_SYSTEM_ERROR',value:'System Error'});
  this.items[487] = ({id:'RS_NOTICE',value:'Notice'});
  this.items[488] = ({id:'RS_DEBUG',value:'Debug'});
  this.items[489] = ({id:'RS_VIEW_ALL_USERS',value:'View All Users'});
  this.items[490] = ({id:'RS_USE_THUMBNAIL',value:'Use Thumbnail'});
  this.items[491] = ({id:'RS_INSERT_IMAGE',value:'Insert Image'});
  this.items[492] = ({id:'RS_SEND_SUPPORT_EMAIL_TO',value:'Send Support Email To'});
  this.items[493] = ({id:'RS_SEND_ERROR_REPORT_EMAIL_TO',value:'Send Error Report Email To'});
  this.items[494] = ({id:'RS_INCLUDE_EVENT_LOGS',value:'Include Event Log'});
  this.items[495] = ({id:'RS_START',value:'Start'});
  this.items[496] = ({id:'RS_START_DATE',value:'Start Date'});
  this.items[497] = ({id:'RS_END_DATE',value:'End Date'});
  this.items[498] = ({id:'RS_ADD_NOTE',value:'Add Note'});
  this.items[499] = ({id:'RS_NEW_PASSWORD',value:'New Password'});
  this.items[500] = ({id:'RS_LOGON',value:'Logon'});
  this.items[501] = ({id:'RS_RDCMS',value:'rdCMS'});
  this.items[502] = ({id:'RS_PLATFORM',value:'Platform'});
  this.items[503] = ({id:'RS_DEBUG_INFORMATION',value:'Debug Information'});
  this.items[504] = ({id:'RS_USERS',value:'Users'});
  this.items[505] = ({id:'RS_EVENT_LOG',value:'Event Log'});
  this.items[506] = ({id:'RS_DELETE_EVENT_LOG',value:'Delete Event Log'});
  this.items[507] = ({id:'RS_QUICK_LINKS',value:'Quick Links'});
  this.items[508] = ({id:'RS_QUICK_LINK',value:'Quick Link'});
  this.items[509] = ({id:'RS_CLEAR_MY_QUICK_LINKS',value:'Clear My Quick Links'});
  this.items[510] = ({id:'RS_HELP',value:'Help'});
  this.items[511] = ({id:'RS_BACKUP_RESTORE',value:'Backup/Restore'});
  this.items[512] = ({id:'RS_ADMINISTRATION',value:'Administration'});
  this.items[513] = ({id:'RS_SITE_MANAGER',value:'Site Manager'});
  this.items[514] = ({id:'RS_RECYCLE_BIN',value:'Recycle Bin'});
  this.items[515] = ({id:'RS_MEMBERS',value:'Members'});
  this.items[516] = ({id:'RS_MEMBER',value:'Member'});
  this.items[517] = ({id:'RS_PRODUCTS',value:'Registrations'});
  this.items[518] = ({id:'RS_PRODUCT',value:'Registration'});
  this.items[519] = ({id:'RS_FAQ',value:'FAQ'});
  this.items[520] = ({id:'RS_STATISTICS',value:'Statistics'});
  this.items[521] = ({id:'RS_INDIVIDUAL_STATISTICS',value:'Individual Statistics'});
  this.items[522] = ({id:'RS_ALL_STATISTICS',value:'All Statistics'});
  this.items[523] = ({id:'RS_MEMBER_STATISTICS',value:'Member Statistics'});
  this.items[524] = ({id:'RS_RESULT',value:'Result'});
  this.items[525] = ({id:'RS_RESULTS',value:'Results'});
  this.items[526] = ({id:'RS_BOOKINGS',value:'Bookings'});
  this.items[527] = ({id:'RS_PROPERTIES',value:'Properties'});
  this.items[528] = ({id:'RS_SURVEY',value:'Survey'});
  this.items[529] = ({id:'RS_SURVEYS',value:'Surveys'});
  this.items[530] = ({id:'RS_DOCUMENTS',value:'Documents'});
  this.items[531] = ({id:'RS_DOCUMENT',value:'Document'});
  this.items[532] = ({id:'RS_IMAGES',value:'Images'});
  this.items[533] = ({id:'RS_IMAGE',value:'Image'});
  this.items[534] = ({id:'RS_NEWS_DESK',value:'News Desk'});
  this.items[535] = ({id:'RS_NEWS',value:'News'});
  this.items[536] = ({id:'RS_OPTIMISATION',value:'Optimisation'});
  this.items[537] = ({id:'RS_PAGE',value:'Page'});
  this.items[538] = ({id:'RS_PAGES',value:'Pages'});
  this.items[539] = ({id:'RS_MY_COMPANY_DETAILS',value:'My Company Details'});
  this.items[540] = ({id:'RS_MY_COMPANY',value:'My Company'});
  this.items[541] = ({id:'RS_MESSAGES',value:'Messages'});
  this.items[542] = ({id:'RS_MESSAGE',value:'Message'});
  this.items[543] = ({id:'RS_HOME',value:'Home'});
  this.items[544] = ({id:'RS_VIEW_ALL_LOGS',value:'View All Logs'});
  this.items[545] = ({id:'RS_USER',value:'User'});
  this.items[546] = ({id:'RS_USER_GROUPS',value:'User Groups'});
  this.items[547] = ({id:'RS_LOG_TEXT',value:'Log Text'});
  this.items[548] = ({id:'RS_DATE',value:'Date'});
  this.items[549] = ({id:'RS_TIME',value:'Time'});
  this.items[550] = ({id:'RS_EVENTS',value:'Events'});
  this.items[551] = ({id:'RS_SEVERITY',value:'Severity'});
  this.items[552] = ({id:'RS_TITLE',value:'Title'});
  this.items[553] = ({id:'RS_FIRST_NAMES',value:'First Name(s)'});
  this.items[554] = ({id:'RS_CONTACTS',value:'Contacts'});
  this.items[555] = ({id:'RS_LAST_NAME',value:'Last Name'});
  this.items[556] = ({id:'RS_ADDRESS',value:'Address'});
  this.items[557] = ({id:'RS_ADDRESS_1',value:'Address 1'});
  this.items[558] = ({id:'RS_ADDRESS_2',value:'Address 2'});
  this.items[559] = ({id:'RS_ADDRESS_3',value:'Address 3'});
  this.items[560] = ({id:'RS_ADDRESS_4',value:'Address 4'});
  this.items[561] = ({id:'RS_ADDRESS_5',value:'Address 5'});
  this.items[562] = ({id:'RS_ADDRESS_6',value:'Address 6'});
  this.items[563] = ({id:'RS_PHONE_WORK',value:'Phone (Work)'});
  this.items[564] = ({id:'RS_PHONE_HOME',value:'Phone (Home)'});
  this.items[565] = ({id:'RS_FAX',value:'Fax'});
  this.items[566] = ({id:'RS_MOBILE',value:'Mobile'});
  this.items[567] = ({id:'RS_EMAIL',value:'Email'});
  this.items[568] = ({id:'RS_MR',value:'Mr'});
  this.items[569] = ({id:'RS_MS',value:'Ms'});
  this.items[570] = ({id:'RS_MRS',value:'Mrs'});
  this.items[571] = ({id:'RS_MISS',value:'Miss'});
  this.items[572] = ({id:'RS_TYPE',value:'Type'});
  this.items[573] = ({id:'RS_DELETED_DATE',value:'Deleted Date'});
  this.items[574] = ({id:'RS_DELETED_BY',value:'Deleted By'});
  this.items[575] = ({id:'RS_RECYCLED_ITEMS',value:'Recycled Items'});
  this.items[576] = ({id:'RS_RESTORE',value:'Restore'});
  this.items[577] = ({id:'RS_SELECT_A_LOCATION',value:'Select a location...'});
  this.items[578] = ({id:'RS_NO_LINK',value:'No Link'});
  this.items[579] = ({id:'RS_CONTENT',value:'Content'});
  this.items[580] = ({id:'RS_EXTERNAL_WEBSITE',value:'External Website'});
  this.items[581] = ({id:'RS_EMAIL_ADDRESS',value:'Email Address'});
  this.items[582] = ({id:'RS_DETAILS',value:'Details'});
  this.items[583] = ({id:'RS_NOTES',value:'Notes'});
  this.items[584] = ({id:'RS_AUDIT_LOG',value:'Audit log'});
  this.items[585] = ({id:'RS_FROM',value:'From'});
  this.items[586] = ({id:'RS_FROM_FILE',value:'From File'});
  this.items[587] = ({id:'RS_TO',value:'To'});
  this.items[588] = ({id:'RS_NO_ADDITIONAL_INFORMATION',value:'No Additional Information'});
  this.items[589] = ({id:'RS_MY_SITE',value:'My Site'});
  this.items[590] = ({id:'RS_NOTE',value:'Note'});
  this.items[591] = ({id:'RS_CHANGE_PASSWORD',value:'Change Password'});
  this.items[592] = ({id:'RS_PASSWORD_CHANGED',value:'Password Changed'});
  this.items[593] = ({id:'RS_Records',value:'Records'});
  this.items[594] = ({id:'RS_CUSTOMER',value:'Customer'});
  this.items[595] = ({id:'RS_PROCEED',value:'Proceed'});
  this.items[596] = ({id:'RS_CLICK_SUBMIT_TO_PROCEED',value:'Click submit to proceed.'});
  this.items[597] = ({id:'RS_BACK',value:'Back'});
  this.items[598] = ({id:'RS_TRACKER',value:'Tracker'});
  this.items[599] = ({id:'RS_TRACKER_EVENT',value:'Tracker Event'});
  this.items[600] = ({id:'RS_ANSWER',value:'Answer'});
  this.items[601] = ({id:'RS_QUESTION',value:'Question'});
  this.items[602] = ({id:'RS_QUESTIONS',value:'Questions'});
  this.items[603] = ({id:'RS_SURVEY_RESULT',value:'Survey Result'});
  this.items[604] = ({id:'RS_SURVEY_RESULT_GROUP',value:'Survey Result Group'});
  this.items[605] = ({id:'RS_ORGANISATION',value:'Organisation'});
  this.items[606] = ({id:'RS_ORGANISATIONS',value:'Organisations'});
  this.items[607] = ({id:'RS_ORGANISATION_IMAGE',value:'Organisation Image'});
  this.items[608] = ({id:'RS_ORGANISATION_LOGO',value:'Organisation Logo'});
  this.items[609] = ({id:'RS_AGENT_IMAGE',value:'Agent Image'});
  this.items[610] = ({id:'RS_PRODUCT_IMAGE',value:'Registration Image'});
  this.items[611] = ({id:'RS_LISTING_IMAGE',value:'Abstract Image'});
  this.items[612] = ({id:'RS_LISTINGGROUPIMAGE',value:'Abstract Category Image'});
  this.items[613] = ({id:'RS_CONTACT_INFORMATION',value:'Contact Information'});
  this.items[614] = ({id:'RS_IMAGE_SUBDIRECTORY_X_IS_NOT_AVAILABLE',value:'Image sub directory \'%s\' is not available.'});
  this.items[615] = ({id:'RS_DELETE_STATISTICS',value:'Delete Statistics'});
  this.items[616] = ({id:'RS_GENERATE_STATISTICS',value:'Generate Statistics'});
  this.items[617] = ({id:'RS_CONTACT_PERSON',value:'Contact Person'});
  this.items[618] = ({id:'RS_USERNAME',value:'Username'});
  this.items[619] = ({id:'RS_PASSWORD',value:'Password'});
  this.items[620] = ({id:'RS_SELECT_AN_IMAGE',value:'Select an Image'});
  this.items[621] = ({id:'RS_CREATE_A_BOOKMARK',value:'Create a Bookmark'});
  this.items[622] = ({id:'RS_BOOKMARKS',value:'Bookmarks'});
  this.items[623] = ({id:'RS_BOOKMARK',value:'Bookmark'});
  this.items[624] = ({id:'RS_MAXIMUM_CONCURRENT_SESSIONS',value:'Maximum Concurrent Sessions'});
  this.items[625] = ({id:'RS_HEADLINE',value:'Headline'});
  this.items[626] = ({id:'RS_NEWS_ITEM',value:'News Item'});
  this.items[627] = ({id:'RS_OPEN_IN_A_NEW_WINDOW',value:'Open in a New Window'});
  this.items[628] = ({id:'RS_LOCATION_',value:'Location'});
  this.items[629] = ({id:'RS_FULL_NAME',value:'Full Name'});
  this.items[630] = ({id:'RS_MAXIMUM_SESSIONS',value:'Maximum Sessions'});
  this.items[631] = ({id:'RS_ACTIVE_SESSIONS',value:'Active Sessions'});
  this.items[632] = ({id:'RS_GROUP',value:'Group'});
  this.items[633] = ({id:'RS_USER_GROUP',value:'User Group'});
  this.items[634] = ({id:'RS_COLOUR',value:'Colour'});
  this.items[635] = ({id:'RS_FIRST_LOGIN',value:'First Login'});
  this.items[636] = ({id:'RS_LAST_LOGIN',value:'Last Login'});
  this.items[637] = ({id:'RS_COUNT_LOGINS',value:'Count Logins'});
  this.items[638] = ({id:'RS_CONFIRM_PASSWORD',value:'Confirm Password'});
  this.items[639] = ({id:'RS_USER_SITES',value:'User Sites'});
  this.items[640] = ({id:'RS_RDCMS_MESSAGE_FROM_X',value:'rdCMS message from: \'%s\''});
  this.items[641] = ({id:'RS_OPENED',value:'Opened'});
  this.items[642] = ({id:'RS_OPEN',value:'Open'});
  this.items[643] = ({id:'RS_REPLY',value:'Reply'});
  this.items[644] = ({id:'RS_FORWARD',value:'Forward'});
  this.items[645] = ({id:'RS_RE_X',value:'RE: %s'});
  this.items[646] = ({id:'RS_FW_X',value:'FW: %s'});
  this.items[647] = ({id:'RS_SEND_EMAIL_NOTIFICATION',value:'Send Email Notification'});
  this.items[648] = ({id:'RS_SELECT_SECONDS',value:'Seconds...'});
  this.items[649] = ({id:'RS_SELECT_MINTUES',value:'Minutes...'});
  this.items[650] = ({id:'RS_SELECT_HOURS',value:'Hours...'});
  this.items[651] = ({id:'RS_BOLD',value:'Bold'});
  this.items[652] = ({id:'RS_ITALIC',value:'Italic'});
  this.items[653] = ({id:'RS_UNDERLINE',value:'Underline'});
  this.items[654] = ({id:'RS_STRIKETHROUGH',value:'Strikethrough'});
  this.items[655] = ({id:'RS_SUPERSCRIPT',value:'Superscript'});
  this.items[656] = ({id:'RS_SUBSCRIPT',value:'Subscript'});
  this.items[657] = ({id:'RS_CUT',value:'Cut'});
  this.items[658] = ({id:'RS_COPY',value:'Copy'});
  this.items[659] = ({id:'RS_PASTE',value:'Paste'});
  this.items[660] = ({id:'RS_UNDO',value:'Undo'});
  this.items[661] = ({id:'RS_REDO',value:'Redo'});
  this.items[662] = ({id:'RS_INSERT_ORDERED_LIST',value:'Insert Ordered List'});
  this.items[663] = ({id:'RS_INSERT_UNORDERED_LIST',value:'Insert Unordered List'});
  this.items[664] = ({id:'RS_DECREASE_INDENT',value:'Decrease Indent'});
  this.items[665] = ({id:'RS_INCREASE_INDENT',value:'Increase Indent'});
  this.items[666] = ({id:'RS_JUSTIFY_LEFT',value:'Justify Left'});
  this.items[667] = ({id:'RS_JUSTIFY_CENTER',value:'Justify Center'});
  this.items[668] = ({id:'RS_JUSTIFY_RIGHT',value:'Justify Right'});
  this.items[669] = ({id:'RS_FONT_COLOR',value:'Font Color'});
  this.items[670] = ({id:'RS_HIGHLIGHT',value:'Highlight'});
  this.items[671] = ({id:'RS_INSERT_HORIZONTAL_RULE',value:'Insert Horizontal Rule'});
  this.items[672] = ({id:'RS_INSERT_BOOKMARK',value:'Insert Bookmark'});
  this.items[673] = ({id:'RS_REMOVE_BOOKMARK',value:'Remove Bookmark'});
  this.items[674] = ({id:'RS_INSERT_HYPERLINK',value:'Insert Hyperlink'});
  this.items[675] = ({id:'RS_REMOVE_LINK',value:'Remove Link'});
  this.items[676] = ({id:'RS_REMOVE_FORMATTING',value:'Remove Formatting'});
  this.items[677] = ({id:'RS_FONT_FACE',value:'Font Face'});
  this.items[678] = ({id:'RS_FORMATTING',value:'Formatting'});
  this.items[679] = ({id:'RS_FONT_POINT_SIZE',value:'Font Point Size'});
  this.items[680] = ({id:'RS_CLOSE_AND_REFRESH',value:'Close &amp; Refresh'});
  this.items[681] = ({id:'RS_TRY_AGAIN',value:'Try Again'});
  this.items[682] = ({id:'RS_CLOSE',value:'Close'});
  this.items[683] = ({id:'RS_SUBMIT',value:'Submit'});
  this.items[684] = ({id:'RS_SEND',value:'Send'});
  this.items[685] = ({id:'RS_SAVE',value:'Save'});
  this.items[686] = ({id:'RS_CANCEL',value:'Cancel'});
  this.items[687] = ({id:'RS_ENTER',value:'Enter'});
  this.items[688] = ({id:'RS_LOGOUT',value:'Logout'});
  this.items[689] = ({id:'RS_OK',value:'OK'});
  this.items[690] = ({id:'RS_PREVIEW',value:'Preview'});
  this.items[691] = ({id:'RS_FULLSCREEN',value:'Fullscreen'});
  this.items[692] = ({id:'RS_TEXT',value:'Text'});
  this.items[693] = ({id:'RS_HTML',value:'HTML'});
  this.items[694] = ({id:'RS_UPLOAD',value:'Upload'});
  this.items[695] = ({id:'RS_BROWSE',value:'Browse'});
  this.items[696] = ({id:'RS_BACKUP',value:'Backup'});
  this.items[697] = ({id:'RS_CHANGE',value:'Change'});
  this.items[698] = ({id:'RS_IGNORE',value:'Ignore'});
  this.items[699] = ({id:'RS_NO',value:'No'});
  this.items[700] = ({id:'RS_YES',value:'Yes'});
  this.items[701] = ({id:'RS_EDIT_HELP',value:'Edit Help'});
  this.items[702] = ({id:'RS_IMAGE_LABEL',value:'Image Label'});
  this.items[703] = ({id:'RS_OTHER',value:'Other'});
  this.items[704] = ({id:'RS_NO_AVAILABLE_IMAGE',value:'No Available Image'});
  this.items[705] = ({id:'RS_NO_AVAILABLE_IMAGES',value:'No Available Images'});
  this.items[706] = ({id:'RS_USING',value:'Using'});
  this.items[707] = ({id:'RS_ERROR_DETAILS',value:'Error Details.'});
  this.items[708] = ({id:'RS_PROCESS',value:'Process'});
  this.items[709] = ({id:'RS_MY_OWN_EMAIL_PROGRAMME',value:'Personal Email Programme'});
  this.items[710] = ({id:'RS_MEMBER_USERNAME',value:'Member Username'});
  this.items[711] = ({id:'RS_MEMBER_DETAILS_X',value:'Member Details %s'});
  this.items[712] = ({id:'RS_LOGINS_TODAY',value:'Logins Today'});
  this.items[713] = ({id:'RS_LOGINS_THIS_WEEK',value:'Logins This Week'});
  this.items[714] = ({id:'RS_LOGINS_THIS_MONTH',value:'Logins This Month'});
  this.items[715] = ({id:'RS_LOGINS_TOTAL',value:'Logins Total'});
  this.items[716] = ({id:'RS_BROWSING',value:'Browsing'});
  this.items[717] = ({id:'RS_OLD_PASSWORD',value:'Old Password'});
  this.items[718] = ({id:'RS_MEMBER_CHANGE_PASSWORD',value:'Member Change Password'});
  this.items[719] = ({id:'RS_DOCUMENT_DETAILS',value:'Document Details'});
  this.items[720] = ({id:'RS_IMAGE_FORM_HEADER_IMAGE_DETAILS',value:'Image Details'});
  this.items[721] = ({id:'RS_NEWS_FORM_HEADER_NEWS_DETAILS',value:'News Item Details'});
  this.items[722] = ({id:'RS_MESSAGE_FORM_HEADER_MESSAGE_DETAILS',value:'Message Details'});
  this.items[723] = ({id:'RS_CURRENCY_FORM_HEADER_CURRENCY_DETAILS',value:'Currency Details'});
  this.items[724] = ({id:'RS_PAGE_TEMPLATE_FORM_HEADER_TEMPLATE_DETAILS',value:'Template Details'});
  this.items[725] = ({id:'RS_COMPANY_NAME',value:'Company Name'});
  this.items[726] = ({id:'RS_DISPLAY_NAME',value:'Display Name'});
  this.items[727] = ({id:'RS_PHONE',value:'Phone'});
  this.items[728] = ({id:'RS_WEBSITE_URL',value:'Website URL'});
  this.items[729] = ({id:'RS_COMPANY_LOGO',value:'Company Logo'});
  this.items[730] = ({id:'RS_EDIT_COMPANY_DETAILS',value:'Edit Company Details'});
  this.items[731] = ({id:'RS_COMPANY_DETAILS',value:'Company Details'});
  this.items[732] = ({id:'RS_CONTACT_PERSON_DETAILS',value:'Contact Person Details'});
  this.items[733] = ({id:'RS_META_INFORMATION',value:'Meta Information'});
  this.items[734] = ({id:'RS_META_CONTENT',value:'Meta Content'});
  this.items[735] = ({id:'RS_META_LABEL',value:'Meta Label'});
  this.items[736] = ({id:'RS_SURVEY_TITLE',value:'Survey Title'});
  this.items[737] = ({id:'RS_SURVEY_PAGE_TEMPLATE',value:'Survey Page Template'});
  this.items[738] = ({id:'RS_SUBMISSION_PAGE',value:'Submission Page'});
  this.items[739] = ({id:'RS_SURVEY_DESCRIPTION',value:'Survey Description'});
  this.items[740] = ({id:'RS_SURVEY_DETAILS',value:'Survey Details'});
  this.items[741] = ({id:'RS_ADD_NEW_ANSWER',value:'Add New Answer'});
  this.items[742] = ({id:'RS_EDIT_ANSWER',value:'Edit Answer'});
  this.items[743] = ({id:'RS_DELETE_ANSWER',value:'Delete Answer'});
  this.items[744] = ({id:'RS_ANSWERS',value:'Answers'});
  this.items[745] = ({id:'RS_UNLIMITED',value:'Unlimited'});
  this.items[746] = ({id:'RS_LANGUAGE',value:'Language'});
  this.items[747] = ({id:'RS_DATE_CREATED',value:'Date Created'});
  this.items[748] = ({id:'RS_ARRIVAL_DATE',value:'Arrival Date'});
  this.items[749] = ({id:'RS_DEPARTURE_DATE',value:'Departure Date'});
  this.items[750] = ({id:'RS_CONTACT_NUMBER',value:'Contact Number'});
  this.items[751] = ({id:'RS_BOOKING_STATE',value:'Booking State'});
  this.items[752] = ({id:'RS_SUBJECT',value:'Subject'});
  this.items[753] = ({id:'RS_MEMBER_PASSWORD_CHANGED',value:'Member Password Changed'});
  this.items[754] = ({id:'RS_SUPPORTS_CONTENT',value:'Supports Content'});
  this.items[755] = ({id:'RS_UPDATE_HELP',value:'Update Help'});
  this.items[756] = ({id:'RS_GO',value:'Go!'});
  this.items[757] = ({id:'RS_BACKUP_LABEL',value:'Backup Label'});
  this.items[758] = ({id:'RS_BACKUP_CURRENT_DATABASE',value:'Backup Current Database'});
  this.items[759] = ({id:'RS_RESTORE_USING',value:'Restore using \'%s\''});
  this.items[760] = ({id:'RS_RDCMS_VERSION',value:'rdCMS Version'});
  this.items[761] = ({id:'RS_RDCMS_VERSION_NUMBER',value:'rdCMS v%s'});
  this.items[762] = ({id:'RS_ROLE',value:'Role'});
  this.items[763] = ({id:'RS_DELETED_BACKUP',value:'Deleted backup'});
  this.items[764] = ({id:'RS_SAVE_EXIT',value:'Save & Exit'});
  this.items[765] = ({id:'RS_SQL',value:'SQL'});
  this.items[766] = ({id:'RS_SITE_NAME',value:'Site Name'});
  this.items[767] = ({id:'RS_ASSIGN_SITE',value:'Assign Site'});
  this.items[768] = ({id:'RS_UNASSIGN_SITE',value:'Unassign Site'});
  this.items[769] = ({id:'RS_GENERAL',value:'General'});
  this.items[770] = ({id:'RS_INFORMATION',value:'Information'});
  this.items[771] = ({id:'RS_USER_INFORMATION',value:'user information'});
  this.items[772] = ({id:'RS_PATH',value:'Path'});
  this.items[773] = ({id:'RS_URL',value:'URL'});
  this.items[774] = ({id:'RS_VERSION',value:'Version'});
  this.items[775] = ({id:'RS_BUILD',value:'Build'});
  this.items[776] = ({id:'RS_STATE',value:'State'});
  this.items[777] = ({id:'RS_TOTAL_LOGINS',value:'Total Logins'});
  this.items[778] = ({id:'RS_WEB_ADDRESS',value:'Web Address'});
  this.items[779] = ({id:'RS_SITES',value:'Sites'});
  this.items[780] = ({id:'RS_EVENT',value:'Event'});
  this.items[781] = ({id:'RS_SELECT_CSS_FILE',value:'Select a CSS file'});
  this.items[782] = ({id:'RS_SELECT_A_GROUP',value:'Select a group'});
  this.items[783] = ({id:'RS_LIMITED',value:'Limited'});
  this.items[784] = ({id:'RS_PREVIOUS',value:'Previous'});
  this.items[785] = ({id:'RS_NEXT',value:'Next'});
  this.items[786] = ({id:'RS_END',value:'End'});
  this.items[787] = ({id:'RS_TABLES',value:'Tables'});
  this.items[788] = ({id:'RS_SELECT_ALL',value:'Select all'});
  this.items[789] = ({id:'RS_DESELECT_ALL',value:'Deselect all'});
  this.items[790] = ({id:'RS_INVERSE_SELECTION',value:'Inverse selection'});
  this.items[791] = ({id:'RS_OPTIONS',value:'Options'});
  this.items[792] = ({id:'RS_OPTION',value:'Option'});
  this.items[793] = ({id:'RS_STRUCTURE',value:'Structure'});
  this.items[794] = ({id:'RS_ADD_DROP_TABLE',value:'Add drop table'});
  this.items[795] = ({id:'RS_DATA',value:'Data'});
  this.items[796] = ({id:'RS_EXPORT_TYPE',value:'Export Type'});
  this.items[797] = ({id:'RS_SAVE_AS_FILE',value:'Save as file'});
  this.items[798] = ({id:'RS_SAVE_AS_DOCUMENT',value:'Save as document'});
  this.items[799] = ({id:'RS_SAVE_IN_DOCUMENTS_MODULE',value:'Save in Documents Module'});
  this.items[800] = ({id:'RS_CSS_VIEW',value:'Css view'});
  this.items[801] = ({id:'RS_RESTORE_FILENAME',value:'Restore filename'});
  this.items[802] = ({id:'RS_REMOVE',value:'Remove'});
  this.items[803] = ({id:'RS_TOTAL_TIME',value:'Total Time'});
  this.items[804] = ({id:'RS_FIRST_RECORDED_HIT',value:'First Recorded Hit'});
  this.items[805] = ({id:'RS_LAST_RECORDED_HIT',value:'Last Recorded Hit'});
  this.items[806] = ({id:'RS_HITS',value:'Hits'});
  this.items[807] = ({id:'RS_OTHER_HITS',value:'Other Hits'});
  this.items[808] = ({id:'RS_XML',value:'XML'});
  this.items[809] = ({id:'RS_CSV',value:'CSV'});
  this.items[810] = ({id:'RS_HELP_LABEL',value:'Help Label'});
  this.items[811] = ({id:'RS_CUSTOMER_NAME',value:'Customer Name'});
  this.items[812] = ({id:'RS_REF_HASH',value:'Ref #'});
  this.items[813] = ({id:'RS_APPROVE',value:'Approve'});
  this.items[814] = ({id:'RS_PEND',value:'Pend'});
  this.items[815] = ({id:'RS_DECLINE',value:'Decline'});
  this.items[816] = ({id:'RS_SEARCH_BY_REFERENCE_NUMBER',value:'Search By Reference Number'});
  this.items[817] = ({id:'RS_BOOKING_DETAILS',value:'Booking Details'});
  this.items[818] = ({id:'RS_CUSTOMER_DETAILS',value:'Customer Details'});
  this.items[819] = ({id:'RS_PAYMENT_DETAILS',value:'Payment Details'});
  this.items[820] = ({id:'RS_TOTAL_PRICE',value:'Total Price'});
  this.items[821] = ({id:'RS_CREDIT_CARD_TYPE',value:'Credit Card Type'});
  this.items[822] = ({id:'RS_CREDIT_CARD_NUMBER',value:'Credit Card Number'});
  this.items[823] = ({id:'RS_CREDIT_CARD_EXPIRY',value:'Credit Card Expiry'});
  this.items[824] = ({id:'RS_CONTENT_TYPES',value:'Content Types'});
  this.items[825] = ({id:'RS_AVAILABLE_CONTENT',value:'Available Content'});
  this.items[826] = ({id:'RS_CREATE_A_HYPERLINK',value:'Create a Hyperlink'});
  this.items[827] = ({id:'RS_CONTENT_EDITOR',value:'Content Editor'});
  this.items[828] = ({id:'RS_OPEN_IN_NEW_WINDOW',value:'Open in New Window'});
  this.items[829] = ({id:'RS_PLEASE_ENTER_A_VALID_EMAIL_ADDRESS',value:'Please enter a valid email address.'});
  this.items[830] = ({id:'RS_PLEASE_ENTER_A_VALID_EMAIL_ADDRESS_FOR_X',value:'Please enter a valid email address for %s.'});
  this.items[831] = ({id:'RS_PLEASE_SELECT_AN_ENTITY',value:'Please select an entity.'});
  this.items[832] = ({id:'RS_MY_SITES',value:'My Sites'});
  this.items[833] = ({id:'RS_MY_DETAILS',value:'My Details'});
  this.items[834] = ({id:'RS_REFRESH',value:'Refresh'});
  this.items[835] = ({id:'RS_PROPERTY_NAME',value:'Property Name'});
  this.items[836] = ({id:'RS_PROPERTY_DETAILS',value:'Property Details'});
  this.items[837] = ({id:'RS_PROPERTY_IMAGES',value:'Property Images'});
  this.items[838] = ({id:'RS_EXAMPLE_BASIC_UNIT_SUB_UNIT',value:'eg ( Basic Unit . Sub Unit ) 1500.50 or ( Basic Unit ) 1500'});
  this.items[839] = ({id:'RS_AGENT_DETAILS',value:'Agent Details'});
  this.items[840] = ({id:'RS_AGENT_IMAGES',value:'Agent Images'});
  this.items[841] = ({id:'RS_BROWSER',value:'Browser'});
  this.items[842] = ({id:'RS_EDIT_IMAGE_DETAILS',value:'Edit Image Details'});
  this.items[843] = ({id:'RS_IMAGE_SIZE',value:'Image Size'});
  this.items[844] = ({id:'RS_ZOOM_OUT',value:'Zoom in'});
  this.items[845] = ({id:'RS_ZOOM_IN',value:'Zoom out'});
  this.items[846] = ({id:'RS_ACTUAL_SIZE',value:'Actual size'});
  this.items[847] = ({id:'RS_NO_ITEMS',value:'No items'});
  this.items[848] = ({id:'RS_ASSIGN_METATAG',value:'Assign meta tag'});
  this.items[849] = ({id:'RS_UNASSIGN_METATAG',value:'Unassign meta tag'});
  this.items[850] = ({id:'RS_VALUE',value:'Value'});
  this.items[851] = ({id:'RS_USED',value:'Used'});
  this.items[852] = ({id:'RS_AVAILABLE_METATAGS',value:'Available meta tags'});
  this.items[853] = ({id:'RS_COPY_OF_X',value:'Copy of \'%s\''});
  this.items[854] = ({id:'RS_KEYWORDS',value:'Keywords'});
  this.items[855] = ({id:'RS_ROBOTS',value:'Robots'});
  this.items[856] = ({id:'RS_SELECT_A_TYPE',value:'Select a type...'});
  this.items[857] = ({id:'RS_NO_FOLLOW',value:'No follow'});
  this.items[858] = ({id:'RS_NO_INDEX',value:'No index'});
  this.items[859] = ({id:'RS_NO_FOLLOW_AND_NO_INDEX',value:'No follow and no index'});
  this.items[860] = ({id:'RS_OF',value:'of'});
  this.items[861] = ({id:'RS_ITEMS',value:'items'});
  this.items[862] = ({id:'RS_ALL',value:'All'});
  this.items[863] = ({id:'RS_All_ITEMS',value:'All items'});
  this.items[864] = ({id:'RS_AGENT',value:'Agent'});
  this.items[865] = ({id:'RS_NEWS_HEADLINE',value:'News Headline'});
  this.items[866] = ({id:'RS_MANAGE_SURVEY',value:'Manage Survey'});
  this.items[867] = ({id:'RS_SURVEY_RESULTS',value:'Survey Results'});
  this.items[868] = ({id:'RS_LOCK',value:'Lock'});
  this.items[869] = ({id:'RS_UNLOCK',value:'Unlock'});
  this.items[870] = ({id:'RS_AVAILABLE_QUESTIONS',value:'Available Questions'});
  this.items[871] = ({id:'RS_QUESTION_TYPE',value:'Question Type'});
  this.items[872] = ({id:'RS_REQUIRED',value:'Required'});
  this.items[873] = ({id:'RS_OR',value:'Or'});
  this.items[874] = ({id:'RS_AND',value:'And'});
  this.items[875] = ({id:'RS_UPDATE_POSSIBLE_ANSWER',value:'Update Possible Answer'});
  this.items[876] = ({id:'RS_UPDATE_POSSIBLE_ANSWERS',value:'Update Possible Answers'});
  this.items[877] = ({id:'RS_ADD_POSSIBLE_ANSWERS',value:'Add Possible Answers'});
  this.items[878] = ({id:'RS_OPTIONAL_ANSWER',value:'Optional Answer'});
  this.items[879] = ({id:'RS_OPTIONAL_ANSWERS',value:'Optional Answers'});
  this.items[880] = ({id:'RS_PREVIEW_IMAGE',value:'Preview Image'});
  this.items[881] = ({id:'RS_CONFIRM',value:'Confirm'});
  this.items[882] = ({id:'RS_CONFIRM_X',value:'Confirm %s'});
  this.items[883] = ({id:'RS_SAVE_ORDER',value:'Save Order'});
  this.items[884] = ({id:'RS_SURVEY_RESULTS_EMAIL_ADDRESS',value:'Results Notification Email Address'});
  this.items[885] = ({id:'RS_SURVEY_USE_DEFAULT_EMAIL_ADDRESS',value:'Use Default Email Address'});
  this.items[886] = ({id:'RS_AT_THE_BEGINNING',value:'At the beginning'});
  this.items[887] = ({id:'RS_AT_THE_END',value:'At the end'});
  this.items[888] = ({id:'RS_SIZE',value:'Size'});
  this.items[889] = ({id:'RS_TOTAL_HITS',value:'Total Hits'});
  this.items[890] = ({id:'RS_SWAP',value:'Swap'});
  this.items[891] = ({id:'RS_RDSQL_ADMIN',value:'rdSQL Admin'});
  this.items[892] = ({id:'RS_NO_AVAILABLE_CONTENT',value:'No available content.'});
  this.items[893] = ({id:'RS_EDIT_SURVEY',value:'Edit Survey'});
  this.items[894] = ({id:'RS_POSSIBLE_ANSWERS',value:'Possible Answers'});
  this.items[895] = ({id:'RS_ASSIGN_TO_CURRENT_SURVEY',value:'Assign to Current Survey'});
  this.items[896] = ({id:'RS_TEMPLATES',value:'Templates'});
  this.items[897] = ({id:'RS_DIAGNOSTICS',value:'Diagnostics'});
  this.items[898] = ({id:'RS_DIAGNOSTICS_TEST',value:'Diagnostics test'});
  this.items[899] = ({id:'RS_SITE_DIAGNOSTICS_TEST',value:'Site Test'});
  this.items[900] = ({id:'RS_RDCMS_DIAGNOSTICS_TEST',value:'Application test'});
  this.items[901] = ({id:'RS_SITE_DIRECTORIES',value:'Site Directories'});
  this.items[902] = ({id:'RS_DIRECTORIES_AND_PERMISSIONS',value:'Directories &amp; Permissions'});
  this.items[903] = ({id:'RS_POPUPS',value:'Popups'});
  this.items[904] = ({id:'RS_MINIMUM',value:'Minimum'});
  this.items[905] = ({id:'RS_PREDEFINED',value:'Predefined'});
  this.items[906] = ({id:'RS_MAKE_A_BOOKING',value:'Make a booking'});
  this.items[907] = ({id:'RS_MAKE_A_BOOKING_QUOTE',value:'Make a booking quote'});
  this.items[908] = ({id:'RS_MEMBER_REGISTRATION',value:'Member registration'});
  this.items[909] = ({id:'RS_LISTING_REGISTRATION',value:'Abstract registration'});
  this.items[910] = ({id:'RS_NEWS_ARCHIVE',value:'News archive'});
  this.items[911] = ({id:'RS_SHOPPING_CART',value:'Shopping Cart'});
  this.items[912] = ({id:'RS_NONE',value:'None'});
  this.items[913] = ({id:'RS_ADMIN',value:'Admin'});
  this.items[914] = ({id:'RS_NORMAL',value:'Normal'});
  this.items[915] = ({id:'RS_BOOKING_REFERENCE',value:'Booking Reference'});
  this.items[916] = ({id:'RS_EMAIL_CUSTOMER',value:'Email Customer'});
  this.items[917] = ({id:'RS_SAVE_AND_EXIT',value:'Save & Exit'});
  this.items[918] = ({id:'RS_VIEW_HELP',value:'View Help'});
  this.items[919] = ({id:'RS_PROPERTY_LISTINGS',value:'Property Listings'});
  this.items[920] = ({id:'RS_REASON',value:'Reason:'});
  this.items[921] = ({id:'RS_NOT_FOUND',value:'not found'});
  this.items[922] = ({id:'RS_CMS_PATH',value:'rdCMS Path'});
  this.items[923] = ({id:'RS_DATABASE_NAME',value:'Database Name'});
  this.items[924] = ({id:'RS_DATABASE_PASSWORD',value:'Database Password'});
  this.items[925] = ({id:'RS_DATABASE_USERNAME',value:'Database Username'});
  this.items[926] = ({id:'RS_HOST',value:'Host'});
  this.items[927] = ({id:'RS_CMS_URL',value:'rdCMS Url'});
  this.items[928] = ({id:'RS_TEST_MAIL_CONFIGURATION',value:'Test Mail Configuration'});
  this.items[929] = ({id:'RS_SMTP_HOST',value:'SMTP Host'});
  this.items[930] = ({id:'RS_MAIL_TYPE',value:'Mail Type'});
  this.items[931] = ({id:'RS_RDCMS_CONFIGURATION',value:'rdCMS Configuration'});
  this.items[932] = ({id:'RS_DATABASE_CONFIGURATION',value:'Database Configuration'});
  this.items[933] = ({id:'RS_NEW_USER',value:'new user'});
  this.items[934] = ({id:'RS_ADMINISTRATION_USER_SETUP',value:'Administration User Setup'});
  this.items[935] = ({id:'RS_RDCMS_USER_SETTINGS',value:'rdCMS User Settings'});
  this.items[936] = ({id:'RS_FINISH',value:'Finish'});
  this.items[937] = ({id:'RS_CLEAN_UP',value:'Clean Up'});
  this.items[938] = ({id:'RS_SITE_CONFIGURATION_SETUP',value:'Site Configuration Setup'});
  this.items[939] = ({id:'RS_LOGIN_TO_RDCMS',value:'Login to rdCMS'});
  this.items[940] = ({id:'RS_RDCMS_UPGRADE_WIZARD',value:'rdCMS :: Upgrade Wizard'});
  this.items[941] = ({id:'RS_RDCMS_INSTALLATION_WIZARD',value:'rdCMS :: Installation Wizard'});
  this.items[942] = ({id:'RS_RDCMS_V_X',value:'rdCMS v%s'});
  this.items[943] = ({id:'RS_WELCOME_TO_RDCMS_V_X',value:'Welcome to rdCMS v%s'});
  this.items[944] = ({id:'RS_INSTALLATION_WIZARD',value:'Installation Wizard'});
  this.items[945] = ({id:'RS_CONFIRM_INSTALLATION',value:'Confirm Installation'});
  this.items[946] = ({id:'RS_RDCMS_MAIL_SETUP',value:'Mail Setup'});
  this.items[947] = ({id:'RS_MAIL_SETUP',value:'Mail Setup'});
  this.items[948] = ({id:'RS_RDCMS_INSTALLATION',value:'rdCMS Installation'});
  this.items[949] = ({id:'RS_INTRODUCTION',value:'Introduction'});
  this.items[950] = ({id:'RS_SITE_URL',value:'Site Url'});
  this.items[951] = ({id:'RS_SITE_PATH',value:'Site Path'});
  this.items[952] = ({id:'RS_SITE_EMAIL',value:'Site Email'});
  this.items[953] = ({id:'RS_HOME_PAGE',value:'Home Page'});
  this.items[954] = ({id:'RS_MEMBER_SUBMISSION_PAGE',value:'Member Submission Page'});
  this.items[955] = ({id:'RS_REFERENCE_CODE',value:'Reference Code'});
  this.items[956] = ({id:'RS_RDCMS_ERROR_REPORT',value:'rdCMS Error Report'});
  this.items[957] = ({id:'RS_LEGAL_PAGE',value:'Legal Page'});
  this.items[958] = ({id:'RS_ABOUT_PAGE',value:'About Page'});
  this.items[959] = ({id:'RS_X_SETTINGS',value:'%s :: Settings'});
  this.items[960] = ({id:'RS_ASCENDING',value:'Ascending'});
  this.items[961] = ({id:'RS_DESCENDING',value:'Descending'});
  this.items[962] = ({id:'RS_DOWN',value:'Down'});
  this.items[963] = ({id:'RS_UP',value:'Up'});
  this.items[964] = ({id:'RS_NUMBER',value:'number'});
  this.items[965] = ({id:'RS_BOOKING_APPROVED',value:'Booking Approved'});
  this.items[966] = ({id:'RS_BOOKING_DECLINED',value:'Booking Declined'});
  this.items[967] = ({id:'RS_BOOKING_PENDING',value:'Booking Pending'});
  this.items[968] = ({id:'RS_AVAILABLE_COLUMNS',value:'Available Columns...'});
  this.items[969] = ({id:'RS_SELECTED_COLUMNS',value:'Selected Columns...'});
  this.items[970] = ({id:'RS_IMAGE_SELECTOR',value:'Image Selector:'});
  this.items[971] = ({id:'RS_CRM',value:'CRM'});
  this.items[972] = ({id:'RS_CLIENTS',value:'Clients'});
  this.items[973] = ({id:'RS_CLIENT',value:'Client'});
  this.items[974] = ({id:'RS_CLIENT_TYPE',value:'Client Type'});
  this.items[975] = ({id:'RS_X_DETAILS',value:'%s Details'});
  this.items[976] = ({id:'RS_X_DETAILS_X',value:'%s Details: %s'});
  this.items[977] = ({id:'RS_PRODUCT_CATEGORIES',value:'Registration Categories'});
  this.items[978] = ({id:'RS_PRODUCT_ORDERS',value:'Registration Orders'});
  this.items[979] = ({id:'RS_PRODUCT_CATEGORY',value:'Registration Category'});
  this.items[980] = ({id:'RS_NOT_LOGGED_IN',value:'Not Logged In'});
  this.items[981] = ({id:'RS_UNOPENED_MESSAGE',value:'Unopened Message'});
  this.items[982] = ({id:'RS_OPENED_MESSAGE',value:'Opened Message'});
  this.items[983] = ({id:'RS_X_NAVIGATION',value:'%s navigation'});
  this.items[984] = ({id:'RS_VIEW_RESULTS',value:'View Results'});
  this.items[985] = ({id:'RS_ORIGINAL_MESSAGE',value:'Original Message'});
  this.items[986] = ({id:'RS_UPGRADE_WIZARD',value:'Upgrade Wizard'});
  this.items[987] = ({id:'RS_CONFIRM_MEMBER_DETAILS',value:'Confirm Member Details'});
  this.items[988] = ({id:'RS_USE_DEFAULT_CONTACT_PERSON',value:'Use Default Contact Person'});
  this.items[989] = ({id:'RS_CONFIRM_BOOKING',value:'Confirm Booking'});
  this.items[990] = ({id:'RS_THANK_YOU',value:'Thank you'});
  this.items[991] = ({id:'RS_PLEASE_ENTER_A_DESCRIPTION',value:'Please enter a description.'});
  this.items[992] = ({id:'RS_PLEASE_ENTER_A_PAGE_TITLE',value:'Please enter a page title.'});
  this.items[993] = ({id:'RS_PLEASE_ENTER_SOME_CONTENT',value:'Please enter some content.'});
  this.items[994] = ({id:'RS_PLEASE_ENTER_YOUR_CURRENT_PASSWORD',value:'Please enter your current password.'});
  this.items[995] = ({id:'RS_PLEASE_ENTER_A_FIRST_NAME',value:'Please enter a first name(s).'});
  this.items[996] = ({id:'RS_PLEASE_ENTER_A_LAST_NAME',value:'Please enter a last name.'});
  this.items[997] = ({id:'RS_PLEASE_ENTER_AN_ADDRESS_1',value:'Please enter an address 1.'});
  this.items[998] = ({id:'RS_PLEASE_ENTER_AN_ADDRESS_2',value:'Please enter an address 2.'});
  this.items[999] = ({id:'RS_PLEASE_ENTER_AN_ADDRESS_3',value:'Please enter an address 3.'});
  this.items[1000] = ({id:'RS_PLEASE_ENTER_AN_ADDRESS_4',value:'Please enter an address 4.'});
  this.items[1001] = ({id:'RS_PLEASE_ENTER_AN_ADDRESS_5',value:'Please enter an address 5.'});
  this.items[1002] = ({id:'RS_PLEASE_ENTER_AN_ADDRESS_6',value:'Please enter an address 6.'});
  this.items[1003] = ({id:'RS_PLEASE_ENTER_AN_EMAIL_ADDRESS',value:'Please enter an email address.'});
  this.items[1004] = ({id:'RS_PLEASE_ENTER_A_WORK_PHONE_NUMBER',value:'Please enter a work phone number.'});
  this.items[1005] = ({id:'RS_PLEASE_ENTER_A_HOME_PHONE_NUMBER',value:'Please enter a home phone number.'});
  this.items[1006] = ({id:'RS_PLEASE_ENTER_A_PHONE_NUMBER',value:'Please enter a phone number.'});
  this.items[1007] = ({id:'RS_PLEASE_ENTER_A_FAX_NUMBER',value:'Please enter a fax number.'});
  this.items[1008] = ({id:'RS_PLEASE_ENTER_A_TITLE',value:'Please enter a title.'});
  this.items[1009] = ({id:'RS_PLEASE_ENTER_A_USERNAME',value:'Please enter a username.'});
  this.items[1010] = ({id:'RS_PLEASE_ENTER_A_PASSWORD',value:'Please enter a password.'});
  this.items[1011] = ({id:'RS_PLEASE_ENTER_A_CONFIRMED_PASSWORD',value:'Please enter a confirmed password.'});
  this.items[1012] = ({id:'RS_PLEASE_ENTER_THE_SECURITY_CODE',value:'Please enter the security code.'});
  this.items[1013] = ({id:'RS_PLEASE_ENTER_A_NAVIGATION_LABEL',value:'Please enter a navigation label.'});
  this.items[1014] = ({id:'RS_PLEASE_ENTER_THE_SECURITY_CODE_EXACTLY_AS_THE_IMAGE',value:'Please enter the security code exactly the same as the image.'});
  this.items[1015] = ({id:'RS_PLEASE_ENTER_YOUR_OLD_PASSWORD',value:'Please enter your old password.'});
  this.items[1016] = ({id:'RS_PLEASE_ENTER_YOUR_PASSWORD',value:'Please enter your password.'});
  this.items[1017] = ({id:'RS_PLEASE_ENTER_YOUR_CONFIRMED_PASSWORD',value:'Please enter your confirmed password.'});
  this.items[1018] = ({id:'RS_PLEASE_ENTER_THE_MAXIMUM_CONCURRENT_SESSIONS',value:'Please enter the maximum concurrent sessions.'});
  this.items[1019] = ({id:'RS_PLEASE_ENTER_YOUR_EMAIL_ADDRESS',value:'Please enter your email address.'});
  this.items[1020] = ({id:'RS_PLEASE_ENTER_YOUR_LAST_NAME',value:'Please enter your last name.'});
  this.items[1021] = ({id:'RS_PLEASE_ENTER_YOUR_FIRST_NAMES',value:'Please enter your first name(s).'});
  this.items[1022] = ({id:'RS_PLEASE_ENTER_IN_A_USER_GROUP',value:'Please enter a user group.'});
  this.items[1023] = ({id:'RS_PLEASE_ENTER_SOME_NEWS_CONTENT',value:'Please enter some news content.'});
  this.items[1024] = ({id:'RS_PLEASE_ENTER_A_NEWS_HEADLINE',value:'Please enter a news headline.'});
  this.items[1025] = ({id:'RS_PLEASE_ENTER_A_MESSAGE_HEADLINE',value:'Please enter a message headline.'});
  this.items[1026] = ({id:'RS_PLEASE_ENTER_YOUR_USERNAME',value:'Please enter your username.'});
  this.items[1027] = ({id:'RS_PLEASE_ENTER_IN_HOURS',value:'Please enter in hours.'});
  this.items[1028] = ({id:'RS_PLEASE_ENTER_IN_SECONDS',value:'Please enter in seconds.'});
  this.items[1029] = ({id:'RS_PLEASE_ENTER_IN_MINUTES',value:'Please enter in minutes.'});
  this.items[1030] = ({id:'RS_PLEASE_ENTER_AN_IMAGE_LABEL',value:'Please enter an image label.'});
  this.items[1031] = ({id:'RS_PLEASE_ENTER_A_META_LABEL',value:'Please enter a meta label.'});
  this.items[1032] = ({id:'RS_PLEASE_ENTER_A_META_TYPE',value:'Please enter a meta type.'});
  this.items[1033] = ({id:'RS_PLEASE_ENTER_SOME_META_CONTENT',value:'Please enter some meta content.'});
  this.items[1034] = ({id:'RS_PLEASE_ENTER_ANSWER_OPTION_X',value:'Please enter answer option \'%s\'.'});
  this.items[1035] = ({id:'RS_PLEASE_ENTER_A_FREQUENTLY_ASKED_QUESTION',value:'Please enter a frequently asked question.'});
  this.items[1036] = ({id:'RS_PLEASE_ENTER_SOME_FREQUENTLY_ASKED_QUESTION_CONTENT',value:'Please fill in frequently asked question content.'});
  this.items[1037] = ({id:'RS_PLEASE_ENTER_A_PRICE',value:'Please enter a price.'});
  this.items[1038] = ({id:'RS_PLEASE_ENTER_A_LABEL',value:'Please enter a label.'});
  this.items[1039] = ({id:'RS_PLEASE_ENTER_A_LOCATION',value:'Please enter a location.'});
  this.items[1040] = ({id:'RS_PLEASE_ENTER_SOME_HELP_CONTENT',value:'Please enter some help content.'});
  this.items[1041] = ({id:'RS_PLEASE_ENTER_AN_EVENT_NAME',value:'Please enter an event name.'});
  this.items[1042] = ({id:'RS_PLEASE_ENTER_SOME_RESULTS_CONTENT',value:'Please enter some results content.'});
  this.items[1043] = ({id:'RS_PLEASE_ENTER_A_NEW_PASSWORD',value:'Please enter a new password.'});
  this.items[1044] = ({id:'RS_PLEASE_ENTER_SOME_MESSAGE_CONTENT',value:'Please enter some message content.'});
  this.items[1045] = ({id:'RS_PLEASE_ENTER_A_COMPANY_NAME',value:'Please enter a company name.'});
  this.items[1046] = ({id:'RS_PLEASE_ENTER_A_SURVEY_TITLE',value:'Please enter a survey title.'});
  this.items[1047] = ({id:'RS_PLEASE_ENTER_A_DOCUMENT_LABEL',value:'Please enter a document label.'});
  this.items[1048] = ({id:'RS_PLEASE_ENTER_A_QUESTION_TITLE',value:'Please enter a question title.'});
  this.items[1049] = ({id:'RS_PLEASE_ENTER_A_PROPERTY_NAME',value:'Please enter a property name.'});
  this.items[1050] = ({id:'RS_PLEASE_ENTER_THE_NUMBER_OF_BEDROOMS',value:'Please enter the number of bedrooms.'});
  this.items[1051] = ({id:'RS_PLEASE_ENTER_THE_NUMBER_OF_BATHROOMS',value:'Please enter the number of bathrooms.'});
  this.items[1052] = ({id:'RS_PLEASE_ENTER_THE_COMPANY_DETAILS_IN_THE_MY_COMPANY_MODULE',value:'Please enter the company details in the \'My Company\' module.'});
  this.items[1053] = ({id:'RS_PLEASE_ENTER_A_FILENAME',value:'Please enter a filename.'});
  this.items[1054] = ({id:'RS_PLEASE_ENTER_A_CURRENCY_NAME',value:'Please enter a currency name.'});
  this.items[1055] = ({id:'RS_PLEASE_ENTER_A_CURRENCY_ABBREVIATION',value:'Please enter a currency abbreviation.'});
  this.items[1056] = ({id:'RS_PLEASE_ENTER_A_CURRENCY_SYMBOL',value:'Please enter a currency symbol.'});
  this.items[1057] = ({id:'RS_PLEASE_ENTER_A_CURRENCY_BASIC_UNIT',value:'Please enter a currency basic unit.'});
  this.items[1058] = ({id:'RS_PLEASE_ENTER_A_CURRENCY_SUB_UNIT',value:'Please enter a currency sub unit.'});
  this.items[1059] = ({id:'RS_PLEASE_ENTER_A_CURRENCY_RATE',value:'Please enter a currency rate.'});
  this.items[1060] = ({id:'RS_PLEASE_ENTER_A_COMPLETE_OR_PARTIAL_REFERENCE_NUMBER',value:'Please enter a complete or partial reference number.'});
  this.items[1061] = ({id:'RS_PLEASE_ENTER_THE_BOOKMARK_NAME',value:'Please enter the bookmark name.'});
  this.items[1062] = ({id:'RS_PLEASE_ENTER_A_PROPERTY_TYPE',value:'Please enter a property type.'});
  this.items[1063] = ({id:'RS_PLEASE_ENTER_A_PROPERTY_LOCATION',value:'Please enter a property location.'});
  this.items[1064] = ({id:'RS_PLEASE_ENTER_A_PARKING_TYPE',value:'Please enter a parking type.'});
  this.items[1065] = ({id:'RS_PLEASE_ENTER_A_PROPERTY_STATE',value:'Please enter a property state.'});
  this.items[1066] = ({id:'RS_PLEASE_ENTER_A_PURCHASE_STATE',value:'Please enter a purchase state.'});
  this.items[1067] = ({id:'RS_PLEASE_ENTER_A_VALUE',value:'Please enter a value.'});
  this.items[1068] = ({id:'RS_PLEASE_ENTER_A_DOCUMENT_DESCRIPTION',value:'Please enter a document description.'});
  this.items[1069] = ({id:'RS_PLEASE_ENTER_A_MINIMUM_OF_TEN_FOR_YOUR_SESSION_TIMEOUT',value:'Please enter a minimum of 10 for your session timeout.'});
  this.items[1070] = ({id:'RS_PLEASE_ENTER_A_VALID_WEB_ADDRESS',value:'Please enter a valid web address.'});
  this.items[1071] = ({id:'RS_PLEASE_ENTER_A_LOCATION_LABEL',value:'Please enter a location label.'});
  this.items[1072] = ({id:'RS_PLEASE_ENTER_YOUR_USERNAME_AND_EMAIL_ADDRESS',value:'Please enter your username and email address.'});
  this.items[1073] = ({id:'RS_PLEASE_ENTER_THE_FOLLOWING',value:'Please enter the following:'});
  this.items[1074] = ({id:'RS_PLEASE_ENTER_YOUR_X_DETAILS_FOR_RDCMS',value:'Please enter your %s details for rdCMS.'});
  this.items[1075] = ({id:'RS_PLEASE_ENTER_YOUR_CMS_PATH',value:'Please enter your rdCMS path.'});
  this.items[1076] = ({id:'RS_PLEASE_ENTER_YOUR_CMS_URL',value:'Please enter your rdCMS url.'});
  this.items[1077] = ({id:'RS_PLEASE_ENTER_YOUR_HOST_NAME',value:'Please enter your host name.'});
  this.items[1078] = ({id:'RS_PLEASE_ENTER_YOUR_DATABASE_USERNAME',value:'Please enter your database username.'});
  this.items[1079] = ({id:'RS_PLEASE_ENTER_YOUR_DATABASE_PASSWORD',value:'Please enter your database password.'});
  this.items[1080] = ({id:'RS_PLEASE_ENTER_YOUR_DATABASE_NAME',value:'Please enter your database name.'});
  this.items[1081] = ({id:'RS_PLEASE_ENTER_YOUR_SMTP_HOST',value:'Please enter in your smtp host.'});
  this.items[1082] = ({id:'RS_PLEASE_ENTER_THE_SITES_URL',value:'Please enter the site\'s url.'});
  this.items[1083] = ({id:'RS_PLEASE_ENTER_THE_SITES_PATH',value:'Please enter the site\'s path.'});
  this.items[1084] = ({id:'RS_PLEASE_ENTER_THE_SITES_EMAIL_ADDRESS',value:'Please enter the site\'s email address.'});
  this.items[1085] = ({id:'RS_PLEASE_ENTER_THE_SITES_NAME',value:'Please enter the site\'s name.'});
  this.items[1086] = ({id:'RS_PLEASE_ENTER_A_REFERENCE_CODE',value:'Please enter a reference code.'});
  this.items[1087] = ({id:'RS_PLEASE_ENTER_A_X',value:'Please enter a %s.'});
  this.items[1088] = ({id:'RS_PLEASE_ENTER_X',value:'Please enter %s.'});
  this.items[1089] = ({id:'RS_PLEASE_ENTER_A_NUMBER',value:'Please enter a number.'});
  this.items[1090] = ({id:'RS_PLEASE_ENTER_YOUR_ARRIVAL_DATE',value:'Please enter your arrival date.'});
  this.items[1091] = ({id:'RS_PLEASE_ENTER_YOUR_DEPARTURE_DATE',value:'Please enter your departure date.'});
  this.items[1092] = ({id:'RS_PLEASE_ENTER_YOUR_CREDIT_CARD_NUMBER',value:'Please enter your credit card number.'});
  this.items[1093] = ({id:'RS_PLEASE_ENTER_YOUR_CREDIT_CARD_TYPE',value:'Please enter your credit card type.'});
  this.items[1094] = ({id:'RS_PLEASE_ENTER_YOUR_ARRIVAL_DATE_IN_THE_CORRECT_FORMAT_X',value:'Please enter your Arrival Date in the correct format: %s.'});
  this.items[1095] = ({id:'RS_PLEASE_ENTER_YOUR_DEPARTURE_DATE_IN_THE_CORRECT_FORMAT_X',value:'Please enter your Departure Date in the correct format: %s.'});
  this.items[1096] = ({id:'RS_PLEASE_ENTER_YOUR_LASTNAME',value:'Please enter your lastname.'});
  this.items[1097] = ({id:'RS_PLEASE_SELECT_A_COUNTRY',value:'Please select a country.'});
  this.items[1098] = ({id:'RS_PLEASE_SELECT_A_CREDIT_CARD_EXPIRY_DATE',value:'Please select a credit card expiry date.'});
  this.items[1099] = ({id:'RS_PLEASE_SELECT_A_SINGLE_ITEM_TO_EDIT',value:'Please select a single item to edit.'});
  this.items[1100] = ({id:'RS_PLEASE_SELECT_A_SINGLE_ITEM',value:'Please select a single item.'});
  this.items[1101] = ({id:'RS_PLEASE_SELECT_A_DATE_FOR_THIS_NEWS_ITEM',value:'Please select a date for this news item.'});
  this.items[1102] = ({id:'RS_PLEASE_SELECT_AN_END_DATE',value:'Please select an end date.'});
  this.items[1103] = ({id:'RS_PLEASE_SELECT_A_START_DATE',value:'Please select a start date.'});
  this.items[1104] = ({id:'RS_PLEASE_SELECT_AN_ITEM',value:'Please select an item.'});
  this.items[1105] = ({id:'RS_PLEASE_SELECT_AN_IMAGE_TO_UPLOAD',value:'Please select an image to upload.'});
  this.items[1106] = ({id:'RS_PLEASE_SELECT_A_PARKING_TYPE',value:'Please select a parking type.'});
  this.items[1107] = ({id:'RS_PLEASE_SELECT_A_PROPERTY_STATE',value:'Please select a property state.'});
  this.items[1108] = ({id:'RS_PLEASE_SELECT_A_PURCHASE_STATE',value:'Please select a purchase state.'});
  this.items[1109] = ({id:'RS_PLEASE_SELECT_A_PROPERTY_TYPE',value:'Please select a property type.'});
  this.items[1110] = ({id:'RS_PLEASE_SELECT_A_PROPERTY_LOCATION',value:'Please select a property location.'});
  this.items[1111] = ({id:'RS_PLEASE_SELECT_A_DOCUMENT_FOR_UPLOAD',value:'Please select a document for upload.'});
  this.items[1112] = ({id:'RS_PLEASE_SELECT_A_QUESTION_TYPE',value:'Please select a question type.'});
  this.items[1113] = ({id:'RS_PLEASE_SELECT_AN_ITEM_TO_RESTORE',value:'Please select an item to restore.'});
  this.items[1114] = ({id:'RS_PLEASE_SELECT_DATE_THIS_FAQ_ITEM',value:'Please select a date for this FAQ item.'});
  this.items[1115] = ({id:'RS_PLEASE_SELECT_AN_ORDER',value:'Please select an order.'});
  this.items[1116] = ({id:'RS_PLEASE_SELECT_A_TABLE',value:'Please select a table...'});
  this.items[1117] = ({id:'RS_PLEASE_SELECT_YOUR_MAIL_SENDING_TYPE',value:'Please select your mail sending type.'});
  this.items[1118] = ({id:'RS_PLEASE_SELECT_A_DATE_X',value:'Please select a date: %s.'});
  this.items[1119] = ({id:'RS_PLEASE_SELECT_AT_LEAST_ONE_OPTION_X',value:'Please select at least one option: %s.'});
  this.items[1120] = ({id:'RS_PLEASE_SELECT_ONE_OPTION_X',value:'Please select one option: %s.'});
  this.items[1121] = ({id:'RS_PLEASE_SELECT_A_TEMPLATE',value:'Please select a template.'});
  this.items[1122] = ({id:'RS_PLEASE_SELECT_A_CONTACT_PERSON',value:'Please select a contact person.'});
  this.items[1123] = ({id:'RS_UNABLE_TO_SET_THIS_PAGE_AS_THE_HOME_PAGE',value:'Unable to set this page as the home page.'});
  this.items[1124] = ({id:'RS_UNABLE_TO_USE_PAGE_TEMPLATE_X_FOR_THE_HOME_PAGE',value:'Unable to use page template \'%s\' for the home page.'});
  this.items[1125] = ({id:'RS_UNABLE_TO_UNPUBLISH_HOME_PAGE',value:'Unable to unpublish home page.'});
  this.items[1126] = ({id:'RS_UNABLE_TO_UPDATE_PAGE_SETTINGS',value:'Unable to update page settings.'});
  this.items[1127] = ({id:'RS_UNABLE_TO_DELETE_PAGE',value:'Unable to delete page.'});
  this.items[1128] = ({id:'RS_UNABLE_TO_DELETE_HOME_PAGE',value:'Unable to delete home page.'});
  this.items[1129] = ({id:'RS_UNABLE_TO_ADD_PAGE_TEMPLATE',value:'Unable add page template.'});
  this.items[1130] = ({id:'RS_UNABLE_TO_ADD_CURRENCY',value:'Unable to add currency.'});
  this.items[1131] = ({id:'RS_UNABLE_TO_UPDATE_REGION_SETTINGS',value:'Unable to update region settings.'});
  this.items[1132] = ({id:'RS_UNABLE_TO_ADD_MEMBER',value:'Unable to add member.'});
  this.items[1133] = ({id:'RS_UNABLE_TO_UPDATE_MEMBER',value:'Unable to update member.'});
  this.items[1134] = ({id:'RS_UNABLE_TO_DELETE_MEMBER',value:'Unable to delete member.'});
  this.items[1135] = ({id:'RS_UNABLE_CHANGE_MEMBER_PASSWORD',value:'Unable to change member password.'});
  this.items[1136] = ({id:'RS_UNABLE_TO_RESTORE_BACKUP_THE_BACKUP_IS_FROM_RDCMS_VERSION_X',value:'Unable to restore backup. The backup is from rdCMS version %s.'});
  this.items[1137] = ({id:'RS_UNABLE_TO_UPDATE_CONTACT',value:'Unable to update contact.'});
  this.items[1138] = ({id:'RS_UNABLE_TO_ADD_CONTACT',value:'Unable to add contact.'});
  this.items[1139] = ({id:'RS_UNABLE_TO_DELETE_CONTACT',value:'Unable to delete contact.'});
  this.items[1140] = ({id:'RS_UNABLE_TO_SAVE_METATAG',value:'Unable to save meta tag.'});
  this.items[1141] = ({id:'RS_UNABLE_TO_DELETE_METATAG_X',value:'Unable to delete meta tag \'%s\'.'});
  this.items[1142] = ({id:'RS_UNABLE_TO_ASSIGN_METATAG_X_TO_PAGE_X',value:'Unable to assign meta tag \'%s\' to page \'%s\'.'});
  this.items[1143] = ({id:'RS_UNABLE_TO_UNPUBLISH_HOME_CURRENCY',value:'Unable to unpublish home currency.'});
  this.items[1144] = ({id:'RS_UNABLE_TO_DELETE_CURRENCY',value:'Unable to delete currency.'});
  this.items[1145] = ({id:'RS_UNABLE_TO_DELETE_HOME_CURRENCY',value:'Unable to delete home currency.'});
  this.items[1146] = ({id:'RS_UNABLE_TO_FIND_REQUESTED_MODULE_X',value:'Unable to find requested module \'%s\'.'});
  this.items[1147] = ({id:'RS_UNABLE_TO_FIND_APPROPRIATE_INCLUDE_FOR_MODULE_X',value:'Unable to find appropriate include for module \'%s\'.'});
  this.items[1148] = ({id:'RS_UNABLE_TO_CREATE_NON_EXISTING_ENTITY_TYPE_X',value:'Unable to create non-existing entity type \'%s\'.'});
  this.items[1149] = ({id:'RS_UNABLE_TO_DELETE_USER_X',value:'Unable to delete user \'%s\'.'});
  this.items[1150] = ({id:'RS_UNABLE_TO_UPDATE_USER_X',value:'Unable to update user \'%s\'.'});
  this.items[1151] = ({id:'RS_UNABLE_TO_UNASSIGN_SITE_X',value:'Unable to unassign site \'%s\'.'});
  this.items[1152] = ({id:'RS_UNABLE_TO_ASSIGN_SITE_X',value:'Unable to assign site \'%s\'.'});
  this.items[1153] = ({id:'RS_UNABLE_TO_ADD_USER_X',value:'Unable to add user \'%s\'.'});
  this.items[1154] = ({id:'RS_UNABLE_TO_CLEAR_QUICKLINKS',value:'Unable to clear quicklinks.'});
  this.items[1155] = ({id:'RS_UNABLE_TO_CHANGE_USER_PASSWORD',value:'Unable to change user password.'});
  this.items[1156] = ({id:'RS_UNABLE_TO_MAKE_A_BOOKMARK_WITHIN_A_LINK_OR_ANOTHER_BOOKMARK',value:'Unable to make a bookmark within a link or another bookmark.'});
  this.items[1157] = ({id:'RS_UNABLE_TO_MAKE_A_LINK_WITHIN_A_BOOKMARK_OR_ANOTHER_LINK',value:'Unable to make a link within a bookmark or another link.'});
  this.items[1158] = ({id:'RS_UNABLE_TO_MAKE_A_BOOKMARK',value:'Unable to make a bookmark.'});
  this.items[1159] = ({id:'RS_UNABLE_TO_FIND_DUMP_FILE',value:'Unable to find dump file.'});
  this.items[1160] = ({id:'RS_UNABLE_TO_CHANGE_MEMBER_PASSWORD',value:'Unable to change member password.'});
  this.items[1161] = ({id:'RS_UNABLE_TO_UPDATE_PARKING_LOCATION',value:'Unable to update parking location.'});
  this.items[1162] = ({id:'RS_UNABLE_TO_DELETE_PARKING_TYPE',value:'Unable to delete parking type.'});
  this.items[1163] = ({id:'RS_UNABLE_TO_ADD_PARKING_TYPE',value:'Unable to add parking type.'});
  this.items[1164] = ({id:'RS_UNABLE_TO_SEND_SUPPORT_EMAIL',value:'Unable to send support email.'});
  this.items[1165] = ({id:'RS_UNABLE_TO_SEND_EMAIL',value:'Unable to send email.'});
  this.items[1166] = ({id:'RS_UNABLE_TO_DELETE_FAQ',value:'Unable to delete FAQ.'});
  this.items[1167] = ({id:'RS_UNABLE_TO_DELETE_CURRENTLY_LOGGED_IN_USER',value:'Unable to delete currently logged in user.'});
  this.items[1168] = ({id:'RS_UNABLE_TO_ADD_FAQ',value:'Unable to add FAQ.'});
  this.items[1169] = ({id:'RS_UNABLE_TO_UPDATE_FAQ',value:'Unable to update FAQ.'});
  this.items[1170] = ({id:'RS_UNABLE_TO_UPDATE_FAQ_SETTINGS',value:'Unable to update FAQ settings.'});
  this.items[1171] = ({id:'RS_UNABLE_TO_DELETED_TRACKER',value:'Unable to deleted tracker item.'});
  this.items[1172] = ({id:'RS_UNABLE_TO_DELETED_TRACKER_X',value:'Unable to deleted tracker item %s.'});
  this.items[1173] = ({id:'RS_UNABLE_TO_UPDATE_RESULTS',value:'Unable to update results.'});
  this.items[1174] = ({id:'RS_UNABLE_TO_ADD_RESULTS',value:'Unable to add results.'});
  this.items[1175] = ({id:'RS_UNABLE_TO_DELETE_RESULTS',value:'Unable to delete results.'});
  this.items[1176] = ({id:'RS_UNABLE_TO_ADD_HELP',value:'Unable to add help.'});
  this.items[1177] = ({id:'RS_UNABLE_TO_UPDATE_HELP',value:'Unable to update help.'});
  this.items[1178] = ({id:'RS_UNABLE_TO_UPDATE_COMPANY',value:'Unable to update company.'});
  this.items[1179] = ({id:'RS_UNABLE_TO_UPDATE_MESSAGE',value:'Unable to update message.'});
  this.items[1180] = ({id:'RS_UNABLE_TO_ADD_MESSAGE',value:'Unable to add message.'});
  this.items[1181] = ({id:'RS_UNABLE_TO_DELETE_MESSAGE',value:'Unable to delete message.'});
  this.items[1182] = ({id:'RS_UNABLE_TO_SAVE_PROPERTY',value:'Unable to add property.'});
  this.items[1183] = ({id:'RS_UNABLE_TO_ADD_PROPERTY_LOCATION_X',value:'Unable to add property location \'%s\'.'});
  this.items[1184] = ({id:'RS_UNABLE_TO_UPDATE_PROPERTY_LOCATION_X',value:'Unable to update property location \'%s\'.'});
  this.items[1185] = ({id:'RS_UNABLE_TO_DELETE_PROPERTY_LOCATION_X',value:'Unable to delete property location \'%s\'.'});
  this.items[1186] = ({id:'RS_UNABLE_TO_ADD_PROPERTY_TYPE_X',value:'Unable to add property type \'%s\'.'});
  this.items[1187] = ({id:'RS_UNABLE_TO_UPDATE_PROPERTY_TYPE_X',value:'Unable to update property type \'%s\'.'});
  this.items[1188] = ({id:'RS_UNABLE_TO_DELETE_PROPERTY_TYPE_X',value:'Unable to delete property type \'%s\'.'});
  this.items[1189] = ({id:'RS_UNABLE_TO_ADD_PARKING_TYPE_X',value:'Unable to add parking type \'%s\'.'});
  this.items[1190] = ({id:'RS_UNABLE_TO_UPDATE_PARKING_TYPE_X',value:'Unable to update parking type \'%s\'.'});
  this.items[1191] = ({id:'RS_UNABLE_TO_DELETE_PARKING_TYPE_X',value:'Unable to delete parking type \'%s\'.'});
  this.items[1192] = ({id:'RS_UNABLE_TO_ADD_PROPERTY_STATE_X',value:'Unable to add property state \'%s\'.'});
  this.items[1193] = ({id:'RS_UNABLE_TO_UPDATE_PROPERTY_STATE_X',value:'Unable to update property state \'%s\'.'});
  this.items[1194] = ({id:'RS_UNABLE_TO_DELETE_PROPERTY_STATE_X',value:'Unable to delete property state \'%s\'.'});
  this.items[1195] = ({id:'RS_UNABLE_TO_ADD_PURCHASE_STATE_X',value:'Unable to add purchase state \'%s\'.'});
  this.items[1196] = ({id:'RS_UNABLE_TO_UPDATE_PURCHASE_STATE_X',value:'Unable to update purchase state \'%s\'.'});
  this.items[1197] = ({id:'RS_UNABLE_TO_DELETE_PURCHASE_STATE_X',value:'Unable to delete purchase state \'%s\'.'});
  this.items[1198] = ({id:'RS_UNABLE_TO_PREVIEW_AN_UNPUBLISHED_PROPERTY',value:'Unable to preview an unpublished property.'});
  this.items[1199] = ({id:'RS_UNABLE_TO_DISPLAY_ERROR_MESSAGE',value:'Unable to display error message.'});
  this.items[1200] = ({id:'RS_UNABLE_TO_WRITE_TO_FILE_X',value:'Unable to write to file \'%s\'.'});
  this.items[1201] = ({id:'RS_UNABLE_TO_FIND_FILE_X',value:'Unable to find file \'%s\'.'});
  this.items[1202] = ({id:'RS_UNABLE_TO_SAVE_FILE_X',value:'Unable to save file \'%s\'.'});
  this.items[1203] = ({id:'RS_USERNAME_OR_PASSWORD_NOT_RECOGNIZED',value:'Username or password not recognized.'});
  this.items[1204] = ({id:'RS_UNABLE_TO_EXECUTE_X',value:'Unable to execute \'%s\'.'});
  this.items[1205] = ({id:'RS_UNABLE_TO_INSTANTIATE_MAIL',value:'Unable to instantiate mail().'});
  this.items[1206] = ({id:'RS_UNABLE_TO_ACCESS_X_FILE',value:'Unable to access \'%s\' file.'});
  this.items[1207] = ({id:'RS_UNABLE_TO_DROP_CONNECTION',value:'Unable to drop connection.'});
  this.items[1208] = ({id:'RS_UNABLE_TO_DISPLAY_ANY_PAGES_TRYING_TO_GO_TO_X_URL',value:'Unable to display any pages. While trying to go to \'%s\' url.'});
  this.items[1209] = ({id:'RS_UNABLE_TO_DELETE_IMAGE',value:'Unable to delete image.'});
  this.items[1210] = ({id:'RS_UNABLE_TO_MAKE_THUMBNAIL',value:'Unable to make thumbnail.'});
  this.items[1211] = ({id:'RS_UNABLE_TO_UPLOAD_X',value:'Unable to upload %s.'});
  this.items[1212] = ({id:'RS_UNABLE_TO_UPLOAD_FILE',value:'Unable to upload file.'});
  this.items[1213] = ({id:'RS_UNABLE_TO_DELETE_DOCUMENT_X',value:'Unable to delete document \'%s\'.'});
  this.items[1214] = ({id:'RS_UNABLE_TO_UPDATE_DOCUMENT_X',value:'Unable to update document \'%s\'.'});
  this.items[1215] = ({id:'RS_UNABLE_TO_ASSIGN_QUESTION_X_TO_SURVEY_X',value:'Unable to assign question \'%s\' to survey \'%s\'.'});
  this.items[1216] = ({id:'RS_UNABLE_TO_REMOVE_ASSIGNED_QUESTION_X_FROM_SURVEY_X',value:'Unable to remove assigned question \'%s\' from survey \'%s\'.'});
  this.items[1217] = ({id:'RS_UNABLE_DELETE_LOCKED_SURVEY',value:'Unable to delete locked survey.'});
  this.items[1218] = ({id:'RS_UNABLE_TO_DELETE_PROPERTY',value:'Unable to delete property.'});
  this.items[1219] = ({id:'RS_UNABLE_TO_DELETE_PROPERTY_IMAGE',value:'Unable to delete property image.'});
  this.items[1220] = ({id:'RS_UNABLE_TO_UPDATE_AGENT',value:'Unable to update agent.'});
  this.items[1221] = ({id:'RS_UNABLE_TO_ADD_AGENT',value:'Unable to add agent.'});
  this.items[1222] = ({id:'RS_UNABLE_TO_DELETE_AGENT',value:'Unable to delete agent.'});
  this.items[1223] = ({id:'RS_UNABLE_TO_DELETE_AGENT_IMAGE',value:'Unable to delete agent image.'});
  this.items[1224] = ({id:'RS_UNABLE_TO_CONNECT_TO_HOST_X',value:'Unable to connect to host \'%s\'.'});
  this.items[1225] = ({id:'RS_UNABLE_TO_SAVE_FILE_X_WITH_MODE_X',value:'Unable to save file \'%s\' with mode \'%s\'.'});
  this.items[1226] = ({id:'RS_UNABLE_TO_ADD_MODULE_ALLOCATIONS_TO_RDCMS_DATABASE',value:'Unable to add module allocations to rdCMS database.'});
  this.items[1227] = ({id:'RS_UNABLE_TO_ADD_SITE_TO_USER_ALLOCATION_TO_RDCMS_DATABASE',value:'Unable to add site to user allocation to rdCMS database.'});
  this.items[1228] = ({id:'RS_UNABLE_TO_ADD_SITE_TO_RDCMS_DATABASE',value:'Unable to add site to rdCMS database.'});
  this.items[1229] = ({id:'RS_UNABLE_TO_UPDATE_ITEM',value:'Unable to update item.'});
  this.items[1230] = ({id:'RS_UNABLE_TO_ADD_ITEM',value:'Unable to add item.'});
  this.items[1231] = ({id:'RS_UNABLE_TO_DELETE_ITEM',value:'Unable to delete item.'});
  this.items[1232] = ({id:'RS_UNABLE_TO_BACKUP_TABLES',value:'Unable to backup tables.'});
  this.items[1233] = ({id:'RS_UNABLE_TO_RETORE_BACKUP',value:'Unable to retore backup.'});
  this.items[1234] = ({id:'RS_UNABLE_TO_DELETE_BACKUP',value:'Unable to delete backup.'});
  this.items[1235] = ({id:'RS_UNABLE_TO_APPROVE_BOOKING',value:'Unable to approve booking.'});
  this.items[1236] = ({id:'RS_UNABLE_TO_PEND_BOOKING',value:'Unable to pend booking.'});
  this.items[1237] = ({id:'RS_UNABLE_TO_DECLINE_BOOKING',value:'Unable to decline booking.'});
  this.items[1238] = ({id:'RS_UNABLE_TO_DELETE_BOOKING',value:'Unable to delete booking.'});
  this.items[1239] = ({id:'RS_UNABLE_TO_DELETE_NAVIGATION_X',value:'Unable to delete navigation \'%s\'.'});
  this.items[1240] = ({id:'RS_UNABLE_TO_ADD_NAVIGATION',value:'Unable to add navigation.'});
  this.items[1241] = ({id:'RS_UNABLE_TO_UPDATE_NEWS',value:'Unable to update news.'});
  this.items[1242] = ({id:'RS_UNABLE_TO_ADD_NEWS',value:'Unable to add news.'});
  this.items[1243] = ({id:'RS_UNABLE_TO_LOAD_FILES_FOR_X_ITEM',value:'Unable to load files for \'%s\' item.'});
  this.items[1244] = ({id:'RS_UNABLE_TO_DELETE_SURVEY',value:'Unable to delete survey.'});
  this.items[1245] = ({id:'RS_UNABLE_TO_UNLOCK_SURVEY',value:'Unable to unlock survey.'});
  this.items[1246] = ({id:'RS_UNABLE_TO_LOCK_SURVEY',value:'Unable to lock survey.'});
  this.items[1247] = ({id:'RS_UNABLE_TO_UPDATE_SURVEY',value:'Unable to update survey.'});
  this.items[1248] = ({id:'RS_UNABLE_TO_UPDATE_ANSWER_X',value:'Unable to update answer %s.'});
  this.items[1249] = ({id:'RS_UNABLE_TO_DELETE_ANSWER_X',value:'Unable to delete answer %s.'});
  this.items[1250] = ({id:'RS_UNABLE_TO_ADD_ANSWER_TO_QUESTION_X',value:'Unable to add answer to question %s.'});
  this.items[1251] = ({id:'RS_UNABLE_TO_DELETE_GROUP',value:'Unable to delete group.'});
  this.items[1252] = ({id:'RS_UNABLE_TO_COMPLETE_INSTALLATION_OF_NEW_CENTRAL_TABLES',value:'Unable to complete installation of new central tables.'});
  this.items[1253] = ({id:'RS_SORRY_YOUR_PASSWORD_IS_NOT_RECOGNIZED',value:'Sorry, your old password has not been recognized.'});
  this.items[1254] = ({id:'RS_SORRY_YOU_DO_NOT_HAVE_ACCESS_TO_THIS_SITE',value:'Sorry, you do not have access to this site.'});
  this.items[1255] = ({id:'RS_SORRY_YOUR_USERNAME_OR_PASSWORD_IS_INCORRECT_PLEASE_LOGIN_AGAIN',value:'Sorry, your username or password is incorrect. Please login again.'});
  this.items[1256] = ({id:'RS_YOUR_SESSION_HAS_EXPIRED_PLEASE_LOGIN_AGAIN',value:'Your session has expired. Please log in again.'});
  this.items[1257] = ({id:'RS_YOUR_IP_HAS_BEEN_CHANGED_PLEASE_LOGIN_AGAIN',value:'Your IP has been changed. Please login again.'});
  this.items[1258] = ({id:'RS_SORRY_YOUR_ACCOUNT_DETAILS_WERE_NOT_RECOGNISED',value:'Sorry, your account details were not recognised.'});
  this.items[1259] = ({id:'RS_SORRY_YOUR_ACCOUNT_DETAILS_ARE_NOT_RECOGNISED',value:'Sorry, your account details are not recognised.'});
  this.items[1260] = ({id:'RS_SORRY_THERE_ARE_CURRENTLY_NO_FAQ_ITEMS',value:'Sorry, there are currently no faq items.'});
  this.items[1261] = ({id:'RS_SORRY_THERE_ARE_CURRENTLY_NO_PROPERTY_TYPES_THAT_MATCH_YOUR_SEARCH_CRITERIA',value:'Sorry, there are currently no property types that match your search criteria.'});
  this.items[1262] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_DELETE_ALL_EVENTS',value:'Are you sure you would like to delete all events?'});
  this.items[1263] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_DELETE_ALL_STATISTICS',value:'Are you sure you would like to delete all statistics?'});
  this.items[1264] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_VIEW_THIS_ITEM',value:'Are you sure you would like to view this item?'});
  this.items[1265] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_EDIT_THIS_ITEM',value:'Are you sure you would like to edit this item?'});
  this.items[1266] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_DELETE_THESE_ITEMS',value:'Are you sure you would like to delete these items?'});
  this.items[1267] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_DELETE_THIS_ITEM',value:'Are you sure you would like to delete this item?'});
  this.items[1268] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_RESTORE_THESE_ITEMS',value:'Are you sure you would like to restore these items?'});
  this.items[1269] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_RESTORE_THIS_ITEM',value:'Are you sure you would like to restore this item?'});
  this.items[1270] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_A_PREFORM_RESTORE_USING_THIS_ITEM',value:'Are you sure you would like to a preform restore using this item?'});
  this.items[1271] = ({id:'RS_ARE_YOU_SURE_WANT_TO_RESTORE_WITHOUT_BACKING_UP',value:'Are you sure want to restore without backing up?'});
  this.items[1272] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_DELETE_THIS_USER_ROLE',value:'Are you sure you would like to delete this user role?'});
  this.items[1273] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_EDIT_THIS_USER_ROLE',value:'Are you sure you would like to edit this user role?'});
  this.items[1274] = ({id:'RS_ARE_YOU_SURE_UNASSIGN_THESE_SITES',value:'Are you sure you would like to unassign these sites?'});
  this.items[1275] = ({id:'RS_ARE_YOU_SURE_UNASSIGN_THIS_SITE',value:'Are you sure you would like to unassign this site?'});
  this.items[1276] = ({id:'RS_ARE_YOU_SURE_ASSIGN_THESE_SITES',value:'Are you sure you would like to assign these sites?'});
  this.items[1277] = ({id:'RS_ARE_YOU_SURE_ASSIGN_THIS_SITE',value:'Are you sure you would like to assign this site?'});
  this.items[1278] = ({id:'RS_ARE_YOU_SURE',value:'Are you sure?'});
  this.items[1279] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_VIEW_THIS_BOOKINGS_DETAILS',value:'Are you sure you would like to view this bookings details?'});
  this.items[1280] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_APPROVE_THIS_ITEM',value:'Are you sure you would like to approve this item?'});
  this.items[1281] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_APPROVE_THESE_ITEMS',value:'Are you sure you would like to approve these items?'});
  this.items[1282] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_DECLINE_THESE_ITEMS',value:'Are you sure you would like to decline these items?'});
  this.items[1283] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_DECLINE_THIS_ITEM',value:'Are you sure you would like to decline this item?'});
  this.items[1284] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_PEND_THESE_ITEMS',value:'Are you sure you would like to pend these items?'});
  this.items[1285] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_PEND_THIS_ITEM',value:'Are you sure you would like to pend this item?'});
  this.items[1286] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_REMOVE_THIS_METATAG_FROM_ALL_PAGES',value:'Are you sure you would like to remove this meta tag from all pages?'});
  this.items[1287] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_REMOVE_THESE_METATAGS_FROM_ALL_PAGES',value:'Are you sure you would like to remove these meta tags from all pages?'});
  this.items[1288] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_SET_THIS_METATAG_TO_ALL_PAGES',value:'Are you sure you would like to set this meta tag to all pages?'});
  this.items[1289] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_SET_THESE_METATAGS_TO_ALL_PAGES',value:'Are you sure you would like to set these meta tags to all pages?'});
  this.items[1290] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_UNASSIGN_THIS_METATAG_FROM_THIS_PAGE',value:'Are you sure you would like to unassign this meta tag from this page?'});
  this.items[1291] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_UNASSIGN_THESE_METATAGS_FROM_THIS_PAGE',value:'Are you sure you would like to unassign these meta tags from this page?'});
  this.items[1292] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_ASSIGN_THIS_METATAG_TO_THIS_PAGE',value:'Are you sure you would like to assign this meta tag to this page?'});
  this.items[1293] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_ASSIGN_THESE_METATAGS_TO_THIS_PAGE',value:'Are you sure you would like to assign these meta tags to this page?'});
  this.items[1294] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_CREATE_A_NAVIGATION_ITEM_WITH_NO_LINKAGE',value:'Are you sure you would like to create a navigation item with no linkage?'});
  this.items[1295] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_PREVIEW_THIS_SURVEY',value:'Are you sure you would like to preview this survey?'});
  this.items[1296] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_LOCK_THESE_SURVEYS',value:'Are you sure you would like to lock these surveys?'});
  this.items[1297] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_LOCK_THIS_SURVEY',value:'Are you sure you would like to lock this survey?'});
  this.items[1298] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_UNLOCK_THESE_SURVEYS',value:'Are you sure you would like to unlock these surveys?'});
  this.items[1299] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_UNLOCK_THIS_SURVEY',value:'Are you sure you would like to unlock this survey?'});
  this.items[1300] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_ADD_THESE_QUESTIONS_TO_THIS_SURVEY',value:'Are you sure you would like to add these questions to this survey?'});
  this.items[1301] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_ADD_THIS_QUESTION_TO_THIS_SURVEY',value:'Are you sure you would like to add this question to this survey?'});
  this.items[1302] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_UNASSIGN_THESE_QUESTIONS',value:'Are you sure you would like to unassign these questions?'});
  this.items[1303] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_UNASSIGN_THIS_QUESTION',value:'Are you sure you would like to unassign this question?'});
  this.items[1304] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_PUBLISH_THESES_ITEMS',value:'Are you sure you would like to publish these items?'});
  this.items[1305] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_PUBLISH_THIS_ITEM',value:'Are you sure you would like to publish this item?'});
  this.items[1306] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_UNPUBLISH_THESES_ITEMS',value:'Are you sure you would like to unpublish these items?'});
  this.items[1307] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_UNPUBLISH_THIS_ITEM',value:'Are you sure you would like to unpublish this item?'});
  this.items[1308] = ({id:'RS_ARE_YOU_SURE_YOU_WANT_TO_CONTINUE',value:'Are you sure you want to continue?'});
  this.items[1309] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_VIEW_THIS_SURVEYS_RESULTS',value:'Are you sure you would like to view this survey\'s results?'});
  this.items[1310] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_RESTORE_USING_THIS_ITEM',value:'Are you sure you would like to restore using this item?'});
  this.items[1311] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_ADD_A_NEW_MEMBER',value:'Are you sure you would like to add a new member?'});
  this.items[1312] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_SEE_THIS_MEMBERS_STATISTICS',value:'Are you sure you would like to see this members statistics?'});
  this.items[1313] = ({id:'RS_SMTP_ERROR_COULD_NOT_CONNECT_TO_SMTP_HOST_SERVER_S',value:'SMTP Error: could not connect to SMTP host server(s).'});
  this.items[1314] = ({id:'RS_SMTP_ERROR_COULD_NOT_AUTHENTICATE',value:'SMTP Error: Could not authenticate.'});
  this.items[1315] = ({id:'RS_SMTP_ERROR_FROM_ADDRESS_X_FAILED',value:'SMTP Error: From address \'%s\' failed.'});
  this.items[1316] = ({id:'RS_SMTP_ERROR_THE_FOLLOWING_RECIPIENTS_FAILED_X',value:'SMTP Error: The following recipients failed \'%s\'.'});
  this.items[1317] = ({id:'RS_SMTP_ERROR_DATA_NOT_ACCEPTED',value:'SMTP Error: Data not accepted.'});
  this.items[1318] = ({id:'RS_SMTP_ERROR_X',value:'SMTP -> ERROR: %s.'});
  this.items[1319] = ({id:'RS_SMTP_NOTICE_X',value:'SMTP -> NOTICE: %s.'});
  this.items[1320] = ({id:'RS_SMTP_FROM_SERVER_X',value:'SMTP -> FROM SERVER: %s.'});
  this.items[1321] = ({id:'RS_ALREADY_CONNECTED_TO_A_SERVER',value:'Already connected to a server:'});
  this.items[1322] = ({id:'RS_AUTH_NOT_ACCEPTED_FROM_SERVER',value:'AUTH not accepted from server:'});
  this.items[1323] = ({id:'RS_USERNAME_NOT_ACCEPTED_FROM_SERVER',value:'Username not accepted from server:'});
  this.items[1324] = ({id:'RS_PASSWORD_NOT_ACCEPTED_FROM_SERVER',value:'Password not accepted from server:'});
  this.items[1325] = ({id:'RS_EOF_CAUGHT_WHILE_CHECKING_IF_CONNECTED',value:'EOF caught while checking if connected:'});
  this.items[1326] = ({id:'RS_CALLED_DATA_WITHOUT_BEING_CONNECTED',value:'Called Data() without being connected:'});
  this.items[1327] = ({id:'RS_DATA_COMMAND_NOT_ACCEPTED_FROM_SERVER',value:'DATA command not accepted from server:'});
  this.items[1328] = ({id:'RS_DATA_NOT_ACCEPTED_FROM_SERVER',value:'DATA not accepted from server:'});
  this.items[1329] = ({id:'RS_CALLED_EXPAND_WITHOUT_BEING_CONNECTED',value:'Called Expand() without being connected:'});
  this.items[1330] = ({id:'RS_EXPN_NOT_ACCEPTED_FROM_SERVER',value:'EXPN not accepted from server:'});
  this.items[1331] = ({id:'RS_CALLED_HELLO_WITHOUT_BEING_CONNECTED',value:'Called Hello() without being connected:'});
  this.items[1332] = ({id:'RS_HELO_NOT_ACCEPTED_FROM_SERVER',value:'HELO not accepted from server:'});
  this.items[1333] = ({id:'RS_CALLED_HELP_WITHOUT_BEING_CONNECTED',value:'Called Help() without being connected:'});
  this.items[1334] = ({id:'RS_HELP_NOT_ACCEPTED_FROM_SERVER',value:'HELP not accepted from server:'});
  this.items[1335] = ({id:'RS_CALLED_MAIL_WITHOUT_BEING_CONNECTED',value:'Called Mail() without being connected:'});
  this.items[1336] = ({id:'RS_MAIL_NOT_ACCEPTED_FROM_SERVER',value:'MAIL not accepted from server:'});
  this.items[1337] = ({id:'RS_CALLED_NOOP_WITHOUT_BEING_CONNECTED',value:'Called Noop() without being connected:'});
  this.items[1338] = ({id:'RS_NOOP_NOT_ACCEPTED_FROM_SERVER',value:'NOOP not accepted from server:'});
  this.items[1339] = ({id:'RS_CALLED_QUIT_WITHOUT_BEING_CONNECTED',value:'Called Quit() without being connected:'});
  this.items[1340] = ({id:'RS_SMTP_SERVER_REJECTED_QUIT_COMMAND',value:'SMTP server rejected quit command:'});
  this.items[1341] = ({id:'RS_CALLED_RECIPIENT_WITHOUT_BEING_CONNECTED',value:'Called Recipient() without being connected:'});
  this.items[1342] = ({id:'RS_RCPT_NOT_ACCEPTED_FROM_SERVER',value:'RCPT not accepted from server:'});
  this.items[1343] = ({id:'RS_CALLED_RESET_WITHOUT_BEING_CONNECTED',value:'Called Reset() without being connected:'});
  this.items[1344] = ({id:'RS_RSET_FAILED',value:'RSET failed:'});
  this.items[1345] = ({id:'RS_CALLED_SEND_WITHOUT_BEING_CONNECTED',value:'Called Send() without being connected:'});
  this.items[1346] = ({id:'RS_SEND_NOT_ACCEPTED_FROM_SERVER',value:'SEND not accepted from server:'});
  this.items[1347] = ({id:'RS_CALLED_SENDANDMAIL_WITHOUT_BEING_CONNECTED',value:'Called SendAndMail() without being connected:'});
  this.items[1348] = ({id:'RS_SAML_NOT_ACCEPTED_FROM_SERVER',value:'SAML not accepted from server:'});
  this.items[1349] = ({id:'RS_NO_CONTENT',value:'No content.'});
  this.items[1350] = ({id:'RS_CALLED_SENDORMAIL_WITHOUT_BEING_CONNECTED',value:'Called SendOrMail() without being connected:'});
  this.items[1351] = ({id:'RS_SOML_NOT_ACCEPTED_FROM_SERVER',value:'SOML not accepted from server:'});
  this.items[1352] = ({id:'RS_THIS_METHOD_TURN_OF_THE_SMTP_IS_NOT_IMPLEMENTED',value:'This method,  TURN of the SMTP is not implemented:'});
  this.items[1353] = ({id:'RS_VRFY_FAILED_ON_NAME_X',value:'VRFY failed on name %s:'});
  this.items[1354] = ({id:'RS_X_METHOD_NOT_OVERRIDDEN_IN_CLASS_X',value:'\'%s\' method not overridden in class \'%s\'.'});
  this.items[1355] = ({id:'RS_METHOD_SAVED_ITEM',value:'Saved %s: \'%s\'.'});
  this.items[1356] = ({id:'RS_LOGICALLY_DELETED_ITEM',value:'Deleted %s: \'%s\'.'});
  this.items[1357] = ({id:'RS_LOGICALLY_RESTORED_ITEM',value:'Restored %s: \'%s\'.'});
  this.items[1358] = ({id:'RS_PUBLISHED_ENTITY',value:'Published %s: \'%s\'.'});
  this.items[1359] = ({id:'RS_UNPUBLISHED_ENTITY',value:'Unpublished %s: \'%s\'.'});
  this.items[1360] = ({id:'RS_FAILED_TO_CONNECT_TO_SERVER',value:'Failed to connect to Server.'});
  this.items[1361] = ({id:'RS_RESOURCE_LINK_NOT_FOUND',value:'Resource link not found.'});
  this.items[1362] = ({id:'RS_X_MISSING_FIELD_FROM_X_TABLE_IN_QUERY_X',value:'\'%s\' is missing from \'%s\' table in query \'%s\'.'});
  this.items[1363] = ({id:'RS_MODULE_SETTING_PREFERENCES_SUCCESSFULLY_SAVED',value:'Your user preferences have been successfully saved.'});
  this.items[1364] = ({id:'RS_METATAGS_MAY_ONLY_BE_ADDED_TO_AN_ALREADY_EXISTING_PAGE',value:'Meta tags may only be added to an already existing page.'});
  this.items[1365] = ({id:'RS_YOU_MUST_LOG_IN_BEFORE_VIEWING_THIS_PAGE',value:'You must log in before viewing this page.'});
  this.items[1366] = ({id:'RS_USER_ALREADY_EXISTS_PLEASE_ENTER_A_DIFFERENT_USERNAME',value:'User already exists! Please enter a different username.'});
  this.items[1367] = ({id:'RS_X_IS_ALREADY_USED_PLEASE_CHOOSE_A_DIFFERENT_ID',value:'\'%s\' is already used. Please choose a different id.'});
  this.items[1368] = ({id:'RS_SITE_HAS_ENCOUNTERED_AN_ERROR',value:'Site has encountered an error.'});
  this.items[1369] = ({id:'RS_PLEASE_CONTACT_YOUR_RDCMS_SYSTEMS_ADMINISTRATOR',value:'Please contact your rdCMS Systems Administrator.'});
  this.items[1370] = ({id:'RS_USER_HAS_NEVER_LOGGED_ON',value:'User has never logged on.'});
  this.items[1371] = ({id:'RS_REMOVED_METATAG_RELATION_ITEM_X',value:'Removed meta tag relation item \'%s\'.'});
  this.items[1372] = ({id:'RS_FAILED_TO_REMOVE_METATAG_RELATION_ITEM_X',value:'Failed to remove meta tag relation item \'%s\'.'});
  this.items[1373] = ({id:'RS_SITE_IMAGES_DIRECTORY_IS_NOT_WRITABLE',value:'Site images directory is not writable.'});
  this.items[1374] = ({id:'RS_SITE_DOCUMENTS_DIRECTORY_IS_NOT_WRITABLE',value:'Site documents directory is not writable.'});
  this.items[1375] = ({id:'RS_SITE_PAGE_DATA_DIRECTORY_IS_NOT_WRITABLE',value:'Site page data directory is not writable.'});
  this.items[1376] = ({id:'RS_SITE_BACKUPS_DIRECTORY_IS_NOT_WRITABLE',value:'Site backups directory is not writable.'});
  this.items[1377] = ({id:'RS_RDCMS_REQUIRES_JAVA_TO_BE_ENABLED',value:'rdCMS requires java to be enabled.'});
  this.items[1378] = ({id:'RS_RDCMS_REQUIRES_IE6',value:'rdCMS requires internet explorer 6.'});
  this.items[1379] = ({id:'RS_RDCMS_REQUIRES_ONE_OF_THE_FOLLOWING_BROWSERS',value:'rdCMS requires one of the following browsers:'});
  this.items[1380] = ({id:'RS_UPDATED_REGION_SETTINGS_TO_COUNTRY',value:'Updated region settings to country \'%s\'.'});
  this.items[1381] = ({id:'RS_UPDATED_REGION_SETTINGS',value:'Updated Region settings.'});
  this.items[1382] = ({id:'RS_NEW_MEMBER_EMAIL_COULD_NOT_BE_SENT',value:'New member email could not be sent.'});
  this.items[1383] = ({id:'RS_UPDATED_MEMBER_X',value:'Updated member \'%s\'.'});
  this.items[1384] = ({id:'RS_MEMBER_X_CHANGED_THEIR_PASSWORD',value:'Member \'%s\' changed their password.'});
  this.items[1385] = ({id:'RS_SETTINGS_HAVE_BEEN_SUCCESSFULLY_SAVED',value:'Settings have been successfully saved.'});
  this.items[1386] = ({id:'RS_THERE_ARE_NOT_ENOUGH_AVAILABLE_NAVIGATION_LOCATIONS',value:'There are not enough available navigation locations.'});
  this.items[1387] = ({id:'RS_RDCMS_REQUIRES_X_LIBRARY',value:'rdCMS requires \'%s\' library.'});
  this.items[1388] = ({id:'RS_REMOVED_LINKED_ENTITY_FROM_X',value:'Removed linked entity from \'%s\'.'});
  this.items[1389] = ({id:'RS_REMOVED_ALL_ENTITY_LINKS_FROM_X',value:'Removed all entity links from \'%s\'.'});
  this.items[1390] = ({id:'RS_ADDED_LINKED_ENTITY_TO_X',value:'Added linked entity to \'%s\'.'});
  this.items[1391] = ({id:'RS_SET_USAGE_FOR_METATAG_ITEM_X_TO_ALWAYS',value:'Set usage for meta tag item \'%s\' to always.'});
  this.items[1392] = ({id:'RS_SET_USAGE_FOR_METATAG_ITEM_X_TO_NEVER',value:'Set usage for meta tag item \'%s\' to never.'});
  this.items[1393] = ({id:'RS_MEMBER_USERNAME_MAY_NOT_BE_SAME_AS_PASSWORD',value:'Member username may not be the same as password.'});
  this.items[1394] = ({id:'RS_YOUR_PASSWORD_HAS_BEEN_SENT_PLEASE_LOGIN_WITH_YOUR_NEW_DETAILS',value:'Your password has been sent. Please login with your new details.'});
  this.items[1395] = ({id:'RS_PLEASE_LOGIN_USING_YOUR_NEW_PASSWORD',value:'Please login using your new password.'});
  this.items[1396] = ({id:'RS_USER_COULD_NOT_BE_FOUND',value:'User could not be found.'});
  this.items[1397] = ({id:'RS_RDCMS_HAS_ENCOUNTERED_AN_ERROR',value:'rdCMS has encountered an error.'});
  this.items[1398] = ({id:'RS_PLEASE_CORRECT_THE_ERRORS_DISPLAYED_ABOVE_BEFORE_TRYING_AGAIN',value:'Please correct the errors displayed above before trying again.'});
  this.items[1399] = ({id:'RS_MEMBER_LOGIN_FAILED_USING_USERNAME_X',value:'Member login failed using username \'%s\'.'});
  this.items[1400] = ({id:'RS_CLASS_X_DOES_NOT_EXIST',value:'Class \'%s\' does not exist.'});
  this.items[1401] = ({id:'RS_FILE_X_DOES_NOT_EXIST',value:'File \'%s\' does not exist.'});
  this.items[1402] = ({id:'RS_ERROR_DETAILS_NOT_AVAILABLE',value:'Error details not available.'});
  this.items[1403] = ({id:'RS_LOGIN_FAILED_USING_USERNAME_X',value:'Login failed using username \'%s\'.'});
  this.items[1404] = ({id:'RS_UNABLE_TO_CLEAR_THE_EVENT_LOG',value:'Unable to clear the event log.'});
  this.items[1405] = ({id:'RS_EVENT_LOGGING_IS_ENABLED',value:'Event logging is enabled.'});
  this.items[1406] = ({id:'RS_EVENT_LOGGING_IS_DISABLED',value:'Event logging is disabled.'});
  this.items[1407] = ({id:'RS_BACKUP_RESTORE_WAS_SUCCESSFUL',value:'Backup/Restore was successful.'});
  this.items[1408] = ({id:'RS_BACKUP_WAS_SUCCESSFUL',value:'Backup was successful.'});
  this.items[1409] = ({id:'RS_BACKUP_FAILED',value:'Backup failed.'});
  this.items[1410] = ({id:'RS_UNASSIGNED_X_SITE_FROM_USER_X',value:'Unassigned site \'%s\' from user \'%s\'.'});
  this.items[1411] = ({id:'RS_CLEARED_THE_QUICKLINKS',value:'Cleared the quicklinks.'});
  this.items[1412] = ({id:'RS_GO_TO_X_WEBSITE',value:'Go to \'%s\' website'});
  this.items[1413] = ({id:'RS_FOR_MORE_INFORMATION_PLEASE_CONTACT_YOUR_RDCMS_SYSTEMS_ADMINISTRATOR',value:'For more information please contact your rdCMS systems administrator.'});
  this.items[1414] = ({id:'RS_YOUR_PASSWORD_IS_INCORRECT',value:'Your password is incorrect!'});
  this.items[1415] = ({id:'RS_USER_X_CHANGED_THEIR_PASSWORD',value:'User \'%s\' changed their password.'});
  this.items[1416] = ({id:'RS_YOUR_PASSWORD_HAS_BEEN_CHANGED',value:'Your password has been changed.'});
  this.items[1417] = ({id:'RS_AN_EMAIL_CONTAINING_YOUR_NEW_PASSWORD_HAS_BEEN_SENT',value:'An email containing your new password has been sent.'});
  this.items[1418] = ({id:'RS_IF_YOU_HAVE_MADE_CHANGES_TO_YOUR_CONTENT_YOU_WILL_LOSE_YOUR_CHANGES_ON_PROCEEDING',value:'If you have made changes to your content you will lose your changes on proceeding.'});
  this.items[1419] = ({id:'RS_PROCEED_ANYWAY',value:'Proceed anyway?'});
  this.items[1420] = ({id:'RS_TRACKING_IS_ENABLED',value:'Tracking is enabled.'});
  this.items[1421] = ({id:'RS_TRACKING_IS_DISABLED',value:'Tracking is disabled.'});
  this.items[1422] = ({id:'RS_THIS_MAY_TAKE_SEVERAL_MINUTES',value:'This may take several minutes.'});
  this.items[1423] = ({id:'RS_UPLOAD_OF_FILE_X_SUCCESSFUL',value:'Upload of file \'%s\' successful.'});
  this.items[1424] = ({id:'RS_UPLOADED_DOCUMENT_X',value:'Uploaded document \'%s\'.'});
  this.items[1425] = ({id:'RS_THERE_ARE_NO_PAGE_TEMPLATES',value:'There are no page templates.'});
  this.items[1426] = ({id:'RS_RDCMS_NEEDS_AT_LEAST_ONE_PAGE_TEMPLATE_TO_FUNCTION_CORRECTLY',value:'rdCMS needs at least one page template to function correctly.'});
  this.items[1427] = ({id:'RS_BOOKMARK_WAS_SUCCESSFULLY_CREATED',value:'Bookmark was successfully created.'});
  this.items[1428] = ({id:'RS_BOOKMARK_WAS_SUCCESSFULLY_REMOVED',value:'Bookmark was successfully removed.'});
  this.items[1429] = ({id:'RS_USER_X_FORGOT_THEIR_PASSWORD',value:'User \'%s\' forgot their password.'});
  this.items[1430] = ({id:'RS_THIS_EMAIL_NOTIFICATION_HAS_BEEN_GENERATED_BY_X',value:'This email notification has been generated by %s.'});
  this.items[1431] = ({id:'RS_OTHER_USERS_HAVE_STILL_GOT_THIS_MESSAGE_IN_THEIR_INBOX',value:'Other users have still got this message in their inbox.'});
  this.items[1432] = ({id:'RS_X_HAS_SENT_YOU_A_MESSAGE',value:'\'%s\' has sent you a message.'});
  this.items[1433] = ({id:'RS_YOU_MUST_BE_LOGGED_IN_TO_VIEW_THIS_MESSAGE',value:'You must be logged in to view this message.'});
  this.items[1434] = ({id:'RS_FILES_DIRECTORY_IS_NOT_WRITEABLE_OR_DOES_NOT_EXIST',value:'Files directory is not writable or does not exist.'});
  this.items[1435] = ({id:'RS_BACKUP_RESTORE_WILL_NOT_FUNCTION_CORRECTLY',value:'Backup restore will not function correctly.'});
  this.items[1436] = ({id:'RS_THERE_ARE_NO_MODULES_ASSIGNED_TO_THIS_SITE',value:'There are no modules assigned to this site.'});
  this.items[1437] = ({id:'RS_RDCMS_USER_HAS_REPORTED_AN_ERROR',value:'rdCMS user has reported an error.'});
  this.items[1438] = ({id:'RS_ERROR_MESSAGE_X',value:'Error Message: %s'});
  this.items[1439] = ({id:'RS_YOUR_REPORT_HAS_BEEN_SENT',value:'Your error report has been sent.'});
  this.items[1440] = ({id:'RS_YOUR_ERROR_REPORT_COULD_NOT_BEEN_SENT_DUE_TO_INCORRECT_RDCMS_CONFIGURATION',value:'Your error report could not been sent due to incorrect rdCMS configuration.'});
  this.items[1441] = ({id:'RS_THE_SECURITY_CODE_DOES_NOT_MATCH_THE_IMAGE',value:'The security code does not match the image.'});
  this.items[1442] = ({id:'RS_YOUR_PASSWORD_AND_CONFIRM_PASSWORD_ARE_NOT_IDENTICAL',value:'Your password and confirm password are not identical.'});
  this.items[1443] = ({id:'RS_YOUR_PASSWORD_MUST_BE_AT_LEAST_5_10_CHARACTERS_LONG_CONSISTING_OF_ONLY_LETTERS_AND_NUMBERS',value:'Password must be 5 to 10 charactors long and must consist of letters and numbers.'});
  this.items[1444] = ({id:'RS_YOUR_PASSWORD_MUST_CONTAIN_AT_LEAST_ONE_LETTER',value:'Your password must contain at least one letter.'});
  this.items[1445] = ({id:'RS_YOUR_PASSWORD_MUST_CONTAIN_AT_LEAST_ONE_NUMBER',value:'Your password must contain at least one number.'});
  this.items[1446] = ({id:'RS_YOUR_USERNAME_MUST_BE_AT_LEAST_5_CHARACTERS_LONG_CONSISTING_ONLY_OF_LETTERS',value:'Username must be at least 5 charactors long and must consist only of letters.'});
  this.items[1447] = ({id:'RS_YOUR_NEW_PASSWORD_AND_CONFIRM_PASSWORD_ARE_NOT_IDENTICAL',value:'Your new password and confirm password are not identical.'});
  this.items[1448] = ({id:'RS_USER_ALREADY_EXISTS_PLEASE_ENTER_ANOTHER_USERNAME',value:'User already exists! Please enter another username.'});
  this.items[1449] = ({id:'RS_MEMBER_ALREADY_EXISTS_PLEASE_ENTER_ANOTHER_USERNAME',value:'Member already exists! Please enter another username.'});
  this.items[1450] = ({id:'RS_YOUR_MEMBER_REGISTRATION_WAS_SUCCESSFUL',value:'Your member registration was successful'});
  this.items[1451] = ({id:'RS_YOUR_CUSTOMER_REGISTRATION_WAS_SUCCESSFUL',value:'Your customer registration was successful'});
  this.items[1452] = ({id:'RS_YOUR_MEMBER_REGISTRATION_WAS_SUCCESSFUL_HOWEVER_THE_MEMBER_REGISTRATION_EMAIL_COULD_NOT_BE_SENT',value:'Your member registration was successful, however the member registration email could not be sent.'});
  this.items[1453] = ({id:'RS_X_EMAIL_TEMPLATE_DOES_NOT_EXIST',value:'\'%s\' email template does not exist.'});
  this.items[1454] = ({id:'RS_DB_SELECT_FAILED_ERROR_X',value:'DB select failed. Error: %s.'});
  this.items[1455] = ({id:'RS_A_CURRENCY_WITH_THIS_ABBREVIATION_X_WAS_FOUND_IN_THE_RECYCLE_BIN_IT_HAS_BEEN_RESTORED_AND_UPDATED',value:'A currency with this abbreviation \'%s\' was found in the recycle bin. It has been restored and updated.'});
  this.items[1456] = ({id:'RS_A_CURRENCY_WITH_THIS_ABBREVIATION_X_ALREADY_EXISTS_IT_HAS_BEEN_UPDATED',value:'A currency with this abbreviation \'%s\' already exists. It has been updated.'});
  this.items[1457] = ({id:'RS_USER_SECURITY_KEY_DOES_NOT_MATCH',value:'User security key does not match.'});
  this.items[1458] = ({id:'RS_MAXIMUM_CONCURRENT_SESSIONS_EXCEEDED',value:'Maximum concurrent sessions exceeded.'});
  this.items[1459] = ({id:'RS_MAXIMUM_CONCURRENT_SESSIONS_EXCEEDED_BY',value:'Maximum concurrent sessions exceeded by %s.'});
  this.items[1460] = ({id:'RS_USER_AGENT_ACCESS_DENIED_USER_AGENT_X',value:'User agent access denied. User Agent: \'%s\'.'});
  this.items[1461] = ({id:'RS_FORGOT_YOUR_PASSWORD',value:'Forgot your password?'});
  this.items[1462] = ({id:'RS_SHOW_THIS_WARNING_IN_THE_FUTURE',value:'Show this warning in the future?'});
  this.items[1463] = ({id:'RS_TEMPLATE_MISSING_ERROR',value:'Template \'%s\' not available.'});
  this.items[1464] = ({id:'RS_CHANGING_YOUR_HOME_CURRENCY_WILL_AUTOMATICALLY_SET_ALL_CURRENT_RATES_ARE_YOU_SURE_YOU_WANT_TO_CHANGE_YOUR_HOME_CURRENCY',value:'Changing your home currency will automatically set all current rates. Are you sure you want to change your home currency?'});
  this.items[1465] = ({id:'RS_RESTORE_WAS_SUCCESSFUL',value:'Restore was successful.'});
  this.items[1466] = ({id:'RS_RESTORE_FAILED',value:'Restore failed.'});
  this.items[1467] = ({id:'RS_DELETE_WAS_SUCCESSFUL',value:'Delete was successful.'});
  this.items[1468] = ({id:'RS_RESTORE_SUCCESSFUL_USING_BACKUP',value:'Restored data successfully using backup \'%s\'.'});
  this.items[1469] = ({id:'RS_PLEASE_FILL_IN_SQL',value:'Please fill in sql.'});
  this.items[1470] = ({id:'RS_IT_IS_HIGHLY_RECOMMENDED_THAT_YOU_CREATE_A_BACKUP_BEFORE_RESTORING',value:'It is highly recommended that you create a backup before restoring!'});
  this.items[1471] = ({id:'RS_CLICK_YES_TO_CREATE_A_BACKUP_OR_NO_TO_RESTORE_WITHOUT_CREATING_A_BACKUP',value:'Click yes to create a backup or no to restore without creating a backup.'});
  this.items[1472] = ({id:'RS_IT_IS_ADVISABLE_TO_CREATE_A_BACKUP_BEFORE_RESTORING_WOULD_YOU_LIKE_TO_CREATE_A_BACKUP_FIRST',value:'It is advisable to create a backup before restoring! Would you like to create a backup first?'});
  this.items[1473] = ({id:'RS_WOULD_YOU_LIKE_DELETE_OTHER_SELECTED_USERS',value:'Would you like to delete the other selected user(s)?'});
  this.items[1474] = ({id:'RS_PASSWORD_MUST_BE_LARGER_THAN_X_IN_LENGTH',value:'Password must be larger or equal to 5 characters in length.'});
  this.items[1475] = ({id:'RS_PLEASE_ENSURE_THAT_PASSWORDS_ARE_SAME',value:'Please make sure both passwords are the same.'});
  this.items[1476] = ({id:'RS_USERNAME_MUST_BE_LARGER_THAN_X_IN_LENGTH',value:'Username must be larger or equal to 5 characters in length.'});
  this.items[1477] = ({id:'RS_CONFIRM_EDIT_SITE',value:'Are you sure you would like to edit this site?'});
  this.items[1478] = ({id:'RS_ASSIGNED_SITE_TO_USER',value:'Assigned Site \'%s\' to user \'%s\''});
  this.items[1479] = ({id:'RS_YOUR_NEW_ACCOUNT_HAS_BEEN_CREATED',value:'Your new account has been created.'});
  this.items[1480] = ({id:'RS_HAS_CHANGED_YOUR_PASSWORD',value:'has changed your password.'});
  this.items[1481] = ({id:'RS_LOGIN_WITH_DETAILS_BELOW',value:'Login in with details below. Thank you.'});
  this.items[1482] = ({id:'RS_LAST_X_ACTIONS',value:'Last %s Actions'});
  this.items[1483] = ({id:'RS_MEMBER_HAS_NEVER_LOGGED_IN',value:'Member has never logged in.'});
  this.items[1484] = ({id:'RS_REQUIREMENTS_CHECK',value:'Requirements Check'});
  this.items[1485] = ({id:'RS_FREQUENTLY_ASKED_QUESTIONS',value:'Frequently Asked Questions'});
  this.items[1486] = ({id:'RS_FREQUENTLY_ASKED_QUESTION',value:'Frequently Asked Question'});
  this.items[1487] = ({id:'RS_SAVED_STATISTICS_X',value:'Saved Statistics \'%s\''});
  this.items[1488] = ({id:'RS_STATISTICS_VIEW_X_FORMAT',value:'Statistics View :: \'%s\' Format'});
  this.items[1489] = ({id:'RS_STATISTICS_X_X',value:'Statistics %s %s'});
  this.items[1490] = ({id:'RS_YOUR_STATISTICS_HAVE_BEEN_SAVED',value:'Your statistics have been saved.'});
  this.items[1491] = ({id:'RS_NOT_ENOUGH_INFORMATION_TO_BUILD_STATISTICS',value:'Not enough information to build statistics.'});
  this.items[1492] = ({id:'RS_STATISTICS_SUCCESSFULLY_CLEARED',value:'Statistics successfully cleared.'});
  this.items[1493] = ({id:'RS_GENERATE_VIEW_STATISTICS_ONLINE',value:'Generate and View Statistics Online'});
  this.items[1494] = ({id:'RS_GENERATE_SAVE_STATISTICS_AS_FILE',value:'Generate and Save Statistics as File'});
  this.items[1495] = ({id:'RS_GENERATE_STATISTICS_FOLLOWING_FORMAT',value:'Generate Statistics in Following Format'});
  this.items[1496] = ({id:'RS_DELETED_ALL_STATITICS_TRACKERS',value:'Deleted all statitics and trackers.'});
  this.items[1497] = ({id:'RS_DELETED_TRACKER_X',value:'Deleted tracker item %s'});
  this.items[1498] = ({id:'RS_DELETED_X_EVENTS_FROM_TRACKER_X',value:'Deleted %s event(s) from tracker item %s'});
  this.items[1499] = ({id:'RS_WOULD_YOU_LIKE_TO_CONTINUE',value:'Would you like to continue?'});
  this.items[1500] = ({id:'RS_YOUR_SUPPORT_EMAIL_SUCCESSFULLY_SENT',value:'Your support email has been successfully sent.'});
  this.items[1501] = ({id:'RS_UPDATE_MESSAGE_X',value:'Updated messages item \'%s\'.'});
  this.items[1502] = ({id:'RS_ADDED_MESSAGE_X',value:'Added messages item \'%s\'.'});
  this.items[1503] = ({id:'RS_EDIT_MESSAGE_ITEM',value:'Edit Message Item'});
  this.items[1504] = ({id:'RS_BOOKMARK_NAME_ALREADY_USED_PLEASE_ENTER_A_DIFFERENT_NAME',value:'Bookmark name already used. Please enter a different name.'});
  this.items[1505] = ({id:'RS_PLEASE_ASSIGN_THIS_MESSAGE_TO_AT_LEAST_ONE_USER',value:'Please assign this message to at least one user.'});
  this.items[1506] = ({id:'RS_USERNAME_MAY_NOT_BE_THE_SAME_AS_PASSWORD',value:'Username may not be the same as password.'});
  this.items[1507] = ({id:'RS_SELECT_A_COUNTRY',value:'Select a country...'});
  this.items[1508] = ({id:'RS_SELECT_AN_AGENT',value:'Select an agent...'});
  this.items[1509] = ({id:'RS_NO_DESCRIPTION',value:'No Description'});
  this.items[1510] = ({id:'RS_UPLOAD_OF_IMAGE_X_SUCCESSFUL',value:'Upload of image \'%s\' successful.'});
  this.items[1511] = ({id:'RS_DELETED_IMAGE_X',value:'Deleted image \'%s\'.'});
  this.items[1512] = ({id:'RS_DELETED_IMAGES_X',value:'Deleted images \'%s\'.'});
  this.items[1513] = ({id:'RS_IMAGE_X_IS_LINKED_TO_A_X_ITEM',value:'Image \'%s\' is linked to a \'%s\' item.'});
  this.items[1514] = ({id:'RS_IMAGE_UPLOAD_ERROR',value:'Image upload error.'});
  this.items[1515] = ({id:'RS_X_VARIABLE_HAS_NOT_BEEN_SET',value:'%s variable has not been set.'});
  this.items[1516] = ({id:'RS_THIS_FILE_TYPE_IS_NOT_PERMITTED_X',value:'This file type is not permitted: \'%s\'.'});
  this.items[1517] = ({id:'RS_FILE_SIZE_ERROR_X_BYTES',value:'File size error \'%s\' bytes.'});
  this.items[1518] = ({id:'RS_MAXIMUM_FILE_SIZE_ALLOWED_IS_X_BYTES',value:'Maximum file size allowed is \'%s\' bytes.'});
  this.items[1519] = ({id:'RS_FILE_X_IS_NOT_UPLOADED_CORRECTLY',value:'File \'%s\' is not uploaded correctly.'});
  this.items[1520] = ({id:'RS_INTEGRATION_FILE_WAS_NOT_FOUND_X',value:'Integration file was not found \'%s\'.'});
  this.items[1521] = ({id:'RS_WOULD_YOU_LIKE_TO_ADD_NAVIGATION_LINKING_TO_THIS_PAGE',value:'Would you like to add navigation linking to this page?'});
  this.items[1522] = ({id:'RS_PLEASE_SAVE_THIS_PAGE_BEFORE_MANAGING_METATAGS',value:'Please save this page before managing meta tags.'});
  this.items[1523] = ({id:'RS_MAINTAIN_X_PAGES_METATAGS',value:'Maintain \'%s\' pages meta tags.'});
  this.items[1524] = ({id:'RS_THIS_ACTION_WILL_REMOVE_INDIVIDUAL_METATAG_PAGE_ASSOCIATIONS',value:'This action will remove individual meta tag - page associations.'});
  this.items[1525] = ({id:'RS_THIS_NAVIGATION_ITEM_HAS_NO_LINK',value:'This navigation item has no link.'});
  this.items[1526] = ({id:'RS_WOULD_YOU_LIKE_TO_MOVE_THIS_NAVIGATION_ITEM',value:'Would you like to move this navigation item?'});
  this.items[1527] = ({id:'RS_ADDED_QUESTION_X',value:'Added question \'%s\'.'});
  this.items[1528] = ({id:'RS_ASSIGNED_QUESTION_X_TO_SURVEY_X',value:'Assigned question \'%s\' to survey \'%s\'.'});
  this.items[1529] = ({id:'RS_THIS_QUESTION_HAS_ALREADY_BEEN_ADDED_TO_THIS_SURVEY',value:'This question has already been added to this survey.'});
  this.items[1530] = ({id:'RS_THIS_QUESTION_IS_LINKED_TO_OTHER_SURVEYS_PLEASE_UNASSIGN_THIS_QUESTION_FROM_ALL_OTHER_SURVEYS_AND_TRY_AGAIN',value:'This question is linked to other surveys. Please unassign this question from all other surveys and try again.'});
  this.items[1531] = ({id:'RS_THIS_ANSWER_IS_BEING_USED_IN_THE_SURVEY_RESULTS_DELETE_THESE_SURVEY_RESULTS_BEFORE_TRYING_AGAIN',value:'This answer is being used in the survey results delete these survey results before trying again'});
  this.items[1532] = ({id:'RS_THE_FOLLOWING_FORM_FIELDS_WERE_INCOMPLETE_OR_INCORRECT',value:'The following form field(s) were incomplete or incorrect:'});
  this.items[1533] = ({id:'RS_PLEASE_COMPLETE_OR_CORRECT_THE_FORM_AND_SUBMIT_AGAIN',value:'Please complete or correct the form and submit again.'});
  this.items[1534] = ({id:'RS_ONLY_THE_SINGLE_FILE_NAME',value:'Only the single filename.'});
  this.items[1535] = ({id:'RS_WOULD_YOU_LIKE_TO_SAVE_YOUR_CHANGES',value:'Would you like to save your changes?'});
  this.items[1536] = ({id:'RS_UPDATING_THE_ORDER_WILL_SAVE_ALL_CHANGES_MADE_INCLUDING_THE_DISPLAY_ORDER_CHANGES',value:'Updating the order will save all changes made including the display order changes.'});
  this.items[1537] = ({id:'RS_MAXIMUM_ROWS_SHOWN_MAY_ONLY_BE_A_NUMBER',value:'Maximum rows shown may only be a number.'});
  this.items[1538] = ({id:'RS_DELETED_DOCUMENTS_X',value:'Deleted documents \'%s\'.'});
  this.items[1539] = ({id:'RS_DELETED_DOCUMENT_X',value:'Deleted document \'%s\'.'});
  this.items[1540] = ({id:'RS_UNABLE_TO_UPDATE_NAVIGATION',value:'Unable to update navigation.'});
  this.items[1541] = ({id:'RS_REMOVED_QUESTION_X_FROM_SURVEY_X',value:'Removed question \'%s\' from survey \'%s\'.'});
  this.items[1542] = ({id:'RS_RDCMS_R_VER_X_ALL_MATERIAL_COPYRIGHT_REALMDIGITAL_1999_2005_ALL_RIGHTS_RESERVED',value:'rdCMS ™ ver %s. All material copyright realmdigital 1999-2006. All rights reserved.'});
  this.items[1543] = ({id:'RS_ONLY_MESSAGES_SENT_BY_YOU_MAY_BE_UPDATED',value:'Only messages sent by you may be updated.'});
  this.items[1544] = ({id:'RS_SITE_DIRECTORIES_OK',value:'Site directories ok.'});
  this.items[1545] = ({id:'RS_APPLICATION_DIRECTORIES_OK',value:'Application directories ok.'});
  this.items[1546] = ({id:'RS_APPLICATION_DIRECTORY_STRUCTURE_WARNING',value:'Application directory structure warning.'});
  this.items[1547] = ({id:'RS_USER_AGENT_OK',value:'User agent ok.'});
  this.items[1548] = ({id:'RS_PHP_VERSION_X_OK',value:'PHP version %s ok.'});
  this.items[1549] = ({id:'RS_TESTING_POPUPS',value:'Testing popups...'});
  this.items[1550] = ({id:'RS_POPUPS_ARE_NOT_ENABLED',value:'Popups are not enabled.'});
  this.items[1551] = ({id:'RS_POPUPS_ARE_ENABLED',value:'Popups are enabled.'});
  this.items[1552] = ({id:'RS_X_FILES_CHECKED',value:'%s files checked.'});
  this.items[1553] = ({id:'RS_X_FOLDERS_CHECKED',value:'%s folders checked.'});
  this.items[1554] = ({id:'RS_YOUR_REQUEST_FOR_MODULE_X_WAS_DENIED',value:'Your request for module \'%s\' was denied.'});
  this.items[1555] = ({id:'RS_YOU_MUST_PROVIDE_AT_LEAST_ONE_RECIPIENT_EMAIL_ADDRESS',value:'You must provide at least one recipient email address.'});
  this.items[1556] = ({id:'RS_OBJECT_OF_TYPE_X',value:'Object of type: \'%s\'.'});
  this.items[1557] = ({id:'RS_RUNSQL_MUST_BE_USED_IN_ORDER_TO_USE_THE_READVALUE_METHOD_NOT_RUNQUERY',value:'runSQL() must be used in order to use the readValue() method not runQuery().'});
  this.items[1558] = ({id:'RS_X_MAILER_IS_NOT_SUPPORTED',value:'\'%s\' mailer is not supported.'});
  this.items[1559] = ({id:'RS_FILE_ERROR_UNABLE_TO_OPEN_FILE_X',value:'File Error: Unable to open file \'%s\'.'});
  this.items[1560] = ({id:'RS_UNKNOWN_ENCODING_X',value:'Unknown encoding: \'%s\'.'});
  this.items[1561] = ({id:'RS_XMSMAIL_PRIORITY_X',value:'X-MSMail-Priority: \'%s\'.'});
  this.items[1562] = ({id:'RS_IMPORTANCE_X',value:'Importance: \'%s\'.'});
  this.items[1563] = ({id:'RS_DIALOGHELPER_NEEDS_TO_BE_CREATED_PLEASE_RUN_BUILDDLGHELPER_METHOD',value:'DialogHelper needs to be created. Please run \'buildDlgHelper\' method.'});
  this.items[1564] = ({id:'RS_DLGHELPER_OBJECT_NOT_FOUND',value:'dlgHelper object not found.'});
  this.items[1565] = ({id:'RS_IT_IS_ADVISABLE_TO_CREATE_A_BACKUP_BEFORE_YOU_RESTORE_WOULD_YOU_LIKE_TO_CREATE_A_BACKUP_FIRST',value:'It is advisable to create a backup before you restore! Would you like to create a backup first?'});
  this.items[1566] = ({id:'RS_THE_COOKIE_X_EXCEEDS_THE_SPECIFICATION_FOR_THE_MAXIMUM_COOKIE_SIZE_SOME_DATA_MAY_BE_LOST',value:'The cookie \'%s\' exceeds the specification for the maximum cookie size.  Some data may be lost.'});
  this.items[1567] = ({id:'RS_HEADERS_ALREADY_SENT_WHILE_TRYING_TO_GO_TO_X',value:'Headers already sent while trying to go to %s.'});
  this.items[1568] = ({id:'RS_RDCMS_HAS_ENCOUNTERED_THE_FOLLOWING_ERROR',value:'rdCMS has encountered the following error:'});
  this.items[1569] = ({id:'RS_YOUR_SESSION_HAS_EXPIRED_PLEASE_REFRESH_AND_LOGIN_AGAIN',value:'Your session has expired please refresh and login again.'});
  this.items[1570] = ({id:'RS_DELETED_X_OF_TYPE_X',value:'Deleted \'%s\' of type \'%s\'.'});
  this.items[1571] = ({id:'RS_TIME_OUT_X_SECONDS',value:'Time-Out : %s seconds.'});
  this.items[1572] = ({id:'RS_TIME_CREATED_X_SECONDS',value:'Time-Created : %s seconds.'});
  this.items[1573] = ({id:'RS_COUNT_DOWN_TIME_X_SECONDS',value:'Count-Down Time : %s seconds.'});
  this.items[1574] = ({id:'RS_EMAIL_TEMPLATE_X_DOES_NOT_EXIST',value:'Email template \'%s\' does not exist.'});
  this.items[1575] = ({id:'RS_CHANGED_MEMBER_X_PASSWORD',value:'Changed member \'%s\' password.'});
  this.items[1576] = ({id:'RS_MEMBER_EMAIL_ADDRESS_IS_NOT_AVAILABLE',value:'Member email address is not available.'});
  this.items[1577] = ({id:'RS_MEMBER_X_FORGOT_THERE_PASSWORD',value:'Member: \'%s\' forgot there password.'});
  this.items[1578] = ({id:'RS_NEW_PASSWORD_COULD_NOT_BE_SAVED',value:'New password could not be saved.'});
  this.items[1579] = ({id:'RS_EMAIL_COULD_NOT_BE_SENT',value:'Email could not be sent.'});
  this.items[1580] = ({id:'RS_IMPOSSIBLE_TO_COPY_X_FROM_X_TO_DESTINATION_DIRECTORY_X',value:'Impossible to copy \'%s\' from \'%s\' to destination directory \'%s\'.'});
  this.items[1581] = ({id:'RS_GD_NOT_EVEN_INSTALLED',value:'GD not even installed.'});
  this.items[1582] = ({id:'RS_GD_IMAGE_LIBRARY_IS_NOT_INSTALLED',value:'GD Image Library is not installed.'});
  this.items[1583] = ({id:'RS_ERROR_X_IP_X_AGENT_X',value:'Error: \'%s\' ip: \'%s\' agent: \'%s\'.'});
  this.items[1584] = ({id:'RS_CLICK_HERE_TO_GO_TO_RDCMS',value:'Click here to go to rdCMS.'});
  this.items[1585] = ({id:'RS_SKIPPED_X_ALREADY_ON_CMS_VERISON_X',value:'Skipped %s already on rdCMS verison %s.'});
  this.items[1586] = ({id:'RS_SKIPPED_X_ALREADY_ON_BUILD_NUMBER_X',value:'Skipped %s already on build number %s.'});
  this.items[1587] = ({id:'RS_STEP_X_IS_NOT_A_SUB_CLASS_OF_X',value:'Step %s is not a sub class of %s.'});
  this.items[1588] = ({id:'RS_RUNNING_X',value:'Running %s.'});
  this.items[1589] = ({id:'RS_WELCOME_TO_RDCMS_INSTALLATION',value:'Welcome to rdCMS Installation.'});
  this.items[1590] = ({id:'RS_HOWEVER_HERE_ARE_SOME_PROPERTIES_THAT_MIGHT_INTEREST_YOU',value:'However here are some properties that might interest you.'});
  this.items[1591] = ({id:'RS_IT_IS_NOT_ADVISABLE_TO_INSTALL_RDCMS_INTO_YOUR_WEB_ROOT',value:'It is not advisable to install rdCMS into your web root.'});
  this.items[1592] = ({id:'RS_THIS_IS_A_SECURITY_VULNERABILITY',value:'This is a security vulnerability.'});
  this.items[1593] = ({id:'RS_THE_X_SYMBOL_INDICATES_FIELDS_WHICH_ARE_REQUIRED',value:'The %s symbol indicates fields which are required.'});
  this.items[1594] = ({id:'RS_PLEASE_CONFIRM_YOUR_PASSWORD',value:'Please confirm your password.'});
  this.items[1595] = ({id:'RS_PLEASE_MAKE_SURE_YOUR_PASSWORD_AND_CONFIRMATION_PASSWORD_ARE_THE_SAME',value:'Please make sure your password and confirmation password are the same.'});
  this.items[1596] = ({id:'RS_PLEASE_REMEMBER_THESE_DETAILS_FOR_LOGIN_TO_RDCMS_WHEN_INSTALLATION_IS_COMPLETE',value:'Please remember these details for login to rdCMS when installation is complete.'});
  this.items[1597] = ({id:'RS_YOU_HAVE_SELECTED_TO_PREFORM_A_MAIL_CONFIGURATION_TEST',value:'You have selected to preform a mail configuration test.'});
  this.items[1598] = ({id:'RS_SETUP_WILL_ATTEMPT_TO_CONNECT_TO_YOUR_SMTP_SERVER_THIS_MAY_5_10_SECONDS',value:'Setup will attempt to connect to your smtp server, this may 5-10 seconds.'});
  this.items[1599] = ({id:'RS_SETUP_HAS_TESTED_YOUR_MAIL_CONFIGURATION_USING_X_AS_YOUR_MAILER_TYPE',value:'Setup has tested your mail configuration using \'%s\' as your mailer type.'});
  this.items[1600] = ({id:'RS_MAILER_CONFIGURATION_SUCCESS',value:'Mailer configuration success.'});
  this.items[1601] = ({id:'RS_MAILER_CONFIGURATION_FAILED',value:'Mailer configuration failed.'});
  this.items[1602] = ({id:'RS_PLEASE_CLICK_PREVIOUS_TO_CORRECT_THE_SETTINGS',value:'Please click previous to correct the settings.'});
  this.items[1603] = ({id:'RS_X_IS_NOT_WRITABLE',value:'\'%s\' is not writable.'});
  this.items[1604] = ({id:'RS_PLEASE_MAKE_SURE_THE_FILES_ARE_WRITABLE_BEFORE_CONTINUING_INSTALLATION',value:'Please make sure the file(s) are writable before continuing installation.'});
  this.items[1605] = ({id:'RS_PLEASE_MAKE_SURE_CONFIGURATION_IS_CORRECT',value:'Please make sure configuration is correct.'});
  this.items[1606] = ({id:'RS_WARNING',value:'Warning:'});
  this.items[1607] = ({id:'RS_SETUP_USER_ALREADY_EXISTS_AND_WILL_BE_OVERWRITTEN',value:'Setup user already exists and will be overwritten.'});
  this.items[1608] = ({id:'RS_THE_FOLLOWING_FILE_DOES_NOT_EXIST',value:'The following file does not exist.'});
  this.items[1609] = ({id:'RS_PLEASE_COMPLETE_STEP_1',value:'Please complete step 1.'});
  this.items[1610] = ({id:'RS_PLEASE_COMPLETE_STEP_2',value:'Please complete step 2.'});
  this.items[1611] = ({id:'RS_PLEASE_COMPLETE_STEP_4',value:'Please complete step 4.'});
  this.items[1612] = ({id:'RS_YOUR_PHP_VERSION_V_X_DOES_NOT_MEET_THE_MINIMUM_REQUIREMENT_OF_V_X',value:'Your php version v. %s does not meet the minimum requirement of v. %s.'});
  this.items[1613] = ({id:'RS_X_INITIALIZED',value:'\'%s\' initialized.'});
  this.items[1614] = ({id:'RS_WIZARD_FAILED_ON_X',value:'Wizard failed on %s.'});
  this.items[1615] = ({id:'RS_X_HAS_ALREADY_BEEN_INSTALLED',value:'%s has already been installed.'});
  this.items[1616] = ({id:'RS_PLEASE_RUN_UPGRADE_PROCEDURE',value:'Please run upgrade procedure.'});
  this.items[1617] = ({id:'RS_ERROR_OCCURED_IN_STEP_X',value:'Error occured in step %s.'});
  this.items[1618] = ({id:'RS_SUCCESSFULLY_ADDED_SITE_X_TO_RDCMS',value:'Successfully added site \'%s\' to rdCMS.'});
  this.items[1619] = ({id:'RS_ADDED_DEFAULT_DISTRIBUTION_SITE_SETTINGS',value:'Added default distribution site settings.'});
  this.items[1620] = ({id:'RS_NO_SITE_UPGRADE_SQL_FOUND_CONTINUED_INSTALLATION',value:'No site upgrade sql found. Continued installation.'});
  this.items[1621] = ({id:'RS_DATABASE_NOT_CREATED',value:'Database not created.'});
  this.items[1622] = ({id:'RS_SETUP_SQL_ERROR_X',value:'Setup SQL error : \'%s\'.'});
  this.items[1623] = ({id:'RS_INSTALLATION_COMPLETED_SUCCESSFULLY',value:'Installation completed successfully.'});
  this.items[1624] = ({id:'RS_RDCMS_HAS_SUCCESSFULLY_BEEN_INSTALLED',value:'rdCMS has successfully been installed.'});
  this.items[1625] = ({id:'RS_YOU_CAN_NOW_LOGIN_TO_RDCMS_USING_YOUR_USER_DETAILS',value:'You can now login to rdCMS using your user details.'});
  this.items[1626] = ({id:'RS_CLICK_THE_FINISH_LINK_TO_PROCCED_TO_RDCMS_AND_COMPLETE_SETUP',value:'Click the finish link to procced to rdcms and complete setup.'});
  this.items[1627] = ({id:'RS_CLICK_TO_THE_VIEW_INSTALL_LOG',value:'Click to the view install log.'});
  this.items[1628] = ({id:'RS_EXECUTE_X_STEP',value:'Execute %s step.'});
  this.items[1629] = ({id:'RS_CLICK_HERE_TO_CORRECT_STEP_2',value:'Click here to correct step 2.'});
  this.items[1630] = ({id:'RS_RDCMS_PATH_DIRECTORY_DOES_NOT_EXIST',value:'rdCMS path directory does not exist.'});
  this.items[1631] = ({id:'RS_YOUR_SITE_PATH_DIRECTORY_DOES_NOT_EXIST',value:'Your site path directory does not exist.'});
  this.items[1632] = ({id:'RS_AN_UNKNOWN_ERROR_HAS_OCCURED',value:'An unknown error has occured.'});
  this.items[1633] = ({id:'RS_PLEASE_CLICK_HERE_TO_PROCEED_TO_STEP_1',value:'Please click here to proceed to step 1.'});
  this.items[1634] = ({id:'RS_DATABASE_NOT_CREATED_X',value:'Database not created: \'%s\'.'});
  this.items[1635] = ({id:'RS_INVALID_QUERY_X',value:'Invalid query: : \'%s\'.'});
  this.items[1636] = ({id:'RS_INVALID_QUERY_X_IN_DB_X',value:'Invalid query: \'%s\' in DB \'%s\'.'});
  this.items[1637] = ({id:'RS_THE_FOLLOWING_DATABASE_DOES_NOT_EXIST_X',value:'The following database does not exist: \'%s\'.'});
  this.items[1638] = ({id:'RS_PLEASE_SETUP_RDCMS_CORRECTLY',value:'Please setup rdCMS correctly.'});
  this.items[1639] = ({id:'RS_INSTALLATION_WILL_USE_THIS_DATABASE_FOR_RDCMS_TABLES',value:'Installation will use this database for rdCMS tables.'});
  this.items[1640] = ({id:'RS_FILE_NOT_FOUND_X',value:'File not found: \'%s\'.'});
  this.items[1641] = ({id:'RS_YOU_HAVE_CHOSEN_TO_SKIP_THE_MAILER_TEST',value:'You have chosen to skip the mailer test.'});
  this.items[1642] = ({id:'RS_NO_EMAILS_WILL_BE_SENT_CONFIRMING_INSTALLATION',value:'No emails will be sent confirming installation.'});
  this.items[1643] = ({id:'RS_THE_FOLLOWING_INFORMATION_PERTAINS_TO_THE_SITE_THAT_HAS_BEEN_DISTRIBUTED_WITH_RDCMS',value:'The following information pertains to the site that has been distributed with rdCMS.'});
  this.items[1644] = ({id:'RS_ADDED_PRODUCTS_MODULE',value:'Added products module.'});
  this.items[1645] = ({id:'RS_CLICK_ON_SAVE_TO_UPDATE_YOUR_CHANGES',value:'Click on save to update your changes.'});
  this.items[1646] = ({id:'RS_POP_UP_WINDOW_HAS_BEEN_BLOCKED_PLEASE_TURN_OFF_THE_POPUP_FILTERING_BLOCKING',value:'Pop up window has been blocked please turn off the popup filtering/blocking.'});
  this.items[1647] = ({id:'RS_UPLOADED_IMAGE_X',value:'Uploaded image: \'%s\'.'});
  this.items[1648] = ({id:'RS_TOTAL_QUERIES_X',value:'Total Queries: \'%s\'.'});
  this.items[1649] = ({id:'RS_NO_MESSAGE',value:'No message.'});
  this.items[1650] = ({id:'RS_WELCOME_TO_THE_RDCMS_V_X_X_X',value:'Welcome to the rdCMS v%s %s %s.'});
  this.items[1651] = ({id:'RS_RDCMS_V_X_HAS_SUCCESSFULLY_BEEN_INSTALLED',value:'rdCMS v%s has successfully been installed.'});
  this.items[1652] = ({id:'RS_THANK_YOU_YOUR_PASSWORD_HAS_BEEN_SENT',value:'Thank you. Your password has been sent.'});
  this.items[1653] = ({id:'RS_PLEASE_LOGIN_USING_YOUR_NEW_PASSWORD_SENT_BY_EMAIL',value:'Please login using your new password sent by email.'});
  this.items[1654] = ({id:'RS_UNKNOWN_ERROR',value:'Unkown error.'});
  this.items[1655] = ({id:'RS_RDROWS_ERROR',value:'rdRows Error:'});
  this.items[1656] = ({id:'RS_MORE_ROWS_CELLS_HAVE_BEEN_SET_THAN_THERE_ARE_COLUMNS',value:'More rows cells have been set than there are columns.'});
  this.items[1657] = ({id:'RS_METHOD_X_DOES_NOT_EXIST_ON_CLASS_X',value:'Method \'%s\' does not exist on class: \'%s\'.'});
  this.items[1658] = ({id:'RS_METHOD_DOES_NOT_EXIST_ON_CLASS_X',value:'Method does not exist on class: \'%s\'.'});
  this.items[1659] = ({id:'RS_UPDATED_X_FILE',value:'Updated \'%s\' file.'});
  this.items[1660] = ({id:'RS_LITERAL_NOT_FOUND',value:'Literal not found.'});
  this.items[1661] = ({id:'RS_DATABASE_BACKUP',value:'Database backup.'});
  this.items[1662] = ({id:'RS_BACKUP_RESTORED_X',value:'Backup restored \'%s\'.'});
  this.items[1663] = ({id:'RS_WELCOME_TO_RDCMS_X',value:'Welcome to rdCMS %s.'});
  this.items[1664] = ({id:'RS_PLEASE_MAKE_SURE_THE_DEPARTURE_DATE_IS_LATER_THAN_THE_ARRIVAL_DATE',value:'Please make sure the departure date is later than the arrival date.'});
  this.items[1665] = ({id:'RS_YOUR_BOOKING_IS_BEING_PROCESSED',value:'Your booking is being processed.'});
  this.items[1666] = ({id:'RS_YOUR_BOOKING_HAS_BEEN_CONFIRMED',value:'Your booking has been confirmed.'});
  this.items[1667] = ({id:'RS_A_BOOKING_HAS_BEEN_PLACED',value:'A booking has been placed.'});
  this.items[1668] = ({id:'RS_REMOVED_IMAGE_ASSOCIATION_AND_DELETED_IMAGE_X',value:'Removed image association and deleted image \'%s\'.'});
  this.items[1669] = ({id:'RS_UPDATED_IMAGE_X',value:'Updated image \'%s\'.'});
  this.items[1670] = ({id:'RS_UNABLE_TO_UPDATE_IMAGE_X',value:'Unable to update image \'%s\'.'});
  this.items[1671] = ({id:'RS_YOU_MUST_BE_LOGGED_IN_TO_SEE_THIS_PAGE',value:'You must be logged in to see this page.'});
  this.items[1672] = ({id:'RS_X_COULD_NOT_BE_LOADED',value:'%s could not be loaded.'});
  this.items[1673] = ({id:'RS_RESTORE_X_FAILED',value:'Restore \'%s\' failed.'});
  this.items[1674] = ({id:'RS_UPDATED_QUESTION_ITEM_X',value:'Updated question item %s.'});
  this.items[1675] = ({id:'RS_DELETED_QUESTION_ITEM_X',value:'Deleted question item %s.'});
  this.items[1676] = ({id:'RS_FAILED_TO_DELETE_QUESTION_X',value:'Failed to delete question %s.'});
  this.items[1677] = ({id:'RS_UPDATED_ANSWER_ITEM_X',value:'Updated answer item %s.'});
  this.items[1678] = ({id:'RS_DELETED_ANSWER_ITEM_X',value:'Deleted answer item %s.'});
  this.items[1679] = ({id:'RS_ADDED_X_ANSWERS_TO_QUESTION_X',value:'Added %s answer(s) to question %s.'});
  this.items[1680] = ({id:'RS_DELETED_SURVEY_RESULT_GROUP_X',value:'Deleted survey result group %s.'});
  this.items[1681] = ({id:'RS_THE_FOLLOWING_SURVEY_HAS_BEEN_SENT_ON_X',value:'The following survey has been sent on %s.'});
  this.items[1682] = ({id:'RS_WELCOME_TO_RDCMS_UPGRADE_UTILITY',value:'Welcome to rdcms upgrade utility.'});
  this.items[1683] = ({id:'RS_CURRENT_RDCMS_VERSION_UPGRADE',value:'Current rdcms version upgrade.'});
  this.items[1684] = ({id:'RS_CURRENT_BUILD_NUMBER_UPGRADE',value:'Current build number upgrade.'});
  this.items[1685] = ({id:'RS_UPGRADE_COMPLETE',value:'Upgrade Complete.'});
  this.items[1686] = ({id:'RS_RDCMS_HAS_BEEN_UPGRADED_TO__VERSION_X_BUILD_X',value:'rdCMS has been upgraded to v%s build %s.'});
  this.items[1687] = ({id:'RS_UPGRADE_COMPLETED_SUCCESSFULLY',value:'Upgrade completed successfully.'});
  this.items[1688] = ({id:'RS_FAILED_TO_CONNECT_TO_X_DB_PLEASE_MAKE_SURE_RDCMS_HAS_BEEN_INSTALLED_CORRECTLY',value:'Failed to connect to %s DB. Please make sure rdCMS has been installed correctly.'});
  this.items[1689] = ({id:'RS_DATABASE_X_DOES_NOT_EXIST_ON_HOST_X',value:'Database \'%s\' does not exist on host \'%s\'.'});
  this.items[1690] = ({id:'RS_X_DATABASE_IS_UP_TO_DATE_RDCMS_V_X',value:'\'%s\' database is up to date. rdcms v%s.'});
  this.items[1691] = ({id:'RS_CURRENT_X_INCLUDE_FILE_COULD_NOT_BE_FOUND',value:'Current %s include file could not be found.'});
  this.items[1692] = ({id:'RS_THE_FOLLOWING_DATABASE_ALREADY_EXISTS_X',value:'The following database already exists \'%s\'.'});
  this.items[1693] = ({id:'RS_COMPLETED_CENTRAL_TABLE_INSTALLATION_SUCCESSFULLY',value:'Completed central table installation successfully.'});
  this.items[1694] = ({id:'RS_PLEASE_ASSIGN_AT_LEAST_1_SITE',value:'Please assign at least 1 site.'});
  this.items[1695] = ({id:'RS_NO_HELP_LOCATION_ID',value:'No help location id.'});
  this.items[1696] = ({id:'RS_THERE_IS_NO_CONTENT_FOR_THIS_HELP_ITEM',value:'There is no content for this help item.'});
  this.items[1697] = ({id:'RS_WOULD_YOU_LIKE_TO_ADD_CONTENT',value:'Would you like to add content?'});
  this.items[1698] = ({id:'RS_REMOVED_ALL_ENTITY_LINKS_FROM_X_OF_TYPE_X',value:'Removed all entity links from \'%s\' of type \'%s\'.'});
  this.items[1699] = ({id:'RS_SET_SELECTED_ROWS_X_COLUMN_TO_X',value:'Set selected rows %s column to %s.'});
  this.items[1700] = ({id:'RS_CLICK_THE_NEXT_LINK_TO_BEGIN_UPGRADE',value:'Click the next link to begin upgrade.'});
  this.items[1701] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_ADD_LOCATION',value:'Are you sure you would like to add location'});
  this.items[1702] = ({id:'RS_LOCATION_DOES_NOT_SUPPORT_SUB_NAVIGATION',value:'Location does not support sub-navigation.'});
  this.items[1703] = ({id:'RS_DOES_NOT_SUPPORT_SUB_NAVIGATION_SUB_NAVIGATION_ITEMS_WILL_NOT_BE_SHOWN_WHEN_MOVED_TO_NEW_LOCATION',value:' does not support sub-navigation. Sub navigation items will not be shown when moved to new location.'});
  this.items[1704] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_ADD',value:'Are you sure you would like add'});
  this.items[1705] = ({id:'RS_NEW_ANSWER',value:'new answer(s)?'});
  this.items[1706] = ({id:'RS_THIS_SURVEY_HAS',value:'This survey has'});
  this.items[1707] = ({id:'RS_RESULTS_DELETE_THESE_SURVEY_RESULTS_BEFORE_TRYING_AGAIN',value:'results delete these survey results before trying again.'});
  this.items[1708] = ({id:'RS_FILE_KEY',value:'File key'});
  this.items[1709] = ({id:'RS_DOES_NOT_EXIST',value:'does not exist'});
  this.items[1710] = ({id:'RS_AFTER',value:'After'});
  this.items[1711] = ({id:'RS_X_PRESSING_FINISH_IT_IS_ADVISABLE_THAT_YOU_MAKE_THE_FOLLOWING_FILES_NOT_WRITABLE',value:'%s pressing Finish it is advisable that you make the following files not writable.'});
  this.items[1712] = ({id:'RS_PLEASE_SELECT_AN_ARRIVAL_DATE',value:'Please select an arrival date '});
  this.items[1713] = ({id:'RS_PLEASE_SELECT_A_DEPARTURE_DATE',value:'Please select a departure date '});
  this.items[1714] = ({id:'RS_THAT_IS_GREATER_THAN_TODAY',value:'that is greater than today.'});
  this.items[1715] = ({id:'RS_THAT_IS_GREATER_THAN_OR_EQUAL_TO_TODAY',value:'that is greater than or equal to today.'});
  this.items[1716] = ({id:'RS_CATEGORY',value:'Category'});
  this.items[1717] = ({id:'RS_PLEASE_ENTER_A_CATEGORY',value:'Please enter a category.'});
  this.items[1718] = ({id:'RS_PLEASE_ENTER_A_SITE_DIRECTORY',value:'Please enter a site directory.'});
  this.items[1719] = ({id:'RS_PLEASE_ENTER_A_SITE_URL',value:'Please enter a site url.'});
  this.items[1720] = ({id:'RS_PLEASE_ENTER_A_SITE_KEY',value:'Please enter a site key.'});
  this.items[1721] = ({id:'RS_SITE_DIRECTORY',value:'Site Directory'});
  this.items[1722] = ({id:'RS_PLEASE_ENTER_A_SITE_NAME',value:'Please enter a site name.'});
  this.items[1723] = ({id:'RS_MODULES',value:'Modules'});
  this.items[1724] = ({id:'RS_CAPTION',value:'Caption'});
  this.items[1725] = ({id:'RS_SECURE',value:'Secure'});
  this.items[1726] = ({id:'RS_VISIBLE',value:'Visible'});
  this.items[1727] = ({id:'RS_DEFAULT',value:'Default'});
  this.items[1728] = ({id:'RS_UNABLE_TO_DELETE_CURRENT_SITE',value:'Unable to delete current site'});
  this.items[1729] = ({id:'RS_ASSIGN_ALL',value:'Assign All'});
  this.items[1730] = ({id:'RS_UNASSIGN_ALL',value:'Unassign All'});
  this.items[1731] = ({id:'RS_SORT_BY_X',value:'Sort By %s'});
  this.items[1732] = ({id:'RS_THEMES',value:'Themes'});
  this.items[1733] = ({id:'RS_ACCESSORIES',value:'Accessories'});
  this.items[1734] = ({id:'RS_AVAILABLE',value:'Available'});
  this.items[1735] = ({id:'RS_AVAILABLE_ACCESSORIES',value:'Available Accessories'});
  this.items[1736] = ({id:'RS_PRODUCT_OPTIONS',value:'Registration Options'});
  this.items[1737] = ({id:'RS_SHOW_X_ACCESSORIES',value:'Show %s accessories'});
  this.items[1738] = ({id:'RS_HIDE_X_ACCESSORIES',value:'Hide %s accessories'});
  this.items[1739] = ({id:'RS_ATTRIBUTES',value:'Attributes'});
  this.items[1740] = ({id:'RS_PLEASE_ENTER_ATTRIBUTES',value:'Please enter attributes.'});
  this.items[1741] = ({id:'RS_MAIN_IMAGE',value:'Main Image'});
  this.items[1742] = ({id:'RS_ZOOM_IMAGE',value:'Zoom Image'});
  this.items[1743] = ({id:'RS_OVERVIEW_IMAGE',value:'Overview Image'});
  this.items[1744] = ({id:'RS_PRODUCT_ATTRIBUTES',value:'Registration Attributes'});
  this.items[1745] = ({id:'RS_WISH_LIST',value:'Wish List'});
  this.items[1746] = ({id:'RS_SHOPPING_LIST',value:'Shopping List'});
  this.items[1747] = ({id:'RS_MY_SHOPPING_CART',value:'My Shopping Cart'});
  this.items[1748] = ({id:'RS_MY_SHOPPING_CART_CHECKOUT_CONFIRM',value:'My Shopping Cart Checkout Confirm'});
  this.items[1749] = ({id:'RS_MY_SHOPPING_CART_SHIPPING_ADDRESS',value:'My Shopping Cart Shipping Address'});
  this.items[1750] = ({id:'RS_MY_SHOPPING_CART_SHIPPING_DTEAILS_UPDATE',value:'My Shopping Cart Shipping Address Update'});
  this.items[1751] = ({id:'RS_MY_SHOPPING_CART_PAYMENT_INFORMATION',value:'My Shopping Cart Payment Information'});
  this.items[1752] = ({id:'RS_MY_SHOPPING_CART_PAYMENT_INFORMATION_UPDATE',value:'My Shopping Cart Payment Information Update'});
  this.items[1753] = ({id:'RS_CHECKOUT_COMPLETE',value:'Checkout Complete'});
  this.items[1754] = ({id:'RS_NEWSLETTER',value:'Newsletter'});
  this.items[1755] = ({id:'RS_NEWSLETTERS',value:'Newsletters'});
  this.items[1756] = ({id:'RS_RECIPIENTS',value:'Recipients'});
  this.items[1757] = ({id:'RS_RECIPIENT',value:'Recipient'});
  this.items[1758] = ({id:'RS_SEND_NEWSLETTER',value:'Send Newsletter'});
  this.items[1759] = ({id:'RS_PLEASE_SAVE_THIS_NEWSLETTER_BEFORE_TRYING_TO_ASSIGN_RECIPIENTS',value:'Please save this newsletter before trying to assign recipients.'});
  this.items[1760] = ({id:'RS_SEND_TO',value:'Send To'});
  this.items[1761] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_SEND_NEWSLETTER',value:'Are you sure you would like to send newsletter?'});
  this.items[1762] = ({id:'RS_ONLY_NEWLETTERS_IN_THE_PENDING_STATE_MAY_BE_SENT',value:'Only newletters in the \'Pending\' state may be sent.'});
  this.items[1763] = ({id:'RS_ASSIGNED_RECIPIENTS',value:'Assigned Recipients'});
  this.items[1764] = ({id:'RS_UNASSIGNED_RECIPIENTS',value:'Unassigned Recipients'});
  this.items[1765] = ({id:'RS_PENDING_ITEMS',value:'Pending Items'});
  this.items[1766] = ({id:'RS_SENT_ITEMS',value:'Sent Items'});
  this.items[1767] = ({id:'RS_INBOX',value:'Inbox'});
  this.items[1768] = ({id:'RS_X_DELIVERY_SUCCESSFUL_AND_HAS_BEEN_MARKED_AS_SENT',value:'\'%s\' delivery successful, item has been marked as sent.'});
  this.items[1769] = ({id:'RS_X_DELIVERY_FAILURE',value:'\'%s\' delivery failure.'});
  this.items[1770] = ({id:'RS_EMAIL_X',value:'Email \'%s\''});
  this.items[1771] = ({id:'RS_PLEASE_SELECT_A_X',value:'Please select a %s.'});
  this.items[1772] = ({id:'RS_SUBSCRIBER',value:'Subscriber'});
  this.items[1773] = ({id:'RS_SUBSCRIBER_EMAIL_ADDRESS_ALREADY_EXISTS',value:'Subscriber email address already exists.'});
  this.items[1774] = ({id:'RS_THIS_ITEM_DOES_NOT_HAVE_ANY_RECIPIENTS',value:'This item does not have any recipients.'});
  this.items[1775] = ({id:'RS_PLEASE_ADD_AT_LEAST_ONE_RECIPIENT_BEFORE_TRYING_TO_SEND',value:'Please add at least one recipient before trying to send.'});
  this.items[1776] = ({id:'RS_CUSTOMERS',value:'Customers'});
  this.items[1777] = ({id:'RS_SUBSCRIBERS',value:'Subscribers'});
  this.items[1778] = ({id:'RS_ADD_ALL',value:'Add all'});
  this.items[1779] = ({id:'RS_PAGE_REQUIRE_MESSAGE_TITLE',value:'Page require message title'});
  this.items[1780] = ({id:'RS_SHOW_X',value:'Show %s'});
  this.items[1781] = ({id:'RS_HIDE_X',value:'Hide %s'});
  this.items[1782] = ({id:'RS_SUBSCRIBER_COULD_NOT_BE_SAVED_DUE_TO_TECHNICAL_PROBLEMS',value:'Subscriber could not be saved due to technical problems.'});
  this.items[1783] = ({id:'RS_ONLY_ROW_WITHIN_THE_SAME_SET_MAY_BE_MOVED',value:'Only rows within the same set may be moved.'});
  this.items[1784] = ({id:'RS_FRIENLY_URLS',value:'Friendly URLs'});
  this.items[1785] = ({id:'RS_FRIENDLY_URL_REWRITE_HTACCESS_CODE',value:'Friendly URL rewrite htaccess code'});
  this.items[1786] = ({id:'RS_CUT_PASTE_SAVE_IN_A_HTACCESS_FILE_IN_X_ROOT_DIRECTORY',value:'Cut, paste &amp; save the code below in the htaccess file in the site root directory.'});
  this.items[1787] = ({id:'RS_FRIENDLY_URLS',value:'Friendly URLs'});
  this.items[1788] = ({id:'RS_SETTING_FRIENDLY_URL_ENABLED',value:'Friendly URLs Enabled'});
  this.items[1789] = ({id:'RS_FRIENDLY_URLS_ARE',value:'Friendly URLs are'});
  this.items[1790] = ({id:'RS_ENABLED',value:'enabled'});
  this.items[1791] = ({id:'RS_DISABLED',value:'disabled'});
  this.items[1792] = ({id:'RS_LICENCE_KEY',value:'Licence Key'});
  this.items[1793] = ({id:'RS_SITE_KEY',value:'Site Key'});
  this.items[1794] = ({id:'RS_SITE_KEYS',value:'Site Keys'});
  this.items[1795] = ({id:'RS_SITE_KEY_IS_INVALID',value:'Site key is invalid!'});
  this.items[1796] = ({id:'RS_VALIDATED',value:'Validated'});
  this.items[1797] = ({id:'RS_SUPPORTS_SUB_NAVIGATION',value:'Supports Sub Navigation'});
  this.items[1798] = ({id:'RS_PARENT',value:'Parent'});
  this.items[1799] = ({id:'RS_UNNAMED',value:'Unnamed'});
  this.items[1800] = ({id:'RS_SEARCH',value:'Search'});
  this.items[1801] = ({id:'RS_X_SEARCH',value:'%s Search'});
  this.items[1802] = ({id:'RS_SEARCH_RESULTS',value:'Search Result(s)'});
  this.items[1803] = ({id:'RS_PLEASE_ENTER_A_SEARCH_VALUE',value:'Please enter a search value.'});
  this.items[1804] = ({id:'RS_LISTINGS',value:'Abstracts'});
  this.items[1805] = ({id:'RS_LISTING',value:'Abstract'});
  this.items[1806] = ({id:'RS_CATEGORIES',value:'Categories'});
  this.items[1807] = ({id:'RS_X_CATEGORIES',value:'%s Categories'});
  this.items[1808] = ({id:'RS_LISTING_CATEGORY',value:'Abstract Category'});
  this.items[1809] = ({id:'RS_LISTINGGROUP',value:'Abstract Category'});
  this.items[1810] = ({id:'RS_LISTING_CATEGORIES',value:'Abstract Categories'});
  this.items[1811] = ({id:'RS_PRODUCTGROUP',value:'Registration Category'});
  this.items[1812] = ({id:'RS_OWNER',value:'Owner'});
  this.items[1813] = ({id:'RS_NEWS_GROUP',value:'News Group'});
  this.items[1814] = ({id:'RS_NEWS_IMAGES',value:'News Images'});
  this.items[1815] = ({id:'RS_CSV_IMPORT',value:'CSV Import'});
  this.items[1816] = ({id:'RS_CONTACTPERSON',value:'Contact Person'});
  this.items[1817] = ({id:'RS_INDIVIDUAL',value:'Individual'});
  this.items[1818] = ({id:'RS_ORGANISATIONIMAGE',value:'Organisation Image'});
  this.items[1819] = ({id:'RS_PARKINGTYPE',value:'Parking Type'});
  this.items[1820] = ({id:'RS_PROPERTYLOCATION',value:'Property Location'});
  this.items[1821] = ({id:'RS_PROPERTYSTATE',value:'Property State'});
  this.items[1822] = ({id:'RS_PROPERTYTYPE',value:'Property Type'});
  this.items[1823] = ({id:'RS_PURCHASESTATE',value:'Purchase State'});
  this.items[1824] = ({id:'RS_RDCURRENCY',value:'Currency'});
  this.items[1825] = ({id:'RS_RDENTITYGROUP',value:'Group'});
  this.items[1826] = ({id:'RS_PAYMENT_INFORMATION',value:'Payment Information'});
  this.items[1827] = ({id:'RS_PLEASE_SELECT_A_CATEGORY',value:'Please select a category.'});
  this.items[1828] = ({id:'RS_SUB_X',value:'sub-%s'});
  this.items[1829] = ({id:'RS_CONTACTINFO',value:'Contact Information'});
  this.items[1830] = ({id:'RS_LISTINGIMAGE',value:'Abstract Image'});
  this.items[1831] = ({id:'RS_NO_SEARCH_RESULTS_FOUND',value:'No search results found.'});
  this.items[1832] = ({id:'RS_IMPORT',value:'Import'});
  this.items[1833] = ({id:'RS_IMPORTER',value:'Importer'});
  this.items[1834] = ({id:'RS_LIMIT',value:'Limit'});
  this.items[1835] = ({id:'RS_UPLOAD_CSV_FILE',value:'Upload CSV file'});
  this.items[1836] = ({id:'RS_IMPORT_LIMIT',value:'Import Limit'});
  this.items[1837] = ({id:'RS_CSV_FILES',value:'CSV files'});
  this.items[1838] = ({id:'RS_SELECT_A_FILE',value:'Select a file...'});
  this.items[1839] = ({id:'RS_MINUTES',value:'Minutes'});
  this.items[1840] = ({id:'RS_SECONDS',value:'Seconds'});
  this.items[1841] = ({id:'RS_HOURS',value:'Hours'});
  this.items[1842] = ({id:'RS_EXECUTION_TIME',value:'Execution Time'});
  this.items[1843] = ({id:'RS_IMPORT_COMPLETE',value:'Import complete.'});
  this.items[1844] = ({id:'RS_THERE_ARE_NO_IMPORTERS_REGISTERED',value:'There are no importers registered.'});
  this.items[1845] = ({id:'RS_REGISTERED_IMPORTERS',value:'Registered Importers'});
  this.items[1846] = ({id:'RS_PLEASE_SELECT_A_FILE_FOR_X',value:'Please select a file for %s.'});
  this.items[1847] = ({id:'RS_X_ITEMS_IMPORTED',value:'%s items imported.'});
  this.items[1848] = ({id:'RS_X_DOES_NOT_HAVE_A_FILE_FOR_IMPORT',value:'%s does not have a file for import.'});
  this.items[1849] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_BEGIN_IMPORT',value:'Are you sure you would like to begin import?'});
  this.items[1850] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_BEGIN_BACKUP',value:'Are you sure you would like to begin backup?'});
  this.items[1851] = ({id:'RS_PLEASE_SELECT_AN_ENTITY_TYPE',value:'Please select an entity type.'});
  this.items[1852] = ({id:'RS_PLEASE_SELECT_A_REGION',value:'Please select a region.'});
  this.items[1853] = ({id:'RS_X_ADDRESS_MUST_BE_SPECIFIED',value:'%s address must be specified.'});
  this.items[1854] = ({id:'RS_LOG_TYPE',value:'Log Type'});
  this.items[1855] = ({id:'RS_VIEW_ALL',value:'View All...'});
  this.items[1856] = ({id:'RS_ANY',value:'Any'});
  this.items[1857] = ({id:'RS_RESTORE_DEFAULT_HELP',value:'Restore Default Help'});
  this.items[1858] = ({id:'RS_THIS_WILL_CLEAR_ALL_CURRENT_HELP',value:'This will clear all current help.'});
  this.items[1859] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_STOP_IMPORT',value:'Are you sure you would like to stop import.'});
  this.items[1860] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_STOP_DELIVERIES',value:'Are you sure you would like to stop deliveries.'});
  this.items[1861] = ({id:'RS_AUTOMATICALLY_PROCEEDING_IN_X_SECONDS',value:'Automatically proceeding in <b>%s</b> seconds...<br/>You may click continue before the timer reaches 0 to skip wait.'});
  this.items[1862] = ({id:'RS_IMPORT_COMPLETED',value:'Import Completed'});
  this.items[1863] = ({id:'RS_IMPORTED',value:'Imported'});
  this.items[1864] = ({id:'RS_FILENAME_CANNOT_CONTAIN_BLACKLISTED_WORD',value:'Filename cannot contain blacklisted word'});
  this.items[1865] = ({id:'RS_PLEASE_HIGHLIGHT_AREA_YOU_WOULD_LIKE_TO_HYPERLINK',value:'Please highlight area you would like to hyperlink.'});
  this.items[1866] = ({id:'RS_SITE_SETUP',value:'Site Setup'});
  this.items[1867] = ({id:'RS_CONFIRMING_INSTALLATION',value:'Confirm Installation'});
  this.items[1868] = ({id:'RS_RDCMS_DATA_SETUP',value:'Data Setup'});
  this.items[1869] = ({id:'RS_RDCMS_CLEANUP',value:'Clean Up'});
  this.items[1870] = ({id:'RS_RDCMS_INSTALLATION_COMPLETE',value:'Installation Complete'});
  this.items[1871] = ({id:'RS_RDCMS_UPGRADE_COMPLETE',value:'Upgrade Complete'});
  this.items[1872] = ({id:'RS_INSTALLATION_WILL_NOW_CLEAN_UP_FILES_CREATED_DURING_INSTALLATION_AND_COMPLETE_INSTALLATION',value:'Installation will now clean up files created during installation and complete installation.'});
  this.items[1873] = ({id:'RS_INSTALLATION_WILL_NOW_CLEAN_UP_FILES_CREATED_DURING_UPGRADE',value:'Installation will now clean up files created during upgrade.'});
  this.items[1874] = ({id:'RS_PLEASE_PROCEED_THROUGH_EACH_STEP_OF_DATA_INSTALLATION',value:'Please proceed through each step of data installation.'});
  this.items[1875] = ({id:'RS_INSTALLING_CONFIGURATION_FILES',value:'Installing configuration files'});
  this.items[1876] = ({id:'RS_REMOVE_TEMPORARY_FILES',value:'Remove temporary files'});
  this.items[1877] = ({id:'RS_SEND_INSTALLATION_CONFIRMATION_EMAIL',value:'Send installation confirmation email'});
  this.items[1878] = ({id:'RS_DEFAULT_DATA',value:'Default data'});
  this.items[1879] = ({id:'RS_CUSTOMER_DATA',value:'Customer data'});
  this.items[1880] = ({id:'RS_SITE_DATA',value:'Site data'});
  this.items[1881] = ({id:'RS_USER_DATA',value:'User data'});
  this.items[1882] = ({id:'RS_RDCMS_DATA_STRUCTURE',value:'rdCMS data structure'});
  this.items[1883] = ({id:'RS_RDCMS_USER_CONFIGURATION',value:'User Configuration'});
  this.items[1884] = ({id:'RS_WELCOME_TO_RDCMS_UPGRADE',value:'Welcome to rdCMS Upgrade.'});
  this.items[1885] = ({id:'RS_UPDATE_SYSTEM_CONFIGURATION',value:'Update system configuration'});
  this.items[1886] = ({id:'RS_CURRENT_VERSION',value:'Current Version'});
  this.items[1887] = ({id:'RS_UPGRADE_VERSION',value:'Upgrade Version'});
  this.items[1888] = ({id:'RS_NEXT_STEP',value:'Next Step'});
  this.items[1889] = ({id:'RS_SKIP_STEP',value:'Skip Step'});
  this.items[1890] = ({id:'RS_PREVIOUS_STEP',value:'Previous Step'});
  this.items[1891] = ({id:'RS_CLICK_HERE_TO_VIEW_THE_QUERY_LOG',value:'<a href=\"%s\" target=\"_blank\"><b>Click here</b></a> to view the query log.'});
  this.items[1892] = ({id:'RS_THERE_ARE_NO_DATA_STEPS_FOR_UPGRADE_CONTINUE_TO_THE_NEXT_STEP',value:'There are no data steps for upgrade, continue to the next step.'});
  this.items[1893] = ({id:'RS_INSTALLING_RDCMS_IN_YOUR_WEB_ROOT_IS_A_SECURITY_RISK',value:'Installing rdCMS in your web root is a security risk.'});
  this.items[1894] = ({id:'RS_CALENDER',value:'Calender'});
  this.items[1895] = ({id:'RS_PLEASE_CREATE_THIS_DATABASE_OR_SELECT_AN_ALREADY_EXISTING_DATABASE_BEFORE_TRYING_AGAIN',value:'Please create this database or select an already existing database before trying again.'});
  this.items[1896] = ({id:'RS_RDCMS_HAS_ENCOUNTERED_SETUP_ERRORS',value:'rdCMS has encountered setup errors.'});
  this.items[1897] = ({id:'RS_CUSTOMER_SETUP',value:'Customer Setup'});
  this.items[1898] = ({id:'RS_SECURITY_KEY',value:'Security Key'});
  this.items[1899] = ({id:'RS_VERSION_CHECK',value:'Version Check'});
  this.items[1900] = ({id:'RS_MINIMUM_VERSION_X_DOES_NOT_MEET_CURRENT_VERSION_X',value:'Minimum upgrade version is \'%s\'. Systems older than this cannot be upgraded.'});
  this.items[1901] = ({id:'RS_APPLY',value:'Apply'});
  this.items[1902] = ({id:'RS_DELIVERY_TO_X_X_SUCCESSFUL',value:'Delivery to \"%s\"[%s] successful.'});
  this.items[1903] = ({id:'RS_RECIPIENT_X_DOES_NOT_HAVE_A_VALID_EMAIL_ADDRESS',value:'Recipient \"%s\" does not have a valid email address.'});
  this.items[1904] = ({id:'RS_X_PROGRESS',value:'%s Progress'});
  this.items[1905] = ({id:'RS_DELIVERY',value:'Delivery'});
  this.items[1906] = ({id:'RS_X_COMPLETE',value:'%s Complete'});
  this.items[1907] = ({id:'RS_DELIVERED_X_TO_X_OF_X',value:'Delivered... <strong>%s</strong> - <strong>%s</strong> of <strong>%s</strong>'});
  this.items[1908] = ({id:'RS_VIEW',value:'View'});
  this.items[1909] = ({id:'RS_PLEASE_SELECT_A_PRODUCT',value:'Please select a registration.'});
  this.items[1910] = ({id:'RS_PLEASE_SELECT_A_CUSTOMER',value:'Please select a customer.'});
  this.items[1911] = ({id:'RS_ASSIGNED_X_TO_X_OF_X',value:'Assigned... <strong>%s</strong> - <strong>%s</strong> of <strong>%s</strong>'});
  this.items[1912] = ({id:'RS_DELIVERED_TO',value:'Delivered To'});
  this.items[1913] = ({id:'RS_SUCCESS',value:'Success'});
  this.items[1914] = ({id:'RS_DELIVERIES',value:'Deliveries'});
  this.items[1915] = ({id:'RS_DELIVERY_REPORTS',value:'Delivery Reports'});
  this.items[1916] = ({id:'RS_UPGRADE_STEPS',value:'Upgrade steps.'});
  this.items[1917] = ({id:'RS_RDCMS_UPGRADE',value:'rdCMS Upgrade'});
  this.items[1918] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_STOP_ASSIGNING_ITEMS',value:'Are you sure you would like to stop assigning items?'});
  this.items[1919] = ({id:'RS_ASSIGNMENT',value:'Assignment'});
  this.items[1920] = ({id:'RS_X_ASSIGNMENT_SUCCESSFUL',value:'Assignment successful'});
  this.items[1921] = ({id:'RS_FILENAME_OR_FOLDER_CASE_CONFLICT',value:'Filename or folder case conflict.'});
  this.items[1922] = ({id:'RS_MEMBER_DETAILS',value:'Member Details'});
  this.items[1923] = ({id:'RS_A_NEW_MEMBER_HAS_BEEN_REGISTERED',value:'A new member has been registered'});
  this.items[1924] = ({id:'RS_PLEASE_MAKE',value:'Please make'});
  this.items[1925] = ({id:'RS_IDENTICAL_TO',value:'identical to'});
  this.items[1926] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_MARK_THESE_MESSAGES_AS_READ',value:'Are you sure you would like to mark these messages as read.'});
  this.items[1927] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_MARK_THESE_MESSAGES_AS_UNREAD',value:'Are you sure you would like to mark these messages as unread.'});
  this.items[1928] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_MARK_THIS_MESSAGE_AS_UNREAD',value:'Are you sure you would like to mark this message as unread.'});
  this.items[1929] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_MARK_THIS_MESSAGE_AS_READ',value:'Are you sure you would like to mark this message as read.'});
  this.items[1930] = ({id:'RS_MARK_AS_READ',value:'Mark as Read'});
  this.items[1931] = ({id:'RS_MARK_AS_UNREAD',value:'Mark as Unread'});
  this.items[1932] = ({id:'RS_SET',value:'Set'});
  this.items[1933] = ({id:'RS_ASSOCIATE',value:'Associate'});
  this.items[1934] = ({id:'RS_ACTIVATE',value:'Activate'});
  this.items[1935] = ({id:'RS_DEACTIVATE',value:'Deactivate'});
  this.items[1936] = ({id:'RS_NO_COUNTRY',value:'No Country'});
  this.items[1937] = ({id:'RS_IP',value:'IP'});
  this.items[1938] = ({id:'RS_MANAGER',value:'Manager'});
  this.items[1939] = ({id:'RS_MANAGE',value:'Manage'});
  this.items[1940] = ({id:'RS_SHOW',value:'Show'});
  this.items[1941] = ({id:'RS_HIDE',value:'Hide'});
  this.items[1942] = ({id:'RS_REPORTS',value:'Reports'});
  this.items[1943] = ({id:'RS_GENERATE',value:'Generate'});
  this.items[1944] = ({id:'RS_CLEAR',value:'Clear'});
  this.items[1945] = ({id:'RS_PROPERTYIMAGE',value:'Property Image'});
  this.items[1946] = ({id:'RS_RDFILE',value:'File'});
  this.items[1947] = ({id:'RS_INPUT_TYPE',value:'Input Type'});
  this.items[1948] = ({id:'RS_CONTACT',value:'Contact'});
  this.items[1949] = ({id:'RS_CONTACT_DETAILS',value:'Contact Details'});
  this.items[1950] = ({id:'RS_DELIVERED',value:'Delivered'});
  this.items[1951] = ({id:'RS_DELIVERY_NOTE',value:'Delivery Note'});
  this.items[1952] = ({id:'RS_EXTENDED',value:'Extended'});
  this.items[1953] = ({id:'RS_VALIDATION_RULE',value:'Validation Rule'});
  this.items[1954] = ({id:'RS_CAN_FILTER',value:'Can Filter'});
  this.items[1955] = ({id:'RS_CONFIRM_EDIT',value:'Confirm Edit'});
  this.items[1956] = ({id:'RS_BOOLEAN',value:'Boolean'});
  this.items[1957] = ({id:'RS_ASSOCIATED_IMAGE',value:'Associated Image'});
  this.items[1958] = ({id:'RS_ASSOCIATED_IMAGES',value:'Associated Images'});
  this.items[1959] = ({id:'RS_ASSOCIATED_METATAGS',value:'Associated Meta Tags'});
  this.items[1960] = ({id:'RS_MEMBER_SELECT',value:'Member Select'});
  this.items[1961] = ({id:'RS_MEMBER_SEARCH',value:'Member Search'});
  this.items[1962] = ({id:'RS_REGION_SELECT',value:'Region Select'});
  this.items[1963] = ({id:'RS_REGION_SEARCH',value:'Region Search'});
  this.items[1964] = ({id:'RS_BASE_REGION_SEARCH',value:'Base Region Search'});
  this.items[1965] = ({id:'RS_NUMBER_CHECK',value:'Number checkbox'});
  this.items[1966] = ({id:'RS_READONLY',value:'Readonly'});
  this.items[1967] = ({id:'RS_HIDDEN',value:'Hidden'});
  this.items[1968] = ({id:'RS_AVAILABLE_VALUES',value:'Available values'});
  this.items[1969] = ({id:'RS_STRING',value:'String'});
  this.items[1970] = ({id:'RS_NEW_PROPERTY',value:'New property'});
  this.items[1971] = ({id:'RS_IDENTIFIER',value:'Identifier'});
  this.items[1972] = ({id:'RS_CMSENTITY',value:'Entity'});
  this.items[1973] = ({id:'RS_TRACKERSTATISTICS',value:'Tracker Statistics'});
  this.items[1974] = ({id:'RS_QUICKLINK',value:'Quicklink'});
  this.items[1975] = ({id:'RS_PRODUCTIMAGE',value:'Registration Image'});
  this.items[1976] = ({id:'RS_PRODUCTGROUPIMAGE',value:'Registration Group Image'});
  this.items[1977] = ({id:'RS_NEWSIMAGE',value:'News Image'});
  this.items[1978] = ({id:'RS_NAVIGATION_LOCATION',value:'Navigation Location'});
  this.items[1979] = ({id:'RS_ASSIGNED_QUESTION',value:'Assigned Question'});
  this.items[1980] = ({id:'RS_ASSIGNED_QUESTIONS',value:'Assigned Questions'});
  this.items[1981] = ({id:'RS_AGENTIMAGE',value:'Agent Image'});
  this.items[1982] = ({id:'RS_PROPERTYGROUP',value:'Property Group'});
  this.items[1983] = ({id:'RS_SQLDUMP',value:'Backup & Restore'});
  this.items[1984] = ({id:'RS_PRODUCT_GROUP',value:'Registration Group'});
  this.items[1985] = ({id:'RS_ACCESSORY',value:'Accessory'});
  this.items[1986] = ({id:'RS_PROPERTY_GROUP',value:'Property Group'});
  this.items[1987] = ({id:'RS_PROPERTY_TYPE',value:'Property Type'});
  this.items[1988] = ({id:'RS_X_LIST',value:'%s List'});
  this.items[1989] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_UNASSIGN_THESE_ITEMS',value:'Are you sure you would like to unassign these items.'});
  this.items[1990] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_UNASSIGN_THIS_ITEM',value:'Are you sure you would like to unassign this item.'});
  this.items[1991] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_LOCK_THIS_ITEM',value:'Are you sure you would like to lock this item.'});
  this.items[1992] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_LOCK_THESE_ITEMS',value:'Are you sure you would like to lock these items.'});
  this.items[1993] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_UNLOCK_THESE_ITEMS',value:'Are you sure you would like to unlock these items.'});
  this.items[1994] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_UNLOCK_THIS_ITEM',value:'Are you sure you would like to unlock this item.'});
  this.items[1995] = ({id:'RS_NO_ASSIGNED_USERS',value:'No assigned users'});
  this.items[1996] = ({id:'RS_ORDER_DETAILS',value:'Order Details'});
  this.items[1997] = ({id:'RS_QUANTITY',value:'Quantity'});
  this.items[1998] = ({id:'RS_EMAIL_ORDER',value:'Email Order'});
  this.items[1999] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_EMAIL_THESE_ITEMS',value:'Are you sure you would like to email these items?'});
  this.items[2000] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_EMAIL_THIS_ITEM',value:'Are you sure you would like to email this item?'});
  this.items[2001] = ({id:'RS_COPY_OF_ORDER_FORM',value:'Copy of order form'});
  this.items[2002] = ({id:'RS_LOCATION_DOES_NOT_SUPPORT_MULTI_LEVEL_NAVIGATION',value:'[Location does not support multi-level navigation.]'});
  this.items[2003] = ({id:'RS_SITES_HAVE_NOT_BEEN_VALIDATED',value:'One or more of your sites have not been validated.'});
  this.items[2004] = ({id:'RS_PLEASE_CLICK_ON_X_AND_CORRECT_THIS_ISSUE',value:'Please click on %s and correct this issue.'});
  this.items[2005] = ({id:'RS_MEMBER_SETTING_SEND_MEMBER_NOTIFICATION_EMAIL_IS_OFF',value:'Member setting \'Send Member Notification Email\' is off.'});
  this.items[2006] = ({id:'RS_PLAYER',value:'Player'});
  this.items[2007] = ({id:'RS_PLAYERS',value:'Players'});
  this.items[2008] = ({id:'RS_POSITION',value:'Position'});
  this.items[2009] = ({id:'RS_TEAM',value:'Team'});
  this.items[2010] = ({id:'RS_TEAMS',value:'Teams'});
  this.items[2011] = ({id:'RS_SYSTEM_INDICATES_RDCMS_DATABASE_DOES_NOT_REFLECT_CORRECT_BUILD_NUMBER',value:'System indicates rdCMS database does not reflect correct build number.'});
  this.items[2012] = ({id:'RS_CORRECT_BUILD_NUMBER',value:'Correct build number'});
  this.items[2013] = ({id:'RS_FANTASY_TEAM',value:'Fantasy Team'});
  this.items[2014] = ({id:'RS_CODE',value:'Code'});
  this.items[2015] = ({id:'RS_FANTASYTEAM',value:'Fantasy Team'});
  this.items[2016] = ({id:'RS_SETTING_ADMIN_SERVER_CACHING',value:'Server Cache'});
  this.items[2017] = ({id:'RS_MEMBER_GROUP',value:'Member Group'});
  this.items[2018] = ({id:'RS_MEMBER_GROUPS',value:'Member Groups'});
  this.items[2019] = ({id:'RS_MEMBERGROUP',value:'Member Group'});
  this.items[2020] = ({id:'RS_SESSIONS',value:'Sessions'});
  this.items[2021] = ({id:'RS_ABSTRACT_DECLINED',value:'Abstract Declined'});
  this.items[2022] = ({id:'RS_UNABLE_TO_SEND_ABSTRACT_DECLINED_EMAIL',value:'Unable to send abstract declined email.'});
  this.items[2023] = ({id:'RS_SETTING_FR_BUDGET',value:'Budget'});
  this.items[2024] = ({id:'RS_SETTING_FR_POSITION_LIMIT_TF',value:'Position Limit Tight Forwards'});
  this.items[2025] = ({id:'RS_SETTING_FR_POSITION_LIMIT_LF',value:'Position Limit Loose Forwards'});
  this.items[2026] = ({id:'RS_SETTING_FR_POSITION_LIMIT_SH',value:'Position Limit Scrumhalfs'});
  this.items[2027] = ({id:'RS_SETTING_FR_POSITION_LIMIT_FH',value:'Position Limit Flyhalf'});
  this.items[2028] = ({id:'RS_SETTING_FR_POSITION_LIMIT_OB',value:'Position Limit Backs'});
  this.items[2029] = ({id:'RS_SETTING_FR_COUNTRY_LIMIT_SA',value:'South Africa Player Limit'});
  this.items[2030] = ({id:'RS_SETTING_FR_COUNTRY_LIMIT_AUS',value:'Australia Player Limit'});
  this.items[2031] = ({id:'RS_SETTING_FR_COUNTRY_LIMIT_NZ',value:'New Zealand Player Limit'});
  this.items[2032] = ({id:'RS_CHALLENGE_GROUP',value:'Challenge Group'});
  this.items[2033] = ({id:'RS_REGISTRATION_CODE',value:'Registration Code'});
  this.items[2034] = ({id:'RS_SETTING_FR_FREE_TEAMS_LIMIT',value:'Free Teams Limit'});
  this.items[2035] = ({id:'RS_SETTING_FR_CHALLENGE_GROUP_LIMIT',value:'Challenge Group Limit'});
  this.items[2036] = ({id:'RS_SETTING_MEMBER_REGISTRATION_FROM_EMAIL_ADDRESS',value:'Registration From Email Address'});
  this.items[2037] = ({id:'RS_SETTING_MEMBER_REGISTRATION_BOUNCE_EMAIL_ADDRESS',value:'Registration Bounce Email Address'});
  this.items[2038] = ({id:'RS_MATCH',value:'Match'});
  this.items[2039] = ({id:'RS_PREDICTION',value:'Prediction'});
  this.items[2040] = ({id:'RS_MATCH_POINTS',value:'Match Points'});
  this.items[2041] = ({id:'RS_MATCH_POINT_VALUES',value:'Match Point Values'});
  this.items[2042] = ({id:'RS_IMPORTERS',value:'Importers'});
  this.items[2043] = ({id:'RS_SETTING_ADMIN_DEFAULT_EMAIL_SENDER_ADDRESS',value:'Sender Email Address'});
  this.items[2044] = ({id:'RS_SETTING_ADMIN_DEFAULT_EMAIL_SENDER_NAME',value:'Sender Email Name'});
  this.items[2045] = ({id:'RS_POSTAL_CODE',value:'Postal Code'});
  this.items[2046] = ({id:'RS_SUBURB',value:'Suburb'});
  this.items[2047] = ({id:'RS_CITY',value:'City'});
  this.items[2048] = ({id:'RS_CHALLENGEGROUP',value:'Challenge Group'});
  this.items[2049] = ({id:'RS_VOUCHER',value:'Voucher'});
  this.items[2050] = ({id:'RS_MATCHPREDICTION',value:'Match Prediction'});
  this.items[2051] = ({id:'RS_PRINT_LIST',value:'Print List'});
  this.items[2052] = ({id:'RS_NOT_AVAILABLE',value:'Not Available'});
  this.items[2053] = ({id:'RS_SETTING_FR_PLAYER_TRANSFER_LIMIT',value:'Player Transfer Limit'});
  this.items[2054] = ({id:'RS_PAY_OFFLINE',value:'Pay Offline'});
  this.items[2055] = ({id:'RS_COMPLETE',value:'Complete'});
  this.items[2056] = ({id:'RS_NOT_AUTHORIZED',value:'Not Authorized'});
  this.items[2057] = ({id:'RS_SETTING_FR_FREEZETIME_START',value:'Freeze Time Start'});
  this.items[2058] = ({id:'RS_SETTING_FR_FREEZETIME_END',value:'Freeze Time End'});
  this.items[2059] = ({id:'RS_SETTING_FR_FREEZETIME_ENABLED',value:'Freeze Time Enabled'});
  this.items[2060] = ({id:'RS_SETTING_FR_TRANSFER_LIMITS_ENABLED',value:'Transfer Limits Enabled'});
  this.items[2061] = ({id:'RS_SETTING_ADMIN_MAINTENANCE_MODE',value:'Maintenance Mode'});
  this.items[2062] = ({id:'RS_BOOKED_PRODUCTS',value:'Booked Registrations'});
  this.items[2063] = ({id:'RS_X_RECEIPT_OF_PAYMENT',value:'%s Receipt of Payment'});
  this.items[2064] = ({id:'RS_MARK_AS_COMPLETE',value:'Mark As Complete'});
  this.items[2065] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_MARK_THIS_ORDER_AS_COMPLETE',value:'Are you sure you would like to mark this order as complete?'});
  this.items[2066] = ({id:'RS_ARE_YOU_SURE_YOU_WOULD_LIKE_TO_MARK_THESE_ORDERS_AS_COMPLETE',value:'Are you sure you would like to mark these orders as complete?'});
  this.items[2067] = ({id:'RS_TOTAL_NUMBER_OF_X_X',value:'Total number of %s: %s'});
  this.items[2068] = ({id:'RS_SHOW_COLUMN',value:'Show Column'});
  this.items[2069] = ({id:'RS_LARGE_TEXT_AREA',value:'Large Text Area'});
			this.loaded = true;
		}
	}
	controller.getResourceString = function(id){
		var _id 	= id;
		var str   = _id;
		var found = false;
		var _default_language_abbreviation = 'ENG';
		var _language_abbreviation = 'ENG';
		if(_default_language_abbreviation  != _language_abbreviation){
			_id = "RS_"+_language_abbreviation+"_"+id.substr(3);
		}
		for(var i=0;i<this.items.length;i++){
			if(this.items[i].id == _id){
				str = this.items[i].value;
				found = true;
				break;
			}
		}
		if(!found){
			for(var i=0;i<this.items.length;i++){
				if(this.items[i].id == id){
					str = this.items[i].value;
					found = true;
					break;
				}
			}
		}
		return str;
	}
	function getAppVersion(){
		return '2.575';
	};
	return controller;
}
var rdJSApp = null;
rdJSApp = initRDJSApplication();
rdJSApp.load();
