2012-08-14 01:19:31 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
2012-08-30 04:06:45 +04:00
|
|
|
"Password" => "Contrasenya",
|
2012-08-31 04:07:19 +04:00
|
|
|
"Submit" => "Envia",
|
2012-10-02 04: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-31 04:07:19 +04:00
|
|
|
"Download" => "Baixa",
|
2012-09-01 04:04:00 +04:00
|
|
|
"No preview available for" => "No hi ha vista prèvia disponible per a",
|
2012-08-31 04:07:19 +04:00
|
|
|
"web services under your control" => "controleu els vostres serveis web"
|
2012-08-14 01:19:31 +04:00
|
|
|
);
|