13 lines
347 B
PHP
Raw Normal View History

2013-08-28 17:35:04 -04:00
<?php $TRANSLATIONS = array(
"Close" => "Tanca",
2013-09-05 05:35:38 -04:00
"Failed to load documents." => "Ha fallat en carregar documents.",
"Sent" => "Enviat",
"Declined" => "Denegat",
"Accepted" => "Acceptat",
"Incoming" => "Entrant",
2013-09-16 09:32:07 -04:00
"Upload" => "Puja",
2013-09-05 05:35:38 -04:00
"Documents" => "Documents",
"Advanced feature-set" => "Joc d'opcions avançades",
"(Unstable)" => "(Inestable)"
2013-08-28 17:35:04 -04:00
);