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/templates/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'] = '';
     24$lang['Animation background color'] = '';
     25$lang['Animation size'] = '';
     26$lang['Applicable categorie(s)'] = '';
     27$lang['Background color of animation has been updated'] = '';
     28$lang['Color'] = '';
     29$lang['Height'] = '';
     30$lang['Height has been updated'] = '';
     31$lang['Main configuration'] = '';
     32$lang['No'] = '';
     33$lang['one category'] = '';
     34$lang['Photo Widget Plugin'] = '';
     35$lang['severals categories'] = '';
     36$lang['Submit'] = '';
    2237$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.'] = '';
     38$lang['Width'] = '';
     39$lang['Width has been updated'] = '';
     40$lang['Yes'] = '';
    2341$lang['You can choose that mode for displaying one, severals or all categories'] = '';
    24 $lang['Main configuration'] = '';
    25 $lang['All categories'] = '';
    26 $lang['Applicable categorie(s)'] = '';
    27 $lang['Animation size'] = '';
    28 $lang['Animation background color'] = '';
    29 $lang['Color'] = '';
    3042$lang['You choose that mode for'] = '';
    31 $lang['one category'] = '';
    32 $lang['all categories'] = '';
    33 $lang['severals categories'] = '';
    34 $lang['Width has been updated'] = '';
    35 $lang['Height has been updated'] = '';
    36 $lang['Background color of animation has been updated'] = '';
     43$lang['You must choose at least one category'] = '';
     44
     45// public
    3746$lang['This widget requires Flash Player 9 or better'] = '';
    3847?>
Note: See TracChangeset for help on using the changeset viewer.