10 lines
217 B
PHP
10 lines
217 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Music" => "Musik",
|
||
|
"Songs scanned" => "Lieder gescannt",
|
||
|
"Rescan Collection" => "Sammlung scannen",
|
||
|
"Pause" => "Pause",
|
||
|
"Artist" => "Künstler",
|
||
|
"Album" => "Album",
|
||
|
"Title" => "Titel"
|
||
|
);
|