9 lines
418 B
PHP
9 lines
418 B
PHP
<?php
|
|
|
|
$a->strings["Lifetime of the cache (in hours)"] = "Životnost vyrovnávací paměti (v hodinách)";
|
|
$a->strings["Save"] = "Uložit";
|
|
$a->strings["Cache Statistics"] = "Statistika vyrovnávací paměti";
|
|
$a->strings["Number of items"] = "Počet položek";
|
|
$a->strings["Size of the cache"] = "Velikost vyrovnávací paměti";
|
|
$a->strings["Delete the whole cache"] = "Vymazat celou vyrovnávací paměť";
|