friendica-addons/blockbot/lang/de/strings.php

14 lines
454 B
PHP
Raw Normal View History

2019-08-07 04:11:36 -04:00
<?php
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
$n = intval($n);
return intval($n != 1);
2019-08-07 04:11:36 -04:00
}}
;
$a->strings["Save Settings"] = "Einstellungen speichern";
$a->strings["Allow \"good\" crawlers"] = "\"Gute\" Crawler erlauben";
$a->strings["Block GabSocial"] = "GabSocial Instanzen blockieren";
2019-08-21 09:12:04 -04:00
$a->strings["Training mode"] = "Trainingsmodus";
2019-08-07 04:11:36 -04:00
$a->strings["Settings updated."] = "Einstellungen aktualisiert.";