Ignore:
Timestamp:
Feb 8, 2014, 6:48:13 PM (10 years ago)
Author:
mistic100
Message:

update for 2.6

File:
1 edited

Legend:

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

    r21593 r27268  
    11<?php
    22// +-----------------------------------------------------------------------+
    3 // | Dynamic Recent Period - a Piwigo Plugin                               |
    4 // | Copyright (C) 2007-2011 Ruben ARNAUD - rub@piwigo.org                 |
     3// | Piwigo - a PHP based photo gallery                                    |
     4// +-----------------------------------------------------------------------+
     5// | Copyright(C) 2008-2013 Piwigo Team                  http://piwigo.org |
     6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
     7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
    58// +-----------------------------------------------------------------------+
    69// | This program is free software; you can redistribute it and/or modify  |
     
    1821// | USA.                                                                  |
    1922// +-----------------------------------------------------------------------+
    20 
    21 if (!defined('PHPWG_ROOT_PATH'))
    22 {
    23   die('Hacking attempt!');
    24 }
    25 
    26 $lang['dynareceperio_force'] = 'Force usage for all users';
    27 $lang['dynareceperio_day_number'] = 'Number of days number with image upload';
    28 
     23$lang['Force usage for all users'] = 'Force usage for all users';
     24$lang['Number of days number with image upload'] = 'Number of days number with image upload';
    2925?>
Note: See TracChangeset for help on using the changeset viewer.