2013-08-30 08:22:19 -04:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Close" => "Close",
|
|
|
|
"Failed to load documents." => "Failed to load documents.",
|
|
|
|
"Sent" => "Sent",
|
|
|
|
"Declined" => "Declined",
|
|
|
|
"Accepted" => "Accepted",
|
|
|
|
"Incoming" => "Incoming",
|
2013-09-16 09:32:07 -04:00
|
|
|
"Upload" => "Upload",
|
2013-08-30 08:22:19 -04:00
|
|
|
"Documents" => "Documents",
|
|
|
|
"Advanced feature-set" => "Advanced feature-set",
|
|
|
|
"(Unstable)" => "(Unstable)"
|
|
|
|
);
|