Ignore:
Timestamp:
Oct 3, 2011, 2:18:46 PM (13 years ago)
Author:
plg
Message:

Make Community plugin compatible with the new upload form

The privacy level is set at the beginning of uploadify because Piwigo core
don't use 8 by default.

As soon as the user has created an album, he can't create another one (too
complicated to refresh the list of parent albums: this feature doesn't deserve
to make the code more complexe)

Location:
extensions/community/language
Files:
2 edited

Legend:

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

    r10652 r12333  
    6161$lang['Edit a permission'] = 'Edit a permission';
    6262$lang['Your photos are waiting for validation, administrators have been notified'] = 'Your photos are waiting for validation, administrators have been notified';
     63
     64$lang['Set Photo Properties'] = 'Set Photo Properties';
    6365?>
  • extensions/community/language/fr_FR/plugin.lang.php

    r10771 r12333  
    6363$lang['Edit a permission'] = 'Editer une permission';
    6464$lang['Your photos are waiting for validation, administrators have been notified'] = 'Vos photos sont en attente de validation, les administrateurs sont prévenus';
     65
     66$lang['Set Photo Properties'] = 'Définir les proriétés de la photo';
    6567?>
Note: See TracChangeset for help on using the changeset viewer.