2012-09-19 00:07:26 +00:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Password" => "Contrasinal",
|
|
|
|
"Submit" => "Enviar",
|
2012-11-20 23:02:33 +00:00
|
|
|
"%s shared the folder %s with you" => "%s compartiu o cartafol %s contigo",
|
|
|
|
"%s shared the file %s with you" => "%s compartiu ficheiro %s contigo",
|
2012-09-19 00:07:26 +00:00
|
|
|
"Download" => "Baixar",
|
|
|
|
"No preview available for" => "Sen vista previa dispoñible para ",
|
2012-11-20 23:02:33 +00:00
|
|
|
"web services under your control" => "servizos web baixo o teu control"
|
2012-09-19 00:07:26 +00:00
|
|
|
);
|