mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-01 02:24:41 +00:00
9 lines
278 B
PHP
9 lines
278 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["Login"] = "Logga in";
|
||
|
$a->strings["Contact Photos"] = "Dina kontakters bilder";
|
||
|
$a->strings["Profile Photos"] = "Profilbilder";
|
||
|
$a->strings["status"] = "status";
|
||
|
$a->strings["photo"] = "bild";
|
||
|
$a->strings["Welcome to %s"] = "Välkommen till %s";
|