14 lines
No EOL
332 B
PHP
14 lines
No EOL
332 B
PHP
<?php
|
|
|
|
// EN-Revision: 4383
|
|
|
|
$labels = array();
|
|
$labels['initials'] = 'イニシャル';
|
|
$labels['profession'] = '職業';
|
|
$labels['officelocation'] = 'オフィスの所在地';
|
|
$labels['children'] = '子供';
|
|
$labels['pgppublickey'] = 'PGP 公開鍵';
|
|
$labels['freebusyurl'] = 'Free-busy URL';
|
|
$labels['settings'] = '設定';
|
|
|
|
?>
|