13 lines
354 B
PHP
Raw Normal View History

2013-08-28 17:35:04 -04:00
<?php $TRANSLATIONS = array(
"Close" => "Cerrar",
2013-08-31 14:09:16 -04:00
"Failed to load documents." => "Error al cargar los documentos.",
"Sent" => "Enviado",
"Declined" => "Denegado",
"Accepted" => "Aceptado",
"Incoming" => "Entrante",
2013-09-16 09:32:07 -04:00
"Upload" => "Subir",
2013-08-31 14:09:16 -04:00
"Documents" => "Documentos",
"Advanced feature-set" => "Características avanzadas",
"(Unstable)" => "(Inestable)"
2013-08-28 17:35:04 -04:00
);