blob: 3ffd37aeed296e3d50d9cbb1e575d8052f63e347 (
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
|
# 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/.
#### Applications
fileEnding=%S 檔案
saveFile=儲存檔案
# LOCALIZATION NOTE (useApp, useDefault): %S = Application name
useApp=使用 %S
useDefault=使用 %S (預設程式)
useOtherApp=使用其他程式…
fpTitleChooseApp=選取對應程式
manageApp=程式詳細資訊…
webFeed=消息來源 (Feed)
videoPodcastFeed=影片廣播 (Video Podcast)
audioPodcastFeed=網路廣播 (Podcast)
alwaysAsk=總是詢問
# LOCALIZATION NOTE (usePluginIn):
# %1$S = plugin name (for example "QuickTime Plugin-in 7.2")
# %2$S = brandShortName from brand.properties (for example "Minefield")
usePluginIn=使用 %S (在 %S 開啟)
# LOCALIZATION NOTE (previewInApp, addNewsBlogsInApp): %S = brandShortName
previewInApp=在 %S 中預覽
addNewsBlogsInApp=使用 %S 訂閱
# LOCALIZATION NOTE (typeDescriptionWithType):
# %1$S = type description (for example "Portable Document Format")
# %2$S = type (for example "application/pdf")
typeDescriptionWithType=%S (%S)
|