- Timestamp:
- Oct 24, 2008, 7:33:14 PM (16 years ago)
- Location:
- branches/2.0/plugins/admin_advices
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0/plugins/admin_advices/admin_advices.php
r2796 r2800 23 23 24 24 add_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 28 26 // Add a XHTML tag in HEAD section 29 27 function set_admin_advice_add_css() -
branches/2.0/plugins/admin_advices/language/de_DE/plugin.lang.php
r2793 r2800 156 156 'Sie können mit der Tastatur Pfeile zum Navigieren zwischen den Bildern.', ); 157 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.' ); 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.' ); 163 161 $lang['Adv_case'][35] = array( /* template_compile_check */ 164 162 'Default is true, template changes are detected and the template is compiled.', -
branches/2.0/plugins/admin_advices/language/en_UK/plugin.lang.php
r2793 r2800 156 156 'You can use keyboard arrows to navigate between pictures.', ); 157 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.' ); 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.' ); 163 161 $lang['Adv_case'][35] = array( /* template_compile_check */ 164 162 'Default is true, template changes are detected and the template is compiled.', -
branches/2.0/plugins/admin_advices/language/es_ES/plugin.lang.php
r2793 r2800 156 156 'You can use keyboard arrows to navigate between pictures.', ); 157 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.' ); 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.' ); 163 161 $lang['Adv_case'][35] = array( /* template_compile_check */ 164 162 'Default is true, template changes are detected and the template is compiled.', -
branches/2.0/plugins/admin_advices/language/fr_FR/plugin.lang.php
r2796 r2800 158 158 'Vous pouvez utiliser les flèches du clavier pour naviguer entre les images.', ); 159 159 $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.' ); 165 163 $lang['Adv_case'][35] = array( /* template_compile_check */ 166 164 'Par défaut à true, toute modification de template est détectée et le template modifié est recompilé.', -
branches/2.0/plugins/admin_advices/language/it_IT/plugin.lang.php
r2793 r2800 158 158 'Potrete usare le frecce della tastiera per navigare tra le foto.', ); 159 159 $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.' ); 165 163 $lang['Adv_case'][35] = array( /* template_compile_check */ 166 164 'Default is true, template changes are detected and the template is compiled.',
Note: See TracChangeset
for help on using the changeset viewer.