blob: 3fbbb2806749d5b790ecc61c2857d7aa9f39858b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?php
/*
+-----------------------------------------------------------------------+
| localization/ja_JP/labels.inc |
| |
| Language file of the Roundcube Webmail client |
| Copyright (C) 2012, The Roundcube Dev Team |
| Licensed under the GNU General Public License |
| |
+-----------------------------------------------------------------------+
| Author: Takahiro Kambe |
+-----------------------------------------------------------------------+
*/
$labels = array();
$labels['hide'] = '隠す';
$labels['show'] = '表示';
$labels['quotelimit'] = '次の行数より多い引用を非表示';
|