Changeset 11876


Ignore:
Timestamp:
Aug 1, 2011, 9:10:01 PM (13 years ago)
Author:
Mattias
Message:

Added batch manager prefilters to get all images with or without copyrights
Updated dutch and english language files

Location:
extensions/Copyrights
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/Copyrights/TODO

    r11836 r11876  
    33-       Show the copyright when image is displayed
    44  +     It doesnt show a picture yet, but it does show the name of the copyright
    5 - Add a filter 'No copyright' to the Batch Manager
    65
    76=== Bugs ===
  • extensions/Copyrights/language/en_UK/plugin.lang.php

    r11836 r11876  
    1010$lang['This copyright already exists.'] = 'This copyright already exists.';
    1111$lang['Set copyright'] = 'Set copyright';
     12$lang['With copyright'] = 'With copyright';
     13$lang['Without copyright'] = 'Without copyright';
    1214
    1315?>
  • extensions/Copyrights/language/nl_NL/plugin.lang.php

    r11836 r11876  
    1010$lang['This copyright already exists.'] = 'Deze copyright bestaat al.';
    1111$lang['Set copyright'] = 'Stel copyright in';
     12$lang['With copyright'] = 'Met copyright';
     13$lang['Without copyright'] = 'Zonder copyright';
    1214
    1315?>
  • extensions/Copyrights/main.inc.php

    r11844 r11876  
    7777// assignment to the photos.
    7878
     79// The batch manager prefilters
     80include_once(dirname(__FILE__).'/filter.php');
     81
    7982// Global mode
    8083include_once(dirname(__FILE__).'/batch_global.php');
Note: See TracChangeset for help on using the changeset viewer.