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

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

code cleanup, don't ask username anymore (prohibit importing photos from another account)

File size: 1.8 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['Unknown username, please verify your configuration'] = 'Nom d\'utilisateur inconnu, veuillez vérifier la configuration';
5$lang['Successfully logued to you Flickr account'] = 'Connecté à votre compte Flickr';
6$lang['Pictures without album'] = 'Photos sans album';
7$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';
8$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';
9$lang['%d pictures imported'] = '%d photos importées';
10$lang['Import'] = 'Importation';
11$lang['API not authenticated'] = 'API non authentifiée';
12$lang['%s imported'] = '%s importé';
13$lang['Flickr logins'] = 'Identifiants Flickr';
14$lang['API key'] = 'Clé API';
15$lang['API secret'] = 'Secret API';
16$lang['How do I get my Flickr API key?'] = 'Comment obtenir ma clé d\'API ?';
17$lang['Callback URL'] = 'URL de rappel';
18$lang['Import options'] = 'Options d\'importation';
19$lang['Reproduce flickr albums'] = 'Reproduire les albums Flickr';
20$lang['Import all photos in this album'] = 'Ajouter toutes les photos à cet album';
21$lang['Fill these fields from Flickr datas'] = 'Remplir ces champs à partir des données de Flickr';
22$lang['Processing...'] = 'En cours...';
23$lang['List my albums'] = 'Lister mes albums';
24$lang['Import all my pictures'] = 'Importer toutes mes photos';
25$lang['(%d photos)'] = '(%d photos)';
26$lang['%d albums'] = '%d albums';
27$lang['List pictures of this album'] = 'Lister les photos de cet album';
28$lang['Begin transfert'] = 'Commencer les transfert';
29$lang['Open Flickr page in a new tab'] = 'Ouvrir la page Flickr dans un nouvel onglet';
30
31?>
Note: See TracBrowser for help on using the repository browser.