aboutsummaryrefslogtreecommitdiff
path: root/mod/beechat/languages/fr.php
blob: 58b0eac3a3c99b4d6434e3a72653485ad7a0d90c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?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);

?>