Thomas Bruederli
2013-10-10 a01f3b959abd9720ec1b33624cbd31bee4838c2b
commit | author | age
48e9c1 1 <?php
T 2
3 /*
4  +-----------------------------------------------------------------------+
aed581 5  | plugins/newmail_notifier/localization/<lang>.inc                      |
48e9c1 6  |                                                                       |
aed581 7  | Localization file of the Roundcube Webmail New Mail Notifier plugin   |
TB 8  | Copyright (C) 2012-2013, The Roundcube Dev Team                       |
9  |                                                                       |
10  | Licensed under the GNU General Public License version 3 or            |
11  | any later version with exceptions for skins & plugins.                |
12  | See the README file for a full license statement.                     |
48e9c1 13  |                                                                       |
T 14  +-----------------------------------------------------------------------+
aed581 15
TB 16  For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-newmail_notifier/
48e9c1 17 */
e88e20 18 $labels['basic'] = '新しいメッセージの通知をブラウザーに表示';
TB 19 $labels['desktop'] = '新しいメッセージの通知をデスクトップに表示';
20 $labels['sound'] = '新しいメッセージが届くと音を再生';
48e9c1 21 $labels['test'] = 'テスト';
e88e20 22 $labels['title'] = '新しい電子メールです!';
48e9c1 23 $labels['body'] = '新しいメッセージを受信しました。';
e88e20 24 $labels['testbody'] = 'これはテストの通知です。';
48e9c1 25 $labels['desktopdisabled'] = 'ブラウザーでデスクトップ通知が無効になっています。';
T 26 $labels['desktopunsupported'] = 'ブラウザーがデスクトップ通知をサポートしていません。';
413617 27 $labels['desktoptimeout'] = 'デスクトップ通知を閉じる';
aed581 28 ?>