source: extensions/FacebookPlug/Plugin/language/fr_FR/admin.config.lang.php @ 8425

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

Happy new year!

Change header of maintained extensions

  • Property svn:eol-style set to LF
File size: 5.5 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | FacebookPlug - a Piwigo Plugin                                        |
4// | Copyright (C) 2010-2011 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['Like button'] = 'Bouton "J\'aime"';
40$lang['Enabled'] = 'Activé';
41$lang['Picture URL type'] = 'Type d\'URL pour les images';
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['Data updated with success'] = 'Données mises à jour avec succès';
51$lang['Data updated with error'] = 'Données mises à jour avec erreur';
52$lang['Facepile'] = 'Facepile';
53$lang['on slideshow pages'] = 'sur les diaporamas';
54$lang['Num rows'] = 'Nombre de lignes';
55$lang['Comments'] = 'Commentaires';
56$lang['Num posts'] = 'Nombre de commentaires affichés';
57$lang['Title'] = 'Titre';
58$lang['Simple'] = 'Simple';
59$lang['Reverse'] = 'Ordre inversé';
60$lang['Publish feed'] = 'Publier les commentaires';
61$lang['Facebook application identifient'] = 'Identifiant de l\'application Facebook';
62$lang['On picture pages'] = 'Sur les pages d\'images';
63$lang['On menu of main pages'] = 'Dans les menus des pages principales';
64$lang['Options'] = 'Options';
65$lang['Like button and comments cannot be enabled together'] = 'Le bouton "J\'aime" et les commentaires ne peuvent être activés en même temps';
66$lang['enabled values are restored'] = 'les valeurs d\'activation ont été restaurées';
67$lang['Informations'] = 'Informations';
68$lang['Continue'] = 'Continuer';
69$lang['Always initialize Facebook'] = 'Toujours initialiser Facebook';
70$lang[' (?)'] = ' (?)';
71$lang['Useful for personal templates, plugins. A event if also defined for plugins.'] = 'Utile pour les templates (modéles) personnels, plugin. Un événement a été aussi défini pour les plugins.';
72$lang['Allow Facebook to see private page'] = 'Permettre à Facebook de voir les pages privées';
73$lang['Recommended in order to Facebook get title, ... of your pages for wall display'] = 'Recommandé afin que Facebook puisse obtenir le titre, ... de vos pages pour les affichages sur les murs.';
74$lang['To fill only if you want to use a specific Facebook application. It\'s recommended to leave blank.'] = 'A remplir uniquement si vous voulez utiliser une application Facebook spécifique. Il est recommandé de laisser la valeur à blanc.';
75$lang['Page type allows to reference the page and Facebook can get informations (title, ...). Image type allows to reference image url and Facebook cannot get informations but works always with private albums.'] = 'Le type page permet de reférencer la page et Facebook peut récupérer les informations (titre, ...). Le type image permet de référencer l\'url de l\'image et Facebook ne peut plus obtenir les informations mais fonctionne toujours avec les albums privés.';
76$lang['Promote'] = 'Promouvoir';
77$lang['Add informations on about page'] = 'Ajout d\'informations sur la page "À propos"';
78$lang['Add a paragraph with Facebook link on about page'] = 'Ajout d\'un paragraphe avec les liens Facebook sur la page "À propos"';
79$lang['Add Facebook Piwigo group on footer'] = 'Ajout du groupe Piwigo de Facebook en bas de page';
80$lang['Add a link on each page footer'] = 'Ajout d\'un lien sur chaque bas de page';
81$lang['Add Facebook Piwigo application on footer'] = 'Ajout de l\'application Piwigo de Facebook en bas de page';
82$lang['Develop by'] = 'Développer par';
83$lang['Activity feed'] = 'Flux d\'activité';
84$lang['Show recommendations'] = 'Voir les recommandations';
85$lang['Height'] = 'Hauteur';
86$lang['Other options are available by programming'] = 'D\'autres options sont disponibles par programmation';
87$lang['Activity'] = 'Activité';
88
89
90?>
Note: See TracBrowser for help on using the repository browser.