Ignore:
Timestamp:
Aug 2, 2012, 6:38:10 PM (12 years ago)
Author:
mistic100
Message:
  • many small improvements
  • protect "generic" functions
  • complete localization
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/pbase2piwigo/language/fr_FR/plugin.lang.php

    r17225 r17314  
    11<?php
    22
     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';
    320
    421
Note: See TracChangeset for help on using the changeset viewer.