mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 13:43:00 +00:00
9 lines
331 B
PHP
9 lines
331 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["Lifetime of the cache (in hours)"] = "缓存期(小时)";
|
||
|
$a->strings["Save"] = "保存";
|
||
|
$a->strings["Cache Statistics"] = "缓存统计";
|
||
|
$a->strings["Number of items"] = "项目数量";
|
||
|
$a->strings["Size of the cache"] = "缓存尺寸";
|
||
|
$a->strings["Delete the whole cache"] = "删除全缓存";
|