1<?php
2
3$lang["allowed_domains"] = 'Allowed email domains';
4$lang["client_id"] = "GoogleAPI Client ID";
5//$lang["redirect_uri"] = "GoogleAPI Redirect URI";
6$lang["client_secret"] = "GoogleAPI Client Secret";
7$lang["default_groups"] = "Default groups";
8
9?>