6 lines
189 B
PHP
6 lines
189 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Password" => "Mot de passe",
|
|
"Submit" => "Envoyer",
|
|
"Download" => "Télécharger",
|
|
"web services under your control" => "services web sous votre contrôle"
|
|
);
|