summaryrefslogtreecommitdiffstats
path: root/apps/media/l10n/zh_TW.php
blob: cd90300bb489576d26f1ec41bdfa7ec3f15ab0cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php $TRANSLATIONS = array(
"Music" => "音樂",
"Play" => "播放",
"Pause" => "暫停",
"Previous" => "上一首",
"Next" => "下一首",
"Mute" => "靜音",
"Unmute" => "取消靜音",
"Rescan Collection" => "重新掃描收藏",
"Artist" => "藝人",
"Album" => "專輯",
"Title" => "標題"
);