Ignore:
Timestamp:
02/10/08 21:47:13 (4 years ago)
Author:
hverton
Message:

fixed issue with session caching, causing bizare side-effects
added an explanation to the different possible locale modes
fixed not updating the login_expire session variable upon page load_localestrings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/tools/language_pack_English.php

    r1226 r1258  
    883883        $localestrings['560'] = "Assign multiple languages to a single item"; 
    884884        $localestrings['561'] = "Assign multiple items to a single language"; 
     885        $localestrings['562'] = "Migration strategies"; 
     886        $localestrings['563'] = "From:"; 
     887        $localestrings['564'] = "To:"; 
     888        $localestrings['569a'] = "The current text for the selected item will be copied for all active locales."; 
     889        $localestrings['569b'] = "The current text for the selected item will be duplicated for all active locales."; 
     890        $localestrings['569c'] = "Only the translation for the system locale will be kept, all others will be deleted."; 
     891        $localestrings['569d'] = "Current translations will be linked to individual locales, and can be deleted or modified as a single entity."; 
     892        $localestrings['569e'] = "Only the translation for the system locale will be kept, all others will be deleted."; 
     893        $localestrings['569f'] = "Current translations will be merged into a single entity. Items that don't exist for every locale will be merged as well. This may lead to duplicates."; 
    885894        $localestrings['570'] = "Panels:"; 
    886895        $localestrings['571'] = "Menu sytem:"; 
Note: See TracChangeset for help on using the changeset viewer.