9 lines
369 B
PHP
9 lines
369 B
PHP
<?php
|
|
|
|
$a->strings["Lifetime of the cache (in hours)"] = "Tempo de vida do cache (em horas)";
|
|
$a->strings["Save"] = "Salvar";
|
|
$a->strings["Cache Statistics"] = "Estatísticas do cache";
|
|
$a->strings["Number of items"] = "Número de itens";
|
|
$a->strings["Size of the cache"] = "Tamanho do cache";
|
|
$a->strings["Delete the whole cache"] = "Excluir o cache inteiro";
|