source: github/plugins/newmail_notifier/localization/ja_JP.inc @ 48e9c14

HEADcourier-fixdev-browser-capabilitiespdorelease-0.8
Last change on this file since 48e9c14 was 48e9c14, checked in by thomascube <thomas@…>, 14 months ago

Move plugins repository into roundcubemail root folder; svn:externals are not defined anymore

  • Property mode set to 100644
File size: 1.5 KB
RevLine 
[48e9c14]1<?php
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 +-----------------------------------------------------------------------+
12 | Author: Thomas <Unknown>                                              |
13 +-----------------------------------------------------------------------+
14 @version $Id$
15*/
16
17$labels = array();
18$labels['basic'] = '新しいメッセヌゞの通知をブラりザヌに衚瀺する';
19$labels['desktop'] = '新しいメッセヌゞの通知をデスクトップに衚瀺する';
20$labels['sound'] = '新しいメッセヌゞが届くず音を再生する';
21$labels['test'] = 'テスト';
22$labels['title'] = '新しいメヌルです!';
23$labels['body'] = '新しいメッセヌゞを受信したした。';
24$labels['testbody'] = 'これはテスト通知です。';
25$labels['desktopdisabled'] = 'ブラりザヌでデスクトップ通知が無効になっおいたす。';
26$labels['desktopunsupported'] = 'ブラりザヌがデスクトップ通知をサポヌトしおいたせん。';
27
Note: See TracBrowser for help on using the repository browser.