9 lines
258 B
PHP
9 lines
258 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["Lifetime of the cache (in hours)"] = "";
|
||
|
$a->strings["Save"] = "Salva";
|
||
|
$a->strings["Cache Statistics"] = "";
|
||
|
$a->strings["Number of items"] = "";
|
||
|
$a->strings["Size of the cache"] = "";
|
||
|
$a->strings["Delete the whole cache"] = "";
|