server/apps/media/l10n/ca.php

14 lines
312 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",
2012-01-11 00:06:59 +00:00
"Rescan Collection" => "Explora de nou la col·lecció",
2011-08-18 09:46:49 +00:00
"Artist" => "Artista",
"Album" => "Àlbum",
"Title" => "Títol"
);