]> git.mxchange.org Git - friendica-addons.git/blobdiff - superblock/lang/de/strings.php
regenerated all the strings
[friendica-addons.git] / superblock / lang / de / strings.php
index 5fb3cb2c427dbc4c7ab10bcb240ca8d55fef89e1..27965889864aa3e717b5ec10e9d7a793d08091c1 100644 (file)
@@ -3,12 +3,11 @@
 if(! function_exists("string_plural_select_de")) {
 function string_plural_select_de($n){
        $n = intval($n);
-       return ($n != 1);;
+       return intval($n != 1);
 }}
-;
-$a->strings["Superblock"] = "Superblock";
-$a->strings["Comma separated profile URLS to block"] = "Profil-URLs, die geblockt werden sollen (durch Kommas getrennt)";
-$a->strings["Save Settings"] = "Einstellungen speichern";
-$a->strings["SUPERBLOCK Settings saved."] = "Superblock Einstellungen gespeichert";
-$a->strings["Block Completely"] = "Vollständig blockieren";
-$a->strings["superblock settings updated"] = "Superblock Einstellungen aktualisiert";
+$a->strings['Superblock'] = 'Superblock';
+$a->strings['Comma separated profile URLS to block'] = 'Profil-URLs, die geblockt werden sollen (durch Kommas getrennt)';
+$a->strings['Save Settings'] = 'Einstellungen speichern';
+$a->strings['SUPERBLOCK Settings saved.'] = 'Superblock Einstellungen gespeichert';
+$a->strings['Block Completely'] = 'Vollständig blockieren';
+$a->strings['superblock settings updated'] = 'Superblock Einstellungen aktualisiert';