source: extensions/FacebookPlug/Plugin/language/fr_FR/plugin.lang.php @ 8282

Last change on this file since 8282 was 8282, checked in by rub, 13 years ago

Add facepile

  • Property svn:eol-style set to LF
File size: 2.8 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | FacebookPlug - a Piwigo Plugin                                        |
4// | Copyright (C) 2010 Ruben ARNAUD - rub@piwigo.org                      |
5// +-----------------------------------------------------------------------+
6// | This program is free software; you can redistribute it and/or modify  |
7// | it under the terms of the GNU General Public License as published by  |
8// | the Free Software Foundation                                          |
9// |                                                                       |
10// | This program is distributed in the hope that it will be useful, but   |
11// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
12// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
13// | General Public License for more details.                              |
14// |                                                                       |
15// | You should have received a copy of the GNU General Public License     |
16// | along with this program; if not, write to the Free Software           |
17// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
18// | USA.                                                                  |
19// +-----------------------------------------------------------------------+
20
21if (!defined('PHPWG_ROOT_PATH'))
22{
23  die('Hacking attempt!');
24}
25
26// Français
27$lang['page'] = 'page';
28$lang['image'] = 'image';
29$lang['standard'] = 'standard';
30$lang['button_count'] = 'bouton avec compteur';
31$lang['box_count'] = 'boite avec compteur';
32$lang['like'] = 'j\'aime';
33$lang['recommend'] = 'recommande';
34$lang['light'] = 'clair';
35$lang['dark'] = 'foncé';
36$lang['Social plugins'] = 'Modules sociaux';
37$lang['Advanced'] = 'Avancé';
38$lang['Asynchronous Facebook access'] = 'Accès asynchrone à Facebook';
39$lang['Allow Facebook to see private page (recommended)'] = 'Permettre à Facebook de voir les pages privées (recommandé)';
40$lang['Like button'] = 'Bouton "J\'aime"';
41$lang['Enabled'] = 'Activé';
42$lang['URL type'] = 'Type d\'URL';
43$lang['Layout style'] = 'Style d\'affichage';
44$lang['Show faces'] = 'Voir les faces';
45$lang['Verb to display'] = 'Texte à afficher';
46$lang['Color scheme'] = 'Jeu de couleurs';
47$lang['Like box'] = 'Boite "J\'aime"';
48$lang['Show stream'] = 'Voir le flux';
49$lang['Show header'] = 'Voir l\'entête';
50$lang['Facebook Page URL'] = 'URL de la page Facebook';
51$lang['on picture pages'] = 'sur les pages d\'images';
52$lang['on main pages'] = 'sur les pages principales';
53$lang['Data updated with success'] = 'Données mises à jour avec succès';
54$lang['Data updated with error'] = 'Données mises à jour avec erreur';
55$lang['Facepile'] = 'Facepile';
56$lang['on slideshow pages'] = 'sur les diaporamas';
57$lang['Num rows'] = 'Nombre de lignes';
58
59?>
Note: See TracBrowser for help on using the repository browser.