16 lines
492 B
PHP
16 lines
492 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['remove'] = '削除';
|
|
$labels['continue'] = '続ける';
|
|
$labels['yes'] = 'はい';
|
|
$labels['no'] = 'いいえ';
|
|
$labels['label'] = '名前';
|
|
$labels['verifycodeexplainhotp'] = $labels['verifycodeexplaintotp'];
|
|
$labels['enterhighsecurity'] = '確認';
|