2013-08-28 17:35:04 -04:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Close" => "Cerrar",
|
2013-09-22 09:53:01 -04:00
|
|
|
"Share" => "Compartir",
|
2013-08-31 14:09:16 -04:00
|
|
|
"Failed to load documents." => "Error al cargar los documentos.",
|
2013-09-26 21:59:57 -04:00
|
|
|
"No documents are found. Please upload or create a document!" => "No se encontraron documentos. ¡Suba o cree un documento!",
|
2013-08-31 14:09:16 -04:00
|
|
|
"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
|
|
|
);
|