9 lines
361 B
PHP
9 lines
361 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["Lifetime of the cache (in hours)"] = "Lebenszeit des Caches (in Stunden)";
|
||
|
$a->strings["Save"] = "Speichern";
|
||
|
$a->strings["Cache Statistics"] = "Cache Statistik";
|
||
|
$a->strings["Number of items"] = "Anzahl der Einträge";
|
||
|
$a->strings["Size of the cache"] = "Größe des Caches";
|
||
|
$a->strings["Delete the whole cache"] = "Cache leeren";
|