<?php
	$s_plugin_googlelogin_title       = 'Google Login';
	$s_plugin_googlelogin_description = 'Allows signing to Mantis with google account';
	$s_plugin_googlelogin_config      = 'Configuration';
	$s_plugin_googlelogin_api = 'Enter api Key';
	$s_plugin_googlelogin_client_id = 'Enter Client ID';
	$s_plugin_googlelogin_client_secret = 'Enter Client Secret';
	$s_plugin_googlelogin_url = 'Enter Redirect URL';
	$s_plugin_googlelogin_domain = 'Enter Your Email Domain';
	$s_plugin_googlelogin_domain_hint = 'Leave Empty for Gmail Login';
	$s_plugin_googlelogin_domain_multiple = 'Enter multiple domains<div style="color:red; display:inline;">**</div> separated by comma(,)';
	$s_plugin_googlelogin_domain_multiple_hint = '<div style="color:red; display:inline;">**</div> Domain name should be registered by Google Apps';
	$s_plugin_googlelogin_disable_password = 'Disable Password';
	$s_original_reporter = 'Original Reporter';
