14 lines
385 B
PHP
Raw Normal View History

2013-08-28 17:35:04 -04:00
<?php $TRANSLATIONS = array(
"Close" => "Fermer",
2013-09-22 09:53:01 -04:00
"Share" => "Partager",
2013-09-05 05:35:38 -04:00
"Failed to load documents." => "Échec du chargement des documents.",
"Sent" => "Envoyé",
"Declined" => "Refusé",
"Accepted" => "Accepté",
"Incoming" => "En réception",
2013-09-16 09:32:07 -04:00
"Upload" => "Envoyer",
2013-09-05 05:35:38 -04:00
"Documents" => "Documents",
"Advanced feature-set" => "Fonctionnalités avancées",
"(Unstable)" => "(instable)"
2013-08-28 17:35:04 -04:00
);