blob: a5576e9edf8bcc5c78d49f2d16a2d060c801e2f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
# Converted from Roundcube PHP localization files
# Copyright (C) 2011 The Roundcube Dev Team
# This file is distributed under the same license as the Roundcube package.
#
#: plugins/newmail_notifier/localization/ja_JP.inc
msgid ""
msgstr ""
"Project-Id-Version: roundcube-plugin-newmail_notifier\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2011-12-09T09:43:23+01:00\n"
"Last-Translator: \n"
"Language-Team: Translations <hello@roundcube.net>\n"
"Language: ja_JP\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: plugins/newmail_notifier/localization/ja_JP.inc:basic
msgid "Display browser notifications on new message"
msgstr "新しいメッセージの通知をブラウザーに表示する"
#: plugins/newmail_notifier/localization/ja_JP.inc:desktop
msgid "Display desktop notifications on new message"
msgstr "新しいメッセージの通知をデスクトップに表示する"
#: plugins/newmail_notifier/localization/ja_JP.inc:sound
msgid "Play the sound on new message"
msgstr "新しいメッセージが届くと音を再生する"
#: plugins/newmail_notifier/localization/ja_JP.inc:test
msgid "Test"
msgstr "テスト"
#: plugins/newmail_notifier/localization/ja_JP.inc:title
msgid "New Email!"
msgstr "新しいメールです!"
#: plugins/newmail_notifier/localization/ja_JP.inc:body
msgid "You've received a new message."
msgstr "新しいメッセージを受信しました。"
#: plugins/newmail_notifier/localization/ja_JP.inc:testbody
msgid "This is a test notification."
msgstr "これはテスト通知です。"
#: plugins/newmail_notifier/localization/ja_JP.inc:desktopdisabled
msgid "Desktop notifications are disabled in your browser."
msgstr "ブラウザーでデスクトップ通知が無効になっています。"
#: plugins/newmail_notifier/localization/ja_JP.inc:desktopunsupported
msgid "Your browser does not support desktop notifications."
msgstr "ブラウザーがデスクトップ通知をサポートしていません。"
|