roundcubemail-plugins-kolab/plugins/kolab_auth/localization/ja_JP.inc

12 lines
322 B
PHP
Raw Normal View History

2013-01-12 11:23:32 +00: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/
*/
2013-10-11 15:06:22 +02:00
$labels['loginas'] = 'ログイン';
2016-05-18 16:38:39 +02:00
$labels['loginasnotallowed'] = '$user としてログインする権限がありません';
2013-01-12 11:23:32 +00:00
?>