forked from friendica/friendica-addons
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
41
nitter/lang/C/messages.po
Normal file
41
nitter/lang/C/messages.po
Normal file
|
@ -0,0 +1,41 @@
|
|||
# ADDON nitter
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica nitter addon package.
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-03-08 07:44+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: nitter.php:51
|
||||
#, php-format
|
||||
msgid ""
|
||||
"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."
|
||||
msgstr ""
|
||||
|
||||
#: nitter.php:52
|
||||
msgid "Nitter server"
|
||||
msgstr ""
|
||||
|
||||
#: nitter.php:53
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: nitter.php:65
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Links to Twitter in this posting were replaced by links to the Nitter "
|
||||
"instance at %s"
|
||||
msgstr ""
|
41
nitter/lang/de/messages.po
Normal file
41
nitter/lang/de/messages.po
Normal file
|
@ -0,0 +1,41 @@
|
|||
# ADDON nitter
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica nitter addon package.
|
||||
#
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2021-03-08 07:44+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: nitter.php:51
|
||||
#, php-format
|
||||
msgid ""
|
||||
"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."
|
||||
msgstr "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."
|
||||
|
||||
#: nitter.php:52
|
||||
msgid "Nitter server"
|
||||
msgstr "Nitter Server"
|
||||
|
||||
#: nitter.php:53
|
||||
msgid "Save Settings"
|
||||
msgstr "Einstellungen Speichern"
|
||||
|
||||
#: nitter.php:65
|
||||
#, php-format
|
||||
msgid ""
|
||||
"Links to Twitter in this posting were replaced by links to the Nitter "
|
||||
"instance at %s"
|
||||
msgstr "In diesem Beitrag wurden Links nach twitter.com durch die Nitter Instanz auf %s ersetzt."
|
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