2013-08-28 17:35:04 -04:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Close" => "Cerrar",
|
2013-08-30 08:22:19 -04:00
|
|
|
"Users in session:" => "Usuarios en sesión:",
|
|
|
|
"Failed to load documents." => "La carga de documentos ha fallado.",
|
|
|
|
"No people found" => "No se encontraron usuarios",
|
|
|
|
"Remove from the list" => "Remover de la lista.",
|
|
|
|
"Sent" => "Enviar",
|
|
|
|
"Declined" => "Denegado",
|
|
|
|
"Accepted" => "Aceptado",
|
|
|
|
"Incoming" => "Ingresando",
|
|
|
|
"Documents" => "Documentos",
|
|
|
|
"(Unstable)" => "(Inestable)"
|
2013-08-28 17:35:04 -04:00
|
|
|
);
|