server/apps/files_sharing/l10n/ca.php

9 lines
334 B
PHP
Raw Normal View History

2012-08-13 21:19:31 +00:00
<?php $TRANSLATIONS = array(
2012-08-30 00:06:45 +00:00
"Password" => "Contrasenya",
2012-08-31 00:07:19 +00:00
"Submit" => "Envia",
2012-10-02 00:06:08 +00:00
"%s shared the folder %s with you" => "%s ha compartit la carpeta %s amb vós",
"%s shared the file %s with you" => "%s ha compartit el fitxer %s amb vós",
2012-08-31 00:07:19 +00:00
"Download" => "Baixa",
2013-06-14 00:52:34 +00:00
"No preview available for" => "No hi ha vista prèvia disponible per a"
2012-08-13 21:19:31 +00:00
);