From c0950c5fc61edd57dbdd9d209fc70f8780ee0f9e Mon Sep 17 00:00:00 2001 From: Miguel Dantas Date: Thu, 15 Aug 2019 16:20:41 +0100 Subject: [PATCH] [PLUGINS] Dropped Memcache in favor of Memcached. The difference between these is that they use a similarly php library to interact with memcache, but memcached is more modern --- plugins/Memcache/MemcachePlugin.php | 247 ------------------ plugins/Memcache/README | 28 -- plugins/Memcache/locale/Memcache.pot | 24 -- .../locale/af/LC_MESSAGES/Memcache.po | 24 -- .../locale/ar/LC_MESSAGES/Memcache.po | 24 -- .../locale/arz/LC_MESSAGES/Memcache.po | 24 -- .../locale/ast/LC_MESSAGES/Memcache.po | 24 -- .../locale/be-tarask/LC_MESSAGES/Memcache.po | 24 -- .../locale/bg/LC_MESSAGES/Memcache.po | 24 -- .../locale/bn_IN/LC_MESSAGES/Memcache.po | 24 -- .../locale/br/LC_MESSAGES/Memcache.po | 24 -- .../locale/ca/LC_MESSAGES/Memcache.po | 24 -- .../locale/cs/LC_MESSAGES/Memcache.po | 24 -- .../locale/da/LC_MESSAGES/Memcache.po | 24 -- .../locale/de/LC_MESSAGES/Memcache.po | 24 -- .../locale/el/LC_MESSAGES/Memcache.po | 24 -- .../locale/en_GB/LC_MESSAGES/Memcache.po | 25 -- .../locale/eo/LC_MESSAGES/Memcache.po | 24 -- .../locale/es/LC_MESSAGES/Memcache.po | 25 -- .../locale/eu/LC_MESSAGES/Memcache.po | 24 -- .../locale/fa/LC_MESSAGES/Memcache.po | 24 -- .../locale/fi/LC_MESSAGES/Memcache.po | 24 -- .../locale/fr/LC_MESSAGES/Memcache.po | 24 -- .../locale/fur/LC_MESSAGES/Memcache.po | 24 -- .../locale/gl/LC_MESSAGES/Memcache.po | 24 -- .../locale/he/LC_MESSAGES/Memcache.po | 24 -- .../locale/hsb/LC_MESSAGES/Memcache.po | 24 -- .../locale/hu/LC_MESSAGES/Memcache.po | 24 -- .../locale/hy_AM/LC_MESSAGES/Memcache.po | 24 -- .../locale/ia/LC_MESSAGES/Memcache.po | 24 -- .../locale/id/LC_MESSAGES/Memcache.po | 25 -- .../locale/io/LC_MESSAGES/Memcache.po | 24 -- .../locale/is/LC_MESSAGES/Memcache.po | 24 -- .../locale/it/LC_MESSAGES/Memcache.po | 24 -- .../locale/ja/LC_MESSAGES/Memcache.po | 24 -- .../locale/ka/LC_MESSAGES/Memcache.po | 24 -- .../locale/ko/LC_MESSAGES/Memcache.po | 24 -- .../locale/ksh/LC_MESSAGES/Memcache.po | 24 -- .../locale/lb/LC_MESSAGES/Memcache.po | 24 -- .../locale/lt/LC_MESSAGES/Memcache.po | 24 -- .../locale/lv/LC_MESSAGES/Memcache.po | 24 -- .../locale/mg/LC_MESSAGES/Memcache.po | 24 -- .../locale/mk/LC_MESSAGES/Memcache.po | 24 -- .../locale/ml/LC_MESSAGES/Memcache.po | 24 -- .../locale/ms/LC_MESSAGES/Memcache.po | 24 -- .../locale/my/LC_MESSAGES/Memcache.po | 24 -- .../locale/nb/LC_MESSAGES/Memcache.po | 24 -- .../locale/ne/LC_MESSAGES/Memcache.po | 24 -- .../locale/nl/LC_MESSAGES/Memcache.po | 24 -- .../locale/nn/LC_MESSAGES/Memcache.po | 24 -- .../locale/pl/LC_MESSAGES/Memcache.po | 24 -- .../locale/pt/LC_MESSAGES/Memcache.po | 24 -- .../locale/pt_BR/LC_MESSAGES/Memcache.po | 24 -- .../locale/ro_RO/LC_MESSAGES/Memcache.po | 24 -- .../locale/ru/LC_MESSAGES/Memcache.po | 24 -- .../locale/sl/LC_MESSAGES/Memcache.po | 24 -- .../locale/sr-ec/LC_MESSAGES/Memcache.po | 24 -- .../locale/sv/LC_MESSAGES/Memcache.po | 24 -- .../locale/ta/LC_MESSAGES/Memcache.po | 24 -- .../locale/te/LC_MESSAGES/Memcache.po | 24 -- .../locale/tl/LC_MESSAGES/Memcache.po | 24 -- .../locale/tr/LC_MESSAGES/Memcache.po | 24 -- .../locale/uk/LC_MESSAGES/Memcache.po | 24 -- .../locale/ur_PK/LC_MESSAGES/Memcache.po | 24 -- .../locale/vi/LC_MESSAGES/Memcache.po | 24 -- .../locale/zh/LC_MESSAGES/Memcache.po | 24 -- .../locale/zh_CN/LC_MESSAGES/Memcache.po | 24 -- .../locale/zh_TW/LC_MESSAGES/Memcache.po | 24 -- 68 files changed, 1862 deletions(-) delete mode 100644 plugins/Memcache/MemcachePlugin.php delete mode 100644 plugins/Memcache/README delete mode 100644 plugins/Memcache/locale/Memcache.pot delete mode 100644 plugins/Memcache/locale/af/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/ar/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/arz/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/ast/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/be-tarask/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/bg/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/bn_IN/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/br/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/ca/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/cs/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/da/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/de/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/el/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/en_GB/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/eo/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/es/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/eu/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/fa/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/fi/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/fr/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/fur/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/gl/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/he/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/hsb/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/hu/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/hy_AM/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/ia/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/id/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/io/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/is/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/it/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/ja/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/ka/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/ko/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/ksh/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/lb/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/lt/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/lv/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/mg/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/mk/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/ml/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/ms/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/my/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/nb/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/ne/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/nl/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/nn/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/pl/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/pt/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/pt_BR/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/ro_RO/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/ru/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/sl/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/sr-ec/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/sv/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/ta/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/te/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/tl/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/tr/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/uk/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/ur_PK/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/vi/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/zh/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/zh_CN/LC_MESSAGES/Memcache.po delete mode 100644 plugins/Memcache/locale/zh_TW/LC_MESSAGES/Memcache.po diff --git a/plugins/Memcache/MemcachePlugin.php b/plugins/Memcache/MemcachePlugin.php deleted file mode 100644 index f50fa2d176..0000000000 --- a/plugins/Memcache/MemcachePlugin.php +++ /dev/null @@ -1,247 +0,0 @@ -. - * - * @category Cache - * @package StatusNet - * @author Evan Prodromou - * @copyright 2009 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')) { - // This check helps protect against security problems; - // your code file can't be executed directly from the web. - exit(1); -} - -/** - * A plugin to use memcache for the cache interface - * - * This used to be encoded as config-variable options in the core code; - * it's now broken out to a separate plugin. The same interface can be - * implemented by other plugins. - * - * @category Cache - * @package StatusNet - * @author Evan Prodromou - * @copyright 2009 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/ - */ -class MemcachePlugin extends Plugin -{ - const PLUGIN_VERSION = '2.0.0'; - - static $cacheInitialized = false; - - private $_conn = null; - public $servers = array('127.0.0.1;11211'); - - public $compressThreshold = 20480; - public $compressMinSaving = 0.2; - - public $persistent = null; - - public $defaultExpiry = 86400; // 24h - - /** - * Initialize the plugin - * - * Note that onStartCacheGet() may have been called before this! - * - * @return boolean flag value - */ - function onInitializePlugin() - { - if (self::$cacheInitialized) { - $this->persistent = true; - } else { - // If we're a parent command-line process we need - // to be able to close out the connection after - // forking, so disable persistence. - // - // We'll turn it back on again the second time - // through which will either be in a child process, - // or a single-process script which is switching - // configurations. - $this->persistent = (php_sapi_name() == 'cli') ? false : true; - } - $this->_ensureConn(); - self::$cacheInitialized = true; - return true; - } - - /** - * Get a value associated with a key - * - * The value should have been set previously. - * - * @param string &$key in; Lookup key - * @param mixed &$value out; value associated with key - * - * @return boolean hook success - */ - function onStartCacheGet(&$key, &$value) - { - $this->_ensureConn(); - $value = $this->_conn->get($key); - return false; - } - - /** - * Associate a value with a key - * - * @param string &$key in; Key to use for lookups - * @param mixed &$value in; Value to associate - * @param integer &$flag in; Flag empty or Cache::COMPRESSED - * @param integer &$expiry in; Expiry (passed through to Memcache) - * @param boolean &$success out; Whether the set was successful - * - * @return boolean hook success - */ - function onStartCacheSet(&$key, &$value, &$flag, &$expiry, &$success) - { - $this->_ensureConn(); - if ($expiry === null) { - $expiry = $this->defaultExpiry; - } - $success = $this->_conn->set($key, $value, $this->flag(intval($flag)), $expiry); - return false; - } - - /** - * Atomically increment an existing numeric key value. - * Existing expiration time will not be changed. - * - * @param string &$key in; Key to use for lookups - * @param int &$step in; Amount to increment (default 1) - * @param mixed &$value out; Incremented value, or false if key not set. - * - * @return boolean hook success - */ - function onStartCacheIncrement(&$key, &$step, &$value) - { - $this->_ensureConn(); - $value = $this->_conn->increment($key, $step); - return false; - } - - /** - * Delete a value associated with a key - * - * @param string &$key in; Key to lookup - * @param boolean &$success out; whether it worked - * - * @return boolean hook success - */ - function onStartCacheDelete(&$key, &$success) - { - $this->_ensureConn(); - $success = $this->_conn->delete($key); - return false; - } - - function onStartCacheReconnect(&$success) - { - if (empty($this->_conn)) { - // nothing to do - return true; - } - if ($this->persistent) { - common_log(LOG_ERR, "Cannot close persistent memcached connection"); - $success = false; - } else { - common_log(LOG_INFO, "Closing memcached connection"); - $success = $this->_conn->close(); - $this->_conn = null; - } - return false; - } - - /** - * Ensure that a connection exists - * - * Checks the instance $_conn variable and connects - * if it is empty. - * - * @return void - */ - private function _ensureConn() - { - if (empty($this->_conn)) { - $this->_conn = new Memcache(); - - if (is_array($this->servers)) { - $servers = $this->servers; - } else { - $servers = array($this->servers); - } - foreach ($servers as $server) { - if (strpos($server, ';') !== false) { - list($host, $port) = explode(';', $server); - } else { - $host = $server; - $port = 11211; - } - - $this->_conn->addServer($host, $port, $this->persistent); - } - - // Compress items stored in the cache if they're over threshold in size - // (default 2KiB) and the compression would save more than min savings - // ratio (default 0.2). - - // Allows the cache to store objects larger than 1MB (if they - // compress to less than 1MB), and improves cache memory efficiency. - - $this->_conn->setCompressThreshold($this->compressThreshold, - $this->compressMinSaving); - } - } - - /** - * Translate general flags to Memcached-specific flags - * @param int $flag - * @return int - */ - protected function flag($flag) - { - $out = 0; - if ($flag & Cache::COMPRESSED == Cache::COMPRESSED) { - $out |= MEMCACHE_COMPRESSED; - } - return $out; - } - - function onPluginVersion(array &$versions) - { - $versions[] = array('name' => 'Memcache', - 'version' => self::PLUGIN_VERSION, - 'author' => 'Evan Prodromou, Craig Andrews', - 'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/Memcache', - 'rawdescription' => - // TRANS: Plugin description. - _m('Use Memcached to cache query results.')); - return true; - } -} diff --git a/plugins/Memcache/README b/plugins/Memcache/README deleted file mode 100644 index 1344be8294..0000000000 --- a/plugins/Memcache/README +++ /dev/null @@ -1,28 +0,0 @@ -The Memcache plugin implements cache interface for memcache. - -See: http://memcached.org/ - -Installation -============ -add "addPlugin('Memcache');" -to the bottom of your config.php - -Settings -======== -servers: Array of memcache servers addresses -defaultExpiry: How long before cache expires (in seconds) -compressThreshold: Items over this size threshold are eligible for compression (in bytes) -compressMinSaving: If the compression would save more than this ratio, items are eligible for compression - -Note: To be compressed, an item must be both over the size threshold AND save -more than the minimum ratio. - -Example -======= -addPlugin('Memcache', array( - 'servers' => array('127.0.0.1;11211'), - 'compressThreshold' => 20480, - 'compressMinSaving' => 0.2, - 'defaultExpiry' => 86400 // 24h -)); - diff --git a/plugins/Memcache/locale/Memcache.pot b/plugins/Memcache/locale/Memcache.pot deleted file mode 100644 index 7fa387c8a7..0000000000 --- a/plugins/Memcache/locale/Memcache.pot +++ /dev/null @@ -1,24 +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: 2019-06-08 18:20+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. -#: MemcachePlugin.php:249 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/af/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/af/LC_MESSAGES/Memcache.po deleted file mode 100644 index 2b52843b1c..0000000000 --- a/plugins/Memcache/locale/af/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/ar/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/ar/LC_MESSAGES/Memcache.po deleted file mode 100644 index 3390bbe971..0000000000 --- a/plugins/Memcache/locale/ar/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/arz/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/arz/LC_MESSAGES/Memcache.po deleted file mode 100644 index c6889217e4..0000000000 --- a/plugins/Memcache/locale/arz/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/ast/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/ast/LC_MESSAGES/Memcache.po deleted file mode 100644 index 230e610363..0000000000 --- a/plugins/Memcache/locale/ast/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/be-tarask/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/be-tarask/LC_MESSAGES/Memcache.po deleted file mode 100644 index c408bc3b12..0000000000 --- a/plugins/Memcache/locale/be-tarask/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/bg/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/bg/LC_MESSAGES/Memcache.po deleted file mode 100644 index 747edd3296..0000000000 --- a/plugins/Memcache/locale/bg/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/bn_IN/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/bn_IN/LC_MESSAGES/Memcache.po deleted file mode 100644 index 9ac186c2b2..0000000000 --- a/plugins/Memcache/locale/bn_IN/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/br/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/br/LC_MESSAGES/Memcache.po deleted file mode 100644 index 4f0eabeb22..0000000000 --- a/plugins/Memcache/locale/br/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+0000\n" -"Last-Translator: FULL NAME \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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/ca/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/ca/LC_MESSAGES/Memcache.po deleted file mode 100644 index 79df55ad05..0000000000 --- a/plugins/Memcache/locale/ca/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+0000\n" -"Last-Translator: FULL NAME \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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/cs/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/cs/LC_MESSAGES/Memcache.po deleted file mode 100644 index 7c87c2076f..0000000000 --- a/plugins/Memcache/locale/cs/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/da/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/da/LC_MESSAGES/Memcache.po deleted file mode 100644 index 0147045297..0000000000 --- a/plugins/Memcache/locale/da/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/de/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/de/LC_MESSAGES/Memcache.po deleted file mode 100644 index 264c798107..0000000000 --- a/plugins/Memcache/locale/de/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:02+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "Verwendung von Memcached zur Zwischenspeicherung von Anfragen" diff --git a/plugins/Memcache/locale/el/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/el/LC_MESSAGES/Memcache.po deleted file mode 100644 index 4b2091d1dc..0000000000 --- a/plugins/Memcache/locale/el/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/en_GB/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/en_GB/LC_MESSAGES/Memcache.po deleted file mode 100644 index 66e9f66081..0000000000 --- a/plugins/Memcache/locale/en_GB/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,25 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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 12:44+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "Use Memcached to cache query results." diff --git a/plugins/Memcache/locale/eo/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/eo/LC_MESSAGES/Memcache.po deleted file mode 100644 index a95d1d08d5..0000000000 --- a/plugins/Memcache/locale/eo/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/es/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/es/LC_MESSAGES/Memcache.po deleted file mode 100644 index 5b84f39d51..0000000000 --- a/plugins/Memcache/locale/es/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,25 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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 15:36+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "Utilizar Memcached para guardar temporalmente en caché los resultados de las consultas." diff --git a/plugins/Memcache/locale/eu/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/eu/LC_MESSAGES/Memcache.po deleted file mode 100644 index 201cce8598..0000000000 --- a/plugins/Memcache/locale/eu/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2012 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:02+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "Erabili Memcached kontsulta emaitzak katxeratzeko." diff --git a/plugins/Memcache/locale/fa/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/fa/LC_MESSAGES/Memcache.po deleted file mode 100644 index e9c6309fb5..0000000000 --- a/plugins/Memcache/locale/fa/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/fi/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/fi/LC_MESSAGES/Memcache.po deleted file mode 100644 index 1b790a317b..0000000000 --- a/plugins/Memcache/locale/fi/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2011 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:02+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "Käytä memcached-ohjelmaa kyselytulosten välimuistina." diff --git a/plugins/Memcache/locale/fr/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/fr/LC_MESSAGES/Memcache.po deleted file mode 100644 index e2f7df4200..0000000000 --- a/plugins/Memcache/locale/fr/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:02+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "Utiliser Memcached pour mettre en cache les résultats de requêtes." diff --git a/plugins/Memcache/locale/fur/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/fur/LC_MESSAGES/Memcache.po deleted file mode 100644 index 3eb67ab8fb..0000000000 --- a/plugins/Memcache/locale/fur/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/gl/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/gl/LC_MESSAGES/Memcache.po deleted file mode 100644 index d521a80c0e..0000000000 --- a/plugins/Memcache/locale/gl/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2011 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:02+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "Usar Memcached para incluír na memoria caché os resultados da pescuda." diff --git a/plugins/Memcache/locale/he/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/he/LC_MESSAGES/Memcache.po deleted file mode 100644 index d5950cb6ab..0000000000 --- a/plugins/Memcache/locale/he/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:02+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "שימוש ב־Memcached (מטמון בזיכרון) לשמירת תוצאות השאילתות במטמון." diff --git a/plugins/Memcache/locale/hsb/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/hsb/LC_MESSAGES/Memcache.po deleted file mode 100644 index 8b200bc13b..0000000000 --- a/plugins/Memcache/locale/hsb/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/hu/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/hu/LC_MESSAGES/Memcache.po deleted file mode 100644 index 55dd538ccc..0000000000 --- a/plugins/Memcache/locale/hu/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/hy_AM/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/hy_AM/LC_MESSAGES/Memcache.po deleted file mode 100644 index 3fc593cf8e..0000000000 --- a/plugins/Memcache/locale/hy_AM/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/ia/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/ia/LC_MESSAGES/Memcache.po deleted file mode 100644 index b6acc49a12..0000000000 --- a/plugins/Memcache/locale/ia/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:02+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "Usar Memcached pro immagazinar resultatos de consultas in cache." diff --git a/plugins/Memcache/locale/id/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/id/LC_MESSAGES/Memcache.po deleted file mode 100644 index 647a34d3e2..0000000000 --- a/plugins/Memcache/locale/id/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,25 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# Translators: -# zk , 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-05-28 15:50+0000\n" -"Last-Translator: zk \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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "Gunakan Memcached untuk tembolok hasil pencarian." diff --git a/plugins/Memcache/locale/io/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/io/LC_MESSAGES/Memcache.po deleted file mode 100644 index 45e74ccd80..0000000000 --- a/plugins/Memcache/locale/io/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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-06-16 23:45+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "Uzar Memcached por depozar la rezultaji dil demandi en la \"cache\"-memoro." diff --git a/plugins/Memcache/locale/is/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/is/LC_MESSAGES/Memcache.po deleted file mode 100644 index 723deb60c5..0000000000 --- a/plugins/Memcache/locale/is/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/it/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/it/LC_MESSAGES/Memcache.po deleted file mode 100644 index 9a236f533a..0000000000 --- a/plugins/Memcache/locale/it/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2012 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:02+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "Utilizzare Memcached per aggiungere alla cache il risultati delle ricerche." diff --git a/plugins/Memcache/locale/ja/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/ja/LC_MESSAGES/Memcache.po deleted file mode 100644 index ac9791e52f..0000000000 --- a/plugins/Memcache/locale/ja/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "クエリー結果のキャッシュに Memcached を使う" diff --git a/plugins/Memcache/locale/ka/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/ka/LC_MESSAGES/Memcache.po deleted file mode 100644 index c18dd6dcb1..0000000000 --- a/plugins/Memcache/locale/ka/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/ko/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/ko/LC_MESSAGES/Memcache.po deleted file mode 100644 index 46f4e9beb2..0000000000 --- a/plugins/Memcache/locale/ko/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/ksh/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/ksh/LC_MESSAGES/Memcache.po deleted file mode 100644 index d5a4f8fd67..0000000000 --- a/plugins/Memcache/locale/ksh/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/lb/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/lb/LC_MESSAGES/Memcache.po deleted file mode 100644 index c9daeedb6d..0000000000 --- a/plugins/Memcache/locale/lb/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/lt/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/lt/LC_MESSAGES/Memcache.po deleted file mode 100644 index 4630872c68..0000000000 --- a/plugins/Memcache/locale/lt/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/lv/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/lv/LC_MESSAGES/Memcache.po deleted file mode 100644 index 2edacc7e65..0000000000 --- a/plugins/Memcache/locale/lv/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/mg/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/mg/LC_MESSAGES/Memcache.po deleted file mode 100644 index 7d632839f5..0000000000 --- a/plugins/Memcache/locale/mg/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/mk/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/mk/LC_MESSAGES/Memcache.po deleted file mode 100644 index c58cd1e9c6..0000000000 --- a/plugins/Memcache/locale/mk/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:02+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "Користи Memcached за кеширање на резултати од барања." diff --git a/plugins/Memcache/locale/ml/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/ml/LC_MESSAGES/Memcache.po deleted file mode 100644 index 1fc41dfc73..0000000000 --- a/plugins/Memcache/locale/ml/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/ms/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/ms/LC_MESSAGES/Memcache.po deleted file mode 100644 index dba98d20f8..0000000000 --- a/plugins/Memcache/locale/ms/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/my/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/my/LC_MESSAGES/Memcache.po deleted file mode 100644 index 7920514a0b..0000000000 --- a/plugins/Memcache/locale/my/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/nb/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/nb/LC_MESSAGES/Memcache.po deleted file mode 100644 index b2cb31095a..0000000000 --- a/plugins/Memcache/locale/nb/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:02+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "Bruk Memcached for å hurtiglagre søkeresultat." diff --git a/plugins/Memcache/locale/ne/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/ne/LC_MESSAGES/Memcache.po deleted file mode 100644 index 33c0a508df..0000000000 --- a/plugins/Memcache/locale/ne/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/nl/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/nl/LC_MESSAGES/Memcache.po deleted file mode 100644 index 623cb4fd4d..0000000000 --- a/plugins/Memcache/locale/nl/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:02+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "Memcached gebruiken om zoekresultaten te cachen." diff --git a/plugins/Memcache/locale/nn/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/nn/LC_MESSAGES/Memcache.po deleted file mode 100644 index 2c4270d262..0000000000 --- a/plugins/Memcache/locale/nn/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/pl/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/pl/LC_MESSAGES/Memcache.po deleted file mode 100644 index 68c6386ba8..0000000000 --- a/plugins/Memcache/locale/pl/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/pt/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/pt/LC_MESSAGES/Memcache.po deleted file mode 100644 index f4b3f737c6..0000000000 --- a/plugins/Memcache/locale/pt/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:02+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "Utilizar o Memcached para colocar em cache os resultados de consultas." diff --git a/plugins/Memcache/locale/pt_BR/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/pt_BR/LC_MESSAGES/Memcache.po deleted file mode 100644 index 3dc554d810..0000000000 --- a/plugins/Memcache/locale/pt_BR/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:12+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "Utiliza Memcached para fazer o cache de resultados de consulta." diff --git a/plugins/Memcache/locale/ro_RO/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/ro_RO/LC_MESSAGES/Memcache.po deleted file mode 100644 index 1b936ea5bd..0000000000 --- a/plugins/Memcache/locale/ro_RO/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/ru/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/ru/LC_MESSAGES/Memcache.po deleted file mode 100644 index 7788a67944..0000000000 --- a/plugins/Memcache/locale/ru/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:02+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "Использование Memcached для кеширования результатов запросов." diff --git a/plugins/Memcache/locale/sl/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/sl/LC_MESSAGES/Memcache.po deleted file mode 100644 index 82c4462043..0000000000 --- a/plugins/Memcache/locale/sl/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/sr-ec/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/sr-ec/LC_MESSAGES/Memcache.po deleted file mode 100644 index c951921999..0000000000 --- a/plugins/Memcache/locale/sr-ec/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/sv/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/sv/LC_MESSAGES/Memcache.po deleted file mode 100644 index ab1711896f..0000000000 --- a/plugins/Memcache/locale/sv/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2011 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:02+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "Använd Memcached för att lagra sökresultat." diff --git a/plugins/Memcache/locale/ta/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/ta/LC_MESSAGES/Memcache.po deleted file mode 100644 index 5bc7fef468..0000000000 --- a/plugins/Memcache/locale/ta/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/te/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/te/LC_MESSAGES/Memcache.po deleted file mode 100644 index 0b6077a68f..0000000000 --- a/plugins/Memcache/locale/te/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/tl/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/tl/LC_MESSAGES/Memcache.po deleted file mode 100644 index 64a969b6bf..0000000000 --- a/plugins/Memcache/locale/tl/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:02+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "Gamitin ang Memcached upang itago ang mga resulta ng pagtatanong." diff --git a/plugins/Memcache/locale/tr/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/tr/LC_MESSAGES/Memcache.po deleted file mode 100644 index f38a0d0baa..0000000000 --- a/plugins/Memcache/locale/tr/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+0000\n" -"Last-Translator: FULL NAME \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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/uk/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/uk/LC_MESSAGES/Memcache.po deleted file mode 100644 index b254e0e705..0000000000 --- a/plugins/Memcache/locale/uk/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:02+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "Використання Memcached для кешування результатів запитів." diff --git a/plugins/Memcache/locale/ur_PK/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/ur_PK/LC_MESSAGES/Memcache.po deleted file mode 100644 index 3a26f1d70c..0000000000 --- a/plugins/Memcache/locale/ur_PK/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/vi/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/vi/LC_MESSAGES/Memcache.po deleted file mode 100644 index 50a73d679b..0000000000 --- a/plugins/Memcache/locale/vi/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/zh/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/zh/LC_MESSAGES/Memcache.po deleted file mode 100644 index a5202ac675..0000000000 --- a/plugins/Memcache/locale/zh/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "" diff --git a/plugins/Memcache/locale/zh_CN/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/zh_CN/LC_MESSAGES/Memcache.po deleted file mode 100644 index c3a4297268..0000000000 --- a/plugins/Memcache/locale/zh_CN/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2010 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:02+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr "使用 Memcached 来缓存查询结果。" diff --git a/plugins/Memcache/locale/zh_TW/LC_MESSAGES/Memcache.po b/plugins/Memcache/locale/zh_TW/LC_MESSAGES/Memcache.po deleted file mode 100644 index 7296f6812e..0000000000 --- a/plugins/Memcache/locale/zh_TW/LC_MESSAGES/Memcache.po +++ /dev/null @@ -1,24 +0,0 @@ -# Translation file for GNU social - the free software social networking platform -# Copyright (C) 2015 - 2019 Free Software Foundation, Inc http://www.fsf.org -# This file is under https://www.gnu.org/licenses/agpl v3 or later -# -# 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:47+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. -#: MemcachePlugin.php:247 -msgid "" -"Use Memcached to cache query results." -msgstr ""