Show
Ignore:
Timestamp:
05/02/12 00:51:28 (13 months ago)
Author:
plg
Message:

add missing language keys (for the new photo administration screen)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/language/en_UK/admin.lang.php

    r14646 r14648  
    897897$lang['Apply watermark if height is bigger than'] = 'Apply watermark if height is bigger than'; 
    898898$lang['Multiple Size'] = 'Multiple Size'; 
     899$lang['Watermark'] = 'Watermark'; 
     900$lang['Original file : %s'] = 'Original file : %s'; 
     901$lang['Posted %s on %s'] = 'Posted %s on %s'; 
     902$lang['Added by %s'] = 'Added by %s'; 
     903$lang['Visited %d times'] = 'Visited %d times'; 
     904$lang['Numeric identifier : %d'] = 'Numeric identifier : %d'; 
     905$lang['%s ago'] = '%s ago'; 
     906$lang['%s in the future'] = '%s in the future'; 
     907$lang['Rated %d times, score : %.2f'] = 'Rated %d times, score : %.2f'; 
     908$lang['%d year'] = '%d year'; 
     909$lang['%d years'] = '%d years'; 
     910$lang['%d month'] = '%d month'; 
     911$lang['%d months'] = '%d months'; 
     912$lang['%d day'] = '%d day'; 
     913$lang['%d days'] = '%d days'; 
     914$lang['%d hour'] = '%d hour'; 
     915$lang['%d hours'] = '%d hours'; 
     916$lang['%d minute'] = '%d minute'; 
     917$lang['%d minutes'] = '%d minutes'; 
     918$lang['%d second'] = '%d second'; 
     919$lang['%d seconds'] = '%d seconds'; 
    899920?>