* * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the * Free Software Foundation, 51 Franklin St, Fifth Floor, * Boston, MA 02110-1301 USA */ /** * English translation of the messages (utf8 encoded!) * * @author Stephane Gully */ $GLOBALS["i18n"]["lang"] = "Français"; // admin/index.php $GLOBALS["i18n"]["Administration"] = "Administration"; $GLOBALS["i18n"]["Available Languages"] = "Langues disponibles"; $GLOBALS["i18n"]["PFC version verification"] = "Verification de la version de PFC"; $GLOBALS["i18n"]["Internet connection is not possible"] = "La connexion à Internet n'est pas possible"; $GLOBALS["i18n"]["PFC is update"] = "PFC est à jour"; $GLOBALS["i18n"]["PFC version"] = "version de PFC"; $GLOBALS["i18n"]["The last official version"] = "La dernière version officielle"; $GLOBALS["i18n"]["PFC is not update"] = "PFC n'est pas à jour"; $GLOBALS["i18n"]["Your version"] = "Votre version"; $GLOBALS["i18n"]["The last official version"] = "La dernière version officielle"; $GLOBALS["i18n"]["Download the last version %s here %s."] = "Download the last version %s here %s."; // admin/user.php $GLOBALS["i18n"]["Users management"] = "Gestion des utilisateurs"; $GLOBALS["i18n"]["At least one user must be declare to activate authentication."] = "Au moins un utilisateur doit être créé pour activer une authentification."; $GLOBALS["i18n"]["It is not possible to delete the last user."] = "Il est impossible de supprimer le dernier utilisateur."; $GLOBALS["i18n"]["User %s deleted."] = "Utilisateur %s supprimé."; $GLOBALS["i18n"]["User %s added."] = "Utilisateur %s ajouté."; $GLOBALS["i18n"]["User %s edited."] = "Utilisateur %s modifé."; $GLOBALS["i18n"]["Authentication disable"] = "Authentification désactivée"; $GLOBALS["i18n"]["Enable here"] = "Activer ici"; $GLOBALS["i18n"]["Authentication enable"] = "Authentification activée"; $GLOBALS["i18n"]["Disable here"] = "Désactiver ici"; $GLOBALS["i18n"]["Username"] = "Utilisateur"; $GLOBALS["i18n"]["Password"] = "Mot de passe"; $GLOBALS["i18n"]["Group"] = "Groupe"; $GLOBALS["i18n"]["Do you really want to delete %s ?"] = "Voulez-vous vraiment supprimer %s ?"; $GLOBALS["i18n"]["Add a new user"] = "Ajouter un nouvel utilisateur"; $GLOBALS["i18n"]["Edit"] = "Modifier"; $GLOBALS["i18n"]["Delete"] = "Supprimer"; // admin/themes.php $GLOBALS["i18n"]["Available themes"] = "Liste des themes disponibles"; $GLOBALS["i18n"]["Screenshot"] = "Capture d'écran"; ?>