2012-08-24 00:07:18 +00:00
|
|
|
<?php $TRANSLATIONS = array(
|
2012-08-31 00:07:19 +00:00
|
|
|
"Password" => "Contraseña",
|
|
|
|
"Submit" => "Enviar",
|
2012-09-24 00:04:10 +00:00
|
|
|
"%s shared the folder %s with you" => "%s compartió la carpeta %s contigo",
|
|
|
|
"%s shared the file %s with you" => "%s compartió el fichero %s contigo",
|
2012-08-31 00:07:19 +00:00
|
|
|
"Download" => "Descargar",
|
2012-09-01 00:04:00 +00:00
|
|
|
"No preview available for" => "No hay vista previa disponible para",
|
2012-08-31 00:07:19 +00:00
|
|
|
"web services under your control" => "Servicios web bajo su control"
|
2012-08-24 00:07:18 +00:00
|
|
|
);
|