mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
nitter addon added
Treansfering the addon from the separate repository into the projects addon collection. This addon is meant to replace links to Twitter in the body of postings with a nitter [1] instance of the admins choice. It is not meant to change links to contact prociles. In addition to the change, a note about the changed links is placed at the bottom of the posting. 1: https://github.com/zedeus/nitter
This commit is contained in:
parent
4ab8b8bba4
commit
87a3a0589a
7 changed files with 195 additions and 0 deletions
7
nitter/lang/de/strings.php
Normal file
7
nitter/lang/de/strings.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
;
|
||||
$a->strings["Which nitter server shall be used for the replacements in the post bodies? Use the URL with servername and protocol. See %s for a list of available public Nitter servers."] = "Welcher Nitter server soll für die Ersetzungen verwendet werden? Gib die URL mit Servername und Protokoll an. Eine Liste von öffentlichen Nitter servern findest du unter %s.";
|
||||
$a->strings["Nitter server"] = "Nitter Server";
|
||||
$a->strings["Save Settings"] = "Einstellungen Speichern";
|
||||
$a->strings["Links to Twitter in this posting were replaced by links to the Nitter instance at %s"] = "In diesem Beitrag wurden Links nach twitter.com durch die Nitter Instanz auf %s ersetzt.";
|
Loading…
Add table
Add a link
Reference in a new issue