server/apps/media/l10n/ca.php

15 lines
356 B
PHP
Raw Normal View History

2011-08-18 09:46:49 +00:00
<?php $TRANSLATIONS = array(
"Music" => "Música",
2011-08-23 09:20:37 +00:00
"Play" => "Reprodueix",
2011-08-20 03:12:16 +00:00
"Pause" => "Pausa",
2011-08-23 09:20:37 +00:00
"Previous" => "Anterior",
"Next" => "Següent",
"Mute" => "Mut",
"Unmute" => "Activa el so",
2011-08-18 09:46:49 +00:00
"Songs scanned" => "Cançons escanejades",
"Rescan Collection" => "Escaneja de nou la col·lecció",
"Artist" => "Artista",
"Album" => "Àlbum",
"Title" => "Títol"
);