source: extensions/pbase2piwigo/language/fr_FR/plugin.lang.php @ 17314

Last change on this file since 17314 was 17314, checked in by mistic100, 12 years ago
  • many small improvements
  • protect "generic" functions
  • complete localization
File size: 1.2 KB
Line 
1<?php
2
3$lang['No download method available. PBase2piwigo needs cURL extension or allow_url_fopen=true'] = 'Aucune fonction de téléchargement disponible. PBase2Piwigo a besoin de l\'extension cURL ou du réglage allow_url_fopen=true';
4$lang['Import queue is empty'] = 'File d\'attente vide';
5$lang['Invalid user id'] = 'Identifiant invdalie';
6$lang['Album "%s" created'] = 'Album "%s" créé';
7$lang['Photo "%s" imported'] = 'Photo "%s" importée';
8$lang['PBase login'] = 'Identifiant PBase';
9$lang['Begin analyse'] = 'Démarre l\'analyse';
10$lang['Select albums to import'] = 'Selectionnez les albums à importer';
11$lang['Nb albums'] = 'Nb d\'albums';
12$lang['Nb photos'] = 'Nb de photos';
13$lang['Import in this album'] = 'Importer dans cet album';
14$lang['Fill these fields from pBase datas'] = 'Remplir ces champs à partir des données de PBase';
15$lang['%1$d errors occured. %2$d albums and %3$d photos added.'] = '%1$d erreurs. %2$d albums et %3$d photos ajoutés.';
16$lang['Completed. %1$d albums and %2$d photos added.'] = 'Terminé. %1$d albums et %2$d photos ajoutés.';
17$lang['Errors'] = 'Erreurs';
18$lang['Recursive'] = 'Recursif';
19$lang['Begin transfer'] = 'Démarrer le transfert';
20
21
22?>
Note: See TracBrowser for help on using the repository browser.