forked from friendica/friendica-addons
9 lines
379 B
PHP
9 lines
379 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["Lifetime of the cache (in hours)"] = "Vivodaŭro de kaŝmemoro (horoj)";
|
||
|
$a->strings["Save"] = "Konservi";
|
||
|
$a->strings["Cache Statistics"] = "Statistikoj pri kaŝmemoro";
|
||
|
$a->strings["Number of items"] = "Kvanto da eroj";
|
||
|
$a->strings["Size of the cache"] = "Grando de la kaŝmemoro";
|
||
|
$a->strings["Delete the whole cache"] = "Forviŝi la kaŝmemoron";
|