mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 08:22:56 +00:00
6 lines
288 B
PHP
6 lines
288 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["Administrator"] = "Administrator";
|
||
|
$a->strings["Your account on %s will expire in a few days."] = "Dein Konto auf %s wird in ein paar Tagen verfallen.";
|
||
|
$a->strings["Your Friendica account is about to expire."] = "Dein Friendica-Konto wird in Kürze auslaufen.";
|