diff options
author | vdigital <vdigital@piwigo.org> | 2008-10-24 17:35:34 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-10-24 17:35:34 +0000 |
commit | b79f226548849fefcb800ec10709c6ac68b00d43 (patch) | |
tree | 7755a42354300efaee8d2de688e1d6dec2733f78 /plugins/admin_advices/language/en_UK/plugin.lang.php | |
parent | 8add69c7874d1444b21c6d8cfa8d34e70e6750b1 (diff) |
Merging revision 2800
Refer to SVN:2789 - Advices [34]( compiled_template_cache_language ) revised
Translation is needed for German, Spanish, Italian...
git-svn-id: http://piwigo.org/svn/trunk@2801 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/admin_advices/language/en_UK/plugin.lang.php')
-rw-r--r-- | plugins/admin_advices/language/en_UK/plugin.lang.php | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/plugins/admin_advices/language/en_UK/plugin.lang.php b/plugins/admin_advices/language/en_UK/plugin.lang.php index b46118dfe..57ff2b765 100644 --- a/plugins/admin_advices/language/en_UK/plugin.lang.php +++ b/plugins/admin_advices/language/en_UK/plugin.lang.php @@ -155,11 +155,9 @@ $lang['Adv_case'][32] = array( /* use_exif */ $lang['Adv_case'][33] = array( /* **navigation */ 'You can use keyboard arrows to navigate between pictures.', ); $lang['Adv_case'][34] = array( /* compiled_template_cache_language */ - 'Should be false, translation will be done at user request time.', - 'If you are using one language (you kept only one subdirectory language)', - 'or through a plugin you forced all user to have the same language,', - 'you should consider to set it true.', - 'Setting it true, template @translate are done at compilation time.' ); + 'Should be true, translation will be done at compilation time.', + 'If you are modifying a language (translators), you should consider to set it false.', + 'Setting it false, template @translate function are called at usage time.' ); $lang['Adv_case'][35] = array( /* template_compile_check */ 'Default is true, template changes are detected and the template is compiled.', 'If you are not updating template any more for several days, ', |