From: Roland Haeder Date: Mon, 25 Jan 2016 12:19:43 +0000 (+0100) Subject: Removed plugin Google-Analytics as this is free/libre and decentralized X-Git-Url: https://git.mxchange.org/?p=quix0rs-gnu-social.git;a=commitdiff_plain;h=refs%2Fheads%2Fupstream-changes%2Fgoogle-analytics-removal Removed plugin Google-Analytics as this is free/libre and decentralized software and should not promote centralized proprietary software. Please see the included Piwik plugin for a more decentralized alternative! Signed-off-by: Roland Haeder --- diff --git a/plugins/GoogleAnalytics/GoogleAnalyticsPlugin.php b/plugins/GoogleAnalytics/GoogleAnalyticsPlugin.php deleted file mode 100644 index 1dc0f0f07a..0000000000 --- a/plugins/GoogleAnalytics/GoogleAnalyticsPlugin.php +++ /dev/null @@ -1,120 +0,0 @@ -. - * - * @category Plugin - * @package StatusNet - * @author Evan Prodromou - * @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')) { - exit(1); -} - -/** - * Plugin to use Google Analytics - * - * This plugin will spoot out the correct JavaScript spell to invoke Google Analytics on a page. - * - * Note that Google Analytics is not compatible with the Franklin Street Statement; consider using - * Piwik (http://www.piwik.org/) instead! - * - * @category Plugin - * @package StatusNet - * @author Evan Prodromou - * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 - * @link http://status.net/ - * - * @see Event - */ -class GoogleAnalyticsPlugin extends Plugin -{ - var $code; - var $domain; - - const VERSION = '0.2'; - - function __construct($code=null) - { - if (!empty($code)) { - global $config; - $config['googleanalytics']['code'] = $code; - } - - parent::__construct(); - } - - function onEndShowScripts($action) - { - $code = common_config('googleanalytics', 'code'); - if (empty($code)) { - $code = $this->code; - } - $domain = common_config('googleanalytics', 'domain'); - if (empty($domain)) { - $domain = $this->domain; - } - - $js = <<inlineScript($js); - } - - function onPluginVersion(array &$versions) - { - $versions[] = array('name' => 'GoogleAnalytics', - 'version' => self::VERSION, - 'author' => 'Evan Prodromou', - 'homepage' => 'http://status.net/wiki/Plugin:GoogleAnalytics', - 'rawdescription' => - // TRANS: Plugin description. - _m('Use Google Analytics'. - ' to track web access.')); - return true; - } -} diff --git a/plugins/GoogleAnalytics/locale/GoogleAnalytics.pot b/plugins/GoogleAnalytics/locale/GoogleAnalytics.pot deleted file mode 100644 index 925c5b3353..0000000000 --- a/plugins/GoogleAnalytics/locale/GoogleAnalytics.pot +++ /dev/null @@ -1,25 +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 , YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-27 16:31+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/af/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/af/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index f3fe249a7a..0000000000 --- a/plugins/GoogleAnalytics/locale/af/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Afrikaans (http://www.transifex.com/gnu-social/gnu-social/language/af/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: af\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/ar/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/ar/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 4c477a3fbc..0000000000 --- a/plugins/GoogleAnalytics/locale/ar/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Arabic (http://www.transifex.com/gnu-social/gnu-social/language/ar/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ar\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/arz/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/arz/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index b0717e805f..0000000000 --- a/plugins/GoogleAnalytics/locale/arz/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Arabic (Egypt) (http://www.transifex.com/gnu-social/gnu-social/language/ar_EG/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ar_EG\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/ast/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/ast/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 8d04377f81..0000000000 --- a/plugins/GoogleAnalytics/locale/ast/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Asturian (http://www.transifex.com/gnu-social/gnu-social/language/ast/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ast\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/be-tarask/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/be-tarask/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index c7f027c069..0000000000 --- a/plugins/GoogleAnalytics/locale/be-tarask/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Belarusian (Tarask) (http://www.transifex.com/gnu-social/gnu-social/language/be@tarask/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: be@tarask\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/bg/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/bg/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 0a0a51afa8..0000000000 --- a/plugins/GoogleAnalytics/locale/bg/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Bulgarian (http://www.transifex.com/gnu-social/gnu-social/language/bg/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: bg\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/bn_IN/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/bn_IN/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index a64e14b54f..0000000000 --- a/plugins/GoogleAnalytics/locale/bn_IN/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Bengali (India) (http://www.transifex.com/gnu-social/gnu-social/language/bn_IN/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: bn_IN\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/br/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/br/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index c9f91c5a90..0000000000 --- a/plugins/GoogleAnalytics/locale/br/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:34+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Breton (http://www.transifex.com/gnu-social/gnu-social/language/br/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: br\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "Ober gant Google Analytics evit dispenn roudoù ar monedoù d'al lec'hien web." diff --git a/plugins/GoogleAnalytics/locale/ca/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/ca/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index bf8cbeab77..0000000000 --- a/plugins/GoogleAnalytics/locale/ca/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:34+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Catalan (http://www.transifex.com/gnu-social/gnu-social/language/ca/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ca\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "Utilitzeu el Google Analytics per tracejar l'accés al web." diff --git a/plugins/GoogleAnalytics/locale/cs/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/cs/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 0637e2ea88..0000000000 --- a/plugins/GoogleAnalytics/locale/cs/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Czech (http://www.transifex.com/gnu-social/gnu-social/language/cs/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: cs\n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/da/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/da/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index e2506b6ad2..0000000000 --- a/plugins/GoogleAnalytics/locale/da/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Danish (http://www.transifex.com/gnu-social/gnu-social/language/da/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: da\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/de/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/de/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index f16f048adf..0000000000 --- a/plugins/GoogleAnalytics/locale/de/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:34+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: German (http://www.transifex.com/gnu-social/gnu-social/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" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "Benutzung von Google Analytics zur Verfolgung des Web-Zugangs." diff --git a/plugins/GoogleAnalytics/locale/el/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/el/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 6cee84edbe..0000000000 --- a/plugins/GoogleAnalytics/locale/el/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Greek (http://www.transifex.com/gnu-social/gnu-social/language/el/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: el\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/en_GB/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/en_GB/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index c444981f9c..0000000000 --- a/plugins/GoogleAnalytics/locale/en_GB/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,26 +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. -# -# Translators: -# Luke Hollins , 2015 -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-03-07 19:41+0000\n" -"Last-Translator: Luke Hollins \n" -"Language-Team: English (United Kingdom) (http://www.transifex.com/gnu-social/gnu-social/language/en_GB/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: en_GB\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "Use Google Analytics to track web access." diff --git a/plugins/GoogleAnalytics/locale/eo/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/eo/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index f04f37d19e..0000000000 --- a/plugins/GoogleAnalytics/locale/eo/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Esperanto (http://www.transifex.com/gnu-social/gnu-social/language/eo/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: eo\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/es/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/es/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index a07a24f766..0000000000 --- a/plugins/GoogleAnalytics/locale/es/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,26 +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. -# -# Translators: -# Juan Riquelme González , 2015 -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-27 12:21+0000\n" -"Last-Translator: Juan Riquelme González \n" -"Language-Team: Spanish (http://www.transifex.com/gnu-social/gnu-social/language/es/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: es\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "Utiliza Google Analytics para monitorizar el tráfico del sitio." diff --git a/plugins/GoogleAnalytics/locale/eu/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/eu/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index d0e3a0b757..0000000000 --- a/plugins/GoogleAnalytics/locale/eu/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:34+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Basque (http://www.transifex.com/gnu-social/gnu-social/language/eu/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: eu\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "Erabili Google Analytics webera egindako atzipenak jarraitzeko." diff --git a/plugins/GoogleAnalytics/locale/fa/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/fa/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 15924c5da4..0000000000 --- a/plugins/GoogleAnalytics/locale/fa/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Persian (http://www.transifex.com/gnu-social/gnu-social/language/fa/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fa\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/fi/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/fi/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index c8fd4a9c43..0000000000 --- a/plugins/GoogleAnalytics/locale/fi/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:34+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Finnish (http://www.transifex.com/gnu-social/gnu-social/language/fi/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fi\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "Käytä Google Analytics -palvelua verkkosivun käyttäjien seuraamiseen." diff --git a/plugins/GoogleAnalytics/locale/fr/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/fr/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index bdf3119d5d..0000000000 --- a/plugins/GoogleAnalytics/locale/fr/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:34+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: French (http://www.transifex.com/gnu-social/gnu-social/language/fr/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fr\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "Utiliser Google Analytics pour tracer les accès Web." diff --git a/plugins/GoogleAnalytics/locale/fur/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/fur/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 9a1ec6de98..0000000000 --- a/plugins/GoogleAnalytics/locale/fur/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Friulian (http://www.transifex.com/gnu-social/gnu-social/language/fur/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: fur\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/gl/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/gl/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 0951d1c31e..0000000000 --- a/plugins/GoogleAnalytics/locale/gl/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:34+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Galician (http://www.transifex.com/gnu-social/gnu-social/language/gl/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: gl\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "Usar o Google Analytics para seguir o acceso á web." diff --git a/plugins/GoogleAnalytics/locale/he/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/he/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 00aa463b09..0000000000 --- a/plugins/GoogleAnalytics/locale/he/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:34+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Hebrew (http://www.transifex.com/gnu-social/gnu-social/language/he/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: he\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "שימוש ב־Google Analytics כדי לעקוב אחר גישה לאתרים." diff --git a/plugins/GoogleAnalytics/locale/hsb/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/hsb/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index a59db1c985..0000000000 --- a/plugins/GoogleAnalytics/locale/hsb/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Upper Sorbian (http://www.transifex.com/gnu-social/gnu-social/language/hsb/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: hsb\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/hu/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/hu/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index c68f13f676..0000000000 --- a/plugins/GoogleAnalytics/locale/hu/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Hungarian (http://www.transifex.com/gnu-social/gnu-social/language/hu/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: hu\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/hy_AM/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/hy_AM/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index a29b794577..0000000000 --- a/plugins/GoogleAnalytics/locale/hy_AM/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Armenian (Armenia) (http://www.transifex.com/gnu-social/gnu-social/language/hy_AM/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: hy_AM\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/ia/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/ia/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index c435257e70..0000000000 --- a/plugins/GoogleAnalytics/locale/ia/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:34+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Interlingua (http://www.transifex.com/gnu-social/gnu-social/language/ia/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ia\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "Usar Google Analytics pro traciar le accessos web." diff --git a/plugins/GoogleAnalytics/locale/id/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/id/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index e320a5c136..0000000000 --- a/plugins/GoogleAnalytics/locale/id/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:34+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Indonesian (http://www.transifex.com/gnu-social/gnu-social/language/id/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: id\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "Gunakan Google Analytics untuk melacak akses web." diff --git a/plugins/GoogleAnalytics/locale/io/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/io/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index ef290c26ed..0000000000 --- a/plugins/GoogleAnalytics/locale/io/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,26 +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. -# -# Translators: -# Ciencisto Dementa , 2015 -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-06-15 03:23+0000\n" -"Last-Translator: Ciencisto Dementa \n" -"Language-Team: Ido (http://www.transifex.com/gnu-social/gnu-social/language/io/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: io\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "Uzar Google Analytics por trakar retaceso." diff --git a/plugins/GoogleAnalytics/locale/is/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/is/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 72f15faf6e..0000000000 --- a/plugins/GoogleAnalytics/locale/is/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Icelandic (http://www.transifex.com/gnu-social/gnu-social/language/is/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: is\n" -"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/it/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/it/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 69a9347ab5..0000000000 --- a/plugins/GoogleAnalytics/locale/it/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:34+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Italian (http://www.transifex.com/gnu-social/gnu-social/language/it/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: it\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "Utilizza Google Analytics per monitorare l'accesso web." diff --git a/plugins/GoogleAnalytics/locale/ja/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/ja/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 2cccea8ba3..0000000000 --- a/plugins/GoogleAnalytics/locale/ja/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Japanese (http://www.transifex.com/gnu-social/gnu-social/language/ja/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ja\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/ka/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/ka/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 8afaf9d7f7..0000000000 --- a/plugins/GoogleAnalytics/locale/ka/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Georgian (http://www.transifex.com/gnu-social/gnu-social/language/ka/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ka\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/ko/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/ko/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index edfae03877..0000000000 --- a/plugins/GoogleAnalytics/locale/ko/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Korean (http://www.transifex.com/gnu-social/gnu-social/language/ko/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ko\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/ksh/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/ksh/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 18239b22d0..0000000000 --- a/plugins/GoogleAnalytics/locale/ksh/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Colognian (http://www.transifex.com/gnu-social/gnu-social/language/ksh/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ksh\n" -"Plural-Forms: nplurals=3; plural=(n==0) ? 0 : (n==1) ? 1 : 2;\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/lb/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/lb/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index a7f20eebc2..0000000000 --- a/plugins/GoogleAnalytics/locale/lb/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Luxembourgish (http://www.transifex.com/gnu-social/gnu-social/language/lb/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: lb\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/lt/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/lt/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 5cfc206e23..0000000000 --- a/plugins/GoogleAnalytics/locale/lt/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Lithuanian (http://www.transifex.com/gnu-social/gnu-social/language/lt/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: lt\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/lv/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/lv/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index f0b12a6937..0000000000 --- a/plugins/GoogleAnalytics/locale/lv/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-07 09:39+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Latvian (http://www.transifex.com/gnu-social/gnu-social/language/lv/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/mg/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/mg/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 9ae2f740ca..0000000000 --- a/plugins/GoogleAnalytics/locale/mg/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Malagasy (http://www.transifex.com/gnu-social/gnu-social/language/mg/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: mg\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/mk/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/mk/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 842df5b195..0000000000 --- a/plugins/GoogleAnalytics/locale/mk/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:34+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Macedonian (http://www.transifex.com/gnu-social/gnu-social/language/mk/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: mk\n" -"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "Користи Google Analytics за следење на мрежен пристап." diff --git a/plugins/GoogleAnalytics/locale/ml/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/ml/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index d9259105d5..0000000000 --- a/plugins/GoogleAnalytics/locale/ml/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Malayalam (http://www.transifex.com/gnu-social/gnu-social/language/ml/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ml\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/ms/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/ms/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index aaedb3df00..0000000000 --- a/plugins/GoogleAnalytics/locale/ms/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Malay (http://www.transifex.com/gnu-social/gnu-social/language/ms/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ms\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/my/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/my/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index bd3a592fb8..0000000000 --- a/plugins/GoogleAnalytics/locale/my/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Burmese (http://www.transifex.com/gnu-social/gnu-social/language/my/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: my\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/nb/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/nb/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 74a29175cc..0000000000 --- a/plugins/GoogleAnalytics/locale/nb/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:34+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Norwegian Bokmål (http://www.transifex.com/gnu-social/gnu-social/language/nb/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: nb\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "Bruk Google Analytics til å spore nettilgang." diff --git a/plugins/GoogleAnalytics/locale/ne/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/ne/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 0dded9ffb3..0000000000 --- a/plugins/GoogleAnalytics/locale/ne/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-07 09:30+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Nepali (http://www.transifex.com/gnu-social/gnu-social/language/ne/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ne\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/nl/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/nl/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 93ec2dd4bf..0000000000 --- a/plugins/GoogleAnalytics/locale/nl/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:34+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Dutch (http://www.transifex.com/gnu-social/gnu-social/language/nl/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: nl\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "Google Analytics gebruiken om webtoegang te volgen." diff --git a/plugins/GoogleAnalytics/locale/nn/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/nn/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 2d43e92e3f..0000000000 --- a/plugins/GoogleAnalytics/locale/nn/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Norwegian Nynorsk (http://www.transifex.com/gnu-social/gnu-social/language/nn/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: nn\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/pl/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/pl/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 7b9b28dc8f..0000000000 --- a/plugins/GoogleAnalytics/locale/pl/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Polish (http://www.transifex.com/gnu-social/gnu-social/language/pl/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pl\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: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/pt/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/pt/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 18f08eb72a..0000000000 --- a/plugins/GoogleAnalytics/locale/pt/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:34+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Portuguese (http://www.transifex.com/gnu-social/gnu-social/language/pt/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pt\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "Usar o Google Analytics para rastrear o acesso à web." diff --git a/plugins/GoogleAnalytics/locale/pt_BR/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/pt_BR/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index bedc6beaaa..0000000000 --- a/plugins/GoogleAnalytics/locale/pt_BR/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:34+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Portuguese (Brazil) (http://www.transifex.com/gnu-social/gnu-social/language/pt_BR/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: pt_BR\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "Usar Google Analytics para fazer rastreamento de acessos ao site." diff --git a/plugins/GoogleAnalytics/locale/ro_RO/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/ro_RO/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 8a3785c5c4..0000000000 --- a/plugins/GoogleAnalytics/locale/ro_RO/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Romanian (Romania) (http://www.transifex.com/gnu-social/gnu-social/language/ro_RO/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ro_RO\n" -"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/ru/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/ru/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 4e61c553b2..0000000000 --- a/plugins/GoogleAnalytics/locale/ru/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:34+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Russian (http://www.transifex.com/gnu-social/gnu-social/language/ru/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "Использование Google Analytics для отслеживания за посещением веб-страницы." diff --git a/plugins/GoogleAnalytics/locale/sl/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/sl/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 90828a0534..0000000000 --- a/plugins/GoogleAnalytics/locale/sl/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Slovenian (http://www.transifex.com/gnu-social/gnu-social/language/sl/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sl\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/sr-ec/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/sr-ec/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index f812ea02c1..0000000000 --- a/plugins/GoogleAnalytics/locale/sr-ec/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Serbian (http://www.transifex.com/gnu-social/gnu-social/language/sr/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sr\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: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/sv/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/sv/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index ccc4f97bc3..0000000000 --- a/plugins/GoogleAnalytics/locale/sv/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:34+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Swedish (http://www.transifex.com/gnu-social/gnu-social/language/sv/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: sv\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "Använd Google Analytics för att spåra webbåtkomst." diff --git a/plugins/GoogleAnalytics/locale/ta/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/ta/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 004d264db1..0000000000 --- a/plugins/GoogleAnalytics/locale/ta/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-07 08:48+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Tamil (http://www.transifex.com/gnu-social/gnu-social/language/ta/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ta\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/te/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/te/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 8121f13899..0000000000 --- a/plugins/GoogleAnalytics/locale/te/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Telugu (http://www.transifex.com/gnu-social/gnu-social/language/te/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: te\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/tl/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/tl/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 5a7eded8ec..0000000000 --- a/plugins/GoogleAnalytics/locale/tl/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:34+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Tagalog (http://www.transifex.com/gnu-social/gnu-social/language/tl/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tl\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "Gamitin ang Analitiks ng Google upang tugaygayin ang pagpunta sa web." diff --git a/plugins/GoogleAnalytics/locale/tr/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/tr/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 901252f9d9..0000000000 --- a/plugins/GoogleAnalytics/locale/tr/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,26 +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. -# -# Translators: -# Uğur KUYU , 2015 -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-03-02 11:24+0000\n" -"Last-Translator: Uğur KUYU \n" -"Language-Team: Turkish (http://www.transifex.com/gnu-social/gnu-social/language/tr/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: tr\n" -"Plural-Forms: nplurals=2; plural=(n > 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "Web erişimini izlemek için Google Analytics'i kullanın." diff --git a/plugins/GoogleAnalytics/locale/uk/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/uk/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index e462de387a..0000000000 --- a/plugins/GoogleAnalytics/locale/uk/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:34+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Ukrainian (http://www.transifex.com/gnu-social/gnu-social/language/uk/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: uk\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: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "Використання Google Analytics для стеження за відвідуваністю веб-сторінки." diff --git a/plugins/GoogleAnalytics/locale/ur_PK/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/ur_PK/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index e9627c0113..0000000000 --- a/plugins/GoogleAnalytics/locale/ur_PK/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Urdu (Pakistan) (http://www.transifex.com/gnu-social/gnu-social/language/ur_PK/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: ur_PK\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/vi/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/vi/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index ad73fa2ff3..0000000000 --- a/plugins/GoogleAnalytics/locale/vi/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Vietnamese (http://www.transifex.com/gnu-social/gnu-social/language/vi/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: vi\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/zh/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/zh/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 36e39d8746..0000000000 --- a/plugins/GoogleAnalytics/locale/zh/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Chinese (http://www.transifex.com/gnu-social/gnu-social/language/zh/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zh\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "" diff --git a/plugins/GoogleAnalytics/locale/zh_CN/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/zh_CN/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index 555029c260..0000000000 --- a/plugins/GoogleAnalytics/locale/zh_CN/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:34+0000\n" -"Last-Translator: digitaldreamer \n" -"Language-Team: Chinese (China) (http://www.transifex.com/gnu-social/gnu-social/language/zh_CN/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zh_CN\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr "使用 Google Analytics 跟踪记录网站访问。" diff --git a/plugins/GoogleAnalytics/locale/zh_TW/LC_MESSAGES/GoogleAnalytics.po b/plugins/GoogleAnalytics/locale/zh_TW/LC_MESSAGES/GoogleAnalytics.po deleted file mode 100644 index c985ca54df..0000000000 --- a/plugins/GoogleAnalytics/locale/zh_TW/LC_MESSAGES/GoogleAnalytics.po +++ /dev/null @@ -1,25 +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. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: GNU social\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-02-02 17:47+0100\n" -"PO-Revision-Date: 2015-02-06 16:26+0000\n" -"Last-Translator: FULL NAME \n" -"Language-Team: Chinese (Taiwan) (http://www.transifex.com/gnu-social/gnu-social/language/zh_TW/)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Language: zh_TW\n" -"Plural-Forms: nplurals=1; plural=0;\n" - -#. TRANS: Plugin description. -#: GoogleAnalyticsPlugin.php:116 -msgid "" -"Use Google Analytics to " -"track web access." -msgstr ""