forked from friendica/friendica-addons
96c41e5623
update strings to contain addon
11 lines
444 B
PHP
11 lines
444 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["Addon Settings"] = "Tilleggsinnstillinger";
|
|
$a->strings["Get added to this list!"] = "";
|