Ignore:
Timestamp:
May 21, 2011, 3:19:26 PM (13 years ago)
Author:
nikrou
Message:

Update to make plugin compatible with piwigo 2.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/akBookStyle/trunk/language/templates/plugin.lang.php

    r5432 r10975  
    33// | akBookStyle  - 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// | Copyright(C) 2009      vdigital                                       |
    77// +-----------------------------------------------------------------------+
     
    2121// +-----------------------------------------------------------------------+
    2222
    23 $lang['ak_intro'] = "That plugin give an alternate presentation for galleries. It gives you in a whole page access to medium image and thumbnails.";
    24 $lang['ak_general_config'] = "Main configuration";
    25 $lang['Applicable categorie(s)'] = "Applicable categorie(s)";
    26 $lang['Applicable category has been updated'] = "Applicable category has been updated";
    27 $lang['Applicable categories have been updated'] = "Applicable categories have been updated";
    28 $lang['ak_by_page'] = "Number of thumbnails per page";
    29 $lang['ak_by_page_changed'] = "Thumbnails per page has been updated";
    30 $lang['ak_by_line'] = "Number of column";
    31 $lang['ak_by_line_changed'] = "Number of column has been updated";
    32 $lang['ak_thumbnail_size'] = "Thumbnail size";
    33 $lang['ak_by_line_changed'] = "Thumbnail size has been updated";
    34 $lang['ak_event_click'] = "click";
    35 $lang['ak_event_mouseover'] = "mouseover";
    36 $lang['ak_mouse_event'] = "Event to show medium picture.";
    37 $lang['ak_mouse_event_changed'] = "Event to show medium picture has been updated.";
    38 $lang['ak_thumbnails_loc'] = "Thumbnails location";
    39 $lang['ak_thumbnails_loc_changed'] = "Thumbnails location has been changed";
    40 $lang['top'] = "Top";
    41 $lang['left'] = "Left";
    42 $lang['bottom'] = "Bottom";
    43 $lang['right'] = "Right";
    44 $lang['ak_by_column'] = 'or number of lines for Top/Bottom';
     23// admin
     24$lang['ak Book Style'] = '';
     25$lang['Applicable categorie(s)'] = '';
     26$lang['Applicable categories have been updated'] = '';
     27$lang['Applicable category has been updated'] = '';
     28$lang['Bottom'] = '';
     29$lang['Click'] = '';
     30$lang['Event to show medium picture.'] = '';
     31$lang['Event to show medium picture has been updated.'] = '';
     32$lang['Left'] = '';
     33$lang['Main configuration'] = '';
     34$lang['Mouseover'] = '';
     35$lang['Number of column'] = '';
     36$lang['Number of column has been updated'] = '';
     37$lang['Number of thumbnails per page'] = '';
     38$lang['or number of lines for Top/Bottom'] = '';
     39$lang['Right'] = '';
     40$lang['Submit'] = '';
     41$lang['Thumbnail size'] = '';
     42$lang['Thumbnail size has been updated'] = '';
     43$lang['Thumbnails location'] = '';
     44$lang['Thumbnails location has been changed'] = '';
     45$lang['Thumbnails per page has been updated'] = '';
     46$lang['Top'] = '';
    4547
    46 $lang['Next image'] = 'Next image';
    47 $lang['Next page'] = 'Next page';
    48 $lang['Previous image'] = 'Previous image';
    49 $lang['Previous page'] = 'Previous page';
     48// public
     49$lang['Home'] = '';
     50$lang['Next image'] = '';
     51$lang['Next page'] = '';
     52$lang['Previous image'] = '';
     53$lang['Previous page'] = '';
     54$lang['Thumbnails'] = '';
    5055?>
Note: See TracChangeset for help on using the changeset viewer.