Ignore:
Timestamp:
Mar 24, 2010, 12:45:13 AM (14 years ago)
Author:
plg
Message:

remove the \n from the language key and split into 2 separate strings to avoid
useless exceptions in translation analysis scripts.

File:
1 edited

Legend:

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

    r5299 r5302  
    304304$lang['Unsubscribe from notification by mail'] = "Unsubscribe from notification by mail";
    305305$lang['Parameter'] = "Parameter";
    306 $lang['Processing treatment.
    307 
    308 Please wait...'] = "Processing treatment.
    309 
    310 Please wait...";
     306$lang['Processing treatment.'] = 'Processing treatment.';
     307$lang['Please wait...'] = 'Please wait...';
    311308$lang['Continue processing treatment'] = "Continue processing treatment";
    312309$lang['Complementary mail content'] = "Complementary mail content";
     
    735732$lang['Page end'] = 'Page end';
    736733$lang['Piwigo Uploader'] = 'Piwigo Uploader';
    737 $lang['Processing treatment.\nPlease wait...'] = 'Processing treatment.\nPlease wait...';
     734$lang['Processing treatment.'] = 'Processing treatment.';
     735$lang['Please wait...'] = 'Please wait...';
    738736$lang['Read Piwigo Documentation'] = 'Read Piwigo Documentation';
    739737$lang['Start pLoader and add your photos.'] = 'Start pLoader and add your photos.';
Note: See TracChangeset for help on using the changeset viewer.