forked from friendica/friendica-addons
15 lines
613 B
PHP
15 lines
613 B
PHP
<?php
|
|
|
|
if(! function_exists("string_plural_select_de")) {
|
|
function string_plural_select_de($n){
|
|
return ($n != 1);;
|
|
}}
|
|
;
|
|
$a->strings["Post to Dreamwidth"] = "In Dreamwidth veröffentlichen";
|
|
$a->strings["Dreamwidth Export"] = "Dreamwidth Passwort";
|
|
$a->strings["Enable dreamwidth Post Plugin"] = "Dreamwidth Post Plugin aktivieren";
|
|
$a->strings["dreamwidth username"] = "Dreamwidth Benutzername";
|
|
$a->strings["dreamwidth password"] = "Dreamwidth Passwort";
|
|
$a->strings["Post to dreamwidth by default"] = "Standardmäßig bei Dreamwidth veröffentlichen";
|
|
$a->strings["Save Settings"] = "Einstellungen speichern";
|