Ignore:
Timestamp:
Jun 13, 2011, 10:54:28 PM (13 years ago)
Author:
nikrou
Message:

Remove dependency to swfObject
Allow admin to use animation in main menu

File:
1 edited

Legend:

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

    r10954 r11344  
    2020// +-----------------------------------------------------------------------+
    2121
    22 $lang['Cumulus Tags Cloud Plugin'] = "Plugin Cumulus Tags Cloud";
    23 $lang['That plugin display tags using a flash movie that rotates them in 3D. It works like a regular tags cloud but in a more amazing and exciting way.'] = "Ce plugin permet d'afficher un nuage de tags sous forme d'une animation flash en 3D.";
    24 $lang['You can choose that mode for tags default display mode by adding (or changing) in the configuration file'] = "Vous pouvez choisir ce mode d'affichage du nuage de tags en ajoutant le mode par défaut dans le fichier de configuration";
    25 $lang['Animation width and height'] = "Dimensions de l'animation";
    26 $lang['Width'] = "Largeur";
    27 $lang['Height'] = "Hauteur";
    28 $lang['Tags size'] = "Taille des tags";
    29 $lang['Coefficient'] = "Coefficient";
    30 $lang['Width updated'] = "La largeur a été mise à jour";
    31 $lang['Height updated'] = "La hauteur a été mise à jour";
    32 $lang['Coefficient for tags size updated'] = "Le coefficient multiplicateur des tags a été mis à jour";
    33 $lang['Show tag cloud in cumulus mode'] = "Utiliser le mode cumulus pour afficher le nuage de tags";
    34 $lang['Animation colors'] = "Couleurs de l'animation";
    35 $lang['Color 1'] = "Couleur 1";
    36 $lang['Color 2'] = "Couleur 2";
    37 $lang['Mouseover color'] = "Couleur au survol";
    38 $lang['Color 1 updated'] = "La couleur 1 a été mise à jour";
    39 $lang['Color 2 updated'] = "La couleur 2 a été mise à jour";
    40 $lang['Mouseover color updated'] = "La couleur hicolor a été mise à jour";
     22// admin
     23$lang['Add tags cloud in main menu'] = 'Ajouter le nuage Cumulus dans menu principal';
     24$lang['After'] = 'Après';
     25$lang['Animation colors'] = 'Couleurs de l\'animation';
     26$lang['Animation configuration : size, tags colors, tags size'] = 'Configuration de l\'animation : taille, couleurs des tags, taille des tags';
     27$lang['Animation width and height'] = 'Dimensions de l\'animation';
     28$lang['Background color'] = 'Couleur de fond';
     29$lang['Background color updated'] = 'La couleur de fond a été mise à jour';
     30$lang['Before'] = 'Avant';
     31$lang['block'] = 'le bloc';
     32$lang['Check the checkbox to add tags cloud in main menu'] = 'Cochez la case pour ajouter le nuage Cumulus dans le menu principal';
     33$lang['Check the checkbox to use transparent mode for background'] = 'Cochez la case pour utiliser le mode transparence';
     34$lang['Coefficient'] = 'Coefficient';
     35$lang['Coefficient for tags size updated'] = 'Le coefficient multiplicateur des tags a été mis à jour';
     36$lang['Color 1'] = 'Couleur 1';
     37$lang['Color 1 updated'] = 'La couleur 1 a été mise à jour';
     38$lang['Color 2'] = 'Couleur 2';
     39$lang['Color 2 updated'] = 'La couleur 2 a été mise à jour';
     40$lang['Cumulus Tags Cloud Plugin'] = 'Plugin Cumulus Tags Cloud';
     41$lang['Current release:'] = 'Version courante';
     42$lang['Height'] = 'Hauteur';
     43$lang['Height updated'] = 'La hauteur a été mise à jour';
     44$lang['Menu'] = 'Menu';
     45$lang['Mouseover color'] = 'Couleur au survol';
     46$lang['Mouseover color updated'] = 'La couleur hicolor a été mise à jour';
     47$lang['Position'] = 'Position';
     48$lang['Position in main menu has been updated'] = 'La position dans le mneu principal a été mise à jour';
     49$lang['Tags cloud added in main menu'] = 'Le nuage Cumulus a été ajouté dans le menu principal';
     50$lang['Tags cloud in main menu?'] = 'Ajoutez le nuage Cumulus dans le menu principal ?';
     51$lang['Tags cloud removed from main menu'] = 'Le nuage Cumulus a été enlevé du menu principal';
     52$lang['Tags page'] = 'Page des tags';
     53$lang['Tags size'] = 'Taille des tags';
     54$lang['That plugin display tags using a flash movie that rotates them in 3D. It works like a regular tags cloud but in a more amazing and exciting way.'] = 'Ce plugin permet d\'afficher un nuage de tags sous forme d\'une animation flash en 3D.';
     55$lang['Transparent mode for background'] = 'Mode transparence pour le fond de l\'animation';
     56$lang['Transparent mode is not used'] = 'Le mode transparence n\'est pas utilisé';
     57$lang['Transparent mode is used'] = 'Le mode transparence est utilisé';
     58$lang['Width'] = 'Largeur';
     59$lang['Width updated'] = 'La largeur a été mise à jour';
     60$lang['You can choose that mode for tags default display mode by adding (or changing) in the configuration file'] = 'Vous pouvez choisir ce mode d\'affichage du nuage de tags en ajoutant le mode par défaut dans le fichier de configuration';
     61$lang['You can choose to add cumulus tag cloud in menu. You can define tags cloud position in the main menu by choosing its position related to another block'] = 'Vous pouvez ajouter le nuage Cumulus dans le menu principal. Vous pouvez définir la position du nuage par rapport à un autre bloc de menu';
     62
     63// public
     64$lang['cloud'] = 'nuage';
     65$lang['cumulus cloud'] = 'Nuage cumulus';
     66$lang['Show tag cloud'] = 'Utiliser le mode cumulus pour afficher le nuage de tags';
    4167?>
Note: See TracChangeset for help on using the changeset viewer.