2014-11-27 20:13:06 +01:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* Localizations for the Kolab Auth plugin
|
|
|
|
*
|
|
|
|
* Copyright (C) 2014, Kolab Systems AG
|
|
|
|
*
|
|
|
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_auth/
|
|
|
|
*/
|
2016-07-22 11:42:44 +02:00
|
|
|
$labels['loginas'] = '以xxx登录';
|
|
|
|
$labels['loginasnotallowed'] = '无权限以 $user 登录';
|
2014-11-27 20:13:06 +01:00
|
|
|
?>
|