Thomas Bruederli
2012-08-06 20825920e3f723c1a2a962beaa72a33e82cd14da
commit | author | age
48e9c1 1 <?php
T 2
3 /*
4  +-----------------------------------------------------------------------+
5  | localization/ja_JP/labels.inc                                         |
6  |                                                                       |
7  | Language file of the Roundcube Webmail client                         |
8  | Copyright (C) 2012, The Roundcube Dev Team                            |
9  | Licensed under the GNU General Public License                         |
10  |                                                                       |
11  +-----------------------------------------------------------------------+
208259 12  | Author: Takahiro Kambe                                                |
48e9c1 13  +-----------------------------------------------------------------------+
T 14 */
15
16 $labels = array();
208259 17 $labels['buttontext'] = 'アーカイブ';
TB 18 $labels['archivefolder'] = 'アーカイブ';
48e9c1 19 $labels['buttontitle'] = 'このメッセージをアーカイブ';
T 20 $labels['archived'] = 'アーカイブしました。';
21