forked from friendica/friendica-addons
11 lines
445 B
PHP
11 lines
445 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["%d person likes this"] = "Array";
|
||
|
$a->strings["%d person doesn't like this"] = "Array";
|
||
|
$a->strings["Connect on Friendica!"] = "";
|
||
|
$a->strings["Generate new key"] = "Lag ny nøkkel";
|
||
|
$a->strings["Widgets key"] = "Nøkkel til småprogrammer";
|
||
|
$a->strings["Widgets available"] = "Småprogrammer er tilgjengelige";
|
||
|
$a->strings["Plugin Settings"] = "Tilleggsinnstillinger";
|
||
|
$a->strings["Get added to this list!"] = "";
|