forked from friendica/friendica-addons
9 lines
380 B
PHP
9 lines
380 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["Lifetime of the cache (in hours)"] = "Temps de vida de la caché (en hores)";
|
||
|
$a->strings["Save"] = "Guardar";
|
||
|
$a->strings["Cache Statistics"] = "Estadístiques de la caché";
|
||
|
$a->strings["Number of items"] = "Nombre d'elements";
|
||
|
$a->strings["Size of the cache"] = "Mida de la caché";
|
||
|
$a->strings["Delete the whole cache"] = "Esborra tota la cachè";
|