15 lines
475 B
PHP
15 lines
475 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["Login"] = "Logg inn";
|
||
|
$a->strings["OpenID"] = "";
|
||
|
$a->strings["Latest users"] = "";
|
||
|
$a->strings["Most active users"] = "";
|
||
|
$a->strings["Latest photos"] = "";
|
||
|
$a->strings["Contact Photos"] = "Kontaktbilder";
|
||
|
$a->strings["Profile Photos"] = "Profilbilder";
|
||
|
$a->strings["Latest likes"] = "";
|
||
|
$a->strings["event"] = "hendelse";
|
||
|
$a->strings["status"] = "status";
|
||
|
$a->strings["photo"] = "bilde";
|
||
|
$a->strings["Welcome to %s"] = "Velkommen til %s";
|