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-30 00:13:07 +00:00
|
|
|
"Upload" => "Puja",
|
|
|
|
"Cancel upload" => "Cancel·la la pujada",
|
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
|
|
|
);
|