Changeset 3408 in subversion


Ignore:
Timestamp:
Mar 24, 2010 4:23:19 AM (3 years ago)
Author:
alec
Message:
  • add lost 'errorcopying' message
Location:
trunk/roundcubemail/program/localization
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/localization/en_US/messages.inc

    r3385 r3408  
    4747$messages['errorsavingsent'] = 'An error occured while saving sent message'; 
    4848$messages['errorsaving'] = 'An error occured while saving'; 
    49 $messages['errormoving'] = 'Could not move the message'; 
    50 $messages['errordeleting'] = 'Could not delete the message'; 
    51 $messages['errormarking'] = 'Could not mark the message'; 
     49$messages['errormoving'] = 'Could not move the message(s)'; 
     50$messages['errorcopying'] = 'Could not copy the message(s)'; 
     51$messages['errordeleting'] = 'Could not delete the message(s)'; 
     52$messages['errormarking'] = 'Could not mark the message(s)'; 
    5253$messages['deletecontactconfirm']  = 'Do you really want to delete the selected contact(s)?'; 
    5354$messages['deletemessagesconfirm'] = 'Do you really want to delete the selected message(s)?'; 
  • trunk/roundcubemail/program/localization/pl_PL/messages.inc

    r3385 r3408  
    6363pił błĠ
    6464d podczas zapisu!'; 
    65 $messages['errormoving'] = 'Nie moÅŒna przenieść wybranej wiadomości!'; 
     65$messages['errormoving'] = 'Nie moÅŒna przenieść wiadomości!'; 
     66$messages['errorcopying'] = 'Nie moÅŒna skopiować wiadomości!'; 
    6667$messages['errordeleting'] = 'Nie moÅŒna usunÄ 
    6768ć wiadomości!'; 
Note: See TracChangeset for help on using the changeset viewer.