source: extensions/Google2Piwigo/language/fr_FR/plugin.lang.php @ 24816

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

add batch manager prefilter

File size: 1.8 KB
Line 
1<?php
2
3$lang['Successfully logged to you Google account'] = 'Connecté à votre compte Google';
4$lang['One picture is not displayed because already existing in the database.'] = 'Une photo n\'est pas affichée car elle existe déjà sur la galerie';
5$lang['%d pictures are not displayed because already existing in the database.'] = '%d photo ne sont pas affichées car elles existent déjà sur la galerie';
6$lang['%d pictures imported'] = '%d photos importées';
7$lang['API not authenticated'] = 'API non authentifiée';
8$lang['Photo "%s" imported'] = 'Photo "%s" importée';
9$lang['Import options'] = 'Options d\'importation';
10$lang['Reproduce Google albums'] = 'Reproduire les albums Google';
11$lang['Import all photos in this album'] = 'Ajouter toutes les photos à cet album';
12$lang['Fill these fields from Google datas'] = 'Remplir ces champs à partir des données de Google';
13$lang['Processing...'] = 'En cours...';
14$lang['List my albums'] = 'Lister mes albums';
15$lang['Import all my pictures'] = 'Importer toutes mes photos';
16$lang['(%d photos)'] = '(%d photos)';
17$lang['%d albums'] = '%d albums';
18$lang['List pictures of this album'] = 'Lister les photos de cet album';
19$lang['Begin transfer'] = 'Commencer le transfert';
20$lang['Open Google page in a new tab'] = 'Ouvrir la page Google dans un nouvel onglet';
21$lang['No download method available'] = 'Aucune méthode de téléchargement n\'est disponible';
22$lang['Logged out'] = 'Déconnecté';
23$lang['%d elements ready for importation'] = '%d elements prêts à l\'importation';
24$lang['Logged in as'] = 'Indentifié en tant que';
25$lang['Geolocalization'] = 'Géolocalisation';
26$lang['Help! I get the error "The site [...] has not been registered."'] = 'A l\'aide! J\'obtiens l\'erreur "The site [...] has not been registered."';
27
28?>
Note: See TracBrowser for help on using the repository browser.