]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Maybe the least necessary plugin: PoweredByStatusNet
authorMikael Nordfeldth <mmn@hethane.se>
Fri, 30 May 2014 22:04:02 +0000 (00:04 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Fri, 30 May 2014 22:04:02 +0000 (00:04 +0200)
20 files changed:
plugins/PoweredByStatusNet/PoweredByStatusNetPlugin.php [deleted file]
plugins/PoweredByStatusNet/locale/PoweredByStatusNet.pot [deleted file]
plugins/PoweredByStatusNet/locale/af/LC_MESSAGES/PoweredByStatusNet.po [deleted file]
plugins/PoweredByStatusNet/locale/br/LC_MESSAGES/PoweredByStatusNet.po [deleted file]
plugins/PoweredByStatusNet/locale/ca/LC_MESSAGES/PoweredByStatusNet.po [deleted file]
plugins/PoweredByStatusNet/locale/de/LC_MESSAGES/PoweredByStatusNet.po [deleted file]
plugins/PoweredByStatusNet/locale/es/LC_MESSAGES/PoweredByStatusNet.po [deleted file]
plugins/PoweredByStatusNet/locale/eu/LC_MESSAGES/PoweredByStatusNet.po [deleted file]
plugins/PoweredByStatusNet/locale/fr/LC_MESSAGES/PoweredByStatusNet.po [deleted file]
plugins/PoweredByStatusNet/locale/gl/LC_MESSAGES/PoweredByStatusNet.po [deleted file]
plugins/PoweredByStatusNet/locale/he/LC_MESSAGES/PoweredByStatusNet.po [deleted file]
plugins/PoweredByStatusNet/locale/ia/LC_MESSAGES/PoweredByStatusNet.po [deleted file]
plugins/PoweredByStatusNet/locale/mk/LC_MESSAGES/PoweredByStatusNet.po [deleted file]
plugins/PoweredByStatusNet/locale/nl/LC_MESSAGES/PoweredByStatusNet.po [deleted file]
plugins/PoweredByStatusNet/locale/pl/LC_MESSAGES/PoweredByStatusNet.po [deleted file]
plugins/PoweredByStatusNet/locale/pt/LC_MESSAGES/PoweredByStatusNet.po [deleted file]
plugins/PoweredByStatusNet/locale/ru/LC_MESSAGES/PoweredByStatusNet.po [deleted file]
plugins/PoweredByStatusNet/locale/sv/LC_MESSAGES/PoweredByStatusNet.po [deleted file]
plugins/PoweredByStatusNet/locale/tl/LC_MESSAGES/PoweredByStatusNet.po [deleted file]
plugins/PoweredByStatusNet/locale/uk/LC_MESSAGES/PoweredByStatusNet.po [deleted file]

diff --git a/plugins/PoweredByStatusNet/PoweredByStatusNetPlugin.php b/plugins/PoweredByStatusNet/PoweredByStatusNetPlugin.php
deleted file mode 100644 (file)
index badc24b..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-<?php
-/**
- * StatusNet, the distributed open-source microblogging tool
- *
- * Outputs 'powered by StatusNet' after site name
- *
- * PHP version 5
- *
- * LICENCE: This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
- *
- * @category  Action
- * @package   StatusNet
- * @author    Sarven Capadisli <csarven@status.net>
- * @copyright 2008 StatusNet, Inc.
- * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
- * @link      http://status.net/
- */
-
-if (!defined('STATUSNET') && !defined('LACONICA')) {
-    exit(1);
-}
-
-/**
- * Outputs 'powered by StatusNet' after site name
- *
- * @category Plugin
- * @package  StatusNet
- * @author   Sarven Capadisli <csarven@status.net>
- * @license  http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
- * @link     http://status.net/
- */
-class PoweredByStatusNetPlugin extends Plugin
-{
-    function onEndAddressData($action)
-    {
-        $action->text(' ');
-        $action->elementStart('span', 'poweredby');
-        // TRANS: Text output after site name.
-        $action->raw(_m('powered by <a href="http://status.net/">StatusNet</a>'));
-        $action->elementEnd('span');
-
-        return true;
-    }
-
-    function onPluginVersion(&$versions)
-    {
-        $versions[] = array('name' => 'PoweredByStatusNet',
-                            'version' => GNUSOCIAL_VERSION,
-                            'author' => 'Sarven Capadisli',
-                            'homepage' => 'http://status.net/wiki/Plugin:PoweredByStatusNet',
-                            'rawdescription' =>
-                            // TRANS: Plugin description.
-                            _m('Outputs "powered by <a href="http://status.net/">StatusNet</a>" after site name.'));
-        return true;
-    }
-}
diff --git a/plugins/PoweredByStatusNet/locale/PoweredByStatusNet.pot b/plugins/PoweredByStatusNet/locale/PoweredByStatusNet.pot
deleted file mode 100644 (file)
index 69b4c51..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-06-30 11:07+0000\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"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. TRANS: Text output after site name.
-#: PoweredByStatusNetPlugin.php:50
-msgid "powered by <a href=\"http://status.net/\">StatusNet</a>"
-msgstr ""
-
-#. TRANS: Plugin description.
-#: PoweredByStatusNetPlugin.php:64
-msgid ""
-"Outputs \"powered by <a href=\"http://status.net/\">StatusNet</a>\" after "
-"site name."
-msgstr ""
diff --git a/plugins/PoweredByStatusNet/locale/af/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/af/LC_MESSAGES/PoweredByStatusNet.po
deleted file mode 100644 (file)
index ad1507c..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# Translation of StatusNet - PoweredByStatusNet to Afrikaans (Afrikaans)
-# Exported from translatewiki.net
-#
-# Author: Naudefj
-# --
-# This file is distributed under the same license as the StatusNet package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: StatusNet - PoweredByStatusNet\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-06-30 11:07+0000\n"
-"PO-Revision-Date: 2012-06-30 11:09:39+0000\n"
-"Language-Team: Afrikaans <https://translatewiki.net/wiki/Portal:af>\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-POT-Import-Date: 2011-06-18 16:19:26+0000\n"
-"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n"
-"X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
-"X-Language-Code: af\n"
-"X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. TRANS: Text output after site name.
-msgid "powered by <a href=\"http://status.net/\">StatusNet</a>"
-msgstr "aangedryf deur <a href=\"http://status.net/\">StatusNet</a>"
-
-#. TRANS: Plugin description.
-msgid ""
-"Outputs \"powered by <a href=\"http://status.net/\">StatusNet</a>\" after "
-"site name."
-msgstr ""
diff --git a/plugins/PoweredByStatusNet/locale/br/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/br/LC_MESSAGES/PoweredByStatusNet.po
deleted file mode 100644 (file)
index 0271d5a..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-# Translation of StatusNet - PoweredByStatusNet to Breton (brezhoneg)
-# Exported from translatewiki.net
-#
-# Author: Y-M D
-# --
-# This file is distributed under the same license as the StatusNet package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: StatusNet - PoweredByStatusNet\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-06-30 11:07+0000\n"
-"PO-Revision-Date: 2012-06-30 11:09:39+0000\n"
-"Language-Team: Breton <https://translatewiki.net/wiki/Portal:br>\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-POT-Import-Date: 2011-06-18 16:19:26+0000\n"
-"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n"
-"X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
-"X-Language-Code: br\n"
-"X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#. TRANS: Text output after site name.
-#, fuzzy
-msgid "powered by <a href=\"http://status.net/\">StatusNet</a>"
-msgstr ""
-"Diskwel \"enlusket gant <a href=\"http://status.net/\">StatusNet</a>\" goude "
-"anv al lec'hienn."
-
-#. TRANS: Plugin description.
-msgid ""
-"Outputs \"powered by <a href=\"http://status.net/\">StatusNet</a>\" after "
-"site name."
-msgstr ""
-"Diskwel \"enlusket gant <a href=\"http://status.net/\">StatusNet</a>\" goude "
-"anv al lec'hienn."
diff --git a/plugins/PoweredByStatusNet/locale/ca/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/ca/LC_MESSAGES/PoweredByStatusNet.po
deleted file mode 100644 (file)
index db18b32..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-# Translation of StatusNet - PoweredByStatusNet to Catalan (català)
-# Exported from translatewiki.net
-#
-# Author: Toniher
-# --
-# This file is distributed under the same license as the StatusNet package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: StatusNet - PoweredByStatusNet\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-06-30 11:07+0000\n"
-"PO-Revision-Date: 2012-06-30 11:09:40+0000\n"
-"Language-Team: Catalan <https://translatewiki.net/wiki/Portal:ca>\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-POT-Import-Date: 2011-06-18 16:19:26+0000\n"
-"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n"
-"X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
-"X-Language-Code: ca\n"
-"X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. TRANS: Text output after site name.
-msgid "powered by <a href=\"http://status.net/\">StatusNet</a>"
-msgstr "funciona amb <a href=\"http://status.net/\">StatusNet</a>"
-
-#. TRANS: Plugin description.
-msgid ""
-"Outputs \"powered by <a href=\"http://status.net/\">StatusNet</a>\" after "
-"site name."
-msgstr ""
-"Les sortides «funciona amb <a href=\"http://status.net/\">StatusNet</a>» "
-"després del lloc del nom."
diff --git a/plugins/PoweredByStatusNet/locale/de/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/de/LC_MESSAGES/PoweredByStatusNet.po
deleted file mode 100644 (file)
index c33ec24..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-# Translation of StatusNet - PoweredByStatusNet to German (Deutsch)
-# Exported from translatewiki.net
-#
-# Author: DaSch
-# Author: The Evil IP address
-# --
-# This file is distributed under the same license as the StatusNet package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: StatusNet - PoweredByStatusNet\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-06-30 11:07+0000\n"
-"PO-Revision-Date: 2012-06-30 11:09:40+0000\n"
-"Language-Team: German <https://translatewiki.net/wiki/Portal:de>\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-POT-Import-Date: 2011-06-18 16:19:26+0000\n"
-"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n"
-"X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
-"X-Language-Code: de\n"
-"X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. TRANS: Text output after site name.
-msgid "powered by <a href=\"http://status.net/\">StatusNet</a>"
-msgstr "bereitgestellt von <a href=\"http://status.net/\">StatusNet</a>"
-
-#. TRANS: Plugin description.
-msgid ""
-"Outputs \"powered by <a href=\"http://status.net/\">StatusNet</a>\" after "
-"site name."
-msgstr ""
-"Fügt „bereitgestellt von <a href=\"http://status.net/\">StatusNet</a>“ "
-"hinter dem Seitennamen ein."
diff --git a/plugins/PoweredByStatusNet/locale/es/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/es/LC_MESSAGES/PoweredByStatusNet.po
deleted file mode 100644 (file)
index abdfc9d..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-# Translation of StatusNet - PoweredByStatusNet to Spanish (español)
-# Exported from translatewiki.net
-#
-# Author: Armando-Martin
-# Author: Peter17
-# --
-# This file is distributed under the same license as the StatusNet package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: StatusNet - PoweredByStatusNet\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-06-30 11:07+0000\n"
-"PO-Revision-Date: 2012-06-30 11:09:40+0000\n"
-"Language-Team: Spanish <http://translatewiki.net/wiki/Portal:es>\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-POT-Import-Date: 2011-06-18 16:19:26+0000\n"
-"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n"
-"X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
-"X-Language-Code: es\n"
-"X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. TRANS: Text output after site name.
-msgid "powered by <a href=\"http://status.net/\">StatusNet</a>"
-msgstr "Desarrollado por <a href=\"http://status.net/\">StatusNet</a>"
-
-#. TRANS: Plugin description.
-msgid ""
-"Outputs \"powered by <a href=\"http://status.net/\">StatusNet</a>\" after "
-"site name."
-msgstr ""
-"Añade la frase \"desarrollado por <a href=\"http://status.net/\">StatusNet</"
-"a>\" tras el nombre del sitio."
diff --git a/plugins/PoweredByStatusNet/locale/eu/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/eu/LC_MESSAGES/PoweredByStatusNet.po
deleted file mode 100644 (file)
index 8afd5a7..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-# Translation of StatusNet - PoweredByStatusNet to Basque (euskara)
-# Exported from translatewiki.net
-#
-# Author: Artsuaga
-# --
-# This file is distributed under the same license as the StatusNet package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: StatusNet - PoweredByStatusNet\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-06-30 11:07+0000\n"
-"PO-Revision-Date: 2012-06-30 11:09:40+0000\n"
-"Language-Team: Basque <https://translatewiki.net/wiki/Portal:eu>\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-POT-Import-Date: 2011-06-18 16:19:26+0000\n"
-"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n"
-"X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
-"X-Language-Code: eu\n"
-"X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. TRANS: Text output after site name.
-msgid "powered by <a href=\"http://status.net/\">StatusNet</a>"
-msgstr "<a href=\"http://status.net/\">StatusNet</a>ekin dabil"
-
-#. TRANS: Plugin description.
-msgid ""
-"Outputs \"powered by <a href=\"http://status.net/\">StatusNet</a>\" after "
-"site name."
-msgstr ""
-"Gunearen izenaren ondoren \"<a href=\"http://status.net/\">StatusNet</a>ekin "
-"dabil\" esaldia jartzen du."
diff --git a/plugins/PoweredByStatusNet/locale/fr/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/fr/LC_MESSAGES/PoweredByStatusNet.po
deleted file mode 100644 (file)
index 3912803..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-# Translation of StatusNet - PoweredByStatusNet to French (français)
-# Exported from translatewiki.net
-#
-# Author: Crochet.david
-# Author: Peter17
-# Author: Verdy p
-# --
-# This file is distributed under the same license as the StatusNet package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: StatusNet - PoweredByStatusNet\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-06-30 11:07+0000\n"
-"PO-Revision-Date: 2012-06-30 11:09:40+0000\n"
-"Language-Team: French <https://translatewiki.net/wiki/Portal:fr>\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-POT-Import-Date: 2011-06-18 16:19:26+0000\n"
-"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n"
-"X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
-"X-Language-Code: fr\n"
-"X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#. TRANS: Text output after site name.
-msgid "powered by <a href=\"http://status.net/\">StatusNet</a>"
-msgstr "propulsé par <a href=\"http://status.net/\">StatusNet</a>"
-
-#. TRANS: Plugin description.
-msgid ""
-"Outputs \"powered by <a href=\"http://status.net/\">StatusNet</a>\" after "
-"site name."
-msgstr ""
-"Affiche « propulsé par <a href=\"http://status.net/\">StatusNet</a> » après "
-"le nom du site."
diff --git a/plugins/PoweredByStatusNet/locale/gl/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/gl/LC_MESSAGES/PoweredByStatusNet.po
deleted file mode 100644 (file)
index a5741c1..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-# Translation of StatusNet - PoweredByStatusNet to Galician (galego)
-# Exported from translatewiki.net
-#
-# Author: Toliño
-# --
-# This file is distributed under the same license as the StatusNet package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: StatusNet - PoweredByStatusNet\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-06-30 11:07+0000\n"
-"PO-Revision-Date: 2012-06-30 11:09:40+0000\n"
-"Language-Team: Galician <https://translatewiki.net/wiki/Portal:gl>\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-POT-Import-Date: 2011-06-18 16:19:26+0000\n"
-"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n"
-"X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
-"X-Language-Code: gl\n"
-"X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. TRANS: Text output after site name.
-msgid "powered by <a href=\"http://status.net/\">StatusNet</a>"
-msgstr "desenvolvido por <a href=\"http://status.net/\">StatusNet</a>"
-
-#. TRANS: Plugin description.
-msgid ""
-"Outputs \"powered by <a href=\"http://status.net/\">StatusNet</a>\" after "
-"site name."
-msgstr ""
-"Produce un \"desenvolvido por <a href=\"http://status.net/\">StatusNet</a>\" "
-"despois do nome do sitio."
diff --git a/plugins/PoweredByStatusNet/locale/he/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/he/LC_MESSAGES/PoweredByStatusNet.po
deleted file mode 100644 (file)
index 54263e5..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-# Translation of StatusNet - PoweredByStatusNet to Hebrew (עברית)
-# Exported from translatewiki.net
-#
-# Author: Amire80
-# --
-# This file is distributed under the same license as the StatusNet package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: StatusNet - PoweredByStatusNet\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-06-30 11:07+0000\n"
-"PO-Revision-Date: 2012-06-30 11:09:40+0000\n"
-"Language-Team: Hebrew <https://translatewiki.net/wiki/Portal:he>\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-POT-Import-Date: 2011-06-18 16:19:26+0000\n"
-"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n"
-"X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
-"X-Language-Code: he\n"
-"X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. TRANS: Text output after site name.
-msgid "powered by <a href=\"http://status.net/\">StatusNet</a>"
-msgstr "עובד על <a href=\"http://status.net/\">סטטוסנט</a>"
-
-#. TRANS: Plugin description.
-msgid ""
-"Outputs \"powered by <a href=\"http://status.net/\">StatusNet</a>\" after "
-"site name."
-msgstr ""
-"רושם \"עובד על <a href=\"http://status.net/\">סטטוסנט</a>\" אחרי שם האתר."
diff --git a/plugins/PoweredByStatusNet/locale/ia/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/ia/LC_MESSAGES/PoweredByStatusNet.po
deleted file mode 100644 (file)
index 68eb0bf..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-# Translation of StatusNet - PoweredByStatusNet to Interlingua (interlingua)
-# Exported from translatewiki.net
-#
-# Author: McDutchie
-# --
-# This file is distributed under the same license as the StatusNet package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: StatusNet - PoweredByStatusNet\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-06-30 11:07+0000\n"
-"PO-Revision-Date: 2012-06-30 11:09:40+0000\n"
-"Language-Team: Interlingua <https://translatewiki.net/wiki/Portal:ia>\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-POT-Import-Date: 2011-06-18 16:19:26+0000\n"
-"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n"
-"X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
-"X-Language-Code: ia\n"
-"X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. TRANS: Text output after site name.
-msgid "powered by <a href=\"http://status.net/\">StatusNet</a>"
-msgstr "actionate per <a href=\"http://status.net/\">StatusNet</a>"
-
-#. TRANS: Plugin description.
-msgid ""
-"Outputs \"powered by <a href=\"http://status.net/\">StatusNet</a>\" after "
-"site name."
-msgstr ""
-"Affixa \"actionate per <a href=\"http://status.net/\">StatusNet</a>\" post "
-"le nomine del sito."
diff --git a/plugins/PoweredByStatusNet/locale/mk/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/mk/LC_MESSAGES/PoweredByStatusNet.po
deleted file mode 100644 (file)
index 862389a..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-# Translation of StatusNet - PoweredByStatusNet to Macedonian (македонски)
-# Exported from translatewiki.net
-#
-# Author: Bjankuloski06
-# --
-# This file is distributed under the same license as the StatusNet package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: StatusNet - PoweredByStatusNet\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-06-30 11:07+0000\n"
-"PO-Revision-Date: 2012-06-30 11:09:40+0000\n"
-"Language-Team: Macedonian <https://translatewiki.net/wiki/Portal:mk>\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-POT-Import-Date: 2011-06-18 16:19:26+0000\n"
-"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n"
-"X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
-"X-Language-Code: mk\n"
-"X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n"
-"Plural-Forms: nplurals=2; plural=(n == 1 || n%10 == 1) ? 0 : 1;\n"
-
-#. TRANS: Text output after site name.
-msgid "powered by <a href=\"http://status.net/\">StatusNet</a>"
-msgstr "со поддршка од <a href=\"http://status.net/\">StatusNet</a>"
-
-#. TRANS: Plugin description.
-msgid ""
-"Outputs \"powered by <a href=\"http://status.net/\">StatusNet</a>\" after "
-"site name."
-msgstr ""
-"Дава „со поддршка од <a href=\"http://status.net/\">StatusNet</a>“ по името "
-"на мреж. место."
diff --git a/plugins/PoweredByStatusNet/locale/nl/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/nl/LC_MESSAGES/PoweredByStatusNet.po
deleted file mode 100644 (file)
index 57eb1be..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-# Translation of StatusNet - PoweredByStatusNet to Dutch (Nederlands)
-# Exported from translatewiki.net
-#
-# Author: Siebrand
-# --
-# This file is distributed under the same license as the StatusNet package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: StatusNet - PoweredByStatusNet\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-06-30 11:07+0000\n"
-"PO-Revision-Date: 2012-06-30 11:09:40+0000\n"
-"Language-Team: Dutch <https://translatewiki.net/wiki/Portal:nl>\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-POT-Import-Date: 2011-06-18 16:19:26+0000\n"
-"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n"
-"X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
-"X-Language-Code: nl\n"
-"X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. TRANS: Text output after site name.
-msgid "powered by <a href=\"http://status.net/\">StatusNet</a>"
-msgstr "powered by <a href=\"http://status.net/\">StatusNet</a>"
-
-#. TRANS: Plugin description.
-msgid ""
-"Outputs \"powered by <a href=\"http://status.net/\">StatusNet</a>\" after "
-"site name."
-msgstr ""
-"Voegt de tekst \"Powered by <a href=\"http://status.net/\">StatusNet</a>\" "
-"toe na de sitenaam."
diff --git a/plugins/PoweredByStatusNet/locale/pl/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/pl/LC_MESSAGES/PoweredByStatusNet.po
deleted file mode 100644 (file)
index b4087c7..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Translation of StatusNet - PoweredByStatusNet to Polish (Polski)
-# Expored from translatewiki.net
-#
-# Author: Raven
-# --
-# This file is distributed under the same license as the StatusNet package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: StatusNet - PoweredByStatusNet\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-12-16 15:08+0000\n"
-"PO-Revision-Date: 2010-12-16 15:12:47+0000\n"
-"Language-Team: Polish <http://translatewiki.net/wiki/Portal:pl>\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-POT-Import-Date: 2010-11-30 20:43:51+0000\n"
-"X-Generator: MediaWiki 1.18alpha (r78478); Translate extension (2010-09-17)\n"
-"X-Translation-Project: translatewiki.net at http://translatewiki.net\n"
-"X-Language-Code: pl\n"
-"X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n"
-"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ( (n%10 >= 2 && n%10 <= 4 && "
-"(n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n"
-
-#. TRANS: %s is a URL to status.net with "StatusNet" (localised) as link text.
-#: PoweredByStatusNetPlugin.php:51
-#, php-format
-msgid "powered by %s"
-msgstr ""
-
-#: PoweredByStatusNetPlugin.php:53
-msgid "StatusNet"
-msgstr "StatusNet"
-
-#: PoweredByStatusNetPlugin.php:66
-msgid ""
-"Outputs \"powered by <a href=\"http://status.net/\">StatusNet</a>\" after "
-"site name."
-msgstr ""
diff --git a/plugins/PoweredByStatusNet/locale/pt/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/pt/LC_MESSAGES/PoweredByStatusNet.po
deleted file mode 100644 (file)
index 6f67d14..0000000
+++ /dev/null
@@ -1,37 +0,0 @@
-# Translation of StatusNet - PoweredByStatusNet to Portuguese (português)
-# Exported from translatewiki.net
-#
-# Author: Waldir
-# --
-# This file is distributed under the same license as the StatusNet package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: StatusNet - PoweredByStatusNet\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-06-30 11:07+0000\n"
-"PO-Revision-Date: 2012-06-30 11:09:40+0000\n"
-"Language-Team: Portuguese <https://translatewiki.net/wiki/Portal:pt>\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-POT-Import-Date: 2011-06-18 16:19:26+0000\n"
-"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n"
-"X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
-"X-Language-Code: pt\n"
-"X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. TRANS: Text output after site name.
-#, fuzzy
-msgid "powered by <a href=\"http://status.net/\">StatusNet</a>"
-msgstr ""
-"Produz o texto \"potenciado por <a href=\"http://status.net/\">StatusNet</a>"
-"\" a seguir ao nome do site."
-
-#. TRANS: Plugin description.
-msgid ""
-"Outputs \"powered by <a href=\"http://status.net/\">StatusNet</a>\" after "
-"site name."
-msgstr ""
-"Produz o texto \"potenciado por <a href=\"http://status.net/\">StatusNet</a>"
-"\" a seguir ao nome do site."
diff --git a/plugins/PoweredByStatusNet/locale/ru/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/ru/LC_MESSAGES/PoweredByStatusNet.po
deleted file mode 100644 (file)
index 89fd3bc..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-# Translation of StatusNet - PoweredByStatusNet to Russian (русский)
-# Exported from translatewiki.net
-#
-# Author: MaxSem
-# Author: Александр Сигачёв
-# --
-# This file is distributed under the same license as the StatusNet package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: StatusNet - PoweredByStatusNet\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-06-30 11:07+0000\n"
-"PO-Revision-Date: 2012-06-30 11:09:41+0000\n"
-"Language-Team: Russian <https://translatewiki.net/wiki/Portal:ru>\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-POT-Import-Date: 2011-06-18 16:19:26+0000\n"
-"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n"
-"X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
-"X-Language-Code: ru\n"
-"X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n"
-"Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= "
-"2 && n%10 <= 4 && (n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n"
-
-#. TRANS: Text output after site name.
-#, fuzzy
-msgid "powered by <a href=\"http://status.net/\">StatusNet</a>"
-msgstr ""
-"Выводит «при поддержке <a href=\"http://status.net/\">StatusNet</a>» после "
-"названия сайта."
-
-#. TRANS: Plugin description.
-msgid ""
-"Outputs \"powered by <a href=\"http://status.net/\">StatusNet</a>\" after "
-"site name."
-msgstr ""
-"Выводит «при поддержке <a href=\"http://status.net/\">StatusNet</a>» после "
-"названия сайта."
diff --git a/plugins/PoweredByStatusNet/locale/sv/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/sv/LC_MESSAGES/PoweredByStatusNet.po
deleted file mode 100644 (file)
index f6b2704..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-# Translation of StatusNet - PoweredByStatusNet to Swedish (svenska)
-# Exported from translatewiki.net
-#
-# Author: Jamminjohn
-# Author: WikiPhoenix
-# --
-# This file is distributed under the same license as the StatusNet package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: StatusNet - PoweredByStatusNet\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-06-30 11:07+0000\n"
-"PO-Revision-Date: 2012-06-30 11:09:41+0000\n"
-"Language-Team: Swedish <https://translatewiki.net/wiki/Portal:sv>\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-POT-Import-Date: 2011-06-18 16:19:26+0000\n"
-"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n"
-"X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
-"X-Language-Code: sv\n"
-"X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. TRANS: Text output after site name.
-msgid "powered by <a href=\"http://status.net/\">StatusNet</a>"
-msgstr "drivs av <a href=\"http://status.net/\">StatusNet</a>"
-
-#. TRANS: Plugin description.
-msgid ""
-"Outputs \"powered by <a href=\"http://status.net/\">StatusNet</a>\" after "
-"site name."
-msgstr ""
-"Skriver ut \"drivs av <a href=\"http://status.net/\">StatusNet</a>\" efter "
-"namnet på webbplatsen."
diff --git a/plugins/PoweredByStatusNet/locale/tl/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/tl/LC_MESSAGES/PoweredByStatusNet.po
deleted file mode 100644 (file)
index 9b40795..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-# Translation of StatusNet - PoweredByStatusNet to Tagalog (Tagalog)
-# Exported from translatewiki.net
-#
-# Author: AnakngAraw
-# --
-# This file is distributed under the same license as the StatusNet package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: StatusNet - PoweredByStatusNet\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-06-30 11:07+0000\n"
-"PO-Revision-Date: 2012-06-30 11:09:41+0000\n"
-"Language-Team: Tagalog <https://translatewiki.net/wiki/Portal:tl>\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-POT-Import-Date: 2011-06-18 16:19:26+0000\n"
-"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n"
-"X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
-"X-Language-Code: tl\n"
-"X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. TRANS: Text output after site name.
-msgid "powered by <a href=\"http://status.net/\">StatusNet</a>"
-msgstr "binibigyang lakas ng <a href=\"http://status.net/\">StatusNet</a>\""
-
-#. TRANS: Plugin description.
-msgid ""
-"Outputs \"powered by <a href=\"http://status.net/\">StatusNet</a>\" after "
-"site name."
-msgstr ""
-"Ang mga paglalabas ay \"pinapatakbo ng <a href=\"http://status.net/"
-"\">StatusNet</a>\" pagkaraan ng  pangalan ng sityo."
diff --git a/plugins/PoweredByStatusNet/locale/uk/LC_MESSAGES/PoweredByStatusNet.po b/plugins/PoweredByStatusNet/locale/uk/LC_MESSAGES/PoweredByStatusNet.po
deleted file mode 100644 (file)
index 7b24d49..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-# Translation of StatusNet - PoweredByStatusNet to Ukrainian (українська)
-# Exported from translatewiki.net
-#
-# Author: Boogie
-# --
-# This file is distributed under the same license as the StatusNet package.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: StatusNet - PoweredByStatusNet\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-06-30 11:07+0000\n"
-"PO-Revision-Date: 2012-06-30 11:09:41+0000\n"
-"Language-Team: Ukrainian <https://translatewiki.net/wiki/Portal:uk>\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-POT-Import-Date: 2011-06-18 16:19:26+0000\n"
-"X-Generator: MediaWiki 1.20alpha (233fc08); Translate 2012-06-21\n"
-"X-Translation-Project: translatewiki.net <https://translatewiki.net>\n"
-"X-Language-Code: uk\n"
-"X-Message-Group: #out-statusnet-plugin-poweredbystatusnet\n"
-"Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= "
-"2 && n%10 <= 4 && (n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n"
-
-#. TRANS: Text output after site name.
-msgid "powered by <a href=\"http://status.net/\">StatusNet</a>"
-msgstr "працює на <a href=\"http://status.net/\">StatusNet</a>"
-
-#. TRANS: Plugin description.
-msgid ""
-"Outputs \"powered by <a href=\"http://status.net/\">StatusNet</a>\" after "
-"site name."
-msgstr ""
-"Даний додаток виводить припис «працює на <a href=\"http://status.net/"
-"\">StatusNet</a>» після назви сайту."