mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 19:08:49 +00:00
CS, EN US localization superblock addon
This commit is contained in:
parent
14996bd9b0
commit
befc6eeb58
4 changed files with 85 additions and 24 deletions
14
superblock/lang/en-us/strings.php
Normal file
14
superblock/lang/en-us/strings.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_en_us")) {
|
||||
function string_plural_select_en_us($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["\"Superblock\""] = "";
|
||||
$a->strings["Comma separated profile URLS to block"] = "Comma-separated profile URLs to block";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["SUPERBLOCK Settings saved."] = "";
|
||||
$a->strings["Block Completely"] = "";
|
||||
$a->strings["superblock settings updated"] = "";
|
Loading…
Add table
Add a link
Reference in a new issue