Ignore:
Timestamp:
Oct 23, 2008, 10:10:03 PM (16 years ago)
Author:
vdigital
Message:

Refer to SVN:2789 - include Admin Advices in
[34]( compiled_template_cache_language ) and [35] ( template_compile_check )

Translation is needed for German, Spanish, Italian...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/plugins/admin_advices/language/es_ES/plugin.lang.php

    r2472 r2793  
    155155$lang['Adv_case'][33] = array( /* **navigation */
    156156 'You can use keyboard arrows to navigate between pictures.', );
     157$lang['Adv_case'][34] = array( /* compiled_template_cache_language */
     158 'Should be false, translation will be done at user request time.',
     159 'If you are using one language (you kept only one subdirectory language)',
     160 'or through a plugin you forced all user to have the same language,',
     161 'you should consider to set it true.',
     162 'Setting it true, template @translate are done at compilation time.' );
     163$lang['Adv_case'][35] = array( /* template_compile_check */
     164 'Default is true, template changes are detected and the template is compiled.',
     165 'If you are not updating template any more for several days, ',
     166 'you should consider to set it false.',
     167 'Choosing false, template changes are not detected, this improves response time.',
     168 'Anyway Specials > Maintenance > Purge compiled templates, is recommended after this $conf change.' );
    157169?>
Note: See TracChangeset for help on using the changeset viewer.