11 lines
290 B
PHP
11 lines
290 B
PHP
<?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/
|
|
*/
|
|
$labels['loginas'] = '以xxx登录';
|
|
$labels['loginasnotallowed'] = '无权限以 $user 登录';
|
|
?>
|