source: extensions/Back2Front/language/fr_FR/plugin.lang.php @ 23177

Last change on this file since 23177 was 23177, checked in by mistic100, 11 years ago

use serialized array for config + custom upgrade process

File size: 1.7 KB
Line 
1<?php
2
3$lang['See back'] = 'Voir le verso';
4$lang['See front'] = 'Voir le recto';
5$lang['Modify backside information'] = 'Modifier les informations du verso';
6
7$lang['Switch mode'] = 'Interchanger les images au';
8$lang['Click'] = 'Clic';
9$lang['Mouseover'] = 'Survol';
10$lang['Transition'] = 'Transition';
11$lang['Fade'] = 'Fondu';
12$lang['Link position'] = 'Position du bouton';
13$lang['Top'] = 'Haut';
14$lang['Bottom'] = 'Bas';
15$lang['Toolbar'] = 'Barre d\'outils';
16$lang['Link name'] = 'Nom du bouton';
17$lang['Display a mark on thumbnails list'] = 'Marquer les versos sur la liste des miniatures';
18
19$lang['Seperate the two labels with the | symbol. Leave blank to use default translation.'] = 'Séparez les deux textes par le symbole |. Laissez vide pour utiliser la traduction par défaut.';
20
21$lang['This picture is a backside...'] = 'Cette image est le verso...';
22$lang['...of the picture n°'] = '...de l\'image n°';
23$lang['Backside management'] = 'Gestion des recto-verso';
24$lang['Hide backside from albums'] = 'Masquer le verso dans les albums';
25$lang['This picture has a backside :'] = 'Cette image a un verso : ';
26
27$lang['Backside and frontside can\'t be the same picture'] = 'Verso et recto ne peuvent être la même image';
28$lang['The picture n°%d has already a backside : %s'] = 'L\'image n°%d a déjà un verso';
29$lang['The picture n°%s is already a backside'] = 'L\'image n°%s est déjà un verso';
30$lang['This picture is now the backside of the picture n°%s'] = 'Cette image est maintenant le verso de l\'image n°%s';
31$lang['Unknown id %d for frontside picture'] = 'Identifiant %d inconnu';
32$lang['This picture is no longer a backside'] = 'Cette image n\'est plus un verso';
33
34?>
Note: See TracBrowser for help on using the repository browser.