$text = array(
	'tgrid' => 'Click here to hide or show the grid',
	'tmaps' => 'Switch between original and alternative map',
	'tplrs' => 'Show player locations',
	'tstru' => 'Show structures',
	'troad' => 'Show paved roads',
	'ponli' => 'Players',
	'fnded' => 'Founded',
	'membs' => 'Members',
	'nextr' => 'until restart',
	'confi' => 'Livemap Configuration',
	'ircon' => 'RCON (Remote Control)',
	'jhour' => 'JH',
	'activ' => 'is active',
	'tmrrw' => 'Tomorrow',
	'steam' => 'Click to see Steam profile',
	'tiles' => 'tiles',
	'drest' => 'Daily restarts',
	'bldgs' => 'Buildings',
	'zoomi' => 'Zoom in',
	'zoomo' => 'Zoom out',
	'viweb' => 'Visit this servers website',
	'lgmod' => 'Logout',
	'nowon' => 'Now online',
	'noone' => 'No players online.',
	'diamt' => 'Diameter',
	'gtime' => 'in-game time and date',
	'wethr' => 'Weather',
	'wfore' => 'Weather Forecast',
	'wsnow' => 'Snowy',
	'wrain' => 'Rainy',
	'wfair' => 'Sunny',
	'wclou' => 'Cloudy',
	'wheel' => 'Enable/Disable zooming with mouse-wheel',
	'chman' => 'Account & Character Management',
	'guman' => 'Guild Management',
	'sauth' => 'Please authenticate through Steam to access your guild on this server',
	'nogld' => 'This character is guildless',
	'noldr' => 'Only the guild leader can edit ranks, standings and permissions',
	'noclm' => 'This guild has no claim yet',
	'grank' => 'Rank',
	'leadr' => 'Leader',
	'guild' => 'Guild',
	'stndg' => 'Standing',
	'stnds' => 'Standings',
	'ostng' => 'Our Standing',
	'tstng' => 'Their Standing',
	'dstnc' => 'Distance',
	'chstg' => 'Change Standing',
	'chrnk' => 'Change Rank',
	'chprm' => 'Change Permissions',
	'nwprm' => 'New individual permission rule',
	'perms' => 'Permissions',
	'gum01' => 'Time limit exceeded. The server did not respond. It might be offline.',
	'gum02' => 'The server has rejected the action.',
	'gum03' => 'Your changes were processed and saved successfully',
	'igupm' => 'Individual Guild Permissions',
	'ichpm' => 'Individual Character Permissions',
	'nrule' => 'New Rule',
	'gback' => 'back',
	'enter' => 'Enter',
	'build' => 'Build',
	'claim' => 'Claim',
	'uusee' => 'Use',
	'dstry' => 'Destroy',
	'waits' => 'Please Wait',
	'savex' => 'Save',
	'nivpe' => 'No individual rules were created yet',
	'gtype' => 'Guild Type',
	'kmlog' => 'Keep me logged in',
);

$daynames = array(
	0 => 'Sunday',
	1 => 'Monday',
	2 => 'Tuesday',
	3 => 'Wednesday',
	4 => 'Thursday',
	5 => 'Friday',
	6 => 'Saturday'
);

$guild_ranks_m = array(
	0 => 'none',
	1 => 'Count',
	2 => 'Viscount',
	3 => 'Baron',
	4 => 'Knight',
	5 => 'Revee',
	6 => 'Peasant',
	7 => 'Recruit'
);
$guild_ranks_f = array(
	0 => 'none',
	1 => 'Countess',
	2 => 'Viscountess',
	3 => 'Baroness',
	4 => 'Dame',
	5 => 'Revee',
	6 => 'Peasant',
	7 => 'Recruit'
);

$claim_tiers = array(
	1 => 'Stronghold',
	2 => 'Town',
	3 => 'Village',
	4 => 'Camp'
);

$guild_standings = array(
	0 => '?',
	1 => 'War',
	2 => 'Hostile',
	3 => 'Neutral',
	4 => 'Friendly',
	5 => 'Ally'
);

$guild_types = array(
	1 => 'Band',
	2 => 'Order',
	3 => 'Country',
	4 => 'Kingdom',
	5 => 'Vassal'
);