richdocuments/l10n/es_AR.php

14 lines
382 B
PHP
Raw Normal View History

2013-08-28 17:35:04 -04:00
<?php $TRANSLATIONS = array(
2013-10-29 04:32:51 -04:00
"Documents" => "Documentos",
2013-08-28 17:35:04 -04:00
"Close" => "Cerrar",
2013-09-22 09:53:01 -04:00
"Share" => "Compartir",
2013-08-30 08:22:19 -04:00
"Failed to load documents." => "La carga de documentos ha fallado.",
"Sent" => "Enviar",
"Declined" => "Denegado",
"Accepted" => "Aceptado",
"Incoming" => "Ingresando",
2013-09-16 09:32:07 -04:00
"Upload" => "Subir",
2013-09-07 04:33:01 -04:00
"Advanced feature-set" => "Características Avanzadas",
2013-08-30 08:22:19 -04:00
"(Unstable)" => "(Inestable)"
2013-08-28 17:35:04 -04:00
);