forked from BeeIMG/languages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlang.fr.php
59 lines (50 loc) · 1.85 KB
/
lang.fr.php
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?php
/*------------------
Language: French
------------------*/
$lang = array();
$lang['BEEIMG'] = 'BeeIMG';
// Titles
$lang['TITLE_HOME'] = 'Service gratuit d\'hébergment et de partage d\'images';
$lang['TITLE_UPLOAD'] = 'Envoyer des images';
$lang['TITLE_RECENT'] = 'Images récentes';
$lang['TITLE_STATS'] = 'Statistiques';
$lang['TITLE_TOP'] = 'Top 9 des images';
$lang['TITLE_ABOUT'] = 'À propos';
$lang['TITLE_CONTACT'] = 'Contact';
$lang['TITLE_TOS'] = 'Conditions d\'utilisation';
$lang['TITLE_REGISTER'] = 'S\'enregistrer';
$lang['TITLE_LOGIN'] = 'Se connecter';
$lang['TITLE_DASHBOARD'] = 'Tableau de bord';
// Titles
$lang['MENU_HOME'] = 'Acceuil';
$lang['MENU_HOME_TITLE'] = 'Notre acceuil';
$lang['MENU_UPLOAD'] = 'Envoyer';
$lang['MENU_UPLOAD_TITLE'] = 'Envoyer des images';
$lang['MENU_RECENT'] = 'Images récentes';
$lang['MENU_RECENT_TITLE'] = 'Images récement envoyées';
$lang['MENU_STATS'] = 'Statistiques';
$lang['MENU_STATS_TITLE'] = 'Voir les statistiques';
$lang['MENU_TOP'] = 'Top 9';
$lang['MENU_TOP_TITLE'] = 'Voir le top 9 des images';
$lang['MENU_FOLLOW'] = 'Suivre';
// Upload Carousel
$lang['UPLOAD_CAR_LP'] = 'Acceuil';
$lang['UPLOAD_CAR_1'] = 'Aucun IP ne sera enregistré durant l\'envoi.';
$lang['UPLOAD_CAR_2'] = 'Nous modérons vos envois.';
$lang['UPLOAD_CAR_3'] = 'La publicité n\'est pas acceptée.';
// Upload Carousel
$lang['FOOTER_CONTACT'] = 'contact';
$lang['FOOTER_API'] = 'api';
$lang['FOOTER_BLOG'] = 'blog';
$lang['FOOTER_TOS'] = 'cgu';
$lang['FOOTER_ABOUT_US'] = 'à propos';
// Stats
$lang['STATS_HEAD'] = 'Statistiques';
// Image View Page
$lang['IMG_VP_IP_HEAD'] = 'Aperçu de l\'image';
$lang['IMG_VP_SHARE_HEAD'] = 'Partager cette image';
$lang['IMG_VP_SHARE_DL'] = 'Télécharger';
$lang['IMG_VP_SHARE_DL_BTN_IMG'] = 'Image';
$lang['IMG_VP_SHARE_DL_BTN_ZIP'] = 'Zip';
$lang['IMG_VP_SHARE_BTNS_HEAD'] = 'Boutons de partage';