Removed many deprecated addons

This commit is contained in:
Michael 2017-10-19 06:31:48 +00:00
commit 1b7283c72b
247 changed files with 28554 additions and 0 deletions

View file

@ -0,0 +1,36 @@
# ADDON snautofollow
# Copyright (C)
# This file is distributed under the same license as the Friendica snautofollow addon package.
#
#
# Translators:
# bavatar <tobias.diekershoff@gmx.net>, 2014
msgid ""
msgstr ""
"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-06-23 14:45+0200\n"
"PO-Revision-Date: 2014-10-02 14:39+0000\n"
"Last-Translator: bavatar <tobias.diekershoff@gmx.net>\n"
"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: snautofollow.php:32
msgid "StatusNet AutoFollow settings updated."
msgstr "StatusNet AutoFollow Einstellungen aktualisiert."
#: snautofollow.php:56 snautofollow.php:60
msgid "StatusNet AutoFollow"
msgstr "StatusNet AutoFollow"
#: snautofollow.php:64
msgid "Automatically follow any StatusNet followers/mentioners"
msgstr "Automatisch allen StatusNet Followern/Erwähnungen folgen"
#: snautofollow.php:70
msgid "Save Settings"
msgstr "Einstellungen speichern"

View file

@ -0,0 +1,11 @@
<?php
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
return ($n != 1);;
}}
;
$a->strings["StatusNet AutoFollow settings updated."] = "StatusNet AutoFollow Einstellungen aktualisiert.";
$a->strings["StatusNet AutoFollow"] = "StatusNet AutoFollow";
$a->strings["Automatically follow any StatusNet followers/mentioners"] = "Automatisch allen StatusNet Followern/Erwähnungen folgen";
$a->strings["Save Settings"] = "Einstellungen speichern";