Changeset 11836

Show
Ignore:
Timestamp:
07/26/11 16:37:47 (22 months ago)
Author:
Mattias
Message:

Added 'Set copyright' as translation.
Nescessary in batch_global.php
changed author names
updated TODO

Location:
extensions/Copyrights
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • extensions/Copyrights/TODO

    r11777 r11836  
    77=== Bugs === 
    88-       We don't check if the CR url has 'http://' (or is this a TODO?) 
    9 - In Global Mode of the BM, the action is called 'Edit copyright', this should 
    10   be 'Assign copyright' to avoid confusion. 
    11 - Change (dwo) into (Deltaworks Online Foundation) <www.deltaworks.org> 
    129- Maybe: Cancel buttons in Admin Panel 
  • extensions/Copyrights/batch_global.php

    r11794 r11836  
    3434        $template->append('element_set_global_plugins_actions', array( 
    3535                'ID' => 'copyrights',                           // ID of the batch manager action 
    36                 'NAME' => l10n('Edit copyright'),       // Description of the batch manager action 
     36                'NAME' => l10n('Set copyright'),        // Description of the batch manager action 
    3737                'CONTENT' => $template->parse('CR_batch_global', true) 
    3838                ) 
  • extensions/Copyrights/language/en_UK/plugin.lang.php

    r11675 r11836  
    99$lang['Visible'] = 'Visible'; 
    1010$lang['This copyright already exists.'] = 'This copyright already exists.'; 
     11$lang['Set copyright'] = 'Set copyright'; 
    1112 
    1213?> 
  • extensions/Copyrights/language/nl_NL/plugin.lang.php

    r11675 r11836  
    99$lang['Visible'] = 'Zichtbaar'; 
    1010$lang['This copyright already exists.'] = 'Deze copyright bestaat al.'; 
     11$lang['Set copyright'] = 'Stel copyright in'; 
    1112 
    1213?> 
  • extensions/Copyrights/main.inc.php

    r11656 r11836  
    55Description: Create copyrights and assign them to your photos. 
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=537 
    7 Author: Mattias & J.Commelin (dwo) 
     7Author: Mattias & J.Commelin (Deltaworks Online Foundation) <www.deltaworks.org> 
    88Author URI: http://www.watergallery.nl/piwigo/plugins/copyrights/ 
    99*/