source: extensions/instagram2piwigo/language/fr_FR/plugin.lang.php @ 19561

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

first commit

File size: 1.7 KB
Line 
1<?php
2$lang['Please fill your API keys on the configuration tab'] = 'Veuillez renseigner votre clé d\'API sur l\'écran de configuration';
3$lang['Successfully logged in to you Instagram account'] = 'Connecté à votre compte Instagram';
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['Import'] = 'Importation';
8$lang['API not authenticated'] = 'API non authentifiée';
9$lang['Photo "%s" imported'] = 'Photo "%s" importée';
10$lang['Instagram logins'] = 'Identifiants Instagram';
11$lang['How do I get my Instagram Client ID?'] = 'Comment obtenir ma clé d\'API ?';
12$lang['Import options'] = 'Options d\'importation';
13$lang['Fill these fields from Instagram datas'] = 'Remplir ces champs à partir des données de Instagram';
14$lang['Processing...'] = 'En cours...';
15$lang['(%d photos)'] = '(%d photos)';
16$lang['%d albums'] = '%d albums';
17$lang['List pictures of this album'] = 'Lister les photos de cet album';
18$lang['Begin transfer'] = 'Commencer le transfert';
19$lang['Open Instagram page in a new tab'] = 'Ouvrir la page Instagram dans un nouvel onglet';
20$lang['No download method available'] = 'Aucune méthode de téléchargement n\'est disponible';
21$lang['Logged in as'] = 'Indentifié en tant que';
22$lang['Logged out'] = 'Déconnecté';
23$lang['%d elements ready for importation'] = '%d elements prêts à l\'importation';
24$lang['List my pictures'] = 'Lister mes images';
25?>
Note: See TracBrowser for help on using the repository browser.