Ignore:
Timestamp:
May 20, 2011, 9:15:46 PM (13 years ago)
Author:
nikrou
Message:

Make plugin compatible with piwigo 2.2, thanks to plg
Add tr_TR (Turkish), thanks to Nakre
Add ar_SA thanks to bakir
Update year copyright
Fix a mispelling for a language key

File:
1 edited

Legend:

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

    r7454 r10954  
    33// | pwgCumulus  - a plugin for Piwigo                                     |
    44// +-----------------------------------------------------------------------+
    5 // | Copyright(C) 2009-2010 Nicolas Roudaire        http://www.nikrou.net  |
     5// | Copyright(C) 2009-2011 Nicolas Roudaire        http://www.nikrou.net  |
    66// +-----------------------------------------------------------------------+
    77// | This program is free software; you can redistribute it and/or modify  |
     
    2020// +-----------------------------------------------------------------------+
    2121
    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['Animation colors'] = "Animation colors";
    35 $lang['Color 1'] = "Color 1";
    36 $lang['Color 2'] = "Color 2";
    37 $lang['Mouseover color'] = "Hover color";
    38 $lang['Color 1 updated'] = "Color 1 updated";
    39 $lang['Color 2 updated'] = "Color 2 updated";
    40 $lang['Mouseover color updated'] = "Hover color updated";
     22/*
     23 * The purpose of that file is to provide a way to overwrite
     24 * default translation.
     25 * See language/templates/plugin.lang.php for available keys
     26 */
    4127?>
Note: See TracChangeset for help on using the changeset viewer.