tbrehm
2008-06-13 7848cef8ea2f1345c08200d9a817404b437c53a5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
$wb["username_txt"] = 'Nom d\'utilisateur';
$wb["username_err"] = 'username_err';
$wb["passwort_txt"] = 'Mot de passe';
$wb["modules_txt"] = 'Module';
$wb["startmodule_txt"] = 'Module de démarrage';
$wb["app_theme_txt"] = 'Design';
$wb["typ_txt"] = 'Type';
$wb["active_txt"] = 'Actif';
$wb["language_txt"] = 'Langue';
$wb["name_txt"] = 'Nom';
$wb["vorname_txt"] = 'Prénom';
$wb["unternehmen_txt"] = 'Société';
$wb["strasse_txt"] = 'Rue';
$wb["ort_txt"] = 'Ville';
$wb["plz_txt"] = 'Code Postal';
$wb["land_txt"] = 'Pays';
$wb["email_txt"] = 'E-mail';
$wb["url_txt"] = 'Url';
$wb["telefon_txt"] = 'Télephone';
$wb["fax_txt"] = 'Fax';
$wb["groups_txt"] = 'Groupes';
$wb["default_group_txt"] = 'Groupe par Défaut';
?>