10 lines
230 B
PHP
10 lines
230 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Music" => "Musik",
|
||
|
"Pause" => "Jeda",
|
||
|
"Songs scanned" => "Lagu-lagu yang telah dipindai",
|
||
|
"Rescan Collection" => "Pindai ulang Koleksi",
|
||
|
"Artist" => "Artis",
|
||
|
"Album" => "Album",
|
||
|
"Title" => "Judul"
|
||
|
);
|