]> 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 20c1a6bef8b6f943caa8fb54006a662a442f52a9..27965889864aa3e717b5ec10e9d7a793d08091c1 100644 (file)
@@ -2,12 +2,12 @@
 
 if(! function_exists("string_plural_select_de")) {
 function string_plural_select_de($n){
-       return ($n != 1);;
+       $n = intval($n);
+       return intval($n != 1);
 }}
-;
-$a->strings["\"Superblock\" Settings"] = "\"Superblock\" Einstellungen";
-$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"] = "Komplett blockieren";
-$a->strings["superblock settings updated"] = "Superblock Einstellungen wurden 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';