nextcloud/apps/files_sharing/l10n/ca.php

12 lines
490 B
PHP
Raw Normal View History

2012-08-13 17:19:31 -04:00
<?php $TRANSLATIONS = array(
2013-07-08 20:12:22 -04:00
"The password is wrong. Try again." => "la contrasenya és incorrecta. Intenteu-ho de nou.",
2012-08-29 20:06:45 -04:00
"Password" => "Contrasenya",
2012-08-30 20:07:19 -04:00
"Submit" => "Envia",
2012-10-01 20:06:08 -04: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-30 20:07:19 -04:00
"Download" => "Baixa",
2013-06-29 20:13:07 -04:00
"Upload" => "Puja",
"Cancel upload" => "Cancel·la la pujada",
2013-06-13 20:52:34 -04:00
"No preview available for" => "No hi ha vista prèvia disponible per a"
2012-08-13 17:19:31 -04:00
);