11 lines
486 B
PHP
11 lines
486 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["%d person likes this"] = "Array";
|
||
|
$a->strings["%d person doesn't like this"] = "Array";
|
||
|
$a->strings["Connect on Friendica!"] = "In Friendica verbinden!";
|
||
|
$a->strings["Generate new key"] = "Neuen Schlüssel erstellen";
|
||
|
$a->strings["Widgets key"] = "Widgets Schlüssel";
|
||
|
$a->strings["Widgets available"] = "Verfügbare Widgets";
|
||
|
$a->strings["Plugin Settings"] = "Plugin-Einstellungen";
|
||
|
$a->strings["Get added to this list!"] = "Werde Mitglied dieser Liste";
|