13 lines
369 B
PHP
Raw Normal View History

2013-08-28 17:35:04 -04:00
<?php $TRANSLATIONS = array(
"Close" => "Pechar",
2013-08-30 08:22:19 -04:00
"Failed to load documents." => "Non foi posíbel cargar os documentos.",
"Sent" => "Enviado",
"Declined" => "Rexeitado",
"Accepted" => "Aceptado",
"Incoming" => "Entrante",
2013-09-16 09:32:07 -04:00
"Upload" => "Enviar",
2013-08-30 08:22:19 -04:00
"Documents" => "Documentos",
"Advanced feature-set" => "Conxunto de funcións avanzadas",
"(Unstable)" => "(Inestábel)"
2013-08-28 17:35:04 -04:00
);