mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 18:31:03 +00:00
6 lines
292 B
PHP
6 lines
292 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["Administrator"] = "Administrador";
|
||
|
$a->strings["Your account on %s will expire in a few days."] = "El teu compte en %s expirarà en pocs dies.";
|
||
|
$a->strings["Your Friendica test account is about to expire."] = "La teva provatura de Friendica esta a prop d'expirar.";
|