server/apps/media/l10n/ca.php
Jan-Christoph Borchardt 900382057d updated translations
2011-08-23 11:20:37 +02:00

14 lines
356 B
PHP

<?php $TRANSLATIONS = array(
"Music" => "Música",
"Play" => "Reprodueix",
"Pause" => "Pausa",
"Previous" => "Anterior",
"Next" => "Següent",
"Mute" => "Mut",
"Unmute" => "Activa el so",
"Songs scanned" => "Cançons escanejades",
"Rescan Collection" => "Escaneja de nou la col·lecció",
"Artist" => "Artista",
"Album" => "Àlbum",
"Title" => "Títol"
);