mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +00:00
updated the DE translation of the nitter addon
This commit is contained in:
parent
9e219efd46
commit
58a1cd4395
2 changed files with 29 additions and 17 deletions
|
@ -1,7 +1,10 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_de")) {
|
||||
function string_plural_select_de($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
;
|
||||
$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