nextcloud/apps/media/l10n/ca.php

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