blob: 4f9d5eb78976c3ae9510c934ffd83f8e25ef3e2d (
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
52
53
54
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
linkTitleTextFormat =%S へ移動
addHandler ="%1$S" (%2$S) をフィードリーダーとして追加しますか?
addHandlerAddButton =フィードリーダーを追加
addHandlerAddButtonAccesskey =A
handlerRegistered ="%S" はすでにフィードリーダーとして登録されています
subscribeNow =今すぐ購読
chooseApplicationMenuItem =プログラムを選択...
chooseApplicationDialogTitle =プログラムの選択
alwaysUse =フィードの購読は常に %S を使用する
mediaLabel =メディアファイル
# LOCALIZATION NOTE: The next string is for the size of the enclosed media.
# e.g. enclosureSizeText : "50.23 MB"
# %1$S = size (in bytes or megabytes, ...)
# %2$S = unit of measure (bytes, KB, MB, ...)
enclosureSizeText =%1$S %2$S
# (^^; byte = バイト にすべきか?
bytes =bytes
kilobytes =KB
megabytes =MB
gigabytes =GB
# LOCALIZATION NOTE: The next three strings explains to the user what they're
# doing.
# e.g. alwaysUseForVideoPodcasts : "Always use Miro to subscribe to video podcasts."
# %S = application to use (Miro, iTunes, ...)
alwaysUseForFeeds =フィードの購読には常に %S を使用する
alwaysUseForAudioPodcasts =ポッドキャストの購読には常に %S を使用する
alwaysUseForVideoPodcasts =ビデオポッドキャストの購読には常に %S を使用する
subscribeFeedUsing =このフィードの購読に使用するフィードリーダー:
subscribeAudioPodcastUsing =このポッドキャストの購読に使用するプログラム:
subscribeVideoPodcastUsing =このビデオポッドキャストの購読に使用するプログラム:
# (^^; コンテンツ...
feedSubscriptionFeed1 =このサイトで頻繁に更新されるコンテンツの「フィード」です。
feedSubscriptionAudioPodcast1 =このサイトで頻繁に更新されるコンテンツの「ポッドキャスト」です。
feedSubscriptionVideoPodcast1 =このサイトで頻繁に更新されるコンテンツの「ビデオポッドキャスト」です。
feedSubscriptionFeed2 =フィードを「購読」すると常にその最新版を自動的に受信できるようになります。
feedSubscriptionAudioPodcast2 =ポッドキャストを「購読」すると常にその最新版を自動的に受信できるようになります。
feedSubscriptionVideoPodcast2 =ビデオポッドキャストを「購読」すると常にその最新版を自動的に受信できるようになります。
# Protocol Handling
# "Add %appName (%appDomain) as an application for %protocolType links?"
addProtocolHandler =%1$S (%2$S) を %3$S プロトコル用のプログラムとして追加しますか?
addProtocolHandlerAddButton =プログラムを追加
# "%appName has already been added as an application for %protocolType links."
protocolHandlerRegistered =%1$S はすでに %2$S プロトコル用のプログラムとして登録されています。
|