13 lines
377 B
PHP
13 lines
377 B
PHP
<?php
|
|
/**
|
|
* Localizations for the Kolab 2-Factor-Auth plugin
|
|
*
|
|
* Copyright (C) 2015, Kolab Systems AG
|
|
*
|
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_2fa/
|
|
*/
|
|
$labels['created'] = '已创建';
|
|
$labels['yes'] = '是';
|
|
$labels['no'] = '否';
|
|
$labels['label'] = '名称';
|
|
$labels['verifycodeexplainhotp'] = $labels['verifycodeexplaintotp'];
|