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

13 lines
448 B
PHP
Raw Normal View History

2019-08-07 10:11:36 +02: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 10:11:36 +02:00
}}
2021-10-10 08:27:53 +02:00
$a->strings['Save Settings'] = 'Einstellungen speichern';
$a->strings['Allow "good" crawlers'] = '"Gute" Crawler erlauben';
$a->strings['Block GabSocial'] = 'GabSocial Instanzen blockieren';
$a->strings['Training mode'] = 'Trainingsmodus';
$a->strings['Settings updated.'] = 'Einstellungen aktualisiert.';