]> git.mxchange.org Git - friendica-addons.git/blob - superblock/lang/en-us/strings.php
[various] Remove redundant profile_uid field from profile query
[friendica-addons.git] / superblock / lang / en-us / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_en_us")) {
4 function string_plural_select_en_us($n){
5         $n = intval($n);
6         return ($n != 1);;
7 }}
8 ;
9 $a->strings["\"Superblock\""] = "";
10 $a->strings["Comma separated profile URLS to block"] = "Comma-separated profile URLs to block";
11 $a->strings["Save Settings"] = "";
12 $a->strings["SUPERBLOCK Settings saved."] = "";
13 $a->strings["Block Completely"] = "";
14 $a->strings["superblock settings updated"] = "";