mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 16:22:54 +00:00
8 lines
369 B
PHP
8 lines
369 B
PHP
<?php
|
|
|
|
$a->strings["Lifetime of the cache (in hours)"] = "Tempo de vida do cache (em horas)";
|
|
$a->strings["Save"] = "Salvar";
|
|
$a->strings["Cache Statistics"] = "Estatísticas do cache";
|
|
$a->strings["Number of items"] = "Número de itens";
|
|
$a->strings["Size of the cache"] = "Tamanho do cache";
|
|
$a->strings["Delete the whole cache"] = "Excluir o cache inteiro";
|