2013-09-22 09:53:01 -04:00

14 lines
385 B
PHP

<?php $TRANSLATIONS = array(
"Close" => "Fermer",
"Share" => "Partager",
"Failed to load documents." => "Échec du chargement des documents.",
"Sent" => "Envoyé",
"Declined" => "Refusé",
"Accepted" => "Accepté",
"Incoming" => "En réception",
"Upload" => "Envoyer",
"Documents" => "Documents",
"Advanced feature-set" => "Fonctionnalités avancées",
"(Unstable)" => "(instable)"
);