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

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

Add css
Fix translations
Finish like box integration

  • Property svn:eol-style set to LF
File size: 2.7 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// +-----------------------------------------------------------------------+
20if (!defined('PHPWG_ROOT_PATH'))
21{
22  die('Hacking attempt!');
23}
24
25// Français
26$lang['page'] = 'page';
27$lang['image'] = 'image';
28$lang['standard'] = 'standard';
29$lang['button_count'] = 'bouton avec compteur';
30$lang['box_count'] = 'boite avec compteur';
31$lang['like'] = 'j\'aime';
32$lang['recommend'] = 'recommande';
33$lang['light'] = 'clair';
34$lang['dark'] = 'foncé';
35$lang['Social plugin'] = 'Plugin social';
36$lang['Advanced'] = 'Avancé';
37$lang['Asynchronous Facebook access'] = 'Accès asynchrone à Facebook';
38$lang['Allow Facebook to see private page (recommended)'] = 'Permettre à Facebook de voir les pages privées (recommandé)';
39$lang['Like button'] = 'Bouton "J\'aime"';
40$lang['Enabled'] = 'Activé';
41$lang['URL type'] = 'Type d\'URL';
42$lang['Layout style'] = 'Style d\'affichage';
43$lang['Show faces'] = 'Voir les faces';
44$lang['Verb to display'] = 'Texte à afficher';
45$lang['Color scheme'] = 'Jeu de couleurs';
46$lang['Like box'] = 'Boite "J\'aime"';
47$lang['Show stream'] = 'Voir le flux';
48$lang['Show header'] = 'Voir l\'entête';
49$lang['Facebook Page URL'] = 'URL de la page Facebook';
50$lang['on picture pages'] = 'sur les pages d\'images';
51$lang['on main pages'] = 'sur les pages principales';
52$lang['Data updated with success'] = 'Données mises à jour avec succès';
53$lang['Data updated with error'] = 'Données mises à jour avec erreur';
54//~ $lang[''] = '';
55
56?>
Note: See TracBrowser for help on using the repository browser.