11<?php
2+
23$ texts = [
34 'project.link ' => 'Progetto su GitHub ' ,
45 'project.log_in ' => 'Accedi ' ,
6+
57 'error.not.installed.title ' => 'Non installato ' ,
68 'error.not.installed.description ' => 'Sembra che OPCache non sia installato. ' ,
79 'error.not.enabled.title ' => 'Non abilitato ' ,
810 'error.not.enabled.description ' => 'Sembra che OPCache non sia abilitato. ' ,
11+
912 'menu.status ' => 'Stato ' ,
1013 'menu.config ' => 'Configurazione ' ,
1114 'menu.scripts ' => 'Script nella cache ' ,
1215 'menu.graphs ' => 'Grafici ' ,
16+
1317 'reset.submit ' => 'Azzera ' ,
1418 'confirmation.reset ' => 'Sei sicuro di voler azzerare le statistiche? ' ,
1519 'confirmation.yes ' => 'Sì ' ,
1620 'confirmation.no ' => 'No ' ,
21+
1722 'status.title ' => 'Stato ' ,
1823 'status.opcache_enabled ' => 'Abilitato ' ,
1924 'status.cache_full ' => 'Cache satura ' ,
2025 'status.restart_pending ' => 'Riavvio in attesa ' ,
2126 'status.restart_in_progress ' => 'Riavvio in corso ' ,
27+
2228 'memory.title ' => 'Utilizzo memoria ' ,
2329 'memory.used_memory ' => 'Memoria utilizzata ' ,
2430 'memory.free_memory ' => 'Memoria libera ' ,
2531 'memory.wasted_memory ' => 'Memoria sprecata ' ,
2632 'memory.current_wasted_percentage ' => 'Memoria attualmente sprecata ' ,
33+
2734 'stats.title ' => 'Statistiche ' ,
2835 'stats.num_cached_scripts ' => 'Tot. script nella cache ' ,
2936 'stats.num_cached_keys ' => 'Tot. key nella cache ' ,
3845 'stats.blacklist_misses ' => 'Saltati in base a blacklist ' ,
3946 'stats.blacklist_miss_ratio ' => 'Percentuale saltati ' ,
4047 'stats.opcache_hit_rate ' => 'OPCache percentuale successi ' ,
48+
4149 'config.title ' => 'Configurazione ' ,
4250 'config.opcache.enable ' => 'Abilitato ' ,
4351 'config.opcache.enable.description ' => 'Determina se Zend OPCache è abilitata. ' ,
8997 'config.opcache.enable_file_override.description ' => 'Ridefinisce la funzione "file_exists()" e simili per migliori prestazioni. ' ,
9098 'config.opcache.optimization_level ' => 'Livello di ottimizzazione ' ,
9199 'config.opcache.optimization_level.description ' => 'Una bitmask dove ogni bit abilita o disabilita i relativi passaggi della OPCache. ' ,
100+
92101 'blacklist.title ' => 'Lista nera ' ,
93102 'blacklist.empty ' => 'Nessuno script è in lista nera ' ,
103+
94104 'scripts.title ' => 'Script nella cache ' ,
95105 'scripts.overview.title ' => 'Riepilogo ' ,
96106 'scripts.empty ' => 'Nessuno script è nella cache ' ,
103113 'scripts.actions ' => 'Azioni ' ,
104114 'script.invalidate ' => 'Invalida ' ,
105115 'scripts.filter.placeholder ' => 'Filtra script nella cache ' ,
116+
106117 'graph.title ' => 'Grafici ' ,
107118 'graph.memory.title ' => 'Memoria ' ,
108119 'graph.memory.free ' => 'libera ' ,
116127 'graph.hits.hits ' => 'accessi ' ,
117128 'graph.hits.misses ' => 'mancati ' ,
118129 'graph.hits.blacklist ' => 'lista nera '
119- ];
130+ ];
0 commit comments