2011-08-13 14:43:15 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Music" => "Musik",
|
2011-08-20 07:12:16 +04:00
|
|
|
"Pause" => "Pause",
|
2011-08-13 14:43:15 +04:00
|
|
|
"Songs scanned" => "Lieder gescannt",
|
|
|
|
"Rescan Collection" => "Sammlung scannen",
|
|
|
|
"Artist" => "Künstler",
|
|
|
|
"Album" => "Album",
|
|
|
|
"Title" => "Titel"
|
|
|
|
);
|