Ignore:
Timestamp:
Mar 24, 2010, 11:26:25 PM (14 years ago)
Author:
nikrou
Message:

Update translation keys (prepare for gettext)

File:
1 edited

Legend:

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

    r5201 r5323  
    33// | pwgCumulus  - a plugin for Piwigo                                     |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2009      Nicolas Roudaire        http://www.nikrou.net  |
     5// | Copyright(C) 2009-2010      Nicolas Roudaire   http://www.nikrou.net  |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
     
    2020// +-----------------------------------------------------------------------+
    2121
    22 $lang['pwg_cumulus_title'] = "Cumulus Tags Cloud Plugin";
    23 $lang['pwg_cumulus_intro'] = "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.";
    24 $lang['pwg_cumulus_info'] = "Vous can choose that mode for tags default display mode by adding (or changing) in the configuration file <strong>config_local.inc.php</strong>&nbsp;:&nbsp;<br>\$conf['tags_default_display_mode'] = 'cumulus';";
    25 $lang['pwg_cumulus_dimensions'] = "Animation width and height";
    26 $lang['pwg_cumulus_width'] = "Width";
    27 $lang['pwg_cumulus_height'] = "Height";
    28 $lang['pwg_cumulus_tags_size'] = "Tags size";
    29 $lang['pwg_cumulus_coeff'] = "Coefficient";
    30 $lang['pwg_cumulus_width_changed'] = "Width updated";
    31 $lang['pwg_cumulus_height_changed'] = "Height updated";
    32 $lang['pwg_cumulus_coeff_changed'] = "Coefficient for tags size updated";
    33 $lang['show tag cloud in cumulus mode'] = "Show tag cloud in cumulus mode";
    34 $lang['pwg_cumulus_color1'] = "Color 1";
    35 $lang['pwg_cumulus_color2'] = "Color 2";
    36 $lang['pwg_cumulus_hicolor'] = "Hover color";
    37 $lang['pwg_cumulus_color1_changed'] = "Color 1 updated";
    38 $lang['pwg_cumulus_color2_changed'] = "Color 2 updated";
    39 $lang['pwg_cumulus_hicolor_changed'] = "Hover color updated";
     22$lang['Cumulus Tags Cloud Plugin'] = "Cumulus Tags Cloud Plugin";
     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.'] = "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.";
     24$lang['Vous can choose that mode for tags default display mode by adding (or changing) in the configuration file'] = "Vous can choose that mode for tags default display mode by adding (or changing) in the configuration file";
     25$lang['Animation width and height'] = "Animation width and height";
     26$lang['Width'] = "Width";
     27$lang['Height'] = "Height";
     28$lang['Tags size'] = "Tags size";
     29$lang['Coefficient'] = "Coefficient";
     30$lang['Width updated'] = "Width updated";
     31$lang['Height updated'] = "Height updated";
     32$lang['Coefficient for tags size updated'] = "Coefficient for tags size updated";
     33$lang['Show tag cloud in cumulus mode'] = "Show tag cloud in cumulus mode";
     34$lang['Color 1'] = "Color 1";
     35$lang['Color 2'] = "Color 2";
     36$lang['Mouseover color'] = "Hover color";
     37$lang['Color 1 updated'] = "Color 1 updated";
     38$lang['Color 2 updated'] = "Color 2 updated";
     39$lang['Mouseover color updated'] = "Hover color updated";
    4040?>
Note: See TracChangeset for help on using the changeset viewer.