aboutsummaryrefslogtreecommitdiff
path: root/languages/fr.php
diff options
context:
space:
mode:
Diffstat (limited to 'languages/fr.php')
-rw-r--r--languages/fr.php32
1 files changed, 0 insertions, 32 deletions
diff --git a/languages/fr.php b/languages/fr.php
deleted file mode 100644
index 58b0eac3a..000000000
--- a/languages/fr.php
+++ /dev/null
@@ -1,32 +0,0 @@
-<?php
-
-$fr_array = array(
- 'beechat:icons:home' => 'Accueil',
-
- 'beechat:contacts:button' => 'Chat',
-
- 'beechat:availability:available' => 'Disponible',
- 'beechat:availability:dnd' => 'Ne pas déranger',
- 'beechat:availability:away' => 'Absent',
- 'beechat:availability:xa' => 'Absence prolongée',
- 'beechat:availability:offline' => 'Hors ligne',
-
- 'beechat:connection:state:offline' => 'Hors ligne',
- 'beechat:connection:state:connecting' => 'Connexion...',
- 'beechat:connection:state:authenticating' => 'Authentification...',
- 'beechat:connection:state:online' => 'En ligne',
- 'beechat:connection:state:failed' => 'Échec',
- 'beechat:connection:state:disconnecting' => 'Déconnexion...',
-
- 'beechat:chat:self' => 'Moi',
- 'beechat:chat:composing' => ' est en train d\'écrire.',
-
- 'beechat:box:minimize' => 'Diminuer',
- 'beechat:box:close' => 'Fermer',
- 'beechat:box:showhide' => 'Montrer/Cacher cette fenêtre de chat'
-
- );
-
-add_translation('fr', $fr_array);
-
-?>