forked from friendica/friendica-addons
9 lines
276 B
PHP
9 lines
276 B
PHP
<?php
|
|
|
|
$a->strings["Lifetime of the cache (in hours)"] = "";
|
|
$a->strings["Save"] = "Zapisz";
|
|
$a->strings["Cache Statistics"] = "";
|
|
$a->strings["Number of items"] = "Numery elementów";
|
|
$a->strings["Size of the cache"] = "";
|
|
$a->strings["Delete the whole cache"] = "";
|