hopefully corrected string.php files for DE and HU translation
This commit is contained in:
parent
8c8b86f8e7
commit
3b018f171a
|
@ -8,3 +8,4 @@ function string_plural_select_de($n){
|
|||
;
|
||||
$a->strings["Nitter server"] = "Nitter Server";
|
||||
$a->strings["Save Settings"] = "Einstellungen Speichern";
|
||||
$a->strings["In an attempt to protect your privacy, links to Twitter in this posting were replaced by links to the Nitter instance at %s"] = "Um deine Privatsphäre zu schützen, wurden in diesem Beitrag Links nach ";
|
||||
|
|
|
@ -8,3 +8,4 @@ function string_plural_select_hu($n){
|
|||
;
|
||||
$a->strings["Nitter server"] = "Nitter-kiszolgáló";
|
||||
$a->strings["Save Settings"] = "Beállítások mentése";
|
||||
$a->strings["In an attempt to protect your privacy, links to Twitter in this posting were replaced by links to the Nitter instance at %s"] = "A magánélet védelme érdekében az ebben a bejegyzésben lévő Twitterre mutató ";
|
||||
|
|
Loading…
Reference in a new issue