nextcloud/apps/media/l10n/ca.php

15 lines
356 B
PHP
Raw Normal View History

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