diff options
Diffstat (limited to 'settings/l10n/fr.php')
-rw-r--r-- | settings/l10n/fr.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/l10n/fr.php b/settings/l10n/fr.php index a498030a15e..2ec79e78f9f 100644 --- a/settings/l10n/fr.php +++ b/settings/l10n/fr.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Enabled" => "Activer", "Authentication error" => "Erreur d'authentification", "Your full name has been changed." => "Votre nom complet a été modifié.", "Unable to change full name" => "Impossible de changer le nom complet", @@ -154,6 +155,7 @@ $TRANSLATIONS = array( "Less" => "Moins", "Version" => "Version", "Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Développé par la <a href=\"http://ownCloud.org/contact\" target=\"_blank\">communauté ownCloud</a>, le <a href=\"https://github.com/owncloud\" target=\"_blank\">code source</a> est publié sous license <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.", +"by" => "par", "Documentation:" => "Documentation :", "User Documentation" => "Documentation utilisateur", "Admin Documentation" => "Documentation administrateur", |