source: extensions/flickr2piwigo/language/fr_FR/plugin.lang.php @ 17313

Last change on this file since 17313 was 17313, checked in by mistic100, 12 years ago

small template adjustments
missing language string

File size: 1.9 KB
Line 
1<?php
2
3$lang['Please fill your API keys on the configuration tab'] = 'Veuillez renseigner votre clé d\'API sur l\'écran de configuration';
4$lang['Successfully logued to you Flickr account'] = 'Connecté à votre compte Flickr';
5$lang['Pictures without album'] = 'Photos sans album';
6$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';
7$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';
8$lang['%d pictures imported'] = '%d photos importées';
9$lang['Import'] = 'Importation';
10$lang['API not authenticated'] = 'API non authentifiée';
11$lang['%s imported'] = '%s importé';
12$lang['Flickr logins'] = 'Identifiants Flickr';
13$lang['API key'] = 'Clé API';
14$lang['API secret'] = 'Secret API';
15$lang['How do I get my Flickr API key?'] = 'Comment obtenir ma clé d\'API ?';
16$lang['Callback URL'] = 'URL de rappel';
17$lang['Import options'] = 'Options d\'importation';
18$lang['Reproduce flickr albums'] = 'Reproduire les albums Flickr';
19$lang['Import all photos in this album'] = 'Ajouter toutes les photos à cet album';
20$lang['Fill these fields from Flickr datas'] = 'Remplir ces champs à partir des données de Flickr';
21$lang['Processing...'] = 'En cours...';
22$lang['List my albums'] = 'Lister mes albums';
23$lang['Import all my pictures'] = 'Importer toutes mes photos';
24$lang['(%d photos)'] = '(%d photos)';
25$lang['%d albums'] = '%d albums';
26$lang['List pictures of this album'] = 'Lister les photos de cet album';
27$lang['Begin transfer'] = 'Commencer le transfert';
28$lang['Open Flickr page in a new tab'] = 'Ouvrir la page Flickr dans un nouvel onglet';
29$lang['No download method available'] = 'Aucune méthode de téléchargement n\'est disponible';
30$lang['Logued as'] = 'Indentifié en tant que';
31$lang['%d elements ready for importation'] = '%d elements prêts à l\'importation';
32
33?>
Note: See TracBrowser for help on using the repository browser.