summaryrefslogtreecommitdiffstats
path: root/apps/media/l10n/ja_JP.php
blob: 7faa098250c0b0f0c09f3f4c1739e5938327d379 (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" => "曲名"
);