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

Last change on this file since 10823 was 10823, checked in by mistic100, 13 years ago

code cleanup, correct errors with physical pictures

File size: 1.1 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['This picture is a backside...'] = 'Cette image est le verso...';
8$lang['...of the picture n°'] = '...de l\'image n°';
9$lang['Backside management'] = 'Gestion des recto-verso';
10$lang['Move backside to private album'] = 'Déplacer le verso vers un album privé';
11$lang['This picture has a backside : '] = 'Cette image a un verso : ';
12
13$lang['Backside and frontside can\'t be the same picture'] = 'Verso et recto ne peuvent être la même image';
14$lang['This picture has already a backside : '] = 'Cette image a déjà un verso : ';
15$lang['This picture is already a backside : '] = 'Cette image est déjà un verso : ';
16$lang['This picture is now the backside of the picture n° '] = 'Cette image est maintenant le verso de l\'image n° ';
17$lang['Unknown id for frontside picture : '] = 'Id inconnu pour le recto : ';
18$lang['This picture is no longer a backside'] = 'Cette image n\'est plus un verso';
19
20?>
Note: See TracBrowser for help on using the repository browser.