aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/admin_advices/language/it_IT
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-10-23 20:15:58 +0000
committervdigital <vdigital@piwigo.org>2008-10-23 20:15:58 +0000
commitdadd219bf2d32215a6cdff1b2fb02c3f3dfc8f65 (patch)
tree1208a0ad76bf501a0cd457ec0f2243aa9ab95c8f /plugins/admin_advices/language/it_IT
parentf7aea6eb4c6a440a88e46dd5e081c1d4327440b9 (diff)
Merging revisions 2793-2794
Format Sylvia theme.css Minor: on default-layout.css category list on search page is enlarged. 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... git-svn-id: http://piwigo.org/svn/trunk@2795 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/admin_advices/language/it_IT')
-rw-r--r--plugins/admin_advices/language/it_IT/plugin.lang.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/admin_advices/language/it_IT/plugin.lang.php b/plugins/admin_advices/language/it_IT/plugin.lang.php
index fbd678cd5..459a4ff75 100644
--- a/plugins/admin_advices/language/it_IT/plugin.lang.php
+++ b/plugins/admin_advices/language/it_IT/plugin.lang.php
@@ -156,4 +156,16 @@ $lang['Adv_case'][32] = array( /* use_exif */
'Non confondere <strong>show</strong>_exif e <strong>use</strong>_exif (consultate le pagine sui metadati nel WIKI).', );
$lang['Adv_case'][33] = array( /* **navigation */
'Potrete usare le frecce della tastiera per navigare tra le foto.', );
+$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.' );
+$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, ',
+ 'you should consider to set it false.',
+ 'Choosing false, template changes are not detected, this improves response time.',
+ 'Anyway Specials > Maintenance > Purge compiled templates, is recommended after this $conf change.' );
?> \ No newline at end of file