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/en_UK/plugin.lang.php

    r6852 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['That plugin give an alternate presentation for galleries. It gives you in a whole page access to medium image and thumbnails.'] = "That plugin give an alternate presentation for galleries. It gives you in a whole page access to medium image and thumbnails.";
    24 $lang['Main configuration'] = "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['Number of thumbnails per page'] = "Number of thumbnails per page";
    29 $lang['Thumbnails per page has been updated'] = "Thumbnails per page has been updated";
    30 $lang['Number of column'] = "Number of column";
    31 $lang['Thumbnail size has been updated'] = "Thumbnail size has been updated";
    32 $lang['Thumbnail size'] = "Thumbnail size";
    33 $lang['click'] = "click";
    34 $lang['mouseover'] = "mouseover";
    35 $lang['Event to show medium picture.'] = "Event to show medium picture.";
    36 $lang['Event to show medium picture has been updated.'] = "Event to show medium picture has been updated.";
    37 $lang['Thumbnails location'] = "Thumbnails location";
    38 $lang['Thumbnails location has been changed'] = "Thumbnails location has been changed";
    39 $lang['Top'] = "Top";
    40 $lang['Left'] = "Left";
    41 $lang['Bottom'] = "Bottom";
    42 $lang['Right'] = "Right";
    43 $lang['or number of lines for Top/Bottom'] = "or number of lines for Top/Bottom";
    44 $lang['Next image'] = "Next image";
    45 $lang['Next page'] = "Next page";
    46 $lang['Previous image'] = "Previous image";
    47 $lang['Previous page'] = "Previous page";
     23/*
     24 * The purpose of that file is to provide a way to overwrite
     25 * default translation.
     26 * See language/templates/plugin.lang.php for available keys
     27 */
    4828?>
Note: See TracChangeset for help on using the changeset viewer.