Ignore:
Timestamp:
Jun 4, 2013, 12:55:59 PM (11 years ago)
Author:
plg
Message:

manage quota (number of photos, disk usage)

File:
1 edited

Legend:

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

    r12333 r23037  
    6363
    6464$lang['Set Photo Properties'] = 'Set Photo Properties';
     65$lang['Available %s.'] = 'Available %s.';
     66$lang['Available quota %s.'] = 'Available quota %s.';
     67$lang['%s out of %s'] = '%s out of %s';
     68$lang['File %s too big (%uMB), quota of %uMB exceeded'] = 'File %s too big (%uMB), quota of %uMB exceeded';
     69$lang['Disk usage quota reached (%uMB)'] = 'Disk usage quota reached (%uMB)';
     70$lang['Maximum number of photos reached (%u)'] = 'Maximum number of photos reached (%u)';
     71$lang['Photo %s rejected.'] = 'Photo %s rejected.';
     72$lang['no limit'] = 'no limit';
     73$lang['up to %d photos (for each user)'] = 'up to %d photos (for each user)';
     74$lang['up to %dMB (for each user)'] = 'up to %dMB (for each user)';
     75$lang['How much disk space?'] = 'How much disk space?';
     76$lang['How many photos?'] = 'How many photos?';
    6577?>
Note: See TracChangeset for help on using the changeset viewer.