mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 19:38:49 +00:00
CS, DE translation blockem and superblock addon (#713)
* CS translation blockem and superblock addon THX Aditoo * DE translation blockem and superblock addon THX Abrax
This commit is contained in:
parent
6e4abdb875
commit
c97690bc12
8 changed files with 66 additions and 61 deletions
|
@ -2,12 +2,13 @@
|
|||
|
||||
if(! function_exists("string_plural_select_de")) {
|
||||
function string_plural_select_de($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["\"Superblock\" Settings"] = "\"Superblock\" Einstellungen";
|
||||
$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"] = "Komplett blockieren";
|
||||
$a->strings["superblock settings updated"] = "Superblock Einstellungen wurden aktualisiert";
|
||||
$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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue