Ignore:
Timestamp:
May 22, 2011, 1:21:25 PM (13 years ago)
Author:
nikrou
Message:

Make plugin compatible with piwigo 2.2
Add pl_PL, thanks to Ortolan
Add ar_AR, thanks to bakir

File:
1 edited

Legend:

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

    r6850 r10988  
    33// | photoWidget  - a plugin for Piwigo                                    |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2010 Nicolas Roudaire             http://www.nikrou.net  |
     5// | Copyright(C) 2010-2011 Nicolas Roudaire        http://www.nikrou.net  |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
     
    2020// +-----------------------------------------------------------------------+
    2121
     22// admin
     23$lang['All categories'] = 'Toutes les catégories';
     24$lang['Animation background color'] = 'Couleur de fond de l\'animation';
     25$lang['Animation size'] = 'Taille de l\'animation';
     26$lang['Applicable categorie(s)'] = 'Choix de catégorie(s)';
     27$lang['Background color of animation has been updated'] = 'La couleur de fond a été mise à jour';
     28$lang['Color'] = 'Couleur';
     29$lang['Height'] = 'Hauteur';
     30$lang['Height has been updated'] = 'La hauteur a été mise à jour';
     31$lang['Main configuration'] = 'Configuration générale';
     32$lang['one category'] = 'une catégorie';
     33$lang['severals categories'] = 'plusieurs catégories';
    2234$lang['That plugin display pictures using a flash movie that rotates them in 3D. It works like regulars categories but in a more amazing and exciting way.'] = 'Ce plugin affiche les imagettes sous la forme d\'une animation flash en 3D.';
     35$lang['Width'] = 'Largeur';
     36$lang['Width has been updated'] = 'La largeur a été mise à jour';
     37$lang['You choose that mode for'] = 'Vous avez choisi ce mode d\'affichage pour';
    2338$lang['You can choose that mode for displaying one, severals or all categories'] = 'Vous pouvez choisir ce mode d\'affichage pour une, plusieurs ou toutes les catégories';
    24 $lang['Main configuration'] = 'Configuration générale';
    25 $lang['All categories'] = 'Toutes les catégories';
    26 $lang['Applicable categorie(s)'] = 'Choix de catégorie(s)';
    27 $lang['Animation size'] = 'Taille de l\'animation';
    28 $lang['Animation background color'] = 'Couleur de fond de l\'animation';
    29 $lang['Color'] = 'Couleur';
    30 $lang['You choose that mode for'] = 'Vous avez choisi ce mode d\'affichage pour';
    31 $lang['one category'] = 'une catégorie';
    32 $lang['all categories'] = 'toutes les catégories';
    3339$lang['severals categories'] = 'plusieurs catégories';
    34 $lang['Width has been updated'] = 'La largeur a été mise à jour';
    35 $lang['Height has been updated'] = 'La hauteur a été mise à jour';
    36 $lang['Background color of animation has been updated'] = 'La couleur de fond a été mise à jour';
     40$lang['You must choose at least one category'] = 'Vous devez choisir au moins une catégorie';
     41
     42// public
    3743$lang['This widget requires Flash Player 9 or better'] = 'Ce mode d\'affichage nécessite flash 9 au minimum';
    3844?>
Note: See TracChangeset for help on using the changeset viewer.