Changeset 2801

Show
Ignore:
Timestamp:
10/24/08 19:35:34 (5 years ago)
Author:
vdigital
Message:

Merging revision 2800
Refer to SVN:2789 - Advices [34]( compiled_template_cache_language ) revised

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

Location:
trunk/plugins/admin_advices
Files:
6 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/admin_advices/admin_advices.php

    r2797 r2801  
    2323 
    2424add_event_handler('loc_end_page_header', 'set_admin_advice_add_css' ); 
    25 // pour faciliter le debug :o) 
    26 ini_set('error_reporting', E_ALL); 
    27 ini_set('display_errors', true); 
     25 
    2826// Add a XHTML tag in HEAD section 
    2927function set_admin_advice_add_css() 
  • trunk/plugins/admin_advices/language/de_DE/plugin.lang.php

    r2795 r2801  
    156156 'Sie können mit der Tastatur Pfeile zum Navigieren zwischen den Bildern.', ); 
    157157$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.' ); 
     158 'Should be true, translation will be done at compilation time.', 
     159 'If you are modifying a language (translators), you should consider to set it false.', 
     160 'Setting it false, template @translate function are called at usage time.' ); 
    163161$lang['Adv_case'][35] = array( /* template_compile_check */ 
    164162 'Default is true, template changes are detected and the template is compiled.', 
  • trunk/plugins/admin_advices/language/en_UK/plugin.lang.php

    r2795 r2801  
    156156 'You can use keyboard arrows to navigate between pictures.', ); 
    157157$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.' ); 
     158 'Should be true, translation will be done at compilation time.', 
     159 'If you are modifying a language (translators), you should consider to set it false.', 
     160 'Setting it false, template @translate function are called at usage time.' ); 
    163161$lang['Adv_case'][35] = array( /* template_compile_check */ 
    164162 'Default is true, template changes are detected and the template is compiled.', 
  • trunk/plugins/admin_advices/language/es_ES/plugin.lang.php

    r2795 r2801  
    156156 'You can use keyboard arrows to navigate between pictures.', ); 
    157157$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.' ); 
     158 'Should be true, translation will be done at compilation time.', 
     159 'If you are modifying a language (translators), you should consider to set it false.', 
     160 'Setting it false, template @translate function are called at usage time.' ); 
    163161$lang['Adv_case'][35] = array( /* template_compile_check */ 
    164162 'Default is true, template changes are detected and the template is compiled.', 
  • trunk/plugins/admin_advices/language/fr_FR/plugin.lang.php

    r2797 r2801  
    158158 'Vous pouvez utiliser les flèches du clavier pour naviguer entre les images.', ); 
    159159$lang['Adv_case'][34] = array( /* compiled_template_cache_language */ 
    160  'Devrait être à false, la traduction sera effectuée au moment de la demande de l\'utilisateur.', 
    161  'Si vous n\'utilisez qu\'une seule langue (vous n\'aurez conservé qu\'un sous-répertoire language)', 
    162  'ou via un plugin si vous forcez tous les utilisateurs a utiliser le même langage,', 
    163  'vous devriez envisager la valeur true.', 
    164  'Positionné à true, les @translate des templates seront réalisés au moment de la compilation.' ); 
     160 'Devrait être à true, la traduction sera effectuée au moment de la compilation.', 
     161 'Si vous modifiez les fichiers langues (traducteurs), vous devriez envisager la valeur false.', 
     162 'Positionné à false, les @translate des templates seront traités à chaque utilisation.' ); 
    165163$lang['Adv_case'][35] = array( /* template_compile_check */ 
    166164 'Par défaut à true, toute modification de template est détectée et le template modifié est recompilé.', 
  • trunk/plugins/admin_advices/language/it_IT/plugin.lang.php

    r2795 r2801  
    158158 'Potrete usare le frecce della tastiera per navigare tra le foto.', ); 
    159159$lang['Adv_case'][34] = array( /* compiled_template_cache_language */ 
    160  'Should be false, translation will be done at user request time.', 
    161  'If you are using one language (you kept only one subdirectory language)', 
    162  'or through a plugin you forced all user to have the same language,', 
    163  'you should consider to set it true.', 
    164  'Setting it true, template @translate are done at compilation time.' ); 
     160 'Should be true, translation will be done at compilation time.', 
     161 'If you are modifying a language (translators), you should consider to set it false.', 
     162 'Setting it false, template @translate function are called at usage time.' ); 
    165163$lang['Adv_case'][35] = array( /* template_compile_check */ 
    166164 'Default is true, template changes are detected and the template is compiled.',