mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 03:48: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,10 +2,11 @@
|
|||
|
||||
if(! function_exists("string_plural_select_de")) {
|
||||
function string_plural_select_de($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["\"Blockem\""] = "\"Blockem\"";
|
||||
$a->strings["Blockem"] = "Blockem";
|
||||
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Verbirgt Inhalte von Kontakten durch kollabieren der Beiträge. Des weiteren wird das Profilbild durch einen generischen Avatar ersetzt.";
|
||||
$a->strings["Comma separated profile URLS:"] = "Komma separierte Liste von Profil URLs";
|
||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue