]> git.mxchange.org Git - friendica.git/commitdiff
Merge remote-tracking branch 'upstream/develop' into 1705-dbclean-advanced
authorMichael <heluecht@pirati.ca>
Tue, 6 Jun 2017 17:30:40 +0000 (17:30 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 6 Jun 2017 17:30:40 +0000 (17:30 +0000)
43 files changed:
CHANGELOG
VERSION
boot.php
database.sql
doc/htconfig.md
include/NotificationsManager.php
include/api.php
include/dba_pdo.php
include/dbstructure.php
include/diaspora.php
include/expire.php
include/pgettext.php
include/plugin.php
include/poller.php
include/post_update.php
include/profile_selectors.php
include/pubsubpublish.php
include/queue.php
include/queue_fn.php
include/quoteconvert.php
mod/ping.php
src/App.php
src/Network/Probe.php
update.php
util/credits.txt
util/htconfig.vagrant.php
view/lang/en-GB/messages.po [deleted file]
view/lang/en-GB/strings.php [deleted file]
view/lang/en-gb/messages.po [new file with mode: 0644]
view/lang/en-gb/strings.php [new file with mode: 0644]
view/lang/en-us/messages.po [new file with mode: 0644]
view/lang/en-us/strings.php [new file with mode: 0644]
view/lang/es/messages.po
view/lang/es/strings.php
view/templates/htconfig.tpl
view/theme/duepuntozero/theme.php
view/theme/frio/js/textedit.js
view/theme/frost-mobile/js/theme.js
view/theme/frost/js/theme.js
view/theme/quattro/js/quattro.js
view/theme/smoothly/templates/bottom.tpl
view/theme/smoothly/theme.php
view/theme/vier/theme.php

index a3a974eb6210f13cc23f7b67566f561475ef1247..a37ed76f59625c3bab91cee355968f662386cbd6 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,10 +1,64 @@
+Version 3.5.2 (2017-06-06)
+  Friendica Core:
+    Updates to the translations (DE, EN-GB, EN-US, ES, IT, PT-BR, RU) [translation teams]
+    Updates to the documentation [annando, beardyunixer, rabuzarus, tobiasd]
+    Updated the nginx example configuration [beardyunixer]
+    Code revision and refactoring [annando, hypolite, Quix0r, rebeka-catalina]
+    Background process is now done by the new worker process [annando]
+    Added support of Composer for dependencies [Hypolite]
+    Added support of Web app manifests [Rudloff]
+    Added basic robot.txt functionality if none exists [Shnoulle]
+    Added server blocklist [Hypolite, tobiasd]
+    Removed mcrypt dependency [annando]
+    Removed unused libraries [annando]
+    Removed Embedly integration [Hypolite]
+    Fixed a bug in the language detection for EN [Hypolite]
+    Fixed a bug in the probing mechanism on old PHP version [annando]
+    Improved API [annando, gerhard6380]
+    Improved Diaspora federation [annando]
+    Improved Mastodon federation [annando, Hypolite]
+    Improved import from OStatus threads [annando]
+    Improved the themes (frio, quattro) [fabrixxm, Hypolite, rabuzarus, Rudloff, strk, tobiasd]
+    Improved maintenance mode [annando]
+    Improved gcontact handling [annando]
+    Improved desktop notifications [rabuzarus]
+    Improved keyboard shortcuts for navigation [Rudloff]
+    Improved the installer [annando]
+    Improved openid handling [strk]
+    Improved php7 support [annando]
+    Improved display of notifications [annando]
+    Improved logging mechanism [beardyunixer]
+    Improved the worker [annando]
+    Behaviour clarification of the group filter / new tab [annando]
+    Old options for the pager and share element were removed [annando]
+    Support of PDO was added [annando]
+    Improved error logging for issues with the database [annando]
+    Improved compatibility to MySQL version 5.7+ [annando]
+
+  Friendica Addons:
+    Updates to the translation (RU) [pztrm]
+    (core) Fix blocking issue for Communityhome [annando]
+    Pledgie addon was updated to remove cert problems [tobiasd]
+    Securemail now uses openpgp-php and phpseclib [fabrixxm]
+    Superblock Configuration [tobiasd]
+    Twitter Connector updated to use with new deletion method [annando]
+
+  Closed Issues:
+    1626, 1720, 2432, 2792, 2833, 2364, 2448, 2496, 2690, 2752, 2775,
+    2803, 2956, 2957, 2961, 2971, 2995, 2999, 3011, 3053, 3107, 3114,
+    3134, 3138, 3142, 3157, 3172, 3189, 3194, 3195, 3198, 3206, 3215,
+    3217, 3220, 3237, 3242, 3255, 3256, 3260, 3268, 3273, 3274, 3285,
+    3288, 3292, 3293, 3300, 3314, 3316, 3317, 3322, 3325, 3327, 3328,
+    3331, 3334, 3336, 3346, 3347, 3358, 3359, 3383, 3387, 3401, 3406,
+    3428, 3440, 3435, 3436, 3452
+
 Version 3.5.1 (2017-03-12)
   Friendica Core:
     Updates to the translations (BG, CA, CS, DE, EO, ES, FR, IS, IT, NL, PL, PT-BR, RU, SV) [translation teams]
-    Fix for a potential XSS vector [heluecht, thanks to Vít Šesták 'v6ak' for reporting the problem]
+    Fix for a potential XSS vector [annando, thanks to Vít Šesták 'v6ak' for reporting the problem]
     Fix for ghost request notifications on single user instances [Hypolite]
     Fix user language selection [tobiasd]
-    Fix a problem with communication to Diaspora with set posting locations [heluecht]
+    Fix a problem with communication to Diaspora with set posting locations [annando]
     Fix schema handling of direct links to a original posting [Rabuzarus]
     Fix a bug in notification handling [Rabuzarus]
     Adjustments for the Vagrant VM settings [silke, eelcomaljaars]
@@ -12,22 +66,22 @@ Version 3.5.1 (2017-03-12)
     Improvements to the API and Friendica specific extensions [gerhard6380]
     Improvements to the Browser Notification functionality [Hypolite]
     Improvements to the themes [Hypolite, rabuzarus, rebeka-catalina, tobiasd]
-    Improvements to the database handling [heluecht]
+    Improvements to the database handling [annando]
     Improvements to the admin panel [tobiasd, Hypolite]
-    Improvements to the update process [heluecht]
-    Improvements to the handling of worker processes [heluecht]
-    Improvements to the performance [heluecht, Hypolite]
+    Improvements to the update process [annando]
+    Improvements to the handling of worker processes [annando]
+    Improvements to the performance [annando, Hypolite]
     Improvements to the documentation [Hypolite, tobiasd, rabuzarus, beardyunixer, eelcomaljaars]
     Improvements to the BBCode / Markdown conversation [Hypolite]
-    Improvements to the OStatus protocol implementation [heluecht]
+    Improvements to the OStatus protocol implementation [annando]
     Improvements to the installation wizzard [tobiasd]
-    Improvements to the Diaspora connectivity [heluecht, Hypolite]
+    Improvements to the Diaspora connectivity [annando, Hypolite]
     Work on PHP7 compatibility [ddorian1]
     Code cleanup [Hypolite, Quix0r]
-    Initial federation with Mastodon [heluecht]
-    The worker process can now also be started from the frontend [heluecht]
-    Deletion of postings is now done in the background [heluecht]
-    Extension of the DFRN transmitted information fields [heluecht]
+    Initial federation with Mastodon [annando]
+    The worker process can now also be started from the frontend [annando]
+    Deletion of postings is now done in the background [annando]
+    Extension of the DFRN transmitted information fields [annando]
     Translations of the core are now in /view/lang [Hypolite, tobiasd]
     Update of the fullCalendar library to 3.0.1 and adjusting the themes [rabuzarus]
     ping now works with JSON as well [Hypolite]
@@ -46,16 +100,16 @@ Version 3.5.1 (2017-03-12)
     Updates to the translations (DE, ES, FR, IT, PT-BR) [translation teams]
     Improvements to the IFTTT addon [Hypolite]
     Improvements to the language filter addon [strk]
-    Improvements to the pump.io bridge [heluecht]
-    Improvements to the jappixmini addon [heluecht]
-    Improvements to the gpluspost addon [heluecht]
-    Improvements to the performance of the Twitter bridge when using workers [heluecht]
-    Diaspora Export addon is now working again [heluecht]
+    Improvements to the pump.io bridge [annando]
+    Improvements to the jappixmini addon [annando]
+    Improvements to the gpluspost addon [annando]
+    Improvements to the performance of the Twitter bridge when using workers [annando]
+    Diaspora Export addon is now working again [annando]
     Pledgie badge now uses https protocol for embedding [tobiasd]
-    Better posting loop prevention for the Google+/Twitter/GS connectors [heluecht]
+    Better posting loop prevention for the Google+/Twitter/GS connectors [annando]
     One can now configure the message for wppost bridged blog postings [tobiasd]
-    On some pages the result of the Rendertime is not shown anymore [heluecht]
-    Twitter-bridge now supports quotes and long posts when importing tweets [heluecht]
+    On some pages the result of the Rendertime is not shown anymore [annando]
+    Twitter-bridge now supports quotes and long posts when importing tweets [annando]
 
   Closed Issues
     1019, 1163, 1612, 1613, 2103, 2177, 2252, 2260, 2403, 2991, 2614, 
@@ -67,48 +121,48 @@ Version 3.5.1 (2017-03-12)
 
 Version 3.5 (2016-09-13)
   Friendica Core:
-    NEW Optional local directory with possible federated contacts [heluecht]
+    NEW Optional local directory with possible federated contacts [annando]
     NEW Autocompletion for @-mentions and BBCode tags [rabuzarus]
     NEW Added a composer derived autoloader which allows composer autoloaders in addons/libraries [fabrixxm]
-    NEW theme: frio [rabuzarus, heluecht, fabrixxm]
+    NEW theme: frio [rabuzarus, annando, fabrixxm]
     Enhance .htaccess file (nerdoc, dissolve)
     Updates to the translations (DE, ES, IS, IT, RU) [translation teams]
-    Updates to the documentation [tobiasd, heluecht, mexcon, silke, rabuzarus, fabrixxm, Olivier Mehani, gerhard6380, ben utzer]
-    Extended the BBCode by [abstract] tag used for bridged postings to networks with limited character length [heluecht]
-    Code cleanup [heluecht, QuixOr]
-    Improvements to the API and Friendica specific extensions [heluecht, fabrixxm, gerhard6380]
+    Updates to the documentation [tobiasd, annando, mexcon, silke, rabuzarus, fabrixxm, Olivier Mehani, gerhard6380, ben utzer]
+    Extended the BBCode by [abstract] tag used for bridged postings to networks with limited character length [annando]
+    Code cleanup [annando, QuixOr]
+    Improvements to the API and Friendica specific extensions [annando, fabrixxm, gerhard6380]
     Improvements to the RSS/Atom feed import [mexcon]
-    Improvements to the communication with federated networks (Diaspora, Hubzilla, OStatus) [heluecht]
-    Improvements on the themes (quattro, vier, frost) [rabuzarus, fabrixxm, stieben, heluecht, Quix0r, tobiasd]
+    Improvements to the communication with federated networks (Diaspora, Hubzilla, OStatus) [annando]
+    Improvements on the themes (quattro, vier, frost) [rabuzarus, fabrixxm, stieben, annando, Quix0r, tobiasd]
     Improvements to the ACL dialog [fabrixxm, rabuzarus]
-    Improvements to the database structure and optimization of queries [heluecht]
-    Improvements to the UI (contacts, hotkeys, remember me, ARIA, code hightlighting) [rabuzarus, heluecht, tobiasd]
-    Improvements to the background process (poller, worker) [heluecht]
-    Improvements to the admin panel [tobiasd, heluecht, fabrixxm]
-    Improvements to the performance [heluecht]
+    Improvements to the database structure and optimization of queries [annando]
+    Improvements to the UI (contacts, hotkeys, remember me, ARIA, code hightlighting) [rabuzarus, annando, tobiasd]
+    Improvements to the background process (poller, worker) [annando]
+    Improvements to the admin panel [tobiasd, annando, fabrixxm]
+    Improvements to the performance [annando]
     Improvements to the installation wizzard (language selection, RINO version, check required PHP modules, default theme is now vier) [tobiasd]
-    Improvements to the relocation of nodes and accounts [heluecht]
-    Improvements to the DDoS detection [heluecht]
-    Improvements to the calendar/events module [heluecht, rabuzarus]
+    Improvements to the relocation of nodes and accounts [annando]
+    Improvements to the DDoS detection [annando]
+    Improvements to the calendar/events module [annando, rabuzarus]
     Improvements to OpenID login [strk]
     Improvements to the ShaShape font [andi]
-    Reworked the implementation of the DFRN, Diaspora protocols [heluecht]
-    Reworked the notifications code [fabrixxm, rabuzarus, heluecht]
+    Reworked the implementation of the DFRN, Diaspora protocols [annando]
+    Reworked the notifications code [fabrixxm, rabuzarus, annando]
     Reworked the p/config code [fabrixxm, rabuzarus]
-    Reworked XML generation [heluecht]
-    Removed now unused simplepie from library [heluecht]
+    Reworked XML generation [annando]
+    Removed now unused simplepie from library [annando]
 
   Friendica Addons
     Updated to the translations (DE, ES, IS, NL, PT BR), [translation teams]
     Piwik [tobiasd]
-    Twitter Connector [heluecht]
-    Pumpio Connector [heluecht]
-    Rendertime [heluecht]
-    wppost [heluecht]
+    Twitter Connector [annando]
+    Pumpio Connector [annando]
+    Rendertime [annando]
+    wppost [annando]
     showmore [rabuzarus]
-    fromgplus [heluecht]
-    app.net Connector [heluecht]
-    GNU Social Connector [heluecht]
+    fromgplus [annando]
+    app.net Connector [annando]
+    GNU Social Connector [annando]
     LDAP [Olivier Mehani]
     smileybutton [rabuzarus]
     retriver [mexon]
diff --git a/VERSION b/VERSION
index 445f31119638f843714417f2399096e36ca48274..3fec5bc901e4ddf60a057d389a7b0b15f18db796 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.5.2-rc
+3.5.3dev
index 48381f5435b8043beb23e2638906ff637d1973b3..5f83cb3e40317dad8fd7ad767dd1eb4ba1bd1924 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -38,9 +38,9 @@ require_once 'include/dbstructure.php';
 
 define ( 'FRIENDICA_PLATFORM',     'Friendica');
 define ( 'FRIENDICA_CODENAME',     'Asparagus');
-define ( 'FRIENDICA_VERSION',      '3.5.2-rc' );
+define ( 'FRIENDICA_VERSION',      '3.5.3dev' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
-define ( 'DB_UPDATE_VERSION',      1225      );
+define ( 'DB_UPDATE_VERSION',      1227      );
 
 /**
  * @brief Constant with a HTML line break.
@@ -457,6 +457,13 @@ if (!defined("SIGTERM")) {
        define("SIGTERM", 15);
 }
 
+/**
+ * Depending on the PHP version this constant does exist - or not.
+ * See here: http://php.net/manual/en/curl.constants.php#117928
+ */
+if (!defined('CURLE_OPERATION_TIMEDOUT')) {
+        define('CURLE_OPERATION_TIMEDOUT', CURLE_OPERATION_TIMEOUTED);
+}
 /**
  *
  * Reverse the effect of magic_quotes_gpc if it is enabled.
@@ -1375,7 +1382,7 @@ function get_server() {
        $server = get_config("system", "directory");
 
        if ($server == "") {
-               $server = "http://dir.friendi.ca";
+               $server = "http://dir.friendica.social";
        }
 
        return($server);
index 73547b3058da2a83c2fd172468a0296561e061a1..4a5946ef38dc747b8c210e7f4f5b84ea60e046a4 100644 (file)
@@ -1,6 +1,6 @@
 -- ------------------------------------------
--- Friendica 3.5.2-dev (Asparagus)
--- DB_UPDATE_VERSION 1221
+-- Friendica 3.5.2-rc (Asparagus)
+-- DB_UPDATE_VERSION 1227
 -- ------------------------------------------
 
 
@@ -193,7 +193,7 @@ CREATE TABLE IF NOT EXISTS `contact` (
 --
 CREATE TABLE IF NOT EXISTS `conv` (
        `id` int(10) unsigned NOT NULL auto_increment,
-       `guid` varchar(64) NOT NULL DEFAULT '',
+       `guid` varchar(255) NOT NULL DEFAULT '',
        `recips` text,
        `uid` int(11) NOT NULL DEFAULT 0,
        `creator` varchar(255) NOT NULL DEFAULT '',
@@ -270,7 +270,7 @@ CREATE TABLE IF NOT EXISTS `fcontact` (
        `updated` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
         PRIMARY KEY(`id`),
         INDEX `addr` (`addr`(32)),
-        INDEX `url` (`url`)
+        UNIQUE INDEX `url` (`url`(190))
 ) DEFAULT COLLATE utf8mb4_general_ci;
 
 --
@@ -355,7 +355,7 @@ CREATE TABLE IF NOT EXISTS `gcontact` (
        `generation` tinyint(3) NOT NULL DEFAULT 0,
        `server_url` varchar(255) NOT NULL DEFAULT '',
         PRIMARY KEY(`id`),
-        INDEX `nurl` (`nurl`(64)),
+        UNIQUE INDEX `nurl` (`nurl`(190)),
         INDEX `name` (`name`(64)),
         INDEX `nick` (`nick`(32)),
         INDEX `addr` (`addr`(64)),
@@ -425,7 +425,7 @@ CREATE TABLE IF NOT EXISTS `gserver` (
        `last_contact` datetime DEFAULT '0001-01-01 00:00:00',
        `last_failure` datetime DEFAULT '0001-01-01 00:00:00',
         PRIMARY KEY(`id`),
-        INDEX `nurl` (`nurl`(32))
+        UNIQUE INDEX `nurl` (`nurl`(190))
 ) DEFAULT COLLATE utf8mb4_general_ci;
 
 --
@@ -544,6 +544,7 @@ CREATE TABLE IF NOT EXISTS `item` (
         INDEX `uid_parenturi` (`uid`,`parent-uri`(190)),
         INDEX `uid_contactid_created` (`uid`,`contact-id`,`created`),
         INDEX `authorid_created` (`author-id`,`created`),
+        INDEX `ownerid` (`owner-id`),
         INDEX `uid_uri` (`uid`,`uri`(190)),
         INDEX `resource-id` (`resource-id`),
         INDEX `contactid_allowcid_allowpid_denycid_denygid` (`contact-id`,`allow_cid`(10),`allow_gid`(10),`deny_cid`(10),`deny_gid`(10)),
@@ -589,7 +590,7 @@ CREATE TABLE IF NOT EXISTS `locks` (
 CREATE TABLE IF NOT EXISTS `mail` (
        `id` int(10) unsigned NOT NULL auto_increment,
        `uid` int(10) unsigned NOT NULL DEFAULT 0,
-       `guid` varchar(64) NOT NULL DEFAULT '',
+       `guid` varchar(255) NOT NULL DEFAULT '',
        `from-name` varchar(255) NOT NULL DEFAULT '',
        `from-photo` varchar(255) NOT NULL DEFAULT '',
        `from-url` varchar(255) NOT NULL DEFAULT '',
@@ -608,7 +609,8 @@ CREATE TABLE IF NOT EXISTS `mail` (
         INDEX `uid_seen` (`uid`,`seen`),
         INDEX `convid` (`convid`),
         INDEX `uri` (`uri`(64)),
-        INDEX `parent-uri` (`parent-uri`(64))
+        INDEX `parent-uri` (`parent-uri`(64)),
+        INDEX `contactid` (`contact-id`)
 ) DEFAULT COLLATE utf8mb4_general_ci;
 
 --
@@ -746,6 +748,7 @@ CREATE TABLE IF NOT EXISTS `photo` (
        `deny_cid` mediumtext,
        `deny_gid` mediumtext,
         PRIMARY KEY(`id`),
+        INDEX `contactid` (`contact-id`),
         INDEX `uid_contactid` (`uid`,`contact-id`),
         INDEX `uid_profile` (`uid`,`profile`),
         INDEX `uid_album_scale_created` (`uid`,`album`(32),`scale`,`created`),
@@ -1019,6 +1022,9 @@ CREATE TABLE IF NOT EXISTS `thread` (
         INDEX `uid_network_created` (`uid`,`network`,`created`),
         INDEX `uid_contactid_commented` (`uid`,`contact-id`,`commented`),
         INDEX `uid_contactid_created` (`uid`,`contact-id`,`created`),
+        INDEX `contactid` (`contact-id`),
+        INDEX `ownerid` (`owner-id`),
+        INDEX `authorid` (`author-id`),
         INDEX `uid_created` (`uid`,`created`),
         INDEX `uid_commented` (`uid`,`commented`),
         INDEX `uid_wall_created` (`uid`,`wall`,`created`)
@@ -1108,6 +1114,8 @@ CREATE TABLE IF NOT EXISTS `workerqueue` (
        `created` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
        `pid` int(11) NOT NULL DEFAULT 0,
        `executed` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
-        PRIMARY KEY(`id`)
+        PRIMARY KEY(`id`),
+        INDEX `pid` (`pid`),
+        INDEX `priority_created` (`priority`,`created`)
 ) DEFAULT COLLATE utf8mb4_general_ci;
 
index b424b5af686688c7bb317bff09ef7631a9aba57c..7887184d88b580d1cf51f318e83e6180032bab5d 100644 (file)
@@ -14,7 +14,7 @@ Especially don't do that with undocumented values.
 The header of the section describes the category, the value is the parameter.
 Example: To set the directory value please add this line to your .htconfig.php:
 
-    $a->config['system']['directory'] = 'http://dir.friendi.ca';
+    $a->config['system']['directory'] = 'http://dir.friendica.social';
 
 ## jabber ##
 * **debug** (Boolean) - Enable debug level for the jabber account synchronisation.
@@ -39,7 +39,7 @@ Example: To set the directory value please add this line to your .htconfig.php:
 * **default_service_class** -
 * **delivery_batch_count** - Number of deliveries per process. Default value is 1. (Disabled when using the worker)
 * **diaspora_test** (Boolean) - For development only. Disables the message transfer.
-* **directory** - The path to global directory. If not set then "http://dir.friendi.ca" is used.
+* **directory** - The path to global directory. If not set then "http://dir.friendica.social" is used.
 * **disable_email_validation** (Boolean) - Disables the check if a mail address is in a valid format and can be resolved via DNS.
 * **disable_url_validation** (Boolean) - Disables the DNS lookup of an URL.
 * **dlogfile - location of the developer log file
index 7183393801540ae37d40b144ec5b1d70c1feb4ff..ad0ede6dbe4a970728ea4da98c581f948fa0f8ee 100644 (file)
@@ -4,10 +4,12 @@
  * @brief Methods for read and write notifications from/to database
  *  or for formatting notifications
  */
+
 require_once 'include/html2plain.php';
 require_once 'include/probe.php';
 require_once 'include/datetime.php';
 require_once 'include/bbcode.php';
+require_once 'include/Contact.php';
 
 /**
  * @brief Methods for read and write notifications from/to database
@@ -720,10 +722,12 @@ class NotificationsManager {
                        $sql_extra = " AND `ignore` = 0 ";
 
                /// @todo Fetch contact details by "get_contact_details_by_url" instead of queries to contact, fcontact and gcontact
-               $r = q("SELECT `intro`.`id` AS `intro_id`, `intro`.*, `contact`.*, `fcontact`.`name` AS `fname`,`fcontact`.`url` AS `furl`,`fcontact`.`photo` AS `fphoto`,`fcontact`.`request` AS `frequest`,
+               $r = q("SELECT `intro`.`id` AS `intro_id`, `intro`.*, `contact`.*,
+                               `fcontact`.`name` AS `fname`, `fcontact`.`url` AS `furl`,
+                               `fcontact`.`photo` AS `fphoto`, `fcontact`.`request` AS `frequest`,
                                `gcontact`.`location` AS `glocation`, `gcontact`.`about` AS `gabout`,
                                `gcontact`.`keywords` AS `gkeywords`, `gcontact`.`gender` AS `ggender`,
-                               `gcontact`.`network` AS `gnetwork`
+                               `gcontact`.`network` AS `gnetwork`, `gcontact`.`addr` AS `gaddr`
                        FROM `intro`
                                LEFT JOIN `contact` ON `contact`.`id` = `intro`.`contact-id`
                                LEFT JOIN `gcontact` ON `gcontact`.`nurl` = `contact`.`nurl`
@@ -786,11 +790,7 @@ class NotificationsManager {
                        // Normal connection requests
                        } else {
 
-                               // Probe the contact url to get missing data
-                               $ret = probe_url($it["url"]);
-
-                               if ($it['gnetwork'] == "")
-                                       $it['gnetwork'] = $ret["network"];
+                               $it = $this->getMissingIntroData($it);
 
                                // Don't show these data until you are connected. Diaspora is doing the same.
                                if($it['gnetwork'] === NETWORK_DIASPORA) {
@@ -815,7 +815,7 @@ class NotificationsManager {
                                        'post_newfriend' => (intval(get_pconfig(local_user(),'system','post_newfriend')) ? '1' : 0),
                                        'url' => $it['url'],
                                        'zrl' => zrl($it['url']),
-                                       'addr' => $ret['addr'],
+                                       'addr' => $it['gaddr'],
                                        'network' => $it['gnetwork'],
                                        'knowyou' => $it['knowyou'],
                                        'note' => $it['note'],
@@ -827,4 +827,38 @@ class NotificationsManager {
 
                return $arr;
        }
+
+       /**
+        * @brief Check for missing contact data and try to fetch the data from 
+        *     from other sources
+        * 
+        * @param array $arr The input array with the intro data
+        * 
+        * @return array The array with the intro data
+        */
+       private function getMissingIntroData($arr) {
+               // If the network and the addr isn't available from the gcontact
+               // table entry, take the one of the contact table entry
+               if ($arr['gnetwork'] == "") {
+                       $arr['gnetwork'] = $arr['network'];
+               }
+               if ($arr['gaddr'] == "") {
+                       $arr['gaddr'] = $arr['addr'];
+               }
+
+               // If the network and addr is still not available
+               // get the missing data data from other sources
+               if ($arr['gnetwork'] == "" || $arr['gaddr'] == "") {
+                       $ret = get_contact_details_by_url($arr['url']);
+
+                       if ($arr['gnetwork'] == "" && $ret['network'] != "") {
+                               $arr['gnetwork'] = $ret['network'];
+                       }
+                       if ($arr['gaddr'] == "" && $ret['addr'] != "") {
+                               $arr['gaddr'] = $ret['addr'];
+                       }
+               }
+
+               return $arr;
+       }
 }
index caf316d76ada039c03ea651eb01d3ff648f0765f..5d962ecd0362df13f8fe22593bcb5601c3b3dc01 100644 (file)
@@ -2289,6 +2289,11 @@ $called_api = null;
                        $statushtml = "<h4>" . bbcode($item['title']) . "</h4>\n" . $statushtml;
                }
 
+               // feeds without body should contain the link 
+               if (($item['network'] == NETWORK_FEED) && (strlen($item['body']) == 0)) { 
+                       $statushtml .= bbcode($item['plink']); 
+               } 
+               
                $entities = api_get_entitities($statustext, $body);
 
                return array(
index 4549d7a0ceb5ba5b8cdb8bcb65d777fae190a7d9..63f35739a36bac973d5914ac794d86339dea87ab 100644 (file)
@@ -49,12 +49,14 @@ class dba {
        function __construct($server,$user,$pass,$db,$install = false) {
                $a = get_app();
 
-    # work around, to store the database - configuration in DDDBL
-    $objDataObjectPool = new DataObjectPool('Database-Definition');
-    $objDataObjectPool->add('DEFAULT', array('CONNECTION' => "mysql:host=$server;dbname=$db",
-                                             'USER'       => $user,
-                                             'PASS'       => $pass,
-                                             'DEFAULT'    => true));
+               // work around, to store the database - configuration in DDDBL
+               $objDataObjectPool = new DataObjectPool('Database-Definition');
+               $objDataObjectPool->add('DEFAULT', array(
+                       'CONNECTION' => "mysql:host=$server;dbname=$db",
+                       'USER'       => $user,
+                       'PASS'       => $pass,
+                       'DEFAULT'    => true
+               ));
 
                $stamp1 = microtime(true);
 
@@ -63,35 +65,34 @@ class dba {
                $pass = trim($pass);
                $db = trim($db);
 
-               if (!(strlen($server) && strlen($user))){
+               if (!(strlen($server) && strlen($user))) {
                        $this->connected = false;
                        $this->db = null;
                        return;
                }
 
-               if ($install) {
-                       if (strlen($server) && ($server !== 'localhost') && ($server !== '127.0.0.1')) {
-                               if (! dns_get_record($server, DNS_A + DNS_CNAME + DNS_PTR)) {
-                                       $this->error = sprintf( t('Cannot locate DNS info for database server \'%s\''), $server);
-                                       $this->connected = false;
-                                       $this->db = null;
-                                       return;
-                               }
+               if ($install && strlen($server) && ($server !== 'localhost') && ($server !== '127.0.0.1')) {
+                       if (! dns_get_record($server, DNS_A + DNS_CNAME + DNS_PTR)) {
+                               $this->error = sprintf( t('Cannot locate DNS info for database server \'%s\''), $server);
+                               $this->connected = false;
+                               $this->db = null;
+                               return;
                        }
                }
 
-    # etablish connection to database and store PDO object
-    DDDBL\connect();
-    $this->db = DDDBL\getDB();
+               // Establish connection to database and store PDO object
+               DDDBL\connect();
+               $this->db = DDDBL\getDB();
 
-    if (DDDBL\isConnected()) {
-      $this->connected = true;
-    }
+               if (DDDBL\isConnected()) {
+                       $this->connected = true;
+               }
 
                if (! $this->connected) {
                        $this->db = null;
-                       if (! $install)
+                       if (! $install) {
                                system_unavailable();
+                       }
                }
 
                $a->save_timestamp($stamp1, "network");
@@ -104,44 +105,49 @@ class dba {
        public function q($sql, $onlyquery = false) {
                $a = get_app();
 
-    $strHandler = (true === $onlyquery) ? 'PDOStatement' : 'MULTI';
+               $strHandler = (true === $onlyquery) ? 'PDOStatement' : 'MULTI';
 
-    $strQueryAlias = md5($sql);
-    $strSQLType    = strtoupper(strstr($sql, ' ', true));
+               $strQueryAlias = md5($sql);
+               $strSQLType    = strtoupper(strstr($sql, ' ', true));
 
-    $objPreparedQueryPool = new DataObjectPool('Query-Definition');
+               $objPreparedQueryPool = new DataObjectPool('Query-Definition');
 
-    # check if query do not exists till now, if so create its definition
-    if (!$objPreparedQueryPool->exists($strQueryAlias))
-      $objPreparedQueryPool->add($strQueryAlias, array('QUERY'   => $sql,
-                                                       'HANDLER' => $strHandler));
+               // check if query do not exists till now, if so create its definition
+               if (!$objPreparedQueryPool->exists($strQueryAlias)) {
+                       $objPreparedQueryPool->add($strQueryAlias, array(
+                               'QUERY'   => $sql,
+                               'HANDLER' => $strHandler
+                       ));
+               }
 
-               if ((! $this->db) || (! $this->connected))
+               if ((! $this->db) || (! $this->connected)) {
                        return false;
+               }
 
                $this->error = '';
 
                $stamp1 = microtime(true);
 
-    try {
-      $r = DDDBL\get($strQueryAlias);
-
-      # bad workaround to emulate the bizzare behavior of mysql_query
-      if (in_array($strSQLType, array('INSERT', 'UPDATE', 'DELETE', 'CREATE', 'DROP', 'SET')))
-        $result = true;
-      $intErrorCode = false;
+               try {
+                       $r = DDDBL\get($strQueryAlias);
 
-    } catch (Exception $objException) {
-      $result = false;
-      $intErrorCode = $objPreparedQueryPool->get($strQueryAlias)->get('PDOStatement')->errorCode();
-    }
+                       // bad workaround to emulate the bizzare behavior of mysql_query
+                       if (in_array($strSQLType, array('INSERT', 'UPDATE', 'DELETE', 'CREATE', 'DROP', 'SET'))) {
+                               $result = true;
+                       }
+                       $intErrorCode = false;
+               } catch (Exception $objException) {
+                       $result = false;
+                       $intErrorCode = $objPreparedQueryPool->get($strQueryAlias)->get('PDOStatement')->errorCode();
+               }
 
                $stamp2 = microtime(true);
                $duration = (float)($stamp2-$stamp1);
 
                $a->save_timestamp($stamp1, "database");
 
-               if (x($a->config,'system') && x($a->config['system'],'db_log')) {
+               /// @TODO really check $a->config for 'system'? it is very generic and should be there
+               if (x($a->config, 'system') && x($a->config['system'], 'db_log')) {
                        if (($duration > $a->config["system"]["db_loglimit"])) {
                                $duration = round($duration, 3);
                                $backtrace = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS);
@@ -152,24 +158,24 @@ class dba {
                        }
                }
 
-               if ($intErrorCode)
-      $this->error = $intErrorCode;
+               if ($intErrorCode) {
+                       $this->error = $intErrorCode;
+               }
 
                if (strlen($this->error)) {
                        logger('dba: ' . $this->error);
                }
 
                if ($this->debug) {
-
                        $mesg = '';
 
-                       if ($result === false)
+                       if ($result === false) {
                                $mesg = 'false';
-                       elseif ($result === true)
+                       } elseif ($result === true) {
                                $mesg = 'true';
-                       else {
-        # this needs fixing, but is a bug itself
-                               #$mesg = mysql_num_rows($result) . ' results' . EOL;
+                       else {
+                               /// @TODO this needs fixing, but is a bug itself
+                               // $mesg = mysql_num_rows($result) . ' results' . EOL;
                        }
 
                        $str =  'SQL = ' . printable($sql) . EOL . 'SQL returned ' . $mesg
@@ -179,46 +185,49 @@ class dba {
                        logger('dba: ' . $str );
                }
 
-               /**
+               /*
                 * If dbfail.out exists, we will write any failed calls directly to it,
                 * regardless of any logging that may or may nor be in effect.
                 * These usually indicate SQL syntax errors that need to be resolved.
                 */
-
                if (isset($result) AND ($result === false)) {
                        logger('dba: ' . printable($sql) . ' returned false.' . "\n" . $this->error);
-                       if (file_exists('dbfail.out'))
+                       if (file_exists('dbfail.out')) {
                                file_put_contents('dbfail.out', datetime_convert() . "\n" . printable($sql) . ' returned false' . "\n" . $this->error . "\n", FILE_APPEND);
+                       }
                }
 
-               if (isset($result) AND (($result === true) || ($result === false)))
+               if (isset($result) AND (($result === true) || ($result === false))) {
                        return $result;
+               }
 
                if ($onlyquery) {
                        $this->result = $r;       # this will store an PDOStatement Object in result
-      $this->result->execute(); # execute the Statement, to get its result
+                       $this->result->execute(); # execute the Statement, to get its result
                        return true;
                }
 
                //$a->save_timestamp($stamp1, "database");
 
-               if ($this->debug)
+               if ($this->debug) {
                        logger('dba: ' . printable(print_r($r, true)));
-               return($r);
+               }
+
+               return $r;
        }
 
        public function qfetch() {
+               if (false === $this->result) {
+                       return false;
+               }
 
-               if (false === $this->result)
-      return false;
-
-    return $this->result->fetch();
-
+               return $this->result->fetch();
        }
 
        public function qclose() {
-               if ($this->result)
-      return $this->result->closeCursor();
+               if ($this->result) {
+                       return $this->result->closeCursor();
+               }
        }
 
        public function dbg($dbg) {
@@ -227,17 +236,20 @@ class dba {
 
        public function escape($str) {
                if ($this->db && $this->connected) {
-      $strQuoted = $this->db->quote($str);
-      # this workaround is needed, because quote creates "'" and the beginning and the end
-      # of the string, which is correct. but until now the queries set this delimiter manually,
-      # so we must remove them from here and wait until everything uses prepared statements
-      return mb_substr($strQuoted, 1, mb_strlen($strQuoted) - 2);
+                       $strQuoted = $this->db->quote($str);
+                       /*
+                        * this workaround is needed, because quote creates "'" and the beginning and the end
+                        * of the string, which is correct. but until now the queries set this delimiter manually,
+                        * so we must remove them from here and wait until everything uses prepared statements
+                        */
+                       return mb_substr($strQuoted, 1, mb_strlen($strQuoted) - 2);
                }
        }
 
-       function __destruct() {
-               if ($this->db)
-                 DDDBL\disconnect();
+       public function __destruct() {
+               if ($this->db) {
+                       DDDBL\disconnect();
+               }
        }
 }}
 
@@ -267,14 +279,13 @@ function dbesc($str) {
                return(str_replace("'","\\'",$str));
 }}
 
-
-
-// Function: q($sql,$args);
-// Description: execute SQL query with printf style args.
-// Example: $r = q("SELECT * FROM `%s` WHERE `uid` = %d",
-//                   'user', 1);
-
 if (! function_exists('q')) {
+/**
+ * Function: q($sql,$args);
+ * Description: execute SQL query with printf style args.
+ * Example: $r = q("SELECT * FROM `%s` WHERE `uid` = %d",
+ *   'user', 1);
+ */
 function q($sql) {
 
        global $db;
@@ -284,8 +295,9 @@ function q($sql) {
        if ($db && $db->connected) {
                $stmt = @vsprintf($sql,$args); // Disabled warnings
                //logger("dba: q: $stmt", LOGGER_ALL);
-               if ($stmt === false)
+               if ($stmt === false) {
                        logger('dba: vsprintf error: ' . print_r(debug_backtrace(),true), LOGGER_DEBUG);
+               }
                return $db->q($stmt);
        }
 
@@ -300,34 +312,33 @@ function q($sql) {
 
 }}
 
+if (! function_exists('dbq')) {
 /**
- *
  * Raw db query, no arguments
- *
  */
-
-if (! function_exists('dbq')) {
 function dbq($sql) {
 
        global $db;
-       if ($db && $db->connected)
+       if ($db && $db->connected) {
                $ret = $db->q($sql);
-       else
+       } else {
                $ret = false;
+       }
        return $ret;
 }}
 
 
-// Caller is responsible for ensuring that any integer arguments to
-// dbesc_array are actually integers and not malformed strings containing
-// SQL injection vectors. All integer array elements should be specifically
-// cast to int to avoid trouble.
-
-
+/*
+ * Caller is responsible for ensuring that any integer arguments to
+ * dbesc_array are actually integers and not malformed strings containing
+ * SQL injection vectors. All integer array elements should be specifically
+ * cast to int to avoid trouble.
+ */
 if (! function_exists('dbesc_array_cb')) {
 function dbesc_array_cb(&$item, $key) {
-       if (is_string($item))
+       if (is_string($item)) {
                $item = dbesc($item);
+       }
 }}
 
 
@@ -340,5 +351,5 @@ function dbesc_array(&$arr) {
 
 if (! function_exists('dba_timer')) {
 function dba_timer() {
-  return microtime(true);
+       return microtime(true);
 }}
index 413395905d10aabb1658b98154d3afe3892b92c7..156453d935dcde5e2d3f65dd8f113dc6f3ac1dde 100644 (file)
@@ -3,8 +3,8 @@
 use Friendica\App;
 use Friendica\Core\Config;
 
-require_once("boot.php");
-require_once("include/text.php");
+require_once "boot.php";
+require_once "include/text.php";
 
 define('NEW_UPDATE_ROUTINE_VERSION', 1170);
 
@@ -1742,6 +1742,8 @@ function db_definition() {
                                        ),
                        "indexes" => array(
                                        "PRIMARY" => array("id"),
+                                       "pid" => array("pid"),
+                                       "priority_created" => array("priority", "created"),
                                        )
                        );
 
@@ -1766,7 +1768,7 @@ function dbstructure_run(&$argv, &$argc) {
                        unset($db_host, $db_user, $db_pass, $db_data);
        }
 
-       if ($argc==2) {
+       if ($argc == 2) {
                switch ($argv[1]) {
                        case "dryrun":
                                update_structure(true, false);
@@ -1776,7 +1778,7 @@ function dbstructure_run(&$argv, &$argc) {
 
                                $build = get_config('system','build');
                                if (!x($build)) {
-                                       set_config('system','build',DB_UPDATE_VERSION);
+                                       set_config('system', 'build', DB_UPDATE_VERSION);
                                        $build = DB_UPDATE_VERSION;
                                }
 
@@ -1786,7 +1788,9 @@ function dbstructure_run(&$argv, &$argc) {
                                // run any left update_nnnn functions in update.php
                                for ($x = $stored; $x < $current; $x ++) {
                                        $r = run_update_function($x);
-                                       if (!$r) break;
+                                       if (!$r) {
+                                               break;
+                                       }
                                }
 
                                set_config('system','build',DB_UPDATE_VERSION);
@@ -1813,7 +1817,7 @@ function dbstructure_run(&$argv, &$argc) {
 
 }
 
-if (array_search(__file__,get_included_files())===0) {
+if (array_search(__FILE__,get_included_files())===0) {
        dbstructure_run($_SERVER["argv"],$_SERVER["argc"]);
        killme();
 }
index 545edcc4bf11a848726589823fc66906d030850a..25f1aa03b83c0051fd900f36492b14336514ef70 100644 (file)
@@ -3788,8 +3788,10 @@ class Diaspora {
                $message = self::construct_like($r[0], $contact);
                $message["author_signature"] = self::signature($contact, $message);
 
-               // We now store the signature more flexible to dynamically support new fields.
-               // This will break Diaspora compatibility with Friendica versions prior to 3.5.
+               /*
+                * Now store the signature more flexible to dynamically support new fields.
+                * This will break Diaspora compatibility with Friendica versions prior to 3.5.
+                */
                q("INSERT INTO `sign` (`iid`,`signed_text`) VALUES (%d,'%s')",
                        intval($message_id),
                        dbesc(json_encode($message))
@@ -3821,9 +3823,11 @@ class Diaspora {
                $message = self::construct_comment($item, $contact);
                $message["author_signature"] = self::signature($contact, $message);
 
-               // We now store the signature more flexible to dynamically support new fields.
-               // This will break Diaspora compatibility with Friendica versions prior to 3.5.
-               q("INSERT INTO `sign` (`iid`,`signed_text`) VALUES (%d,'%s')",
+               /*
+                * Now store the signature more flexible to dynamically support new fields.
+                * This will break Diaspora compatibility with Friendica versions prior to 3.5.
+                */
+               q("INSERT INTO `sign` (`iid`, `signed_text`) VALUES (%d, '%s')",
                        intval($message_id),
                        dbesc(json_encode($message))
                );
index 73bffb20dce37a89e88714afdf7611634da2b8c4..aa34cbaa5bf88b8c4af782e0680058c2a22df3b0 100644 (file)
@@ -19,18 +19,17 @@ function expire_run(&$argv, &$argc){
        }
 
        // make this optional as it could have a performance impact on large sites
-
-       if (intval(get_config('system','optimize_items'))) {
+       if (intval(get_config('system', 'optimize_items'))) {
                q("OPTIMIZE TABLE `item`");
        }
 
        logger('expire: start');
 
-       $r = q("SELECT `uid`,`username`,`expire` FROM `user` WHERE `expire` != 0");
+       $r = q("SELECT `uid`, `username`, `expire` FROM `user` WHERE `expire` != 0");
        if (dbm::is_result($r)) {
                foreach ($r as $rr) {
                        logger('Expire: ' . $rr['username'] . ' interval: ' . $rr['expire'], LOGGER_DEBUG);
-                       item_expire($rr['uid'],$rr['expire']);
+                       item_expire($rr['uid'], $rr['expire']);
                }
        }
 
index 9b541e8e3c77f6fe1cc3bd776a0490145af3ffe7..756905a43a1bfb760e4f7d5e29aaab3bbafcb701 100644 (file)
 
 use Friendica\Core\Config;
 
-require_once("include/dba.php");
+require_once "include/dba.php";
 
-if(! function_exists('get_browser_language')) {
+if (! function_exists('get_browser_language')) {
 /**
  * @brief get the prefered language from the HTTP_ACCEPT_LANGUAGE header
  */
 function get_browser_language() {
 
-       if (x($_SERVER,'HTTP_ACCEPT_LANGUAGE')) {
+       if (x($_SERVER, 'HTTP_ACCEPT_LANGUAGE')) {
                // break up string into pieces (languages and q factors)
                preg_match_all('/([a-z]{1,8}(-[a-z]{1,8})?)\s*(;\s*q\s*=\s*(1|0\.[0-9]+))?/i',
                        $_SERVER['HTTP_ACCEPT_LANGUAGE'], $lang_parse);
@@ -29,11 +29,11 @@ function get_browser_language() {
                if (count($lang_parse[1])) {
                        // go through the list of prefered languages and add a generic language
                        // for sub-linguas (e.g. de-ch will add de) if not already in array
-                       for ($i=0; $i<count($lang_parse[1]); $i++) {
+                       for ($i = 0; $i < count($lang_parse[1]); $i++) {
                                $lang_list[] = strtolower($lang_parse[1][$i]);
-                               if ( strlen($lang_parse[1][$i])>3 ) {
+                               if (strlen($lang_parse[1][$i])>3 ) {
                                        $dashpos = strpos($lang_parse[1][$i], '-');
-                                       if (! in_array(substr($lang_parse[1][$i], 0, $dashpos), $lang_list ) ) {
+                                       if (!in_array(substr($lang_parse[1][$i], 0, $dashpos), $lang_list ) ) {
                                                $lang_list[] = strtolower(substr($lang_parse[1][$i], 0, $dashpos));
                                        }
                                }
@@ -42,7 +42,7 @@ function get_browser_language() {
        }
 
        // check if we have translations for the preferred languages and pick the 1st that has
-       for ($i=0; $i<count($lang_list); $i++) {
+       for ($i = 0; $i < count($lang_list); $i++) {
                $lang = $lang_list[$i];
                if ($lang === 'en' || (file_exists("view/lang/$lang") && is_dir("view/lang/$lang"))) {
                        $preferred = $lang;
@@ -63,10 +63,11 @@ function push_lang($language) {
 
        $a->langsave = $lang;
 
-       if($language === $lang)
+       if ($language === $lang) {
                return;
+       }
 
-       if(isset($a->strings) && count($a->strings)) {
+       if (isset($a->strings) && count($a->strings)) {
                $a->stringsave = $a->strings;
        }
        $a->strings = array();
@@ -77,13 +78,15 @@ function push_lang($language) {
 function pop_lang() {
        global $lang, $a;
 
-       if($lang === $a->langsave)
+       if ($lang === $a->langsave) {
                return;
+       }
 
-       if(isset($a->stringsave))
+       if (isset($a->stringsave)) {
                $a->strings = $a->stringsave;
-       else
+       } else {
                $a->strings = array();
+       }
 
        $lang = $a->langsave;
 }
@@ -91,7 +94,7 @@ function pop_lang() {
 
 // l
 
-if(! function_exists('load_translation_table')) {
+if (! function_exists('load_translation_table')) {
 /**
  * load string translation table for alternate language
  *
@@ -106,15 +109,15 @@ function load_translation_table($lang) {
        // load enabled plugins strings
        $plugins = q("SELECT name FROM addon WHERE installed=1;");
        if ($plugins!==false) {
-               foreach($plugins as $p) {
+               foreach ($plugins as $p) {
                        $name = $p['name'];
-                       if(file_exists("addon/$name/lang/$lang/strings.php")) {
+                       if (file_exists("addon/$name/lang/$lang/strings.php")) {
                                include("addon/$name/lang/$lang/strings.php");
                        }
                }
        }
 
-       if(file_exists("view/lang/$lang/strings.php")) {
+       if (file_exists("view/lang/$lang/strings.php")) {
                include("view/lang/$lang/strings.php");
        }
 
@@ -122,27 +125,27 @@ function load_translation_table($lang) {
 
 // translate string if translation exists
 
-if(! function_exists('t')) {
+if (! function_exists('t')) {
 function t($s) {
 
        $a = get_app();
 
-       if(x($a->strings,$s)) {
+       if (x($a->strings,$s)) {
                $t = $a->strings[$s];
                return is_array($t)?$t[0]:$t;
        }
        return $s;
 }}
 
-if(! function_exists('tt')){
+if (! function_exists('tt')){
 function tt($singular, $plural, $count){
        global $lang;
        $a = get_app();
 
-       if(x($a->strings,$singular)) {
+       if (x($a->strings,$singular)) {
                $t = $a->strings[$singular];
                $f = 'string_plural_select_' . str_replace('-','_',$lang);
-               if(! function_exists($f))
+               if (! function_exists($f))
                        $f = 'string_plural_select_default';
                $k = $f($count);
                return is_array($t)?$t[$k]:$t;
@@ -158,7 +161,7 @@ function tt($singular, $plural, $count){
 // provide a fallback which will not collide with
 // a function defined in any language file
 
-if(! function_exists('string_plural_select_default')) {
+if (! function_exists('string_plural_select_default')) {
 function string_plural_select_default($n) {
        return ($n != 1);
 }}
@@ -185,7 +188,7 @@ function get_available_languages() {
                        $strings_file_paths[] = 'view/lang/en/strings.php';
                }
                asort($strings_file_paths);
-               foreach($strings_file_paths as $strings_file_path) {
+               foreach ($strings_file_paths as $strings_file_path) {
                        $path_array = explode('/', $strings_file_path);
                        $langs[$path_array[2]] = $path_array[2];
                }
index 336b213aa3491324db2582196159a628822dbdb3..9021f814b1c80d27963049ef334029cb002216c4 100644 (file)
@@ -21,7 +21,7 @@ function uninstall_plugin($plugin){
        );
 
        @include_once('addon/' . $plugin . '/' . $plugin . '.php');
-       if(function_exists($plugin . '_uninstall')) {
+       if (function_exists($plugin . '_uninstall')) {
                $func = $plugin . '_uninstall';
                $func();
        }
@@ -37,12 +37,12 @@ if (! function_exists('install_plugin')){
 function install_plugin($plugin) {
        // silently fail if plugin was removed
 
-       if(! file_exists('addon/' . $plugin . '/' . $plugin . '.php'))
+       if (! file_exists('addon/' . $plugin . '/' . $plugin . '.php'))
                return false;
        logger("Addons: installing " . $plugin);
        $t = @filemtime('addon/' . $plugin . '/' . $plugin . '.php');
        @include_once('addon/' . $plugin . '/' . $plugin . '.php');
-       if(function_exists($plugin . '_install')) {
+       if (function_exists($plugin . '_install')) {
                $func = $plugin . '_install';
                $func();
 
@@ -58,7 +58,7 @@ function install_plugin($plugin) {
                // once most site tables have been updated.
                // This way the system won't fall over dead during the update.
 
-               if(file_exists('addon/' . $plugin . '/.hidden')) {
+               if (file_exists('addon/' . $plugin . '/.hidden')) {
                        q("UPDATE `addon` SET `hidden` = 1 WHERE `name` = '%s'",
                                dbesc($plugin)
                        );
@@ -74,10 +74,10 @@ function install_plugin($plugin) {
 
 // reload all updated plugins
 
-if(! function_exists('reload_plugins')) {
+if (! function_exists('reload_plugins')) {
 function reload_plugins() {
        $plugins = get_config('system','addon');
-       if(strlen($plugins)) {
+       if (strlen($plugins)) {
 
                $r = q("SELECT * FROM `addon` WHERE `installed` = 1");
                if (dbm::is_result($r))
@@ -87,25 +87,25 @@ function reload_plugins() {
 
                $parr = explode(',',$plugins);
 
-               if(count($parr)) {
-                       foreach($parr as $pl) {
+               if (count($parr)) {
+                       foreach ($parr as $pl) {
 
                                $pl = trim($pl);
 
                                $fname = 'addon/' . $pl . '/' . $pl . '.php';
 
-                               if(file_exists($fname)) {
+                               if (file_exists($fname)) {
                                        $t = @filemtime($fname);
-                                       foreach($installed as $i) {
-                                               if(($i['name'] == $pl) && ($i['timestamp'] != $t)) {
+                                       foreach ($installed as $i) {
+                                               if (($i['name'] == $pl) && ($i['timestamp'] != $t)) {
                                                        logger('Reloading plugin: ' . $i['name']);
                                                        @include_once($fname);
 
-                                                       if(function_exists($pl . '_uninstall')) {
+                                                       if (function_exists($pl . '_uninstall')) {
                                                                $func = $pl . '_uninstall';
                                                                $func();
                                                        }
-                                                       if(function_exists($pl . '_install')) {
+                                                       if (function_exists($pl . '_install')) {
                                                                $func = $pl . '_install';
                                                                $func();
                                                        }
@@ -143,7 +143,7 @@ function plugin_enabled($plugin) {
  * @param int $priority A priority (defaults to 0)
  * @return mixed|bool
  */
-if(! function_exists('register_hook')) {
+if (! function_exists('register_hook')) {
 function register_hook($hook,$file,$function,$priority=0) {
 
        $r = q("SELECT * FROM `hook` WHERE `hook` = '%s' AND `file` = '%s' AND `function` = '%s' LIMIT 1",
@@ -171,7 +171,7 @@ function register_hook($hook,$file,$function,$priority=0) {
  * @param string $function the name of the function that the hook called
  * @return array
  */
-if(! function_exists('unregister_hook')) {
+if (! function_exists('unregister_hook')) {
 function unregister_hook($hook,$file,$function) {
 
        $r = q("DELETE FROM `hook` WHERE `hook` = '%s' AND `file` = '%s' AND `function` = '%s'",
@@ -183,7 +183,7 @@ function unregister_hook($hook,$file,$function) {
 }}
 
 
-if(! function_exists('load_hooks')) {
+if (! function_exists('load_hooks')) {
 function load_hooks() {
        $a = get_app();
        $a->hooks = array();
@@ -191,7 +191,7 @@ function load_hooks() {
 
        if (dbm::is_result($r)) {
                foreach ($r as $rr) {
-                       if(! array_key_exists($rr['hook'],$a->hooks))
+                       if (! array_key_exists($rr['hook'],$a->hooks))
                                $a->hooks[$rr['hook']] = array();
                        $a->hooks[$rr['hook']][] = array($rr['file'],$rr['function']);
                }
@@ -245,13 +245,13 @@ function call_single_hook($a, $name, $hook, &$data = null) {
 
 //check if an app_menu hook exist for plugin $name.
 //Return true if the plugin is an app
-if(! function_exists('plugin_is_app')) {
+if (! function_exists('plugin_is_app')) {
 function plugin_is_app($name) {
        $a = get_app();
 
-       if(is_array($a->hooks) && (array_key_exists('app_menu',$a->hooks))) {
-               foreach($a->hooks['app_menu'] as $hook) {
-                       if($hook[0] == 'addon/'.$name.'/'.$name.'.php')
+       if (is_array($a->hooks) && (array_key_exists('app_menu',$a->hooks))) {
+               foreach ($a->hooks['app_menu'] as $hook) {
+                       if ($hook[0] == 'addon/'.$name.'/'.$name.'.php')
                                return true;
                }
        }
@@ -298,7 +298,7 @@ function get_plugin_info($plugin){
 
        if ($r){
                $ll = explode("\n", $m[0]);
-               foreach( $ll as $l ) {
+               foreach ( $ll as $l ) {
                        $l = trim($l,"\t\n\r */");
                        if ($l!=""){
                                list($k,$v) = array_map("trim", explode(":",$l,2));
@@ -353,9 +353,9 @@ function get_theme_info($theme){
                'unsupported' => false
        );
 
-       if(file_exists("view/theme/$theme/experimental"))
+       if (file_exists("view/theme/$theme/experimental"))
                $info['experimental'] = true;
-       if(file_exists("view/theme/$theme/unsupported"))
+       if (file_exists("view/theme/$theme/unsupported"))
                $info['unsupported'] = true;
 
        if (!is_file("view/theme/$theme/theme.php")) return $info;
@@ -369,7 +369,7 @@ function get_theme_info($theme){
 
        if ($r){
                $ll = explode("\n", $m[0]);
-               foreach( $ll as $l ) {
+               foreach ( $ll as $l ) {
                        $l = trim($l,"\t\n\r */");
                        if ($l!=""){
                                list($k,$v) = array_map("trim", explode(":",$l,2));
@@ -413,7 +413,7 @@ function get_theme_info($theme){
  */
 function get_theme_screenshot($theme) {
        $exts = array('.png','.jpg');
-       foreach($exts as $ext) {
+       foreach ($exts as $ext) {
                if (file_exists('view/theme/' . $theme . '/screenshot' . $ext)) {
                        return(App::get_baseurl() . '/view/theme/' . $theme . '/screenshot' . $ext);
                }
@@ -512,11 +512,11 @@ function service_class_fetch($uid,$property) {
                        $service_class = $r[0]['service_class'];
                }
        }
-       if(! x($service_class))
+       if (! x($service_class))
                return false; // everything is allowed
 
        $arr = get_config('service_class',$service_class);
-       if(! is_array($arr) || (! count($arr)))
+       if (! is_array($arr) || (! count($arr)))
                return false;
 
        return((array_key_exists($property,$arr)) ? $arr[$property] : false);
@@ -525,12 +525,14 @@ function service_class_fetch($uid,$property) {
 
 function upgrade_link($bbcode = false) {
        $l = get_config('service_class','upgrade_link');
-       if(! $l)
+       if (! $l) {
                return '';
-       if($bbcode)
+       }
+       if ($bbcode) {
                $t = sprintf('[url=%s]' . t('Click here to upgrade.') . '[/url]', $l);
-       else
+       } else {
                $t = sprintf('<a href="%s">' . t('Click here to upgrade.') . '</div>', $l);
+       }
        return $t;
 }
 
@@ -557,13 +559,15 @@ function upgrade_bool_message($bbcode = false) {
  */
 function theme_include($file, $root = '') {
        // Make sure $root ends with a slash / if it's not blank
-       if($root !== '' && $root[strlen($root)-1] !== '/')
+       if ($root !== '' && $root[strlen($root)-1] !== '/') {
                $root = $root . '/';
+       }
        $theme_info = $a->theme_info;
-       if(is_array($theme_info) AND array_key_exists('extends',$theme_info))
+       if (is_array($theme_info) AND array_key_exists('extends',$theme_info)) {
                $parent = $theme_info['extends'];
-       else
+       } else {
                $parent = 'NOPATH';
+       }
        $theme = current_theme();
        $thname = $theme;
        $ext = substr($file,strrpos($file,'.')+1);
@@ -572,12 +576,13 @@ function theme_include($file, $root = '') {
                "{$root}view/theme/$parent/$ext/$file",
                "{$root}view/$ext/$file",
        );
-       foreach($paths as $p) {
+       foreach ($paths as $p) {
                // strpos() is faster than strstr when checking if one string is in another (http://php.net/manual/en/function.strstr.php)
-               if(strpos($p,'NOPATH') !== false)
+               if (strpos($p,'NOPATH') !== false) {
                        continue;
-               if(file_exists($p))
+               } elseif (file_exists($p)) {
                        return $p;
+               }
        }
        return '';
 }
index 0c5bebbda57f911de9e82da7ff326cd28dc372b2..0011559c6929a05417152f63b6522ef62c411391 100644 (file)
@@ -23,7 +23,7 @@ function poller_run($argv, $argc){
                $a = new App(dirname(__DIR__));
        }
 
-       if(is_null($db)) {
+       if (is_null($db)) {
                @include(".htconfig.php");
                require_once("include/dba.php");
                $db = new dba($db_host, $db_user, $db_pass, $db_data);
@@ -55,7 +55,7 @@ function poller_run($argv, $argc){
                return;
        }
 
-       if(($argc <= 1) OR ($argv[1] != "no_cron")) {
+       if (($argc <= 1) OR ($argv[1] != "no_cron")) {
                poller_run_cron();
        }
 
@@ -79,22 +79,28 @@ function poller_run($argv, $argc){
 
                // Check free memory
                if ($a->min_memory_reached()) {
+                       logger('Memory limit reached, quitting.', LOGGER_DEBUG);
                        return;
                }
 
                // Count active workers and compare them with a maximum value that depends on the load
                if (poller_too_much_workers()) {
+                       logger('Active worker limit reached, quitting.', LOGGER_DEBUG);
                        return;
                }
 
                if (!poller_execute($r[0])) {
+                       logger('Process execution failed, quitting.', LOGGER_DEBUG);
                        return;
                }
 
                // Quit the poller once every hour
-               if (time() > ($starttime + 3600))
+               if (time() > ($starttime + 3600)) {
+                       logger('Process lifetime reachted, quitting.', LOGGER_DEBUG);
                        return;
+               }
        }
+       logger("Couldn't select a workerqueue entry, quitting.", LOGGER_DEBUG);
 }
 
 /**
@@ -146,7 +152,6 @@ function poller_execute($queue) {
        if (function_exists($funcname)) {
 
                poller_exec_function($queue, $funcname, $argv);
-
                dba::delete('workerqueue', array('id' => $queue["id"]));
        } else {
                logger("Function ".$funcname." does not exist");
@@ -361,8 +366,9 @@ function poller_kill_stale_workers() {
                        // Kill long running processes
 
                        // Check if the priority is in a valid range
-                       if (!in_array($pid["priority"], array(PRIORITY_CRITICAL, PRIORITY_HIGH, PRIORITY_MEDIUM, PRIORITY_LOW, PRIORITY_NEGLIGIBLE)))
+                       if (!in_array($pid["priority"], array(PRIORITY_CRITICAL, PRIORITY_HIGH, PRIORITY_MEDIUM, PRIORITY_LOW, PRIORITY_NEGLIGIBLE))) {
                                $pid["priority"] = PRIORITY_MEDIUM;
+                       }
 
                        // Define the maximum durations
                        $max_duration_defaults = array(PRIORITY_CRITICAL => 360, PRIORITY_HIGH => 10, PRIORITY_MEDIUM => 60, PRIORITY_LOW => 180, PRIORITY_NEGLIGIBLE => 360);
@@ -400,6 +406,8 @@ function poller_too_much_workers() {
 
        $maxqueues = $queues;
 
+       $active = poller_active_workers();
+
        // Decrease the number of workers at higher load
        $load = current_load();
        if ($load) {
@@ -412,8 +420,6 @@ function poller_too_much_workers() {
                $slope = $maxworkers / pow($maxsysload, $exponent);
                $queues = ceil($slope * pow(max(0, $maxsysload - $load), $exponent));
 
-               $active = 0;
-
                // Create a list of queue entries grouped by their priority
                $listitem = array();
 
@@ -421,17 +427,15 @@ function poller_too_much_workers() {
                $processes = dba::p("SELECT COUNT(*) AS `running` FROM `process` WHERE NOT EXISTS (SELECT id FROM `workerqueue` WHERE `workerqueue`.`pid` = `process`.`pid`)");
                if ($process = dba::fetch($processes)) {
                        $listitem[0] = "0:".$process["running"];
-                       $active += $process["running"];
                }
                dba::close($processes);
 
                // Now adding all processes with workerqueue entries
                $entries = dba::p("SELECT COUNT(*) AS `entries`, `priority` FROM `workerqueue` GROUP BY `priority`");
                while ($entry = dba::fetch($entries)) {
-                       $processes = dba::p("SELECT COUNT(*) AS `running` FROM `process` LEFT JOIN `workerqueue` ON `workerqueue`.`pid` = `process`.`pid` WHERE `priority` = ?", $entry["priority"]);
+                       $processes = dba::p("SELECT COUNT(*) AS `running` FROM `process` INNER JOIN `workerqueue` ON `workerqueue`.`pid` = `process`.`pid` WHERE `priority` = ?", $entry["priority"]);
                        if ($process = dba::fetch($processes)) {
                                $listitem[$entry["priority"]] = $entry["priority"].":".$process["running"]."/".$entry["entries"];
-                               $active += $process["running"];
                        }
                        dba::close($processes);
                }
@@ -465,8 +469,6 @@ function poller_too_much_workers() {
                        $a = get_app();
                        $a->proc_run($args);
                }
-       } else {
-               $active = poller_active_workers();
        }
 
        return($active >= $queues);
@@ -540,16 +542,16 @@ function poller_passing_slow(&$highest_priority) {
  */
 function poller_worker_process() {
 
-       dba::transaction();
-
        // Check if we should pass some low priority process
        $highest_priority = 0;
 
        if (poller_passing_slow($highest_priority)) {
+               dba::e('LOCK TABLES `workerqueue` WRITE');
+
                // Are there waiting processes with a higher priority than the currently highest?
                $r = q("SELECT * FROM `workerqueue`
                                WHERE `executed` <= '%s' AND `priority` < %d
-                               ORDER BY `priority`, `created` LIMIT 1 FOR UPDATE",
+                               ORDER BY `priority`, `created` LIMIT 1",
                                dbesc(NULL_DATE),
                                intval($highest_priority));
                if (dbm::is_result($r)) {
@@ -558,18 +560,25 @@ function poller_worker_process() {
                // Give slower processes some processing time
                $r = q("SELECT * FROM `workerqueue`
                                WHERE `executed` <= '%s' AND `priority` > %d
-                               ORDER BY `priority`, `created` LIMIT 1 FOR UPDATE",
+                               ORDER BY `priority`, `created` LIMIT 1",
                                dbesc(NULL_DATE),
                                intval($highest_priority));
 
                if (dbm::is_result($r)) {
                        return $r;
                }
+       } else {
+               dba::e('LOCK TABLES `workerqueue` WRITE');
        }
 
        // If there is no result (or we shouldn't pass lower processes) we check without priority limit
        if (!dbm::is_result($r)) {
-               $r = q("SELECT * FROM `workerqueue` WHERE `executed` <= '%s' ORDER BY `priority`, `created` LIMIT 1 FOR UPDATE", dbesc(NULL_DATE));
+               $r = q("SELECT * FROM `workerqueue` WHERE `executed` <= '%s' ORDER BY `priority`, `created` LIMIT 1", dbesc(NULL_DATE));
+       }
+
+       // We only unlock the tables here, when we got no data
+       if (!dbm::is_result($r)) {
+               dba::e('UNLOCK TABLES');
        }
 
        return $r;
@@ -578,7 +587,7 @@ function poller_worker_process() {
 /**
  * @brief Assigns a workerqueue entry to the current process
  *
- * All the checks after the update are only needed with MyISAM.
+ * When we are sure that the table locks are working correctly, we can remove the checks from here
  *
  * @param array $queue Workerqueue entry
  *
@@ -587,10 +596,12 @@ function poller_worker_process() {
 function poller_claim_process($queue) {
        $mypid = getmypid();
 
-       if (!dba::update('workerqueue', array('executed' => datetime_convert(), 'pid' => $mypid),
-                       array('id' => $queue["id"], 'pid' => 0))) {
+       $success = dba::update('workerqueue', array('executed' => datetime_convert(), 'pid' => $mypid),
+                       array('id' => $queue["id"], 'pid' => 0));
+       dba::e('UNLOCK TABLES');
+
+       if (!$success) {
                logger("Couldn't update queue entry ".$queue["id"]." - skip this execution", LOGGER_DEBUG);
-               dba::commit();
                return false;
        }
 
@@ -598,18 +609,14 @@ function poller_claim_process($queue) {
        $id = q("SELECT `pid`, `executed` FROM `workerqueue` WHERE `id` = %d", intval($queue["id"]));
        if (!$id) {
                logger("Queue item ".$queue["id"]." vanished - skip this execution", LOGGER_DEBUG);
-               dba::commit();
                return false;
        } elseif ((strtotime($id[0]["executed"]) <= 0) OR ($id[0]["pid"] == 0)) {
                logger("Entry for queue item ".$queue["id"]." wasn't stored - skip this execution", LOGGER_DEBUG);
-               dba::commit();
                return false;
        } elseif ($id[0]["pid"] != $mypid) {
                logger("Queue item ".$queue["id"]." is to be executed by process ".$id[0]["pid"]." and not by me (".$mypid.") - skip this execution", LOGGER_DEBUG);
-               dba::commit();
                return false;
        }
-       dba::commit();
        return true;
 }
 
index 9d18b27b4f3c16a8d42ea52372e1eecf33eb2c40..af49bb555cd86211df7457e1a622be81aa054768 100644 (file)
@@ -68,7 +68,7 @@ function post_update_1192() {
        }
 
        // Set the "gcontact-id" in the item table and add a new gcontact entry if needed
-       foreach($item_arr AS $item) {
+       foreach ($item_arr AS $item) {
                $gcontact_id = get_gcontact_id(array("url" => $item['author-link'], "network" => $item['network'],
                                                "photo" => $item['author-avatar'], "name" => $item['author-name']));
                q("UPDATE `item` SET `gcontact-id` = %d WHERE `uid` = %d AND `author-link` = '%s' AND `gcontact-id` = 0",
@@ -204,7 +204,7 @@ function post_update_1198() {
        }
 
        // Set the "gcontact-id" in the item table and add a new gcontact entry if needed
-       foreach($item_arr AS $item) {
+       foreach ($item_arr AS $item) {
                $author_id = get_contact($item["author-link"], 0);
                $owner_id = get_contact($item["owner-link"], 0);
 
index 8d29fd0998c608ce68a33976225c8b21130945cc..af6c0d96c4f6373b109f2f382da601b38771ef06 100644 (file)
@@ -8,8 +8,8 @@ function gender_selector($current="",$suffix="") {
        call_hooks('gender_selector', $select);
 
        $o .= "<select name=\"gender$suffix\" id=\"gender-select$suffix\" size=\"1\" >";
-       foreach($select as $selection) {
-               if($selection !== 'NOTRANSLATION') {
+       foreach ($select as $selection) {
+               if ($selection !== 'NOTRANSLATION') {
                        $selected = (($selection == $current) ? ' selected="selected" ' : '');
                        $o .= "<option value=\"$selection\" $selected >$selection</option>";
                }
@@ -26,8 +26,8 @@ function sexpref_selector($current="",$suffix="") {
        call_hooks('sexpref_selector', $select);
 
        $o .= "<select name=\"sexual$suffix\" id=\"sexual-select$suffix\" size=\"1\" >";
-       foreach($select as $selection) {
-               if($selection !== 'NOTRANSLATION') {
+       foreach ($select as $selection) {
+               if ($selection !== 'NOTRANSLATION') {
                        $selected = (($selection == $current) ? ' selected="selected" ' : '');
                        $o .= "<option value=\"$selection\" $selected >$selection</option>";
                }
@@ -44,8 +44,8 @@ function marital_selector($current="",$suffix="") {
        call_hooks('marital_selector', $select);
 
        $o .= "<select name=\"marital\" id=\"marital-select\" size=\"1\" >";
-       foreach($select as $selection) {
-               if($selection !== 'NOTRANSLATION') {
+       foreach ($select as $selection) {
+               if ($selection !== 'NOTRANSLATION') {
                        $selected = (($selection == $current) ? ' selected="selected" ' : '');
                        $o .= "<option value=\"$selection\" $selected >$selection</option>";
                }
index 24d7b6963792eebde36b51b18288cb0d561d1288..cde256a4034f266dafd4061db8c9de2042a2f308 100644 (file)
@@ -30,10 +30,11 @@ function handle_pubsubhubbub($id) {
        global $a;
 
        $r = q("SELECT * FROM `push_subscriber` WHERE `id` = %d", intval($id));
-       if (!$r)
+       if (!dbm::is_result($r)) {
                return;
-       else
-               $rr = $r[0];
+       }
+
+       $rr = $r[0];
 
        /// @todo Check server status with poco_check_server()
        // Before this can be done we need a way to safely detect the server url.
index b21bf676bae999e7f80e9a120f4f8de206853555..dbed4604735e7eaedf0b672f665c4e7d6ac8be4b 100644 (file)
@@ -32,7 +32,8 @@ function queue_run(&$argv, &$argc){
                $r = q("SELECT `queue`.*, `contact`.`name`, `contact`.`uid` FROM `queue`
                        INNER JOIN `contact` ON `queue`.`cid` = `contact`.`id`
                        WHERE `queue`.`created` < UTC_TIMESTAMP() - INTERVAL 3 DAY");
-               if ($r) {
+
+               if (dbm::is_result($r)) {
                        foreach ($r as $rr) {
                                logger('Removing expired queue item for ' . $rr['name'] . ', uid=' . $rr['uid']);
                                logger('Expired queue data: ' . $rr['content'], LOGGER_DATA);
index 9dcefdd244b59288c9177a401735d186480a680b..8840668112300dbb4d96d62ebd63e7047e15a815 100644 (file)
@@ -49,23 +49,24 @@ function was_recently_delayed($cid) {
 function add_to_queue($cid,$network,$msg,$batch = false) {
 
        $max_queue = get_config('system','max_contact_queue');
-       if($max_queue < 1)
+       if ($max_queue < 1) {
                $max_queue = 500;
+       }
 
        $batch_queue = get_config('system','max_batch_queue');
-       if($batch_queue < 1)
+       if ($batch_queue < 1) {
                $batch_queue = 1000;
+       }
 
        $r = q("SELECT COUNT(*) AS `total` FROM `queue` INNER JOIN `contact` ON `queue`.`cid` = `contact`.`id` 
                WHERE `queue`.`cid` = %d AND `contact`.`self` = 0 ",
                intval($cid)
        );
        if (dbm::is_result($r)) {
-               if($batch &&  ($r[0]['total'] > $batch_queue)) {
+               if ($batch &&  ($r[0]['total'] > $batch_queue)) {
                        logger('add_to_queue: too many queued items for batch server ' . $cid . ' - discarding message');
                        return;
-               }
-               elseif((! $batch) && ($r[0]['total'] > $max_queue)) {
+               } elseif ((! $batch) && ($r[0]['total'] > $max_queue)) {
                        logger('add_to_queue: too many queued items for contact ' . $cid . ' - discarding message');
                        return;
                }
index 4473fa99befbdd659af74d789df48109d7518d3a..33e8843b0b5c69d2fba23073052a0ccb727f6081 100644 (file)
@@ -83,7 +83,7 @@ function removetofu($message)
 
        $start = 0;
 
-       while(($pos = strpos($message, '[quote', $start)) > 0) {
+       while (($pos = strpos($message, '[quote', $start)) > 0) {
                $quotes[$pos] = -1;
                $start = $pos + 7;
                $startquotes++;
@@ -92,7 +92,7 @@ function removetofu($message)
        $endquotes = 0;
        $start = 0;
 
-       while(($pos = strpos($message, '[/quote]', $start)) > 0) {
+       while (($pos = strpos($message, '[/quote]', $start)) > 0) {
                $start = $pos + 7;
                $endquotes++;
        }
@@ -104,7 +104,7 @@ function removetofu($message)
 
        $start = 0;
 
-       while(($pos = strpos($message, '[/quote]', $start)) > 0) {
+       while (($pos = strpos($message, '[/quote]', $start)) > 0) {
                $quotes[$pos] = 1;
                $start = $pos + 7;
        }
index 17180c74ee98dc0bdcdbe454ec4eeb7af2befd91..8ebf4add3841a27a2b97c49d58aa6bbd5f49b13d 100644 (file)
@@ -9,6 +9,7 @@ require_once('include/group.php');
 require_once('mod/proxy.php');
 require_once('include/xml.php');
 require_once('include/cache.php');
+require_once('include/enotify.php');
 
 /**
  * @brief Outputs the counts and the lists of various notifications
index aaaf6b24512ad721c10839f271c63a2d402cde87..d671c5f1abf3ffbff872cd47924e911ecfe1da45 100644 (file)
@@ -900,12 +900,12 @@ class App {
                        return;
                }
 
-               // If the last worker fork was less than 10 seconds before then don't fork another one.
+               // If the last worker fork was less than 2 seconds before then don't fork another one.
                // This should prevent the forking of masses of workers.
                $cachekey = 'app:proc_run:started';
                $result = Cache::get($cachekey);
 
-               if (!is_null($result) AND ( time() - $result) < 10) {
+               if (!is_null($result) AND ( time() - $result) < 2) {
                        return;
                }
 
index 94fa2733befa7eba890c82e457d3a84d27f4da40..531fdfef640c247d74ebe7bae69f4fcdea08ed4f 100644 (file)
@@ -123,13 +123,13 @@ class Probe {
                }
                if (!is_object($xrd)) {
                        logger("No xrd object found for ".$host, LOGGER_DEBUG);
-                       return false;
+                       return array();
                }
 
                $links = xml::element_to_array($xrd);
                if (!isset($links["xrd"]["link"])) {
                        logger("No xrd data found for ".$host, LOGGER_DEBUG);
-                       return false;
+                       return array();
                }
 
                $xrd_data = array();
@@ -222,6 +222,10 @@ class Probe {
                $lrdd = self::xrd($uri);
                $webfinger = null;
 
+               if (is_bool($lrdd)) {
+                       return array();
+               }
+
                if (!$lrdd) {
                        $parts = @parse_url($uri);
                        if (!$parts) {
@@ -424,6 +428,10 @@ class Probe {
                        }
                        $lrdd = self::xrd($host);
 
+                       if (is_bool($lrdd)) {
+                               return array();
+                       }
+
                        $path_parts = explode("/", trim($parts["path"], "/"));
 
                        while (!$lrdd AND (sizeof($path_parts) > 1)) {
@@ -462,6 +470,10 @@ class Probe {
                        }
                        $lrdd = self::xrd($host);
 
+                       if (is_bool($lrdd)) {
+                               return array();
+                       }
+
                        if (!$lrdd) {
                                logger('No XRD data was found for '.$uri, LOGGER_DEBUG);
                                return self::mail($uri, $uid);
index 9c509be4b7a4ee5e1876affea8ad44b4942d44d1..7561a9af19546e0d388dd2750da1683fb22f088b 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-define('UPDATE_VERSION' , 1225);
+define('UPDATE_VERSION' , 1227);
 
 /**
  *
index 92d8aca92c1e924a9782119755ec0ded742b9862..8847eefa2f595589704e7b7d38e290bfa451615a 100644 (file)
@@ -13,6 +13,7 @@ Andreas H.
 Andrej Stieben
 André Alves
 André Lohan
+Andy H3
 Anthronaut
 Arian - Cazare Muncitori
 Athalbert
index 71e9d673fbb34cdffc9ac1106a74cffadf126566..c33f9941ef06ee7a6a53f86dccd19d0054625ce2 100644 (file)
@@ -69,7 +69,7 @@ $a->config['system']['no_regfullname'] = true;
 //$a->config['system']['block_local_dir'] = false;
 
 // Location of the global directory
-$a->config['system']['directory'] = 'http://dir.friendi.ca';
+$a->config['system']['directory'] = 'http://dir.friendica.social';
 
 // turn on friendica's log
 $a->config['system']['debugging'] = true;
diff --git a/view/lang/en-GB/messages.po b/view/lang/en-GB/messages.po
deleted file mode 100644 (file)
index e32209b..0000000
+++ /dev/null
@@ -1,8944 +0,0 @@
-# FRIENDICA Distributed Social Network
-# Copyright (C) 2010, 2011, 2012, 2013 the Friendica Project
-# This file is distributed under the same license as the Friendica package.
-# 
-# Translators:
-# Andy H3 <andy@hubup.pro>, 2017
-msgid ""
-msgstr ""
-"Project-Id-Version: friendica\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-28 11:09+0200\n"
-"PO-Revision-Date: 2017-05-29 07:16+0000\n"
-"Last-Translator: Andy H3 <andy@hubup.pro>\n"
-"Language-Team: English (United Kingdom) (http://www.transifex.com/Friendica/friendica/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"
-
-#: include/contact_selectors.php:32
-msgid "Unknown | Not categorised"
-msgstr "Unknown | Not categorised"
-
-#: include/contact_selectors.php:33
-msgid "Block immediately"
-msgstr "Block immediately"
-
-#: include/contact_selectors.php:34
-msgid "Shady, spammer, self-marketer"
-msgstr "Shady, spammer, self-marketer"
-
-#: include/contact_selectors.php:35
-msgid "Known to me, but no opinion"
-msgstr "Known to me, but no opinion"
-
-#: include/contact_selectors.php:36
-msgid "OK, probably harmless"
-msgstr "OK, probably harmless"
-
-#: include/contact_selectors.php:37
-msgid "Reputable, has my trust"
-msgstr "Reputable, has my trust"
-
-#: include/contact_selectors.php:56 mod/admin.php:986
-msgid "Frequently"
-msgstr "Frequently"
-
-#: include/contact_selectors.php:57 mod/admin.php:987
-msgid "Hourly"
-msgstr "Hourly"
-
-#: include/contact_selectors.php:58 mod/admin.php:988
-msgid "Twice daily"
-msgstr "Twice daily"
-
-#: include/contact_selectors.php:59 mod/admin.php:989
-msgid "Daily"
-msgstr "Daily"
-
-#: include/contact_selectors.php:60
-msgid "Weekly"
-msgstr "Weekly"
-
-#: include/contact_selectors.php:61
-msgid "Monthly"
-msgstr "Monthly"
-
-#: include/contact_selectors.php:76 mod/dfrn_request.php:886
-msgid "Friendica"
-msgstr "Friendica"
-
-#: include/contact_selectors.php:77
-msgid "OStatus"
-msgstr "OStatus"
-
-#: include/contact_selectors.php:78
-msgid "RSS/Atom"
-msgstr "RSS/Atom"
-
-#: include/contact_selectors.php:79 include/contact_selectors.php:86
-#: mod/admin.php:1496 mod/admin.php:1509 mod/admin.php:1522 mod/admin.php:1540
-msgid "Email"
-msgstr "Email"
-
-#: include/contact_selectors.php:80 mod/dfrn_request.php:888
-#: mod/settings.php:849
-msgid "Diaspora"
-msgstr "Diaspora"
-
-#: include/contact_selectors.php:81
-msgid "Facebook"
-msgstr "Facebook"
-
-#: include/contact_selectors.php:82
-msgid "Zot!"
-msgstr "Zot!"
-
-#: include/contact_selectors.php:83
-msgid "LinkedIn"
-msgstr "LinkedIn"
-
-#: include/contact_selectors.php:84
-msgid "XMPP/IM"
-msgstr "XMPP/IM"
-
-#: include/contact_selectors.php:85
-msgid "MySpace"
-msgstr "MySpace"
-
-#: include/contact_selectors.php:87
-msgid "Google+"
-msgstr "Google+"
-
-#: include/contact_selectors.php:88
-msgid "pump.io"
-msgstr "Pump.io"
-
-#: include/contact_selectors.php:89
-msgid "Twitter"
-msgstr "Twitter"
-
-#: include/contact_selectors.php:90
-msgid "Diaspora Connector"
-msgstr "Diaspora connector"
-
-#: include/contact_selectors.php:91
-msgid "GNU Social Connector"
-msgstr "GNU Social connector"
-
-#: include/contact_selectors.php:92
-msgid "pnut"
-msgstr "Pnut"
-
-#: include/contact_selectors.php:93
-msgid "App.net"
-msgstr "App.net"
-
-#: include/features.php:65
-msgid "General Features"
-msgstr "General"
-
-#: include/features.php:67
-msgid "Multiple Profiles"
-msgstr "Multiple profiles"
-
-#: include/features.php:67
-msgid "Ability to create multiple profiles"
-msgstr "Ability to create multiple profiles"
-
-#: include/features.php:68
-msgid "Photo Location"
-msgstr "Photo location"
-
-#: include/features.php:68
-msgid ""
-"Photo metadata is normally stripped. This extracts the location (if present)"
-" prior to stripping metadata and links it to a map."
-msgstr "Photo metadata is normally removed. This extracts the location (if present) prior to removing metadata and links it to a map."
-
-#: include/features.php:69
-msgid "Export Public Calendar"
-msgstr "Export public calendar"
-
-#: include/features.php:69
-msgid "Ability for visitors to download the public calendar"
-msgstr "Ability for visitors to download the public calendar"
-
-#: include/features.php:74
-msgid "Post Composition Features"
-msgstr "Post composition"
-
-#: include/features.php:75
-msgid "Post Preview"
-msgstr "Post preview"
-
-#: include/features.php:75
-msgid "Allow previewing posts and comments before publishing them"
-msgstr "Allow previewing posts and comments before publishing them"
-
-#: include/features.php:76
-msgid "Auto-mention Forums"
-msgstr "Auto-mention forums"
-
-#: include/features.php:76
-msgid ""
-"Add/remove mention when a forum page is selected/deselected in ACL window."
-msgstr "Add/Remove mention when a forum page is selected or deselected in the ACL window."
-
-#: include/features.php:81
-msgid "Network Sidebar Widgets"
-msgstr "Network sidebars"
-
-#: include/features.php:82
-msgid "Search by Date"
-msgstr "Search by date"
-
-#: include/features.php:82
-msgid "Ability to select posts by date ranges"
-msgstr "Ability to select posts by date ranges"
-
-#: include/features.php:83 include/features.php:113
-msgid "List Forums"
-msgstr "List forums"
-
-#: include/features.php:83
-msgid "Enable widget to display the forums your are connected with"
-msgstr "Enable widget to display the forums your are connected with"
-
-#: include/features.php:84
-msgid "Group Filter"
-msgstr "Group filter"
-
-#: include/features.php:84
-msgid "Enable widget to display Network posts only from selected group"
-msgstr "Enable widget to display network posts only from selected group"
-
-#: include/features.php:85
-msgid "Network Filter"
-msgstr "Network filter"
-
-#: include/features.php:85
-msgid "Enable widget to display Network posts only from selected network"
-msgstr "Enable widget to display network posts only from selected network"
-
-#: include/features.php:86 mod/network.php:209 mod/search.php:37
-msgid "Saved Searches"
-msgstr "Saved searches"
-
-#: include/features.php:86
-msgid "Save search terms for re-use"
-msgstr "Save search terms for re-use"
-
-#: include/features.php:91
-msgid "Network Tabs"
-msgstr "Network tabs"
-
-#: include/features.php:92
-msgid "Network Personal Tab"
-msgstr "Network personal tab"
-
-#: include/features.php:92
-msgid "Enable tab to display only Network posts that you've interacted on"
-msgstr "Enable tab to display only network posts that you've interacted with"
-
-#: include/features.php:93
-msgid "Network New Tab"
-msgstr "Network new tab"
-
-#: include/features.php:93
-msgid "Enable tab to display only new Network posts (from the last 12 hours)"
-msgstr "Enable tab to display only new network posts (last 12 hours)"
-
-#: include/features.php:94
-msgid "Network Shared Links Tab"
-msgstr "Network shared links tab"
-
-#: include/features.php:94
-msgid "Enable tab to display only Network posts with links in them"
-msgstr "Enable tab to display only network posts with links in them"
-
-#: include/features.php:99
-msgid "Post/Comment Tools"
-msgstr "Post/Comment tools"
-
-#: include/features.php:100
-msgid "Multiple Deletion"
-msgstr "Multiple deletion"
-
-#: include/features.php:100
-msgid "Select and delete multiple posts/comments at once"
-msgstr "Select and delete multiple posts/comments at once"
-
-#: include/features.php:101
-msgid "Edit Sent Posts"
-msgstr "Edit sent posts"
-
-#: include/features.php:101
-msgid "Edit and correct posts and comments after sending"
-msgstr "Ability to editing posts and comments after sending"
-
-#: include/features.php:102
-msgid "Tagging"
-msgstr "Tagging"
-
-#: include/features.php:102
-msgid "Ability to tag existing posts"
-msgstr "Ability to tag existing posts"
-
-#: include/features.php:103
-msgid "Post Categories"
-msgstr "Post categories"
-
-#: include/features.php:103
-msgid "Add categories to your posts"
-msgstr "Add categories to your posts"
-
-#: include/features.php:104 include/contact_widgets.php:162
-msgid "Saved Folders"
-msgstr "Saved Folders"
-
-#: include/features.php:104
-msgid "Ability to file posts under folders"
-msgstr "Ability to file posts under folders"
-
-#: include/features.php:105
-msgid "Dislike Posts"
-msgstr "Dislike posts"
-
-#: include/features.php:105
-msgid "Ability to dislike posts/comments"
-msgstr "Ability to dislike posts/comments"
-
-#: include/features.php:106
-msgid "Star Posts"
-msgstr "Star posts"
-
-#: include/features.php:106
-msgid "Ability to mark special posts with a star indicator"
-msgstr "Ability to highlight posts with a star"
-
-#: include/features.php:107
-msgid "Mute Post Notifications"
-msgstr "Mute post notifications"
-
-#: include/features.php:107
-msgid "Ability to mute notifications for a thread"
-msgstr "Ability to mute notifications for a thread"
-
-#: include/features.php:112
-msgid "Advanced Profile Settings"
-msgstr "Advanced profiles"
-
-#: include/features.php:113
-msgid "Show visitors public community forums at the Advanced Profile Page"
-msgstr "Show visitors of public community forums at the advanced profile page"
-
-#: include/group.php:25
-msgid ""
-"A deleted group with this name was revived. Existing item permissions "
-"<strong>may</strong> apply to this group and any future members. If this is "
-"not what you intended, please create another group with a different name."
-msgstr "A deleted group with this name has been revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."
-
-#: include/group.php:210
-msgid "Default privacy group for new contacts"
-msgstr "Default privacy group for new contacts"
-
-#: include/group.php:243
-msgid "Everybody"
-msgstr "Everybody"
-
-#: include/group.php:266
-msgid "edit"
-msgstr "edit"
-
-#: include/group.php:287 mod/newmember.php:39
-msgid "Groups"
-msgstr "Groups"
-
-#: include/group.php:289
-msgid "Edit groups"
-msgstr "Edit groups"
-
-#: include/group.php:291
-msgid "Edit group"
-msgstr "Edit group"
-
-#: include/group.php:292
-msgid "Create a new group"
-msgstr "Create new group"
-
-#: include/group.php:293 mod/group.php:100 mod/group.php:197
-msgid "Group Name: "
-msgstr "Group name: "
-
-#: include/group.php:295
-msgid "Contacts not in any group"
-msgstr "Contacts not in any group"
-
-#: include/group.php:297 mod/network.php:210
-msgid "add"
-msgstr "add"
-
-#: include/ForumManager.php:116 include/text.php:1094 include/nav.php:133
-#: view/theme/vier/theme.php:256
-msgid "Forums"
-msgstr "Forums"
-
-#: include/ForumManager.php:118 view/theme/vier/theme.php:258
-msgid "External link to forum"
-msgstr "External link to forum"
-
-#: include/ForumManager.php:121 include/contact_widgets.php:271
-#: include/items.php:2432 mod/content.php:625 object/Item.php:417
-#: view/theme/vier/theme.php:261 src/App.php:506
-msgid "show more"
-msgstr "Show more..."
-
-#: include/NotificationsManager.php:153
-msgid "System"
-msgstr "System"
-
-#: include/NotificationsManager.php:160 include/nav.php:160 mod/admin.php:518
-#: view/theme/frio/theme.php:255
-msgid "Network"
-msgstr "Network"
-
-#: include/NotificationsManager.php:167 mod/network.php:835
-#: mod/profiles.php:699
-msgid "Personal"
-msgstr "Personal"
-
-#: include/NotificationsManager.php:174 include/nav.php:107
-#: include/nav.php:163
-msgid "Home"
-msgstr "Home"
-
-#: include/NotificationsManager.php:181 include/nav.php:168
-msgid "Introductions"
-msgstr "Introductions"
-
-#: include/NotificationsManager.php:239 include/NotificationsManager.php:251
-#, php-format
-msgid "%s commented on %s's post"
-msgstr "%s commented on %s's post"
-
-#: include/NotificationsManager.php:250
-#, php-format
-msgid "%s created a new post"
-msgstr "%s posted something new"
-
-#: include/NotificationsManager.php:265
-#, php-format
-msgid "%s liked %s's post"
-msgstr "%s liked %s's post"
-
-#: include/NotificationsManager.php:278
-#, php-format
-msgid "%s disliked %s's post"
-msgstr "%s disliked %s's post"
-
-#: include/NotificationsManager.php:291
-#, php-format
-msgid "%s is attending %s's event"
-msgstr "%s is going to %s's event"
-
-#: include/NotificationsManager.php:304
-#, php-format
-msgid "%s is not attending %s's event"
-msgstr "%s is not going to %s's event"
-
-#: include/NotificationsManager.php:317
-#, php-format
-msgid "%s may attend %s's event"
-msgstr "%s may go to %s's event"
-
-#: include/NotificationsManager.php:334
-#, php-format
-msgid "%s is now friends with %s"
-msgstr "%s is now friends with %s"
-
-#: include/NotificationsManager.php:770
-msgid "Friend Suggestion"
-msgstr "Friend suggestion"
-
-#: include/NotificationsManager.php:803
-msgid "Friend/Connect Request"
-msgstr "Friend/Contact request"
-
-#: include/NotificationsManager.php:803
-msgid "New Follower"
-msgstr "New follower"
-
-#: include/acl_selectors.php:355
-msgid "Post to Email"
-msgstr "Post to email"
-
-#: include/acl_selectors.php:360
-#, php-format
-msgid "Connectors disabled, since \"%s\" is enabled."
-msgstr "Connectors are disabled since \"%s\" is enabled."
-
-#: include/acl_selectors.php:361 mod/settings.php:1189
-msgid "Hide your profile details from unknown viewers?"
-msgstr "Hide profile details from unknown viewers?"
-
-#: include/acl_selectors.php:367
-msgid "Visible to everybody"
-msgstr "Visible to everybody"
-
-#: include/acl_selectors.php:368 view/theme/vier/config.php:109
-msgid "show"
-msgstr "show"
-
-#: include/acl_selectors.php:369 view/theme/vier/config.php:109
-msgid "don't show"
-msgstr "don't show"
-
-#: include/acl_selectors.php:375 mod/editpost.php:125
-msgid "CC: email addresses"
-msgstr "CC: email addresses"
-
-#: include/acl_selectors.php:376 mod/editpost.php:132
-msgid "Example: bob@example.com, mary@example.com"
-msgstr "Example: bob@example.com, mary@example.com"
-
-#: include/acl_selectors.php:378 mod/events.php:511 mod/photos.php:1198
-#: mod/photos.php:1595
-msgid "Permissions"
-msgstr "Permissions"
-
-#: include/acl_selectors.php:379
-msgid "Close"
-msgstr "Close"
-
-#: include/auth.php:52
-msgid "Logged out."
-msgstr "Logged out."
-
-#: include/auth.php:123 include/auth.php:185 mod/openid.php:110
-msgid "Login failed."
-msgstr "Login failed."
-
-#: include/auth.php:139 include/user.php:75
-msgid ""
-"We encountered a problem while logging in with the OpenID you provided. "
-"Please check the correct spelling of the ID."
-msgstr "We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."
-
-#: include/auth.php:139 include/user.php:75
-msgid "The error message was:"
-msgstr "The error message was:"
-
-#: include/bb2diaspora.php:233 include/event.php:19 mod/localtime.php:13
-msgid "l F d, Y \\@ g:i A"
-msgstr "l F d, Y \\@ g:i A"
-
-#: include/bb2diaspora.php:239 include/event.php:36 include/event.php:56
-#: include/event.php:459
-msgid "Starts:"
-msgstr "Starts:"
-
-#: include/bb2diaspora.php:247 include/event.php:39 include/event.php:62
-#: include/event.php:460
-msgid "Finishes:"
-msgstr "Finishes:"
-
-#: include/bb2diaspora.php:256 include/event.php:43 include/event.php:69
-#: include/event.php:461 include/identity.php:342 mod/directory.php:135
-#: mod/events.php:496 mod/notifications.php:246 mod/contacts.php:639
-msgid "Location:"
-msgstr "Location:"
-
-#: include/contact_widgets.php:8
-msgid "Add New Contact"
-msgstr "Add new contact"
-
-#: include/contact_widgets.php:9
-msgid "Enter address or web location"
-msgstr "Enter address or web location"
-
-#: include/contact_widgets.php:10
-msgid "Example: bob@example.com, http://example.com/barbara"
-msgstr "Example: jo@example.com, http://example.com/jo"
-
-#: include/contact_widgets.php:12 include/identity.php:230
-#: mod/allfriends.php:87 mod/dirfind.php:209 mod/match.php:92
-#: mod/suggest.php:103
-msgid "Connect"
-msgstr "Connect"
-
-#: include/contact_widgets.php:26
-#, php-format
-msgid "%d invitation available"
-msgid_plural "%d invitations available"
-msgstr[0] "%d invitation available"
-msgstr[1] "%d invitations available"
-
-#: include/contact_widgets.php:32
-msgid "Find People"
-msgstr "Find people"
-
-#: include/contact_widgets.php:33
-msgid "Enter name or interest"
-msgstr "Enter name or interest"
-
-#: include/contact_widgets.php:34 include/conversation.php:1018
-#: include/Contact.php:389 mod/allfriends.php:71 mod/dirfind.php:212
-#: mod/follow.php:108 mod/match.php:77 mod/suggest.php:85 mod/contacts.php:613
-msgid "Connect/Follow"
-msgstr "Connect/Follow"
-
-#: include/contact_widgets.php:35
-msgid "Examples: Robert Morgenstein, Fishing"
-msgstr "Examples: Robert Morgenstein, fishing"
-
-#: include/contact_widgets.php:36 mod/directory.php:202 mod/contacts.php:809
-msgid "Find"
-msgstr "Find"
-
-#: include/contact_widgets.php:37 mod/suggest.php:116
-#: view/theme/vier/theme.php:203
-msgid "Friend Suggestions"
-msgstr "Friend suggestions"
-
-#: include/contact_widgets.php:38 view/theme/vier/theme.php:202
-msgid "Similar Interests"
-msgstr "Similar interests"
-
-#: include/contact_widgets.php:39
-msgid "Random Profile"
-msgstr "Random profile"
-
-#: include/contact_widgets.php:40 view/theme/vier/theme.php:204
-msgid "Invite Friends"
-msgstr "Invite friends"
-
-#: include/contact_widgets.php:127
-msgid "Networks"
-msgstr "Networks"
-
-#: include/contact_widgets.php:130
-msgid "All Networks"
-msgstr "All networks"
-
-#: include/contact_widgets.php:165 include/contact_widgets.php:200
-msgid "Everything"
-msgstr "Everything"
-
-#: include/contact_widgets.php:197
-msgid "Categories"
-msgstr "Categories"
-
-#: include/contact_widgets.php:266
-#, php-format
-msgid "%d contact in common"
-msgid_plural "%d contacts in common"
-msgstr[0] "%d contact in common"
-msgstr[1] "%d contacts in common"
-
-#: include/conversation.php:134 include/conversation.php:286
-#: include/like.php:183 include/text.php:1871
-msgid "event"
-msgstr "event"
-
-#: include/conversation.php:137 include/conversation.php:147
-#: include/conversation.php:289 include/conversation.php:298
-#: include/like.php:181 include/diaspora.php:1653 mod/subthread.php:89
-#: mod/tagger.php:63
-msgid "status"
-msgstr "status"
-
-#: include/conversation.php:142 include/conversation.php:294
-#: include/like.php:181 include/text.php:1873 mod/subthread.php:89
-#: mod/tagger.php:63
-msgid "photo"
-msgstr "photo"
-
-#: include/conversation.php:154 include/like.php:30 include/diaspora.php:1649
-#, php-format
-msgid "%1$s likes %2$s's %3$s"
-msgstr "%1$s likes %2$s's %3$s"
-
-#: include/conversation.php:157 include/like.php:34 include/like.php:39
-#, php-format
-msgid "%1$s doesn't like %2$s's %3$s"
-msgstr "%1$s doesn't like %2$s's %3$s"
-
-#: include/conversation.php:160
-#, php-format
-msgid "%1$s attends %2$s's %3$s"
-msgstr "%1$s goes to %2$s's %3$s"
-
-#: include/conversation.php:163
-#, php-format
-msgid "%1$s doesn't attend %2$s's %3$s"
-msgstr "%1$s doesn't go %2$s's %3$s"
-
-#: include/conversation.php:166
-#, php-format
-msgid "%1$s attends maybe %2$s's %3$s"
-msgstr "%1$s might go to %2$s's %3$s"
-
-#: include/conversation.php:199 mod/dfrn_confirm.php:480
-#, php-format
-msgid "%1$s is now friends with %2$s"
-msgstr "%1$s is now friends with %2$s"
-
-#: include/conversation.php:240
-#, php-format
-msgid "%1$s poked %2$s"
-msgstr "%1$s poked %2$s"
-
-#: include/conversation.php:261 mod/mood.php:64
-#, php-format
-msgid "%1$s is currently %2$s"
-msgstr "%1$s is currently %2$s"
-
-#: include/conversation.php:308 mod/tagger.php:96
-#, php-format
-msgid "%1$s tagged %2$s's %3$s with %4$s"
-msgstr "%1$s tagged %2$s's %3$s with %4$s"
-
-#: include/conversation.php:335
-msgid "post/item"
-msgstr "Post/Item"
-
-#: include/conversation.php:336
-#, php-format
-msgid "%1$s marked %2$s's %3$s as favorite"
-msgstr "%1$s marked %2$s's %3$s as favourite"
-
-#: include/conversation.php:615 mod/content.php:373 mod/photos.php:1664
-#: mod/profiles.php:344
-msgid "Likes"
-msgstr "Likes"
-
-#: include/conversation.php:615 mod/content.php:373 mod/photos.php:1664
-#: mod/profiles.php:348
-msgid "Dislikes"
-msgstr "Dislikes"
-
-#: include/conversation.php:616 include/conversation.php:1542
-#: mod/content.php:374 mod/photos.php:1665
-msgid "Attending"
-msgid_plural "Attending"
-msgstr[0] "Attending"
-msgstr[1] "Attending"
-
-#: include/conversation.php:616 mod/content.php:374 mod/photos.php:1665
-msgid "Not attending"
-msgstr "Not attending"
-
-#: include/conversation.php:616 mod/content.php:374 mod/photos.php:1665
-msgid "Might attend"
-msgstr "Might attend"
-
-#: include/conversation.php:748 mod/content.php:454 mod/content.php:760
-#: mod/photos.php:1730 object/Item.php:137
-msgid "Select"
-msgstr "Select"
-
-#: include/conversation.php:749 mod/content.php:455 mod/content.php:761
-#: mod/photos.php:1731 mod/admin.php:1514 mod/contacts.php:819
-#: mod/contacts.php:1018 mod/settings.php:745 object/Item.php:138
-msgid "Delete"
-msgstr "Delete"
-
-#: include/conversation.php:792 mod/content.php:488 mod/content.php:916
-#: mod/content.php:917 object/Item.php:353 object/Item.php:354
-#, php-format
-msgid "View %s's profile @ %s"
-msgstr "View %s's profile @ %s"
-
-#: include/conversation.php:804 object/Item.php:341
-msgid "Categories:"
-msgstr "Categories:"
-
-#: include/conversation.php:805 object/Item.php:342
-msgid "Filed under:"
-msgstr "Filed under:"
-
-#: include/conversation.php:812 mod/content.php:498 mod/content.php:929
-#: object/Item.php:367
-#, php-format
-msgid "%s from %s"
-msgstr "%s from %s"
-
-#: include/conversation.php:828 mod/content.php:514
-msgid "View in context"
-msgstr "View in context"
-
-#: include/conversation.php:830 include/conversation.php:1299
-#: mod/content.php:516 mod/content.php:954 mod/editpost.php:116
-#: mod/message.php:339 mod/message.php:524 mod/photos.php:1629
-#: mod/wallmessage.php:142 object/Item.php:392
-msgid "Please wait"
-msgstr "Please wait"
-
-#: include/conversation.php:907
-msgid "remove"
-msgstr "Remove"
-
-#: include/conversation.php:911
-msgid "Delete Selected Items"
-msgstr "Delete selected items"
-
-#: include/conversation.php:1003
-msgid "Follow Thread"
-msgstr "Follow thread"
-
-#: include/conversation.php:1004 include/Contact.php:432
-msgid "View Status"
-msgstr "View status"
-
-#: include/conversation.php:1005 include/conversation.php:1021
-#: include/Contact.php:375 include/Contact.php:388 include/Contact.php:433
-#: mod/allfriends.php:70 mod/directory.php:153 mod/dirfind.php:211
-#: mod/match.php:76 mod/suggest.php:84
-msgid "View Profile"
-msgstr "View profile"
-
-#: include/conversation.php:1006 include/Contact.php:434
-msgid "View Photos"
-msgstr "View photos"
-
-#: include/conversation.php:1007 include/Contact.php:435
-msgid "Network Posts"
-msgstr "Network posts"
-
-#: include/conversation.php:1008 include/Contact.php:436
-msgid "View Contact"
-msgstr "View contact"
-
-#: include/conversation.php:1009 include/Contact.php:438
-msgid "Send PM"
-msgstr "Send PM"
-
-#: include/conversation.php:1013 include/Contact.php:439
-msgid "Poke"
-msgstr "Poke"
-
-#: include/conversation.php:1140
-#, php-format
-msgid "%s likes this."
-msgstr "%s likes this."
-
-#: include/conversation.php:1143
-#, php-format
-msgid "%s doesn't like this."
-msgstr "%s doesn't like this."
-
-#: include/conversation.php:1146
-#, php-format
-msgid "%s attends."
-msgstr "%s attends."
-
-#: include/conversation.php:1149
-#, php-format
-msgid "%s doesn't attend."
-msgstr "%s doesn't attend."
-
-#: include/conversation.php:1152
-#, php-format
-msgid "%s attends maybe."
-msgstr "%s may attend."
-
-#: include/conversation.php:1163
-msgid "and"
-msgstr "and"
-
-#: include/conversation.php:1169
-#, php-format
-msgid ", and %d other people"
-msgstr ", and %d other people"
-
-#: include/conversation.php:1178
-#, php-format
-msgid "<span  %1$s>%2$d people</span> like this"
-msgstr "<span  %1$s>%2$d people</span> like this"
-
-#: include/conversation.php:1179
-#, php-format
-msgid "%s like this."
-msgstr "%s like this."
-
-#: include/conversation.php:1182
-#, php-format
-msgid "<span  %1$s>%2$d people</span> don't like this"
-msgstr "<span  %1$s>%2$d people</span> don't like this"
-
-#: include/conversation.php:1183
-#, php-format
-msgid "%s don't like this."
-msgstr "%s don't like this."
-
-#: include/conversation.php:1186
-#, php-format
-msgid "<span  %1$s>%2$d people</span> attend"
-msgstr "<span  %1$s>%2$d people</span> attend"
-
-#: include/conversation.php:1187
-#, php-format
-msgid "%s attend."
-msgstr "%s attend."
-
-#: include/conversation.php:1190
-#, php-format
-msgid "<span  %1$s>%2$d people</span> don't attend"
-msgstr "<span  %1$s>%2$d people</span> don't attend"
-
-#: include/conversation.php:1191
-#, php-format
-msgid "%s don't attend."
-msgstr "%s don't attend."
-
-#: include/conversation.php:1194
-#, php-format
-msgid "<span  %1$s>%2$d people</span> attend maybe"
-msgstr "<span  %1$s>%2$d people</span> attend maybe"
-
-#: include/conversation.php:1195
-#, php-format
-msgid "%s anttend maybe."
-msgstr "%s attend maybe."
-
-#: include/conversation.php:1224 include/conversation.php:1240
-msgid "Visible to <strong>everybody</strong>"
-msgstr "Visible to <strong>everybody</strong>"
-
-#: include/conversation.php:1225 include/conversation.php:1241
-#: mod/message.php:273 mod/message.php:280 mod/message.php:420
-#: mod/message.php:427 mod/wallmessage.php:116 mod/wallmessage.php:123
-msgid "Please enter a link URL:"
-msgstr "Please enter a link URL:"
-
-#: include/conversation.php:1226 include/conversation.php:1242
-msgid "Please enter a video link/URL:"
-msgstr "Please enter a video link/URL:"
-
-#: include/conversation.php:1227 include/conversation.php:1243
-msgid "Please enter an audio link/URL:"
-msgstr "Please enter an audio link/URL:"
-
-#: include/conversation.php:1228 include/conversation.php:1244
-msgid "Tag term:"
-msgstr "Tag term:"
-
-#: include/conversation.php:1229 include/conversation.php:1245
-#: mod/filer.php:31
-msgid "Save to Folder:"
-msgstr "Save to folder:"
-
-#: include/conversation.php:1230 include/conversation.php:1246
-msgid "Where are you right now?"
-msgstr "Where are you right now?"
-
-#: include/conversation.php:1231
-msgid "Delete item(s)?"
-msgstr "Delete item(s)?"
-
-#: include/conversation.php:1280
-msgid "Share"
-msgstr "Share"
-
-#: include/conversation.php:1281 mod/editpost.php:102 mod/message.php:337
-#: mod/message.php:521 mod/wallmessage.php:140
-msgid "Upload photo"
-msgstr "Upload photo"
-
-#: include/conversation.php:1282 mod/editpost.php:103
-msgid "upload photo"
-msgstr "upload photo"
-
-#: include/conversation.php:1283 mod/editpost.php:104
-msgid "Attach file"
-msgstr "Attach file"
-
-#: include/conversation.php:1284 mod/editpost.php:105
-msgid "attach file"
-msgstr "attach file"
-
-#: include/conversation.php:1285 mod/editpost.php:106 mod/message.php:338
-#: mod/message.php:522 mod/wallmessage.php:141
-msgid "Insert web link"
-msgstr "Insert web link"
-
-#: include/conversation.php:1286 mod/editpost.php:107
-msgid "web link"
-msgstr "web link"
-
-#: include/conversation.php:1287 mod/editpost.php:108
-msgid "Insert video link"
-msgstr "Insert video link"
-
-#: include/conversation.php:1288 mod/editpost.php:109
-msgid "video link"
-msgstr "video link"
-
-#: include/conversation.php:1289 mod/editpost.php:110
-msgid "Insert audio link"
-msgstr "Insert audio link"
-
-#: include/conversation.php:1290 mod/editpost.php:111
-msgid "audio link"
-msgstr "audio link"
-
-#: include/conversation.php:1291 mod/editpost.php:112
-msgid "Set your location"
-msgstr "Set your location"
-
-#: include/conversation.php:1292 mod/editpost.php:113
-msgid "set location"
-msgstr "set location"
-
-#: include/conversation.php:1293 mod/editpost.php:114
-msgid "Clear browser location"
-msgstr "Clear browser location"
-
-#: include/conversation.php:1294 mod/editpost.php:115
-msgid "clear location"
-msgstr "clear location"
-
-#: include/conversation.php:1296 mod/editpost.php:129
-msgid "Set title"
-msgstr "Set title"
-
-#: include/conversation.php:1298 mod/editpost.php:131
-msgid "Categories (comma-separated list)"
-msgstr "Categories (comma-separated list)"
-
-#: include/conversation.php:1300 mod/editpost.php:117
-msgid "Permission settings"
-msgstr "Permission settings"
-
-#: include/conversation.php:1301 mod/editpost.php:146
-msgid "permissions"
-msgstr "permissions"
-
-#: include/conversation.php:1309 mod/editpost.php:126
-msgid "Public post"
-msgstr "Public post"
-
-#: include/conversation.php:1314 mod/content.php:738 mod/editpost.php:137
-#: mod/events.php:506 mod/photos.php:1649 mod/photos.php:1691
-#: mod/photos.php:1771 object/Item.php:711
-msgid "Preview"
-msgstr "Preview"
-
-#: include/conversation.php:1318 include/items.php:2165 mod/editpost.php:140
-#: mod/fbrowser.php:102 mod/fbrowser.php:137 mod/follow.php:126
-#: mod/message.php:211 mod/photos.php:247 mod/photos.php:339
-#: mod/suggest.php:34 mod/tagrm.php:13 mod/tagrm.php:98 mod/videos.php:134
-#: mod/dfrn_request.php:894 mod/contacts.php:458 mod/settings.php:683
-#: mod/settings.php:709
-msgid "Cancel"
-msgstr "Cancel"
-
-#: include/conversation.php:1324
-msgid "Post to Groups"
-msgstr "Post to groups"
-
-#: include/conversation.php:1325
-msgid "Post to Contacts"
-msgstr "Post to contacts"
-
-#: include/conversation.php:1326
-msgid "Private post"
-msgstr "Private post"
-
-#: include/conversation.php:1331 include/identity.php:270 mod/editpost.php:144
-msgid "Message"
-msgstr "Message"
-
-#: include/conversation.php:1332 mod/editpost.php:145
-msgid "Browser"
-msgstr "Browser"
-
-#: include/conversation.php:1514
-msgid "View all"
-msgstr "View all"
-
-#: include/conversation.php:1536
-msgid "Like"
-msgid_plural "Likes"
-msgstr[0] "Like"
-msgstr[1] "Likes"
-
-#: include/conversation.php:1539
-msgid "Dislike"
-msgid_plural "Dislikes"
-msgstr[0] "Dislike"
-msgstr[1] "Dislikes"
-
-#: include/conversation.php:1545
-msgid "Not Attending"
-msgid_plural "Not Attending"
-msgstr[0] "Not attending"
-msgstr[1] "Not attending"
-
-#: include/conversation.php:1548 include/profile_selectors.php:6
-msgid "Undecided"
-msgid_plural "Undecided"
-msgstr[0] "Undecided"
-msgstr[1] "Undecided"
-
-#: include/datetime.php:66 include/datetime.php:68 mod/profiles.php:701
-msgid "Miscellaneous"
-msgstr "Miscellaneous"
-
-#: include/datetime.php:196 include/identity.php:656
-msgid "Birthday:"
-msgstr "Birthday:"
-
-#: include/datetime.php:198 mod/profiles.php:724
-msgid "Age: "
-msgstr "Age: "
-
-#: include/datetime.php:200
-msgid "YYYY-MM-DD or MM-DD"
-msgstr "YYYY-MM-DD or MM-DD"
-
-#: include/datetime.php:370
-msgid "never"
-msgstr "never"
-
-#: include/datetime.php:376
-msgid "less than a second ago"
-msgstr "less than a second ago"
-
-#: include/datetime.php:379
-msgid "year"
-msgstr "year"
-
-#: include/datetime.php:379
-msgid "years"
-msgstr "years"
-
-#: include/datetime.php:380 include/event.php:453 mod/cal.php:281
-#: mod/events.php:387
-msgid "month"
-msgstr "month"
-
-#: include/datetime.php:380
-msgid "months"
-msgstr "months"
-
-#: include/datetime.php:381 include/event.php:454 mod/cal.php:282
-#: mod/events.php:388
-msgid "week"
-msgstr "week"
-
-#: include/datetime.php:381
-msgid "weeks"
-msgstr "weeks"
-
-#: include/datetime.php:382 include/event.php:455 mod/cal.php:283
-#: mod/events.php:389
-msgid "day"
-msgstr "day"
-
-#: include/datetime.php:382
-msgid "days"
-msgstr "days"
-
-#: include/datetime.php:383
-msgid "hour"
-msgstr "hour"
-
-#: include/datetime.php:383
-msgid "hours"
-msgstr "hours"
-
-#: include/datetime.php:384
-msgid "minute"
-msgstr "minute"
-
-#: include/datetime.php:384
-msgid "minutes"
-msgstr "minutes"
-
-#: include/datetime.php:385
-msgid "second"
-msgstr "second"
-
-#: include/datetime.php:385
-msgid "seconds"
-msgstr "seconds"
-
-#: include/datetime.php:394
-#, php-format
-msgid "%1$d %2$s ago"
-msgstr "%1$d %2$s ago"
-
-#: include/datetime.php:620
-#, php-format
-msgid "%s's birthday"
-msgstr "%s's birthday"
-
-#: include/datetime.php:621 include/dfrn.php:1254
-#, php-format
-msgid "Happy Birthday %s"
-msgstr "Happy Birthday, %s!"
-
-#: include/delivery.php:428
-msgid "(no subject)"
-msgstr "(no subject)"
-
-#: include/delivery.php:440 include/enotify.php:46
-msgid "noreply"
-msgstr "noreply"
-
-#: include/dfrn.php:1253
-#, php-format
-msgid "%s\\'s birthday"
-msgstr "%s\\'s birthday"
-
-#: include/event.php:408
-msgid "all-day"
-msgstr "All-day"
-
-#: include/event.php:410
-msgid "Sun"
-msgstr "Sun"
-
-#: include/event.php:411
-msgid "Mon"
-msgstr "Mon"
-
-#: include/event.php:412
-msgid "Tue"
-msgstr "Tue"
-
-#: include/event.php:413
-msgid "Wed"
-msgstr "Wed"
-
-#: include/event.php:414
-msgid "Thu"
-msgstr "Thu"
-
-#: include/event.php:415
-msgid "Fri"
-msgstr "Fri"
-
-#: include/event.php:416
-msgid "Sat"
-msgstr "Sat"
-
-#: include/event.php:418 include/text.php:1199 mod/settings.php:982
-msgid "Sunday"
-msgstr "Sunday"
-
-#: include/event.php:419 include/text.php:1199 mod/settings.php:982
-msgid "Monday"
-msgstr "Monday"
-
-#: include/event.php:420 include/text.php:1199
-msgid "Tuesday"
-msgstr "Tuesday"
-
-#: include/event.php:421 include/text.php:1199
-msgid "Wednesday"
-msgstr "Wednesday"
-
-#: include/event.php:422 include/text.php:1199
-msgid "Thursday"
-msgstr "Thursday"
-
-#: include/event.php:423 include/text.php:1199
-msgid "Friday"
-msgstr "Friday"
-
-#: include/event.php:424 include/text.php:1199
-msgid "Saturday"
-msgstr "Saturday"
-
-#: include/event.php:426
-msgid "Jan"
-msgstr "Jan"
-
-#: include/event.php:427
-msgid "Feb"
-msgstr "Feb"
-
-#: include/event.php:428
-msgid "Mar"
-msgstr "Mar"
-
-#: include/event.php:429
-msgid "Apr"
-msgstr "Apr"
-
-#: include/event.php:430 include/event.php:443 include/text.php:1203
-msgid "May"
-msgstr "May"
-
-#: include/event.php:431
-msgid "Jun"
-msgstr "Jun"
-
-#: include/event.php:432
-msgid "Jul"
-msgstr "Jul"
-
-#: include/event.php:433
-msgid "Aug"
-msgstr "Aug"
-
-#: include/event.php:434
-msgid "Sept"
-msgstr "Sep"
-
-#: include/event.php:435
-msgid "Oct"
-msgstr "Oct"
-
-#: include/event.php:436
-msgid "Nov"
-msgstr "Nov"
-
-#: include/event.php:437
-msgid "Dec"
-msgstr "Dec"
-
-#: include/event.php:439 include/text.php:1203
-msgid "January"
-msgstr "January"
-
-#: include/event.php:440 include/text.php:1203
-msgid "February"
-msgstr "February"
-
-#: include/event.php:441 include/text.php:1203
-msgid "March"
-msgstr "March"
-
-#: include/event.php:442 include/text.php:1203
-msgid "April"
-msgstr "April"
-
-#: include/event.php:444 include/text.php:1203
-msgid "June"
-msgstr "June"
-
-#: include/event.php:445 include/text.php:1203
-msgid "July"
-msgstr "July"
-
-#: include/event.php:446 include/text.php:1203
-msgid "August"
-msgstr "August"
-
-#: include/event.php:447 include/text.php:1203
-msgid "September"
-msgstr "September"
-
-#: include/event.php:448 include/text.php:1203
-msgid "October"
-msgstr "October"
-
-#: include/event.php:449 include/text.php:1203
-msgid "November"
-msgstr "November"
-
-#: include/event.php:450 include/text.php:1203
-msgid "December"
-msgstr "December"
-
-#: include/event.php:452 mod/cal.php:280 mod/events.php:386
-msgid "today"
-msgstr "today"
-
-#: include/event.php:457
-msgid "No events to display"
-msgstr "No events to display"
-
-#: include/event.php:570
-msgid "l, F j"
-msgstr "l, F j"
-
-#: include/event.php:592
-msgid "Edit event"
-msgstr "Edit event"
-
-#: include/event.php:593
-msgid "Delete event"
-msgstr "Delete event"
-
-#: include/event.php:619 include/text.php:1601 include/text.php:1608
-msgid "link to source"
-msgstr "Link to source"
-
-#: include/event.php:873
-msgid "Export"
-msgstr "Export"
-
-#: include/event.php:874
-msgid "Export calendar as ical"
-msgstr "Export calendar as ical"
-
-#: include/event.php:875
-msgid "Export calendar as csv"
-msgstr "Export calendar as csv"
-
-#: include/follow.php:84 mod/dfrn_request.php:514
-msgid "Disallowed profile URL."
-msgstr "Disallowed profile URL."
-
-#: include/follow.php:89 mod/friendica.php:115 mod/dfrn_request.php:520
-#: mod/admin.php:280 mod/admin.php:298
-msgid "Blocked domain"
-msgstr "Blocked domain"
-
-#: include/follow.php:94
-msgid "Connect URL missing."
-msgstr "Connect URL missing."
-
-#: include/follow.php:122
-msgid ""
-"This site is not configured to allow communications with other networks."
-msgstr "This site is not configured to allow communications with other networks."
-
-#: include/follow.php:123 include/follow.php:137
-msgid "No compatible communication protocols or feeds were discovered."
-msgstr "No compatible communication protocols or feeds were discovered."
-
-#: include/follow.php:135
-msgid "The profile address specified does not provide adequate information."
-msgstr "The profile address specified does not provide adequate information."
-
-#: include/follow.php:140
-msgid "An author or name was not found."
-msgstr "An author or name was not found."
-
-#: include/follow.php:143
-msgid "No browser URL could be matched to this address."
-msgstr "No browser URL could be matched to this address."
-
-#: include/follow.php:146
-msgid ""
-"Unable to match @-style Identity Address with a known protocol or email "
-"contact."
-msgstr "Unable to match @-style identity address with a known protocol or email contact."
-
-#: include/follow.php:147
-msgid "Use mailto: in front of address to force email check."
-msgstr "Use mailto: in front of address to force email check."
-
-#: include/follow.php:153
-msgid ""
-"The profile address specified belongs to a network which has been disabled "
-"on this site."
-msgstr "The profile address specified belongs to a network which has been disabled on this site."
-
-#: include/follow.php:158
-msgid ""
-"Limited profile. This person will be unable to receive direct/personal "
-"notifications from you."
-msgstr "Limited profile: This person will be unable to receive direct/private messages from you."
-
-#: include/follow.php:259
-msgid "Unable to retrieve contact information."
-msgstr "Unable to retrieve contact information."
-
-#: include/like.php:44
-#, php-format
-msgid "%1$s is attending %2$s's %3$s"
-msgstr "%1$s is going to %2$s's %3$s"
-
-#: include/like.php:49
-#, php-format
-msgid "%1$s is not attending %2$s's %3$s"
-msgstr "%1$s is not going to %2$s's %3$s"
-
-#: include/like.php:54
-#, php-format
-msgid "%1$s may attend %2$s's %3$s"
-msgstr "%1$s may go to %2$s's %3$s"
-
-#: include/photos.php:57 include/photos.php:66 mod/fbrowser.php:42
-#: mod/fbrowser.php:63 mod/photos.php:189 mod/photos.php:1125
-#: mod/photos.php:1258 mod/photos.php:1279 mod/photos.php:1841
-#: mod/photos.php:1855
-msgid "Contact Photos"
-msgstr "Contact photos"
-
-#: include/security.php:63
-msgid "Welcome "
-msgstr "Welcome "
-
-#: include/security.php:64
-msgid "Please upload a profile photo."
-msgstr "Please upload a profile photo."
-
-#: include/security.php:67
-msgid "Welcome back "
-msgstr "Welcome back "
-
-#: include/security.php:431
-msgid ""
-"The form security token was not correct. This probably happened because the "
-"form has been opened for too long (>3 hours) before submitting it."
-msgstr "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours."
-
-#: include/text.php:308
-msgid "newer"
-msgstr "Later posts"
-
-#: include/text.php:309
-msgid "older"
-msgstr "Earlier posts"
-
-#: include/text.php:314
-msgid "first"
-msgstr "first"
-
-#: include/text.php:315
-msgid "prev"
-msgstr "prev"
-
-#: include/text.php:349
-msgid "next"
-msgstr "next"
-
-#: include/text.php:350
-msgid "last"
-msgstr "last"
-
-#: include/text.php:404
-msgid "Loading more entries..."
-msgstr "Loading more entries..."
-
-#: include/text.php:405
-msgid "The end"
-msgstr "The end"
-
-#: include/text.php:956
-msgid "No contacts"
-msgstr "No contacts"
-
-#: include/text.php:981
-#, php-format
-msgid "%d Contact"
-msgid_plural "%d Contacts"
-msgstr[0] "%d contact"
-msgstr[1] "%d contacts"
-
-#: include/text.php:994
-msgid "View Contacts"
-msgstr "View contacts"
-
-#: include/text.php:1081 include/nav.php:125 mod/search.php:152
-msgid "Search"
-msgstr "Search"
-
-#: include/text.php:1082 mod/editpost.php:101 mod/filer.php:32
-#: mod/notes.php:64
-msgid "Save"
-msgstr "Save"
-
-#: include/text.php:1084 include/nav.php:42
-msgid "@name, !forum, #tags, content"
-msgstr "@name, !forum, #tags, content"
-
-#: include/text.php:1089 include/nav.php:128
-msgid "Full Text"
-msgstr "Full text"
-
-#: include/text.php:1090 include/nav.php:129
-msgid "Tags"
-msgstr "Tags"
-
-#: include/text.php:1091 include/nav.php:130 include/nav.php:194
-#: include/identity.php:853 include/identity.php:856 mod/viewcontacts.php:124
-#: mod/contacts.php:803 mod/contacts.php:864 view/theme/frio/theme.php:259
-msgid "Contacts"
-msgstr "Contacts"
-
-#: include/text.php:1145
-msgid "poke"
-msgstr "poke"
-
-#: include/text.php:1145
-msgid "poked"
-msgstr "poked"
-
-#: include/text.php:1146
-msgid "ping"
-msgstr "ping"
-
-#: include/text.php:1146
-msgid "pinged"
-msgstr "pinged"
-
-#: include/text.php:1147
-msgid "prod"
-msgstr "prod"
-
-#: include/text.php:1147
-msgid "prodded"
-msgstr "prodded"
-
-#: include/text.php:1148
-msgid "slap"
-msgstr "slap"
-
-#: include/text.php:1148
-msgid "slapped"
-msgstr "slapped"
-
-#: include/text.php:1149
-msgid "finger"
-msgstr "finger"
-
-#: include/text.php:1149
-msgid "fingered"
-msgstr "fingered"
-
-#: include/text.php:1150
-msgid "rebuff"
-msgstr "rebuff"
-
-#: include/text.php:1150
-msgid "rebuffed"
-msgstr "rebuffed"
-
-#: include/text.php:1164
-msgid "happy"
-msgstr "happy"
-
-#: include/text.php:1165
-msgid "sad"
-msgstr "sad"
-
-#: include/text.php:1166
-msgid "mellow"
-msgstr "mellow"
-
-#: include/text.php:1167
-msgid "tired"
-msgstr "tired"
-
-#: include/text.php:1168
-msgid "perky"
-msgstr "perky"
-
-#: include/text.php:1169
-msgid "angry"
-msgstr "angry"
-
-#: include/text.php:1170
-msgid "stupified"
-msgstr "stupified"
-
-#: include/text.php:1171
-msgid "puzzled"
-msgstr "puzzled"
-
-#: include/text.php:1172
-msgid "interested"
-msgstr "interested"
-
-#: include/text.php:1173
-msgid "bitter"
-msgstr "bitter"
-
-#: include/text.php:1174
-msgid "cheerful"
-msgstr "cheerful"
-
-#: include/text.php:1175
-msgid "alive"
-msgstr "alive"
-
-#: include/text.php:1176
-msgid "annoyed"
-msgstr "annoyed"
-
-#: include/text.php:1177
-msgid "anxious"
-msgstr "anxious"
-
-#: include/text.php:1178
-msgid "cranky"
-msgstr "cranky"
-
-#: include/text.php:1179
-msgid "disturbed"
-msgstr "disturbed"
-
-#: include/text.php:1180
-msgid "frustrated"
-msgstr "frustrated"
-
-#: include/text.php:1181
-msgid "motivated"
-msgstr "motivated"
-
-#: include/text.php:1182
-msgid "relaxed"
-msgstr "relaxed"
-
-#: include/text.php:1183
-msgid "surprised"
-msgstr "surprised"
-
-#: include/text.php:1393 mod/videos.php:388
-msgid "View Video"
-msgstr "View video"
-
-#: include/text.php:1425
-msgid "bytes"
-msgstr "bytes"
-
-#: include/text.php:1457 include/text.php:1469
-msgid "Click to open/close"
-msgstr "Click to open/close"
-
-#: include/text.php:1595
-msgid "View on separate page"
-msgstr "View on separate page"
-
-#: include/text.php:1596
-msgid "view on separate page"
-msgstr "view on separate page"
-
-#: include/text.php:1875
-msgid "activity"
-msgstr "activity"
-
-#: include/text.php:1877 mod/content.php:624 object/Item.php:416
-#: object/Item.php:428
-msgid "comment"
-msgid_plural "comments"
-msgstr[0] "comment"
-msgstr[1] "comments"
-
-#: include/text.php:1878
-msgid "post"
-msgstr "post"
-
-#: include/text.php:2046
-msgid "Item filed"
-msgstr "Item filed"
-
-#: include/Contact.php:437
-msgid "Drop Contact"
-msgstr "Drop contact"
-
-#: include/Contact.php:819
-msgid "Organisation"
-msgstr "Organisation"
-
-#: include/Contact.php:822
-msgid "News"
-msgstr "News"
-
-#: include/Contact.php:825
-msgid "Forum"
-msgstr "Forum"
-
-#: include/bbcode.php:419 include/bbcode.php:1178 include/bbcode.php:1179
-msgid "Image/photo"
-msgstr "Image/Photo"
-
-#: include/bbcode.php:536
-#, php-format
-msgid "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
-msgstr "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
-
-#: include/bbcode.php:1135 include/bbcode.php:1157
-msgid "$1 wrote:"
-msgstr "$1 wrote:"
-
-#: include/bbcode.php:1187 include/bbcode.php:1188
-msgid "Encrypted content"
-msgstr "Encrypted content"
-
-#: include/bbcode.php:1303
-msgid "Invalid source protocol"
-msgstr "Invalid source protocol"
-
-#: include/bbcode.php:1313
-msgid "Invalid link protocol"
-msgstr "Invalid link protocol"
-
-#: include/enotify.php:27
-msgid "Friendica Notification"
-msgstr "Friendica notification"
-
-#: include/enotify.php:30
-msgid "Thank You,"
-msgstr "Thank you"
-
-#: include/enotify.php:33
-#, php-format
-msgid "%s Administrator"
-msgstr "%s Administrator"
-
-#: include/enotify.php:35
-#, php-format
-msgid "%1$s, %2$s Administrator"
-msgstr "%1$s, %2$s Administrator"
-
-#: include/enotify.php:73
-#, php-format
-msgid "%s <!item_type!>"
-msgstr "%s <!item_type!>"
-
-#: include/enotify.php:86
-#, php-format
-msgid "[Friendica:Notify] New mail received at %s"
-msgstr "[Friendica:Notify] New mail received at %s"
-
-#: include/enotify.php:88
-#, php-format
-msgid "%1$s sent you a new private message at %2$s."
-msgstr "%1$s sent you a new private message at %2$s."
-
-#: include/enotify.php:89
-#, php-format
-msgid "%1$s sent you %2$s."
-msgstr "%1$s sent you %2$s."
-
-#: include/enotify.php:89
-msgid "a private message"
-msgstr "a private message"
-
-#: include/enotify.php:91
-#, php-format
-msgid "Please visit %s to view and/or reply to your private messages."
-msgstr "Please visit %s to view or reply to your private messages."
-
-#: include/enotify.php:137
-#, php-format
-msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
-msgstr "%1$s commented on [url=%2$s]a %3$s[/url]"
-
-#: include/enotify.php:144
-#, php-format
-msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
-msgstr "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
-
-#: include/enotify.php:152
-#, php-format
-msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
-msgstr "%1$s commented on [url=%2$s]your %3$s[/url]"
-
-#: include/enotify.php:162
-#, php-format
-msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
-msgstr "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
-
-#: include/enotify.php:164
-#, php-format
-msgid "%s commented on an item/conversation you have been following."
-msgstr "%s commented on an item/conversation you have been following."
-
-#: include/enotify.php:167 include/enotify.php:181 include/enotify.php:195
-#: include/enotify.php:209 include/enotify.php:227 include/enotify.php:241
-#, php-format
-msgid "Please visit %s to view and/or reply to the conversation."
-msgstr "Please visit %s to view or reply to the conversation."
-
-#: include/enotify.php:174
-#, php-format
-msgid "[Friendica:Notify] %s posted to your profile wall"
-msgstr "[Friendica:Notify] %s posted to your profile wall"
-
-#: include/enotify.php:176
-#, php-format
-msgid "%1$s posted to your profile wall at %2$s"
-msgstr "%1$s posted to your profile wall at %2$s"
-
-#: include/enotify.php:177
-#, php-format
-msgid "%1$s posted to [url=%2$s]your wall[/url]"
-msgstr "%1$s posted to [url=%2$s]your wall[/url]"
-
-#: include/enotify.php:188
-#, php-format
-msgid "[Friendica:Notify] %s tagged you"
-msgstr "[Friendica:Notify] %s tagged you"
-
-#: include/enotify.php:190
-#, php-format
-msgid "%1$s tagged you at %2$s"
-msgstr "%1$s tagged you at %2$s"
-
-#: include/enotify.php:191
-#, php-format
-msgid "%1$s [url=%2$s]tagged you[/url]."
-msgstr "%1$s [url=%2$s]tagged you[/url]."
-
-#: include/enotify.php:202
-#, php-format
-msgid "[Friendica:Notify] %s shared a new post"
-msgstr "[Friendica:Notify] %s shared a new post"
-
-#: include/enotify.php:204
-#, php-format
-msgid "%1$s shared a new post at %2$s"
-msgstr "%1$s shared a new post at %2$s"
-
-#: include/enotify.php:205
-#, php-format
-msgid "%1$s [url=%2$s]shared a post[/url]."
-msgstr "%1$s [url=%2$s]shared a post[/url]."
-
-#: include/enotify.php:216
-#, php-format
-msgid "[Friendica:Notify] %1$s poked you"
-msgstr "[Friendica:Notify] %1$s poked you"
-
-#: include/enotify.php:218
-#, php-format
-msgid "%1$s poked you at %2$s"
-msgstr "%1$s poked you at %2$s"
-
-#: include/enotify.php:219
-#, php-format
-msgid "%1$s [url=%2$s]poked you[/url]."
-msgstr "%1$s [url=%2$s]poked you[/url]."
-
-#: include/enotify.php:234
-#, php-format
-msgid "[Friendica:Notify] %s tagged your post"
-msgstr "[Friendica:Notify] %s tagged your post"
-
-#: include/enotify.php:236
-#, php-format
-msgid "%1$s tagged your post at %2$s"
-msgstr "%1$s tagged your post at %2$s"
-
-#: include/enotify.php:237
-#, php-format
-msgid "%1$s tagged [url=%2$s]your post[/url]"
-msgstr "%1$s tagged [url=%2$s]your post[/url]"
-
-#: include/enotify.php:248
-msgid "[Friendica:Notify] Introduction received"
-msgstr "[Friendica:Notify] Introduction received"
-
-#: include/enotify.php:250
-#, php-format
-msgid "You've received an introduction from '%1$s' at %2$s"
-msgstr "You've received an introduction from '%1$s' at %2$s"
-
-#: include/enotify.php:251
-#, php-format
-msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
-msgstr "You've received [url=%1$s]an introduction[/url] from %2$s."
-
-#: include/enotify.php:255 include/enotify.php:298
-#, php-format
-msgid "You may visit their profile at %s"
-msgstr "You may visit their profile at %s"
-
-#: include/enotify.php:257
-#, php-format
-msgid "Please visit %s to approve or reject the introduction."
-msgstr "Please visit %s to approve or reject the introduction."
-
-#: include/enotify.php:265
-msgid "[Friendica:Notify] A new person is sharing with you"
-msgstr "[Friendica:Notify] A new person is sharing with you"
-
-#: include/enotify.php:267 include/enotify.php:268
-#, php-format
-msgid "%1$s is sharing with you at %2$s"
-msgstr "%1$s is sharing with you at %2$s"
-
-#: include/enotify.php:274
-msgid "[Friendica:Notify] You have a new follower"
-msgstr "[Friendica:Notify] You have a new follower"
-
-#: include/enotify.php:276 include/enotify.php:277
-#, php-format
-msgid "You have a new follower at %2$s : %1$s"
-msgstr "You have a new follower at %2$s : %1$s"
-
-#: include/enotify.php:288
-msgid "[Friendica:Notify] Friend suggestion received"
-msgstr "[Friendica:Notify] Friend suggestion received"
-
-#: include/enotify.php:290
-#, php-format
-msgid "You've received a friend suggestion from '%1$s' at %2$s"
-msgstr "You've received a friend suggestion from '%1$s' at %2$s"
-
-#: include/enotify.php:291
-#, php-format
-msgid ""
-"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
-msgstr "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
-
-#: include/enotify.php:296
-msgid "Name:"
-msgstr "Name:"
-
-#: include/enotify.php:297
-msgid "Photo:"
-msgstr "Photo:"
-
-#: include/enotify.php:300
-#, php-format
-msgid "Please visit %s to approve or reject the suggestion."
-msgstr "Please visit %s to approve or reject the suggestion."
-
-#: include/enotify.php:308 include/enotify.php:322
-msgid "[Friendica:Notify] Connection accepted"
-msgstr "[Friendica:Notify] Connection accepted"
-
-#: include/enotify.php:310 include/enotify.php:324
-#, php-format
-msgid "'%1$s' has accepted your connection request at %2$s"
-msgstr "'%1$s' has accepted your connection request at %2$s"
-
-#: include/enotify.php:311 include/enotify.php:325
-#, php-format
-msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
-msgstr "%2$s has accepted your [url=%1$s]connection request[/url]."
-
-#: include/enotify.php:315
-msgid ""
-"You are now mutual friends and may exchange status updates, photos, and "
-"email without restriction."
-msgstr "You are now mutual friends and may exchange status updates, photos, and email without restriction."
-
-#: include/enotify.php:317
-#, php-format
-msgid "Please visit %s if you wish to make any changes to this relationship."
-msgstr "Please visit %s if you wish to make any changes to this relationship."
-
-#: include/enotify.php:329
-#, php-format
-msgid ""
-"'%1$s' has chosen to accept you a \"fan\", which restricts some forms of "
-"communication - such as private messaging and some profile interactions. If "
-"this is a celebrity or community page, these settings were applied "
-"automatically."
-msgstr "'%1$s' has chosen to accept you as \"Follower\". This restricts some forms of communication, such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."
-
-#: include/enotify.php:331
-#, php-format
-msgid ""
-"'%1$s' may choose to extend this into a two-way or more permissive "
-"relationship in the future."
-msgstr "'%1$s' may choose to extend this into a two-way or more permissive relationship in the future."
-
-#: include/enotify.php:333
-#, php-format
-msgid "Please visit %s  if you wish to make any changes to this relationship."
-msgstr "Please visit %s  if you wish to make any changes to this relationship."
-
-#: include/enotify.php:343
-msgid "[Friendica System:Notify] registration request"
-msgstr "[Friendica:Notify] registration request"
-
-#: include/enotify.php:345
-#, php-format
-msgid "You've received a registration request from '%1$s' at %2$s"
-msgstr "You've received a registration request from '%1$s' at %2$s."
-
-#: include/enotify.php:346
-#, php-format
-msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
-msgstr "You've received a [url=%1$s]registration request[/url] from %2$s."
-
-#: include/enotify.php:350
-#, php-format
-msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
-msgstr "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
-
-#: include/enotify.php:353
-#, php-format
-msgid "Please visit %s to approve or reject the request."
-msgstr "Please visit %s to approve or reject the request."
-
-#: include/message.php:14 include/message.php:168
-msgid "[no subject]"
-msgstr "[no subject]"
-
-#: include/message.php:145 include/Photo.php:1075 include/Photo.php:1091
-#: include/Photo.php:1099 include/Photo.php:1124 mod/wall_upload.php:249
-#: mod/item.php:468
-msgid "Wall Photos"
-msgstr "Wall photos"
-
-#: include/nav.php:37 mod/navigation.php:21
-msgid "Nothing new here"
-msgstr "Nothing new here"
-
-#: include/nav.php:41 mod/navigation.php:25
-msgid "Clear notifications"
-msgstr "Clear notifications"
-
-#: include/nav.php:80 view/theme/frio/theme.php:245 boot.php:862
-msgid "Logout"
-msgstr "Logout"
-
-#: include/nav.php:80 view/theme/frio/theme.php:245
-msgid "End this session"
-msgstr "End this session"
-
-#: include/nav.php:83 include/identity.php:784 mod/contacts.php:648
-#: mod/contacts.php:844 view/theme/frio/theme.php:248
-msgid "Status"
-msgstr "Status"
-
-#: include/nav.php:83 include/nav.php:163 view/theme/frio/theme.php:248
-msgid "Your posts and conversations"
-msgstr "My posts and conversations"
-
-#: include/nav.php:84 include/identity.php:632 include/identity.php:759
-#: include/identity.php:792 mod/newmember.php:20 mod/profperm.php:107
-#: mod/contacts.php:650 mod/contacts.php:852 view/theme/frio/theme.php:249
-msgid "Profile"
-msgstr "Profile"
-
-#: include/nav.php:84 view/theme/frio/theme.php:249
-msgid "Your profile page"
-msgstr "My profile page"
-
-#: include/nav.php:85 include/identity.php:800 mod/fbrowser.php:33
-#: view/theme/frio/theme.php:250
-msgid "Photos"
-msgstr "Photos"
-
-#: include/nav.php:85 view/theme/frio/theme.php:250
-msgid "Your photos"
-msgstr "My photos"
-
-#: include/nav.php:86 include/identity.php:808 include/identity.php:811
-#: view/theme/frio/theme.php:251
-msgid "Videos"
-msgstr "Videos"
-
-#: include/nav.php:86 view/theme/frio/theme.php:251
-msgid "Your videos"
-msgstr "My videos"
-
-#: include/nav.php:87 include/nav.php:151 include/identity.php:820
-#: include/identity.php:831 mod/cal.php:272 mod/events.php:377
-#: view/theme/frio/theme.php:252 view/theme/frio/theme.php:256
-msgid "Events"
-msgstr "Events"
-
-#: include/nav.php:87 view/theme/frio/theme.php:252
-msgid "Your events"
-msgstr "My events"
-
-#: include/nav.php:88
-msgid "Personal notes"
-msgstr "Personal notes"
-
-#: include/nav.php:88
-msgid "Your personal notes"
-msgstr "My personal notes"
-
-#: include/nav.php:97 mod/bookmarklet.php:14 boot.php:863
-msgid "Login"
-msgstr "Login"
-
-#: include/nav.php:97
-msgid "Sign in"
-msgstr "Sign in"
-
-#: include/nav.php:107
-msgid "Home Page"
-msgstr "Home page"
-
-#: include/nav.php:111 mod/register.php:291 boot.php:839
-msgid "Register"
-msgstr "Register"
-
-#: include/nav.php:111
-msgid "Create an account"
-msgstr "Create account"
-
-#: include/nav.php:117 mod/help.php:50 view/theme/vier/theme.php:299
-msgid "Help"
-msgstr "Help"
-
-#: include/nav.php:117
-msgid "Help and documentation"
-msgstr "Help and documentation"
-
-#: include/nav.php:121
-msgid "Apps"
-msgstr "Apps"
-
-#: include/nav.php:121
-msgid "Addon applications, utilities, games"
-msgstr "Addon applications, utilities, games"
-
-#: include/nav.php:125
-msgid "Search site content"
-msgstr "Search site content"
-
-#: include/nav.php:145 include/nav.php:147 mod/community.php:32
-msgid "Community"
-msgstr "Community"
-
-#: include/nav.php:145
-msgid "Conversations on this site"
-msgstr "Public conversations on this site"
-
-#: include/nav.php:147
-msgid "Conversations on the network"
-msgstr "Conversations on the network"
-
-#: include/nav.php:151 include/identity.php:823 include/identity.php:834
-#: view/theme/frio/theme.php:256
-msgid "Events and Calendar"
-msgstr "Events and calendar"
-
-#: include/nav.php:154
-msgid "Directory"
-msgstr "Directory"
-
-#: include/nav.php:154
-msgid "People directory"
-msgstr "People directory"
-
-#: include/nav.php:156
-msgid "Information"
-msgstr "Information"
-
-#: include/nav.php:156
-msgid "Information about this friendica instance"
-msgstr "Information about this Friendica instance"
-
-#: include/nav.php:160 view/theme/frio/theme.php:255
-msgid "Conversations from your friends"
-msgstr "My friends' conversations"
-
-#: include/nav.php:161
-msgid "Network Reset"
-msgstr "Network reset"
-
-#: include/nav.php:161
-msgid "Load Network page with no filters"
-msgstr "Load network page without filters"
-
-#: include/nav.php:168
-msgid "Friend Requests"
-msgstr "Friend requests"
-
-#: include/nav.php:171 mod/notifications.php:98
-msgid "Notifications"
-msgstr "Notifications"
-
-#: include/nav.php:172
-msgid "See all notifications"
-msgstr "See all notifications"
-
-#: include/nav.php:173 mod/settings.php:907
-msgid "Mark as seen"
-msgstr "Mark as seen"
-
-#: include/nav.php:173
-msgid "Mark all system notifications seen"
-msgstr "Mark all system notifications seen"
-
-#: include/nav.php:177 mod/message.php:181 view/theme/frio/theme.php:257
-msgid "Messages"
-msgstr "Messages"
-
-#: include/nav.php:177 view/theme/frio/theme.php:257
-msgid "Private mail"
-msgstr "Private messages"
-
-#: include/nav.php:178
-msgid "Inbox"
-msgstr "Inbox"
-
-#: include/nav.php:179
-msgid "Outbox"
-msgstr "Outbox"
-
-#: include/nav.php:180 mod/message.php:18
-msgid "New Message"
-msgstr "New Message"
-
-#: include/nav.php:183
-msgid "Manage"
-msgstr "Manage"
-
-#: include/nav.php:183
-msgid "Manage other pages"
-msgstr "Manage other pages"
-
-#: include/nav.php:186 mod/settings.php:83
-msgid "Delegations"
-msgstr "Delegations"
-
-#: include/nav.php:186 mod/delegate.php:132
-msgid "Delegate Page Management"
-msgstr "Delegate page management"
-
-#: include/nav.php:188 mod/newmember.php:15 mod/admin.php:1624
-#: mod/admin.php:1900 mod/settings.php:113 view/theme/frio/theme.php:258
-msgid "Settings"
-msgstr "Settings"
-
-#: include/nav.php:188 view/theme/frio/theme.php:258
-msgid "Account settings"
-msgstr "Account settings"
-
-#: include/nav.php:191 include/identity.php:296
-msgid "Profiles"
-msgstr "Profiles"
-
-#: include/nav.php:191
-msgid "Manage/Edit Profiles"
-msgstr "Manage/Edit profiles"
-
-#: include/nav.php:194 view/theme/frio/theme.php:259
-msgid "Manage/edit friends and contacts"
-msgstr "Manage/Edit friends and contacts"
-
-#: include/nav.php:199 mod/admin.php:197
-msgid "Admin"
-msgstr "Admin"
-
-#: include/nav.php:199
-msgid "Site setup and configuration"
-msgstr "Site setup and configuration"
-
-#: include/nav.php:202
-msgid "Navigation"
-msgstr "Navigation"
-
-#: include/nav.php:202
-msgid "Site map"
-msgstr "Site map"
-
-#: include/network.php:687
-msgid "view full size"
-msgstr "view full size"
-
-#: include/oembed.php:256
-msgid "Embedded content"
-msgstr "Embedded content"
-
-#: include/oembed.php:264
-msgid "Embedding disabled"
-msgstr "Embedding disabled"
-
-#: include/uimport.php:85
-msgid "Error decoding account file"
-msgstr "Error decoding account file"
-
-#: include/uimport.php:91
-msgid "Error! No version data in file! This is not a Friendica account file?"
-msgstr "Error! No version data in file! Is this a Friendica account file?"
-
-#: include/uimport.php:108 include/uimport.php:119
-msgid "Error! Cannot check nickname"
-msgstr "Error! Cannot check nickname."
-
-#: include/uimport.php:112 include/uimport.php:123
-#, php-format
-msgid "User '%s' already exists on this server!"
-msgstr "User '%s' already exists on this server!"
-
-#: include/uimport.php:145
-msgid "User creation error"
-msgstr "User creation error"
-
-#: include/uimport.php:166
-msgid "User profile creation error"
-msgstr "User profile creation error"
-
-#: include/uimport.php:215
-#, php-format
-msgid "%d contact not imported"
-msgid_plural "%d contacts not imported"
-msgstr[0] "%d contact not imported"
-msgstr[1] "%d contacts not imported"
-
-#: include/uimport.php:281
-msgid "Done. You can now login with your username and password"
-msgstr "Done. You can now login with your username and password"
-
-#: include/user.php:39 mod/settings.php:377
-msgid "Passwords do not match. Password unchanged."
-msgstr "Passwords do not match. Password unchanged."
-
-#: include/user.php:48
-msgid "An invitation is required."
-msgstr "An invitation is required."
-
-#: include/user.php:53
-msgid "Invitation could not be verified."
-msgstr "Invitation could not be verified."
-
-#: include/user.php:61
-msgid "Invalid OpenID url"
-msgstr "Invalid OpenID URL"
-
-#: include/user.php:82
-msgid "Please enter the required information."
-msgstr "Please enter the required information."
-
-#: include/user.php:96
-msgid "Please use a shorter name."
-msgstr "Please use a shorter name."
-
-#: include/user.php:98
-msgid "Name too short."
-msgstr "Name too short."
-
-#: include/user.php:106
-msgid "That doesn't appear to be your full (First Last) name."
-msgstr "That doesn't appear to be your full (i.e first and last) name."
-
-#: include/user.php:111
-msgid "Your email domain is not among those allowed on this site."
-msgstr "Your email domain is not allowed on this site."
-
-#: include/user.php:114
-msgid "Not a valid email address."
-msgstr "Not a valid email address."
-
-#: include/user.php:127
-msgid "Cannot use that email."
-msgstr "Cannot use that email."
-
-#: include/user.php:133
-msgid "Your \"nickname\" can only contain \"a-z\", \"0-9\" and \"_\"."
-msgstr "Your \"nickname\" can only contain \"a-z\", \"0-9\" and \"_\"."
-
-#: include/user.php:140 include/user.php:228
-msgid "Nickname is already registered. Please choose another."
-msgstr "Nickname is already registered. Please choose another."
-
-#: include/user.php:150
-msgid ""
-"Nickname was once registered here and may not be re-used. Please choose "
-"another."
-msgstr "Nickname was once registered here and may not be re-used. Please choose another."
-
-#: include/user.php:166
-msgid "SERIOUS ERROR: Generation of security keys failed."
-msgstr "SERIOUS ERROR: Generation of security keys failed."
-
-#: include/user.php:214
-msgid "An error occurred during registration. Please try again."
-msgstr "An error occurred during registration. Please try again."
-
-#: include/user.php:237 view/theme/duepuntozero/config.php:46
-msgid "default"
-msgstr "default"
-
-#: include/user.php:247
-msgid "An error occurred creating your default profile. Please try again."
-msgstr "An error occurred creating your default profile. Please try again."
-
-#: include/user.php:260 include/user.php:264 include/profile_selectors.php:42
-msgid "Friends"
-msgstr "Friends"
-
-#: include/user.php:306 include/user.php:314 include/user.php:322
-#: include/api.php:3697 mod/photos.php:73 mod/photos.php:189
-#: mod/photos.php:776 mod/photos.php:1258 mod/photos.php:1279
-#: mod/photos.php:1865 mod/profile_photo.php:74 mod/profile_photo.php:82
-#: mod/profile_photo.php:90 mod/profile_photo.php:214
-#: mod/profile_photo.php:309 mod/profile_photo.php:319
-msgid "Profile Photos"
-msgstr "Profile photos"
-
-#: include/user.php:397
-#, php-format
-msgid ""
-"\n"
-"\t\tDear %1$s,\n"
-"\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n"
-"\t"
-msgstr "\n\t\tDear %1$s,\n\t\t\tThank you for registering at %2$s. Your account is pending approval by the administrator.\n\t"
-
-#: include/user.php:407
-#, php-format
-msgid "Registration at %s"
-msgstr "Registration at %s"
-
-#: include/user.php:417
-#, php-format
-msgid ""
-"\n"
-"\t\tDear %1$s,\n"
-"\t\t\tThank you for registering at %2$s. Your account has been created.\n"
-"\t"
-msgstr "\n\t\tDear %1$s,\n\t\t\tThank you for registering at %2$s. Your account has been created.\n\t"
-
-#: include/user.php:421
-#, php-format
-msgid ""
-"\n"
-"\t\tThe login details are as follows:\n"
-"\t\t\tSite Location:\t%3$s\n"
-"\t\t\tLogin Name:\t%1$s\n"
-"\t\t\tPassword:\t%5$s\n"
-"\n"
-"\t\tYou may change your password from your account \"Settings\" page after logging\n"
-"\t\tin.\n"
-"\n"
-"\t\tPlease take a few moments to review the other account settings on that page.\n"
-"\n"
-"\t\tYou may also wish to add some basic information to your default profile\n"
-"\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
-"\n"
-"\t\tWe recommend setting your full name, adding a profile photo,\n"
-"\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n"
-"\t\tperhaps what country you live in; if you do not wish to be more specific\n"
-"\t\tthan that.\n"
-"\n"
-"\t\tWe fully respect your right to privacy, and none of these items are necessary.\n"
-"\t\tIf you are new and do not know anybody here, they may help\n"
-"\t\tyou to make some new and interesting friends.\n"
-"\n"
-"\n"
-"\t\tThank you and welcome to %2$s."
-msgstr "\n\t\tThe login details are as follows:\n\t\t\tSite Location:\t%3$s\n\t\t\tLogin Name:\t%1$s\n\t\t\tPassword:\t%5$s\n\n\t\tYou may change your password for your account \"Settings\" after logging\n\t\tin.\n\n\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\tYou may wish to add some basic information to your default profile\n\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\tWe recommend setting your full name, adding a profile photo,\n\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\tperhaps what country you live in, if you do not wish to be more specific\n\t\tthan that.\n\n\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\tIf you are new and do not know anybody here, these settings may help to\n\t\tmake new and interesting friends.\n\n\n\t\tThank you and welcome to %2$s."
-
-#: include/user.php:453 mod/admin.php:1314
-#, php-format
-msgid "Registration details for %s"
-msgstr "Registration details for %s"
-
-#: include/api.php:1102
-#, php-format
-msgid "Daily posting limit of %d posts reached. The post was rejected."
-msgstr "Daily posting limit of %d posts reached. This post was rejected."
-
-#: include/api.php:1123
-#, php-format
-msgid "Weekly posting limit of %d posts reached. The post was rejected."
-msgstr "Weekly posting limit of %d posts reached. This post was rejected."
-
-#: include/api.php:1144
-#, php-format
-msgid "Monthly posting limit of %d posts reached. The post was rejected."
-msgstr "Monthly posting limit of %d posts reached. This post was rejected."
-
-#: include/dba.php:57 include/dba_pdo.php:75
-#, php-format
-msgid "Cannot locate DNS info for database server '%s'"
-msgstr "Cannot locate DNS info for database server '%s'"
-
-#: include/dbstructure.php:25
-msgid "There are no tables on MyISAM."
-msgstr "There are no tables on MyISAM."
-
-#: include/dbstructure.php:66
-#, php-format
-msgid ""
-"\n"
-"\t\t\tThe friendica developers released update %s recently,\n"
-"\t\t\tbut when I tried to install it, something went terribly wrong.\n"
-"\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n"
-"\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."
-msgstr "\n\t\t\tThe Friendica developers released update %s recently,\n\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\tFriendica developer if you can not help me on your own. My database\n                        might be invalid."
-
-#: include/dbstructure.php:71
-#, php-format
-msgid ""
-"The error message is\n"
-"[pre]%s[/pre]"
-msgstr "The error message is\n[pre]%s[/pre]"
-
-#: include/dbstructure.php:195
-#, php-format
-msgid ""
-"\n"
-"Error %d occurred during database update:\n"
-"%s\n"
-msgstr "\nError %d occurred during database update:\n%s\n"
-
-#: include/dbstructure.php:198
-msgid "Errors encountered performing database changes: "
-msgstr "Errors encountered performing database changes: "
-
-#: include/dbstructure.php:206
-msgid ": Database update"
-msgstr ": Database update"
-
-#: include/dbstructure.php:438
-#, php-format
-msgid "%s: updating %s table."
-msgstr "%s: updating %s table."
-
-#: include/diaspora.php:2214
-msgid "Sharing notification from Diaspora network"
-msgstr "Sharing notification from Diaspora network"
-
-#: include/diaspora.php:3234
-msgid "Attachments:"
-msgstr "Attachments:"
-
-#: include/identity.php:45
-msgid "Requested account is not available."
-msgstr "Requested account is unavailable."
-
-#: include/identity.php:54 mod/profile.php:22
-msgid "Requested profile is not available."
-msgstr "Requested profile is unavailable."
-
-#: include/identity.php:98 include/identity.php:325 include/identity.php:755
-msgid "Edit profile"
-msgstr "Edit profile"
-
-#: include/identity.php:265
-msgid "Atom feed"
-msgstr "Atom feed"
-
-#: include/identity.php:296
-msgid "Manage/edit profiles"
-msgstr "Manage/Edit profiles"
-
-#: include/identity.php:301 include/identity.php:327 mod/profiles.php:790
-msgid "Change profile photo"
-msgstr "Change profile photo"
-
-#: include/identity.php:302 mod/profiles.php:791
-msgid "Create New Profile"
-msgstr "Create new profile"
-
-#: include/identity.php:312 mod/profiles.php:780
-msgid "Profile Image"
-msgstr "Profile image"
-
-#: include/identity.php:315 mod/profiles.php:782
-msgid "visible to everybody"
-msgstr "Visible to everybody"
-
-#: include/identity.php:316 mod/profiles.php:687 mod/profiles.php:783
-msgid "Edit visibility"
-msgstr "Edit visibility"
-
-#: include/identity.php:344 include/identity.php:644 mod/directory.php:137
-#: mod/notifications.php:252
-msgid "Gender:"
-msgstr "Gender:"
-
-#: include/identity.php:347 include/identity.php:665 mod/directory.php:139
-msgid "Status:"
-msgstr "Status:"
-
-#: include/identity.php:349 include/identity.php:682 mod/directory.php:141
-msgid "Homepage:"
-msgstr "Homepage:"
-
-#: include/identity.php:351 include/identity.php:702 mod/directory.php:143
-#: mod/notifications.php:248 mod/contacts.php:643
-msgid "About:"
-msgstr "About:"
-
-#: include/identity.php:353 mod/contacts.php:641
-msgid "XMPP:"
-msgstr "XMPP:"
-
-#: include/identity.php:439 mod/notifications.php:260 mod/contacts.php:58
-msgid "Network:"
-msgstr "Network:"
-
-#: include/identity.php:468 include/identity.php:558
-msgid "g A l F d"
-msgstr "g A l F d"
-
-#: include/identity.php:469 include/identity.php:559
-msgid "F d"
-msgstr "F d"
-
-#: include/identity.php:520 include/identity.php:609
-msgid "[today]"
-msgstr "[today]"
-
-#: include/identity.php:532
-msgid "Birthday Reminders"
-msgstr "Birthday reminders"
-
-#: include/identity.php:533
-msgid "Birthdays this week:"
-msgstr "Birthdays this week:"
-
-#: include/identity.php:595
-msgid "[No description]"
-msgstr "[No description]"
-
-#: include/identity.php:620
-msgid "Event Reminders"
-msgstr "Event reminders"
-
-#: include/identity.php:621
-msgid "Events this week:"
-msgstr "Events this week:"
-
-#: include/identity.php:641 mod/settings.php:1287
-msgid "Full Name:"
-msgstr "Full name:"
-
-#: include/identity.php:648
-msgid "j F, Y"
-msgstr "j F, Y"
-
-#: include/identity.php:649
-msgid "j F"
-msgstr "j F"
-
-#: include/identity.php:661
-msgid "Age:"
-msgstr "Age:"
-
-#: include/identity.php:674
-#, php-format
-msgid "for %1$d %2$s"
-msgstr "for %1$d %2$s"
-
-#: include/identity.php:678 mod/profiles.php:706
-msgid "Sexual Preference:"
-msgstr "Sexual preference:"
-
-#: include/identity.php:686 mod/profiles.php:733
-msgid "Hometown:"
-msgstr "Home town:"
-
-#: include/identity.php:690 mod/follow.php:139 mod/notifications.php:250
-#: mod/contacts.php:645
-msgid "Tags:"
-msgstr "Tags:"
-
-#: include/identity.php:694 mod/profiles.php:734
-msgid "Political Views:"
-msgstr "Political views:"
-
-#: include/identity.php:698
-msgid "Religion:"
-msgstr "Religion:"
-
-#: include/identity.php:706
-msgid "Hobbies/Interests:"
-msgstr "Hobbies/Interests:"
-
-#: include/identity.php:710 mod/profiles.php:738
-msgid "Likes:"
-msgstr "Likes:"
-
-#: include/identity.php:714 mod/profiles.php:739
-msgid "Dislikes:"
-msgstr "Dislikes:"
-
-#: include/identity.php:718
-msgid "Contact information and Social Networks:"
-msgstr "Contact information and social networks:"
-
-#: include/identity.php:722
-msgid "Musical interests:"
-msgstr "Musical interests:"
-
-#: include/identity.php:726
-msgid "Books, literature:"
-msgstr "Books/Literature:"
-
-#: include/identity.php:730
-msgid "Television:"
-msgstr "Television:"
-
-#: include/identity.php:734
-msgid "Film/dance/culture/entertainment:"
-msgstr "Arts, film, dance, culture, entertainment:"
-
-#: include/identity.php:738
-msgid "Love/Romance:"
-msgstr "Love/Romance:"
-
-#: include/identity.php:742
-msgid "Work/employment:"
-msgstr "Work/Employment:"
-
-#: include/identity.php:746
-msgid "School/education:"
-msgstr "School/Education:"
-
-#: include/identity.php:751
-msgid "Forums:"
-msgstr "Forums:"
-
-#: include/identity.php:760 mod/events.php:509
-msgid "Basic"
-msgstr "Basic"
-
-#: include/identity.php:761 mod/events.php:510 mod/admin.php:1065
-#: mod/contacts.php:881
-msgid "Advanced"
-msgstr "Advanced"
-
-#: include/identity.php:787 mod/follow.php:147 mod/contacts.php:847
-msgid "Status Messages and Posts"
-msgstr "Status Messages and Posts"
-
-#: include/identity.php:795 mod/contacts.php:855
-msgid "Profile Details"
-msgstr "Profile Details"
-
-#: include/identity.php:803 mod/photos.php:95
-msgid "Photo Albums"
-msgstr "Photo Albums"
-
-#: include/identity.php:842 mod/notes.php:49
-msgid "Personal Notes"
-msgstr "Personal notes"
-
-#: include/identity.php:845
-msgid "Only You Can See This"
-msgstr "Only you can see this."
-
-#: include/items.php:1736 mod/dfrn_confirm.php:738 mod/dfrn_request.php:759
-msgid "[Name Withheld]"
-msgstr "[Name Withheld]"
-
-#: include/items.php:2121 mod/display.php:105 mod/display.php:280
-#: mod/display.php:485 mod/notice.php:17 mod/viewsrc.php:16 mod/admin.php:248
-#: mod/admin.php:1571 mod/admin.php:1822
-msgid "Item not found."
-msgstr "Item not found."
-
-#: include/items.php:2160
-msgid "Do you really want to delete this item?"
-msgstr "Do you really want to delete this item?"
-
-#: include/items.php:2162 mod/api.php:107 mod/follow.php:115
-#: mod/message.php:208 mod/register.php:247 mod/suggest.php:31
-#: mod/dfrn_request.php:880 mod/contacts.php:455 mod/profiles.php:643
-#: mod/profiles.php:646 mod/profiles.php:673 mod/settings.php:1172
-#: mod/settings.php:1178 mod/settings.php:1185 mod/settings.php:1189
-#: mod/settings.php:1194 mod/settings.php:1199 mod/settings.php:1204
-#: mod/settings.php:1209 mod/settings.php:1235 mod/settings.php:1236
-#: mod/settings.php:1237 mod/settings.php:1238 mod/settings.php:1239
-msgid "Yes"
-msgstr "Yes"
-
-#: include/items.php:2309 mod/allfriends.php:14 mod/api.php:28 mod/api.php:33
-#: mod/attach.php:35 mod/cal.php:301 mod/common.php:20 mod/crepair.php:105
-#: mod/delegate.php:14 mod/dfrn_confirm.php:63 mod/dirfind.php:15
-#: mod/display.php:482 mod/editpost.php:12 mod/events.php:188
-#: mod/follow.php:13 mod/follow.php:76 mod/follow.php:160 mod/fsuggest.php:80
-#: mod/group.php:20 mod/invite.php:17 mod/invite.php:105 mod/manage.php:103
-#: mod/message.php:48 mod/message.php:173 mod/mood.php:116 mod/network.php:7
-#: mod/nogroup.php:29 mod/notes.php:25 mod/notifications.php:73
-#: mod/ostatus_subscribe.php:11 mod/photos.php:168 mod/photos.php:1111
-#: mod/poke.php:155 mod/register.php:44 mod/repair_ostatus.php:11
-#: mod/suggest.php:60 mod/viewcontacts.php:49 mod/wall_attach.php:69
-#: mod/wall_attach.php:72 mod/wall_upload.php:101 mod/wall_upload.php:104
-#: mod/wallmessage.php:11 mod/wallmessage.php:35 mod/wallmessage.php:75
-#: mod/wallmessage.php:99 mod/item.php:197 mod/item.php:209 mod/regmod.php:106
-#: mod/uimport.php:26 mod/contacts.php:363 mod/profile_photo.php:19
-#: mod/profile_photo.php:179 mod/profile_photo.php:190
-#: mod/profile_photo.php:203 mod/profiles.php:172 mod/profiles.php:610
-#: mod/settings.php:24 mod/settings.php:132 mod/settings.php:669 index.php:410
-msgid "Permission denied."
-msgstr "Permission denied."
-
-#: include/items.php:2426
-msgid "Archives"
-msgstr "Archives"
-
-#: include/ostatus.php:1962
-#, php-format
-msgid "%s is now following %s."
-msgstr "%s is now following %s."
-
-#: include/ostatus.php:1963
-msgid "following"
-msgstr "following"
-
-#: include/ostatus.php:1966
-#, php-format
-msgid "%s stopped following %s."
-msgstr "%s stopped following %s."
-
-#: include/ostatus.php:1967
-msgid "stopped following"
-msgstr "stopped following"
-
-#: include/plugin.php:531 include/plugin.php:533
-msgid "Click here to upgrade."
-msgstr "Click here to upgrade."
-
-#: include/plugin.php:539
-msgid "This action exceeds the limits set by your subscription plan."
-msgstr "This action exceeds the limits set by your subscription plan."
-
-#: include/plugin.php:544
-msgid "This action is not available under your subscription plan."
-msgstr "This action is not available under your subscription plan."
-
-#: include/profile_selectors.php:6
-msgid "Male"
-msgstr "Male"
-
-#: include/profile_selectors.php:6
-msgid "Female"
-msgstr "Female"
-
-#: include/profile_selectors.php:6
-msgid "Currently Male"
-msgstr "Currently Male"
-
-#: include/profile_selectors.php:6
-msgid "Currently Female"
-msgstr "Currently Female"
-
-#: include/profile_selectors.php:6
-msgid "Mostly Male"
-msgstr "Mostly Male"
-
-#: include/profile_selectors.php:6
-msgid "Mostly Female"
-msgstr "Mostly Female"
-
-#: include/profile_selectors.php:6
-msgid "Transgender"
-msgstr "Transgender"
-
-#: include/profile_selectors.php:6
-msgid "Intersex"
-msgstr "Intersex"
-
-#: include/profile_selectors.php:6
-msgid "Transsexual"
-msgstr "Transsexual"
-
-#: include/profile_selectors.php:6
-msgid "Hermaphrodite"
-msgstr "Hermaphrodite"
-
-#: include/profile_selectors.php:6
-msgid "Neuter"
-msgstr "Neuter"
-
-#: include/profile_selectors.php:6
-msgid "Non-specific"
-msgstr "Non-specific"
-
-#: include/profile_selectors.php:6
-msgid "Other"
-msgstr "Other"
-
-#: include/profile_selectors.php:23
-msgid "Males"
-msgstr "Males"
-
-#: include/profile_selectors.php:23
-msgid "Females"
-msgstr "Females"
-
-#: include/profile_selectors.php:23
-msgid "Gay"
-msgstr "Gay"
-
-#: include/profile_selectors.php:23
-msgid "Lesbian"
-msgstr "Lesbian"
-
-#: include/profile_selectors.php:23
-msgid "No Preference"
-msgstr "No Preference"
-
-#: include/profile_selectors.php:23
-msgid "Bisexual"
-msgstr "Bisexual"
-
-#: include/profile_selectors.php:23
-msgid "Autosexual"
-msgstr "Auto-sexual"
-
-#: include/profile_selectors.php:23
-msgid "Abstinent"
-msgstr "Abstinent"
-
-#: include/profile_selectors.php:23
-msgid "Virgin"
-msgstr "Virgin"
-
-#: include/profile_selectors.php:23
-msgid "Deviant"
-msgstr "Deviant"
-
-#: include/profile_selectors.php:23
-msgid "Fetish"
-msgstr "Fetish"
-
-#: include/profile_selectors.php:23
-msgid "Oodles"
-msgstr "Oodles"
-
-#: include/profile_selectors.php:23
-msgid "Nonsexual"
-msgstr "Asexual"
-
-#: include/profile_selectors.php:42
-msgid "Single"
-msgstr "Single"
-
-#: include/profile_selectors.php:42
-msgid "Lonely"
-msgstr "Lonely"
-
-#: include/profile_selectors.php:42
-msgid "Available"
-msgstr "Available"
-
-#: include/profile_selectors.php:42
-msgid "Unavailable"
-msgstr "Unavailable"
-
-#: include/profile_selectors.php:42
-msgid "Has crush"
-msgstr "Having a crush"
-
-#: include/profile_selectors.php:42
-msgid "Infatuated"
-msgstr "Infatuated"
-
-#: include/profile_selectors.php:42
-msgid "Dating"
-msgstr "Dating"
-
-#: include/profile_selectors.php:42
-msgid "Unfaithful"
-msgstr "Unfaithful"
-
-#: include/profile_selectors.php:42
-msgid "Sex Addict"
-msgstr "Sex addict"
-
-#: include/profile_selectors.php:42
-msgid "Friends/Benefits"
-msgstr "Friends with benefits"
-
-#: include/profile_selectors.php:42
-msgid "Casual"
-msgstr "Casual"
-
-#: include/profile_selectors.php:42
-msgid "Engaged"
-msgstr "Engaged"
-
-#: include/profile_selectors.php:42
-msgid "Married"
-msgstr "Married"
-
-#: include/profile_selectors.php:42
-msgid "Imaginarily married"
-msgstr "Imaginarily married"
-
-#: include/profile_selectors.php:42
-msgid "Partners"
-msgstr "Partners"
-
-#: include/profile_selectors.php:42
-msgid "Cohabiting"
-msgstr "Cohabiting"
-
-#: include/profile_selectors.php:42
-msgid "Common law"
-msgstr "Common law spouse"
-
-#: include/profile_selectors.php:42
-msgid "Happy"
-msgstr "Happy"
-
-#: include/profile_selectors.php:42
-msgid "Not looking"
-msgstr "Not looking"
-
-#: include/profile_selectors.php:42
-msgid "Swinger"
-msgstr "Swinger"
-
-#: include/profile_selectors.php:42
-msgid "Betrayed"
-msgstr "Betrayed"
-
-#: include/profile_selectors.php:42
-msgid "Separated"
-msgstr "Separated"
-
-#: include/profile_selectors.php:42
-msgid "Unstable"
-msgstr "Unstable"
-
-#: include/profile_selectors.php:42
-msgid "Divorced"
-msgstr "Divorced"
-
-#: include/profile_selectors.php:42
-msgid "Imaginarily divorced"
-msgstr "Imaginarily divorced"
-
-#: include/profile_selectors.php:42
-msgid "Widowed"
-msgstr "Widowed"
-
-#: include/profile_selectors.php:42
-msgid "Uncertain"
-msgstr "Uncertain"
-
-#: include/profile_selectors.php:42
-msgid "It's complicated"
-msgstr "It's complicated"
-
-#: include/profile_selectors.php:42
-msgid "Don't care"
-msgstr "Don't care"
-
-#: include/profile_selectors.php:42
-msgid "Ask me"
-msgstr "Ask me"
-
-#: mod/allfriends.php:48
-msgid "No friends to display."
-msgstr "No friends to display."
-
-#: mod/api.php:78 mod/api.php:104
-msgid "Authorize application connection"
-msgstr "Authorize application connection"
-
-#: mod/api.php:79
-msgid "Return to your app and insert this Securty Code:"
-msgstr "Return to your app and insert this security code:"
-
-#: mod/api.php:91
-msgid "Please login to continue."
-msgstr "Please login to continue."
-
-#: mod/api.php:106
-msgid ""
-"Do you want to authorize this application to access your posts and contacts,"
-" and/or create new posts for you?"
-msgstr "Do you want to authorize this application to access your posts and contacts and create new posts for you?"
-
-#: mod/api.php:108 mod/follow.php:115 mod/register.php:248
-#: mod/dfrn_request.php:880 mod/profiles.php:643 mod/profiles.php:647
-#: mod/profiles.php:673 mod/settings.php:1172 mod/settings.php:1178
-#: mod/settings.php:1185 mod/settings.php:1189 mod/settings.php:1194
-#: mod/settings.php:1199 mod/settings.php:1204 mod/settings.php:1209
-#: mod/settings.php:1235 mod/settings.php:1236 mod/settings.php:1237
-#: mod/settings.php:1238 mod/settings.php:1239
-msgid "No"
-msgstr "No"
-
-#: mod/apps.php:9 index.php:257
-msgid "You must be logged in to use addons. "
-msgstr "You must be logged in to use addons. "
-
-#: mod/apps.php:14
-msgid "Applications"
-msgstr "Applications"
-
-#: mod/apps.php:17
-msgid "No installed applications."
-msgstr "No installed applications."
-
-#: mod/attach.php:10
-msgid "Item not available."
-msgstr "Item not available."
-
-#: mod/attach.php:22
-msgid "Item was not found."
-msgstr "Item was not found."
-
-#: mod/babel.php:18
-msgid "Source (bbcode) text:"
-msgstr "Source (bbcode) text:"
-
-#: mod/babel.php:25
-msgid "Source (Diaspora) text to convert to BBcode:"
-msgstr "Source (Diaspora) text to convert to BBcode:"
-
-#: mod/babel.php:33
-msgid "Source input: "
-msgstr "Source input: "
-
-#: mod/babel.php:37
-msgid "bb2html (raw HTML): "
-msgstr "bb2html (raw HTML): "
-
-#: mod/babel.php:41
-msgid "bb2html: "
-msgstr "bb2html: "
-
-#: mod/babel.php:45
-msgid "bb2html2bb: "
-msgstr "bb2html2bb: "
-
-#: mod/babel.php:49
-msgid "bb2md: "
-msgstr "bb2md: "
-
-#: mod/babel.php:53
-msgid "bb2md2html: "
-msgstr "bb2md2html: "
-
-#: mod/babel.php:57
-msgid "bb2dia2bb: "
-msgstr "bb2dia2bb: "
-
-#: mod/babel.php:61
-msgid "bb2md2html2bb: "
-msgstr "bb2md2html2bb: "
-
-#: mod/babel.php:67
-msgid "Source input (Diaspora format): "
-msgstr "Source input (Diaspora format): "
-
-#: mod/babel.php:71
-msgid "diaspora2bb: "
-msgstr "diaspora2bb: "
-
-#: mod/bookmarklet.php:43
-msgid "The post was created"
-msgstr "The post was created"
-
-#: mod/cal.php:145 mod/display.php:329 mod/profile.php:156
-msgid "Access to this profile has been restricted."
-msgstr "Access to this profile has been restricted."
-
-#: mod/cal.php:273 mod/events.php:378
-msgid "View"
-msgstr "View"
-
-#: mod/cal.php:274 mod/events.php:380
-msgid "Previous"
-msgstr "Previous"
-
-#: mod/cal.php:275 mod/events.php:381 mod/install.php:203
-msgid "Next"
-msgstr "Next"
-
-#: mod/cal.php:284 mod/events.php:390
-msgid "list"
-msgstr "List"
-
-#: mod/cal.php:294
-msgid "User not found"
-msgstr "User not found"
-
-#: mod/cal.php:310
-msgid "This calendar format is not supported"
-msgstr "This calendar format is not supported"
-
-#: mod/cal.php:312
-msgid "No exportable data found"
-msgstr "No exportable data found"
-
-#: mod/cal.php:327
-msgid "calendar"
-msgstr "calendar"
-
-#: mod/common.php:93
-msgid "No contacts in common."
-msgstr "No contacts in common."
-
-#: mod/common.php:143 mod/contacts.php:874
-msgid "Common Friends"
-msgstr "Common friends"
-
-#: mod/community.php:18 mod/directory.php:33 mod/display.php:201
-#: mod/photos.php:981 mod/search.php:96 mod/search.php:102 mod/videos.php:200
-#: mod/viewcontacts.php:39 mod/webfinger.php:10 mod/dfrn_request.php:804
-#: mod/probe.php:9
-msgid "Public access denied."
-msgstr "Public access denied."
-
-#: mod/community.php:23
-msgid "Not available."
-msgstr "Not available."
-
-#: mod/community.php:50 mod/search.php:222
-msgid "No results."
-msgstr "No results."
-
-#: mod/content.php:120 mod/network.php:478
-msgid "No such group"
-msgstr "No such group"
-
-#: mod/content.php:131 mod/group.php:214 mod/network.php:505
-msgid "Group is empty"
-msgstr "Group is empty"
-
-#: mod/content.php:136 mod/network.php:509
-#, php-format
-msgid "Group: %s"
-msgstr "Group: %s"
-
-#: mod/content.php:326 object/Item.php:96
-msgid "This entry was edited"
-msgstr "This entry was edited"
-
-#: mod/content.php:622 object/Item.php:414
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] "%d comment"
-msgstr[1] "%d comments:"
-
-#: mod/content.php:639 mod/photos.php:1431 object/Item.php:117
-msgid "Private Message"
-msgstr "Private message"
-
-#: mod/content.php:703 mod/photos.php:1627 object/Item.php:271
-msgid "I like this (toggle)"
-msgstr "I like this (toggle)"
-
-#: mod/content.php:703 object/Item.php:271
-msgid "like"
-msgstr "Like"
-
-#: mod/content.php:704 mod/photos.php:1628 object/Item.php:272
-msgid "I don't like this (toggle)"
-msgstr "I don't like this (toggle)"
-
-#: mod/content.php:704 object/Item.php:272
-msgid "dislike"
-msgstr "Dislike"
-
-#: mod/content.php:706 object/Item.php:275
-msgid "Share this"
-msgstr "Share this"
-
-#: mod/content.php:706 object/Item.php:275
-msgid "share"
-msgstr "Share"
-
-#: mod/content.php:726 mod/photos.php:1645 mod/photos.php:1687
-#: mod/photos.php:1767 object/Item.php:699
-msgid "This is you"
-msgstr "This is me"
-
-#: mod/content.php:728 mod/content.php:951 mod/photos.php:1647
-#: mod/photos.php:1689 mod/photos.php:1769 object/Item.php:389
-#: object/Item.php:701
-msgid "Comment"
-msgstr "Comment"
-
-#: mod/content.php:729 mod/crepair.php:159 mod/events.php:508
-#: mod/fsuggest.php:109 mod/install.php:244 mod/install.php:284
-#: mod/invite.php:144 mod/localtime.php:46 mod/manage.php:156
-#: mod/message.php:340 mod/message.php:523 mod/mood.php:139
-#: mod/photos.php:1143 mod/photos.php:1273 mod/photos.php:1599
-#: mod/photos.php:1648 mod/photos.php:1690 mod/photos.php:1770
-#: mod/poke.php:204 mod/contacts.php:588 mod/profiles.php:684
-#: object/Item.php:702 view/theme/duepuntozero/config.php:64
-#: view/theme/frio/config.php:67 view/theme/quattro/config.php:70
-#: view/theme/vier/config.php:113
-msgid "Submit"
-msgstr "Submit"
-
-#: mod/content.php:730 object/Item.php:703
-msgid "Bold"
-msgstr "Bold"
-
-#: mod/content.php:731 object/Item.php:704
-msgid "Italic"
-msgstr "Italic"
-
-#: mod/content.php:732 object/Item.php:705
-msgid "Underline"
-msgstr "Underline"
-
-#: mod/content.php:733 object/Item.php:706
-msgid "Quote"
-msgstr "Quote"
-
-#: mod/content.php:734 object/Item.php:707
-msgid "Code"
-msgstr "Code"
-
-#: mod/content.php:735 object/Item.php:708
-msgid "Image"
-msgstr "Image"
-
-#: mod/content.php:736 object/Item.php:709
-msgid "Link"
-msgstr "Link"
-
-#: mod/content.php:737 object/Item.php:710
-msgid "Video"
-msgstr "Video"
-
-#: mod/content.php:747 mod/settings.php:744 object/Item.php:122
-#: object/Item.php:124
-msgid "Edit"
-msgstr "Edit"
-
-#: mod/content.php:773 object/Item.php:238
-msgid "add star"
-msgstr "Add star"
-
-#: mod/content.php:774 object/Item.php:239
-msgid "remove star"
-msgstr "Remove star"
-
-#: mod/content.php:775 object/Item.php:240
-msgid "toggle star status"
-msgstr "Toggle star status"
-
-#: mod/content.php:778 object/Item.php:243
-msgid "starred"
-msgstr "Starred"
-
-#: mod/content.php:779 mod/content.php:801 object/Item.php:260
-msgid "add tag"
-msgstr "Add tag"
-
-#: mod/content.php:790 object/Item.php:248
-msgid "ignore thread"
-msgstr "Ignore thread"
-
-#: mod/content.php:791 object/Item.php:249
-msgid "unignore thread"
-msgstr "Unignore thread"
-
-#: mod/content.php:792 object/Item.php:250
-msgid "toggle ignore status"
-msgstr "Toggle ignore status"
-
-#: mod/content.php:795 mod/ostatus_subscribe.php:75 object/Item.php:253
-msgid "ignored"
-msgstr "Ignored"
-
-#: mod/content.php:806 object/Item.php:141
-msgid "save to folder"
-msgstr "Save to folder"
-
-#: mod/content.php:854 object/Item.php:212
-msgid "I will attend"
-msgstr "I will attend"
-
-#: mod/content.php:854 object/Item.php:212
-msgid "I will not attend"
-msgstr "I will not attend"
-
-#: mod/content.php:854 object/Item.php:212
-msgid "I might attend"
-msgstr "I might attend"
-
-#: mod/content.php:918 object/Item.php:355
-msgid "to"
-msgstr "to"
-
-#: mod/content.php:919 object/Item.php:357
-msgid "Wall-to-Wall"
-msgstr "Wall-to-wall"
-
-#: mod/content.php:920 object/Item.php:358
-msgid "via Wall-To-Wall:"
-msgstr "via wall-to-wall:"
-
-#: mod/credits.php:19
-msgid "Credits"
-msgstr "Credits"
-
-#: mod/credits.php:20
-msgid ""
-"Friendica is a community project, that would not be possible without the "
-"help of many people. Here is a list of those who have contributed to the "
-"code or the translation of Friendica. Thank you all!"
-msgstr "Friendica is a community project that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"
-
-#: mod/crepair.php:92
-msgid "Contact settings applied."
-msgstr "Contact settings applied."
-
-#: mod/crepair.php:94
-msgid "Contact update failed."
-msgstr "Contact update failed."
-
-#: mod/crepair.php:119 mod/dfrn_confirm.php:128 mod/fsuggest.php:22
-#: mod/fsuggest.php:94
-msgid "Contact not found."
-msgstr "Contact not found."
-
-#: mod/crepair.php:125
-msgid ""
-"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
-" information your communications with this contact may stop working."
-msgstr "<strong>Warning: These are highly advanced settings.</strong> If you enter incorrect information your communications with this contact may not working."
-
-#: mod/crepair.php:126
-msgid ""
-"Please use your browser 'Back' button <strong>now</strong> if you are "
-"uncertain what to do on this page."
-msgstr "Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."
-
-#: mod/crepair.php:139 mod/crepair.php:141
-msgid "No mirroring"
-msgstr "No mirroring"
-
-#: mod/crepair.php:139
-msgid "Mirror as forwarded posting"
-msgstr "Mirror as forwarded posting"
-
-#: mod/crepair.php:139 mod/crepair.php:141
-msgid "Mirror as my own posting"
-msgstr "Mirror as my own posting"
-
-#: mod/crepair.php:155
-msgid "Return to contact editor"
-msgstr "Return to contact editor"
-
-#: mod/crepair.php:157
-msgid "Refetch contact data"
-msgstr "Re-fetch contact data."
-
-#: mod/crepair.php:161
-msgid "Remote Self"
-msgstr "Remote self"
-
-#: mod/crepair.php:164
-msgid "Mirror postings from this contact"
-msgstr "Mirror postings from this contact:"
-
-#: mod/crepair.php:166
-msgid ""
-"Mark this contact as remote_self, this will cause friendica to repost new "
-"entries from this contact."
-msgstr "This will cause Friendica to repost new entries from this contact."
-
-#: mod/crepair.php:170 mod/admin.php:1496 mod/admin.php:1509
-#: mod/admin.php:1522 mod/admin.php:1538 mod/settings.php:684
-#: mod/settings.php:710
-msgid "Name"
-msgstr "Name:"
-
-#: mod/crepair.php:171
-msgid "Account Nickname"
-msgstr "Account nickname:"
-
-#: mod/crepair.php:172
-msgid "@Tagname - overrides Name/Nickname"
-msgstr "@Tag name - overrides name/nickname:"
-
-#: mod/crepair.php:173
-msgid "Account URL"
-msgstr "Account URL:"
-
-#: mod/crepair.php:174
-msgid "Friend Request URL"
-msgstr "Friend request URL:"
-
-#: mod/crepair.php:175
-msgid "Friend Confirm URL"
-msgstr "Friend confirm URL:"
-
-#: mod/crepair.php:176
-msgid "Notification Endpoint URL"
-msgstr "Notification endpoint URL"
-
-#: mod/crepair.php:177
-msgid "Poll/Feed URL"
-msgstr "Poll/Feed URL:"
-
-#: mod/crepair.php:178
-msgid "New photo from this URL"
-msgstr "New photo from this URL:"
-
-#: mod/delegate.php:103
-msgid "No potential page delegates located."
-msgstr "No potential page delegates found."
-
-#: mod/delegate.php:134
-msgid ""
-"Delegates are able to manage all aspects of this account/page except for "
-"basic account settings. Please do not delegate your personal account to "
-"anybody that you do not trust completely."
-msgstr "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely."
-
-#: mod/delegate.php:135
-msgid "Existing Page Managers"
-msgstr "Existing page managers"
-
-#: mod/delegate.php:137
-msgid "Existing Page Delegates"
-msgstr "Existing page delegates"
-
-#: mod/delegate.php:139
-msgid "Potential Delegates"
-msgstr "Potential delegates"
-
-#: mod/delegate.php:141 mod/tagrm.php:97
-msgid "Remove"
-msgstr "Remove"
-
-#: mod/delegate.php:142
-msgid "Add"
-msgstr "Add"
-
-#: mod/delegate.php:143
-msgid "No entries."
-msgstr "No entries."
-
-#: mod/dfrn_confirm.php:72 mod/profiles.php:23 mod/profiles.php:139
-#: mod/profiles.php:186 mod/profiles.php:622
-msgid "Profile not found."
-msgstr "Profile not found."
-
-#: mod/dfrn_confirm.php:129
-msgid ""
-"This may occasionally happen if contact was requested by both persons and it"
-" has already been approved."
-msgstr "This may occasionally happen if contact was requested by both persons and it has already been approved."
-
-#: mod/dfrn_confirm.php:246
-msgid "Response from remote site was not understood."
-msgstr "Response from remote site was not understood."
-
-#: mod/dfrn_confirm.php:255 mod/dfrn_confirm.php:260
-msgid "Unexpected response from remote site: "
-msgstr "Unexpected response from remote site: "
-
-#: mod/dfrn_confirm.php:269
-msgid "Confirmation completed successfully."
-msgstr "Confirmation completed successfully."
-
-#: mod/dfrn_confirm.php:271 mod/dfrn_confirm.php:285 mod/dfrn_confirm.php:292
-msgid "Remote site reported: "
-msgstr "Remote site reported: "
-
-#: mod/dfrn_confirm.php:283
-msgid "Temporary failure. Please wait and try again."
-msgstr "Temporary failure. Please wait and try again."
-
-#: mod/dfrn_confirm.php:290
-msgid "Introduction failed or was revoked."
-msgstr "Introduction failed or was revoked."
-
-#: mod/dfrn_confirm.php:420
-msgid "Unable to set contact photo."
-msgstr "Unable to set contact photo."
-
-#: mod/dfrn_confirm.php:561
-#, php-format
-msgid "No user record found for '%s' "
-msgstr "No user record found for '%s' "
-
-#: mod/dfrn_confirm.php:571
-msgid "Our site encryption key is apparently messed up."
-msgstr "Our site encryption key is apparently messed up."
-
-#: mod/dfrn_confirm.php:582
-msgid "Empty site URL was provided or URL could not be decrypted by us."
-msgstr "An empty URL was provided or the URL could not be decrypted by us."
-
-#: mod/dfrn_confirm.php:604
-msgid "Contact record was not found for you on our site."
-msgstr "Contact record was not found for you on our site."
-
-#: mod/dfrn_confirm.php:618
-#, php-format
-msgid "Site public key not available in contact record for URL %s."
-msgstr "Site public key not available in contact record for URL %s."
-
-#: mod/dfrn_confirm.php:638
-msgid ""
-"The ID provided by your system is a duplicate on our system. It should work "
-"if you try again."
-msgstr "The ID provided by your system is a duplicate on our system. It should work if you try again."
-
-#: mod/dfrn_confirm.php:649
-msgid "Unable to set your contact credentials on our system."
-msgstr "Unable to set your contact credentials on our system."
-
-#: mod/dfrn_confirm.php:711
-msgid "Unable to update your contact profile details on our system"
-msgstr "Unable to update your contact profile details on our system"
-
-#: mod/dfrn_confirm.php:783
-#, php-format
-msgid "%1$s has joined %2$s"
-msgstr "%1$s has joined %2$s"
-
-#: mod/dfrn_poll.php:104 mod/dfrn_poll.php:539
-#, php-format
-msgid "%1$s welcomes %2$s"
-msgstr "%1$s welcomes %2$s"
-
-#: mod/directory.php:195 view/theme/vier/theme.php:201
-msgid "Global Directory"
-msgstr "Global Directory"
-
-#: mod/directory.php:197
-msgid "Find on this site"
-msgstr "Find on this site"
-
-#: mod/directory.php:199
-msgid "Results for:"
-msgstr "Results for:"
-
-#: mod/directory.php:201
-msgid "Site Directory"
-msgstr "Site directory"
-
-#: mod/directory.php:208
-msgid "No entries (some entries may be hidden)."
-msgstr "No entries (entries may be hidden)."
-
-#: mod/dirfind.php:39
-#, php-format
-msgid "People Search - %s"
-msgstr "People search - %s"
-
-#: mod/dirfind.php:50
-#, php-format
-msgid "Forum Search - %s"
-msgstr "Forum search - %s"
-
-#: mod/dirfind.php:247 mod/match.php:112
-msgid "No matches"
-msgstr "No matches"
-
-#: mod/display.php:480
-msgid "Item has been removed."
-msgstr "Item has been removed."
-
-#: mod/editpost.php:19 mod/editpost.php:29
-msgid "Item not found"
-msgstr "Item not found"
-
-#: mod/editpost.php:34
-msgid "Edit post"
-msgstr "Edit post"
-
-#: mod/events.php:96 mod/events.php:98
-msgid "Event can not end before it has started."
-msgstr "Event cannot end before it has started."
-
-#: mod/events.php:105 mod/events.php:107
-msgid "Event title and start time are required."
-msgstr "Event title and starting time are required."
-
-#: mod/events.php:379
-msgid "Create New Event"
-msgstr "Create new event"
-
-#: mod/events.php:484
-msgid "Event details"
-msgstr "Event details"
-
-#: mod/events.php:485
-msgid "Starting date and Title are required."
-msgstr "Starting date and title are required."
-
-#: mod/events.php:486 mod/events.php:487
-msgid "Event Starts:"
-msgstr "Event starts:"
-
-#: mod/events.php:486 mod/events.php:498 mod/profiles.php:712
-msgid "Required"
-msgstr "Required"
-
-#: mod/events.php:488 mod/events.php:504
-msgid "Finish date/time is not known or not relevant"
-msgstr "Finish date/time is not known or not relevant"
-
-#: mod/events.php:490 mod/events.php:491
-msgid "Event Finishes:"
-msgstr "Event finishes:"
-
-#: mod/events.php:492 mod/events.php:505
-msgid "Adjust for viewer timezone"
-msgstr "Adjust for viewer's time zone"
-
-#: mod/events.php:494
-msgid "Description:"
-msgstr "Description:"
-
-#: mod/events.php:498 mod/events.php:500
-msgid "Title:"
-msgstr "Title:"
-
-#: mod/events.php:501 mod/events.php:502
-msgid "Share this event"
-msgstr "Share this event"
-
-#: mod/events.php:531
-msgid "Failed to remove event"
-msgstr "Failed to remove event"
-
-#: mod/events.php:533
-msgid "Event removed"
-msgstr "Event removed"
-
-#: mod/fbrowser.php:134
-msgid "Files"
-msgstr "Files"
-
-#: mod/fetch.php:15 mod/fetch.php:42 mod/fetch.php:51 mod/help.php:56
-#: mod/p.php:19 mod/p.php:46 mod/p.php:55 index.php:301
-msgid "Not Found"
-msgstr "Not found"
-
-#: mod/filer.php:31
-msgid "- select -"
-msgstr "- select -"
-
-#: mod/follow.php:21 mod/dfrn_request.php:893
-msgid "Submit Request"
-msgstr "Submit request"
-
-#: mod/follow.php:32
-msgid "You already added this contact."
-msgstr "You already added this contact."
-
-#: mod/follow.php:41
-msgid "Diaspora support isn't enabled. Contact can't be added."
-msgstr "Diaspora support isn't enabled. Contact can't be added."
-
-#: mod/follow.php:48
-msgid "OStatus support is disabled. Contact can't be added."
-msgstr "OStatus support is disabled. Contact can't be added."
-
-#: mod/follow.php:55
-msgid "The network type couldn't be detected. Contact can't be added."
-msgstr "The network type couldn't be detected. Contact can't be added."
-
-#: mod/follow.php:114 mod/dfrn_request.php:879
-msgid "Please answer the following:"
-msgstr "Please answer the following:"
-
-#: mod/follow.php:115 mod/dfrn_request.php:880
-#, php-format
-msgid "Does %s know you?"
-msgstr "Does %s know you?"
-
-#: mod/follow.php:116 mod/dfrn_request.php:884
-msgid "Add a personal note:"
-msgstr "Add a personal note:"
-
-#: mod/follow.php:122 mod/dfrn_request.php:890
-msgid "Your Identity Address:"
-msgstr "My identity address:"
-
-#: mod/follow.php:131 mod/notifications.php:257 mod/contacts.php:635
-msgid "Profile URL"
-msgstr "Profile URL:"
-
-#: mod/follow.php:188
-msgid "Contact added"
-msgstr "Contact added"
-
-#: mod/friendica.php:69
-msgid "This is Friendica, version"
-msgstr "This is Friendica, version"
-
-#: mod/friendica.php:70
-msgid "running at web location"
-msgstr "running at web location"
-
-#: mod/friendica.php:74
-msgid ""
-"Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn "
-"more about the Friendica project."
-msgstr "Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."
-
-#: mod/friendica.php:78
-msgid "Bug reports and issues: please visit"
-msgstr "Bug reports and issues: please visit"
-
-#: mod/friendica.php:78
-msgid "the bugtracker at github"
-msgstr "the bugtracker at github"
-
-#: mod/friendica.php:81
-msgid ""
-"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
-"dot com"
-msgstr "Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"
-
-#: mod/friendica.php:95
-msgid "Installed plugins/addons/apps:"
-msgstr "Installed plugins/addons/apps:"
-
-#: mod/friendica.php:109
-msgid "No installed plugins/addons/apps"
-msgstr "No installed plugins/addons/apps"
-
-#: mod/friendica.php:114
-msgid "On this server the following remote servers are blocked."
-msgstr "On this server the following remote servers are blocked."
-
-#: mod/friendica.php:115 mod/admin.php:281 mod/admin.php:299
-msgid "Reason for the block"
-msgstr "Reason for the block"
-
-#: mod/fsuggest.php:65
-msgid "Friend suggestion sent."
-msgstr "Friend suggestion sent"
-
-#: mod/fsuggest.php:99
-msgid "Suggest Friends"
-msgstr "Suggest friends"
-
-#: mod/fsuggest.php:101
-#, php-format
-msgid "Suggest a friend for %s"
-msgstr "Suggest a friend for %s"
-
-#: mod/group.php:30
-msgid "Group created."
-msgstr "Group created."
-
-#: mod/group.php:36
-msgid "Could not create group."
-msgstr "Could not create group."
-
-#: mod/group.php:50 mod/group.php:155
-msgid "Group not found."
-msgstr "Group not found."
-
-#: mod/group.php:64
-msgid "Group name changed."
-msgstr "Group name changed."
-
-#: mod/group.php:77 mod/profperm.php:22 index.php:409
-msgid "Permission denied"
-msgstr "Permission denied"
-
-#: mod/group.php:94
-msgid "Save Group"
-msgstr "Save group"
-
-#: mod/group.php:99
-msgid "Create a group of contacts/friends."
-msgstr "Create a group of contacts/friends."
-
-#: mod/group.php:124
-msgid "Group removed."
-msgstr "Group removed."
-
-#: mod/group.php:126
-msgid "Unable to remove group."
-msgstr "Unable to remove group."
-
-#: mod/group.php:190
-msgid "Delete Group"
-msgstr "Delete group"
-
-#: mod/group.php:196
-msgid "Group Editor"
-msgstr "Group Editor"
-
-#: mod/group.php:201
-msgid "Edit Group Name"
-msgstr "Edit group name"
-
-#: mod/group.php:211
-msgid "Members"
-msgstr "Members"
-
-#: mod/group.php:213 mod/contacts.php:703
-msgid "All Contacts"
-msgstr "All contacts"
-
-#: mod/group.php:227
-msgid "Remove Contact"
-msgstr "Remove contact"
-
-#: mod/group.php:251
-msgid "Add Contact"
-msgstr "Add contact"
-
-#: mod/group.php:263 mod/profperm.php:109
-msgid "Click on a contact to add or remove."
-msgstr "Click on a contact to add or remove."
-
-#: mod/hcard.php:13
-msgid "No profile"
-msgstr "No profile"
-
-#: mod/help.php:44
-msgid "Help:"
-msgstr "Help:"
-
-#: mod/help.php:59 index.php:304
-msgid "Page not found."
-msgstr "Page not found"
-
-#: mod/home.php:41
-#, php-format
-msgid "Welcome to %s"
-msgstr "Welcome to %s"
-
-#: mod/install.php:108
-msgid "Friendica Communications Server - Setup"
-msgstr "Friendica Communications Server - Setup"
-
-#: mod/install.php:114
-msgid "Could not connect to database."
-msgstr "Could not connect to database."
-
-#: mod/install.php:118
-msgid "Could not create table."
-msgstr "Could not create table."
-
-#: mod/install.php:124
-msgid "Your Friendica site database has been installed."
-msgstr "Your Friendica site database has been installed."
-
-#: mod/install.php:129
-msgid ""
-"You may need to import the file \"database.sql\" manually using phpmyadmin "
-"or mysql."
-msgstr "You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."
-
-#: mod/install.php:130 mod/install.php:202 mod/install.php:549
-msgid "Please see the file \"INSTALL.txt\"."
-msgstr "Please see the file \"INSTALL.txt\"."
-
-#: mod/install.php:142
-msgid "Database already in use."
-msgstr "Database already in use."
-
-#: mod/install.php:199
-msgid "System check"
-msgstr "System check"
-
-#: mod/install.php:204
-msgid "Check again"
-msgstr "Check again"
-
-#: mod/install.php:223
-msgid "Database connection"
-msgstr "Database connection"
-
-#: mod/install.php:224
-msgid ""
-"In order to install Friendica we need to know how to connect to your "
-"database."
-msgstr "In order to install Friendica we need to know how to connect to your database."
-
-#: mod/install.php:225
-msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
-msgstr "Please contact your hosting provider or site administrator if you have questions about these settings."
-
-#: mod/install.php:226
-msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
-msgstr "The database you specify below should already exist. If it does not, please create it before continuing."
-
-#: mod/install.php:230
-msgid "Database Server Name"
-msgstr "Database server name"
-
-#: mod/install.php:231
-msgid "Database Login Name"
-msgstr "Database login name"
-
-#: mod/install.php:232
-msgid "Database Login Password"
-msgstr "Database login password"
-
-#: mod/install.php:232
-msgid "For security reasons the password must not be empty"
-msgstr "For security reasons the password must not be empty"
-
-#: mod/install.php:233
-msgid "Database Name"
-msgstr "Database name"
-
-#: mod/install.php:234 mod/install.php:275
-msgid "Site administrator email address"
-msgstr "Site administrator email address"
-
-#: mod/install.php:234 mod/install.php:275
-msgid ""
-"Your account email address must match this in order to use the web admin "
-"panel."
-msgstr "Your account email address must match this in order to use the web admin panel."
-
-#: mod/install.php:238 mod/install.php:278
-msgid "Please select a default timezone for your website"
-msgstr "Please select a default time zone for your website"
-
-#: mod/install.php:265
-msgid "Site settings"
-msgstr "Site settings"
-
-#: mod/install.php:279
-msgid "System Language:"
-msgstr "System language:"
-
-#: mod/install.php:279
-msgid ""
-"Set the default language for your Friendica installation interface and to "
-"send emails."
-msgstr "Set the default language for your Friendica installation interface and email communication."
-
-#: mod/install.php:319
-msgid "Could not find a command line version of PHP in the web server PATH."
-msgstr "Could not find a command line version of PHP in the web server PATH."
-
-#: mod/install.php:320
-msgid ""
-"If you don't have a command line version of PHP installed on server, you "
-"will not be able to run the background processing. See <a "
-"href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-"
-"up-the-poller'>'Setup the poller'</a>"
-msgstr "If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-poller'>'Setup the poller'</a>"
-
-#: mod/install.php:324
-msgid "PHP executable path"
-msgstr "PHP executable path"
-
-#: mod/install.php:324
-msgid ""
-"Enter full path to php executable. You can leave this blank to continue the "
-"installation."
-msgstr "Enter full path to php executable. You can leave this blank to continue the installation."
-
-#: mod/install.php:329
-msgid "Command line PHP"
-msgstr "Command line PHP"
-
-#: mod/install.php:338
-msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
-msgstr "PHP executable is not a php cli binary; it could possibly be a cgi-fgci version."
-
-#: mod/install.php:339
-msgid "Found PHP version: "
-msgstr "Found PHP version: "
-
-#: mod/install.php:341
-msgid "PHP cli binary"
-msgstr "PHP cli binary"
-
-#: mod/install.php:352
-msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
-msgstr "The command line version of PHP on your system does not have \"register_argc_argv\" enabled."
-
-#: mod/install.php:353
-msgid "This is required for message delivery to work."
-msgstr "This is required for message delivery to work."
-
-#: mod/install.php:355
-msgid "PHP register_argc_argv"
-msgstr "PHP register_argc_argv"
-
-#: mod/install.php:378
-msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
-msgstr "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"
-
-#: mod/install.php:379
-msgid ""
-"If running under Windows, please see "
-"\"http://www.php.net/manual/en/openssl.installation.php\"."
-msgstr "If running under Windows OS, please see \"http://www.php.net/manual/en/openssl.installation.php\"."
-
-#: mod/install.php:381
-msgid "Generate encryption keys"
-msgstr "Generate encryption keys"
-
-#: mod/install.php:388
-msgid "libCurl PHP module"
-msgstr "libCurl PHP module"
-
-#: mod/install.php:389
-msgid "GD graphics PHP module"
-msgstr "GD graphics PHP module"
-
-#: mod/install.php:390
-msgid "OpenSSL PHP module"
-msgstr "OpenSSL PHP module"
-
-#: mod/install.php:391
-msgid "PDO or MySQLi PHP module"
-msgstr "PDO or MySQLi PHP module"
-
-#: mod/install.php:392
-msgid "mb_string PHP module"
-msgstr "mb_string PHP module"
-
-#: mod/install.php:393
-msgid "XML PHP module"
-msgstr "XML PHP module"
-
-#: mod/install.php:394
-msgid "iconv module"
-msgstr "iconv module"
-
-#: mod/install.php:398 mod/install.php:400
-msgid "Apache mod_rewrite module"
-msgstr "Apache mod_rewrite module"
-
-#: mod/install.php:398
-msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr "Error: Apache web server mod-rewrite module is required but not installed."
-
-#: mod/install.php:406
-msgid "Error: libCURL PHP module required but not installed."
-msgstr "Error: libCURL PHP module required but not installed."
-
-#: mod/install.php:410
-msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
-msgstr "Error: GD graphics PHP module with JPEG support required but not installed."
-
-#: mod/install.php:414
-msgid "Error: openssl PHP module required but not installed."
-msgstr "Error: openssl PHP module required but not installed."
-
-#: mod/install.php:418
-msgid "Error: PDO or MySQLi PHP module required but not installed."
-msgstr "Error: PDO or MySQLi PHP module required but not installed."
-
-#: mod/install.php:422
-msgid "Error: The MySQL driver for PDO is not installed."
-msgstr "Error: MySQL driver for PDO is not installed."
-
-#: mod/install.php:426
-msgid "Error: mb_string PHP module required but not installed."
-msgstr "Error: mb_string PHP module required but not installed."
-
-#: mod/install.php:430
-msgid "Error: iconv PHP module required but not installed."
-msgstr "Error: iconv PHP module required but not installed."
-
-#: mod/install.php:440
-msgid "Error, XML PHP module required but not installed."
-msgstr "Error, XML PHP module required but not installed."
-
-#: mod/install.php:452
-msgid ""
-"The web installer needs to be able to create a file called \".htconfig.php\""
-" in the top folder of your web server and it is unable to do so."
-msgstr "The web installer needs to be able to create a file called \".htconfig.php\" in the top-level directory of your web server, but it is unable to do so."
-
-#: mod/install.php:453
-msgid ""
-"This is most often a permission setting, as the web server may not be able "
-"to write files in your folder - even if you can."
-msgstr "This is most often a permission setting issue, as the web server may not be able to write files in your directory - even if you can."
-
-#: mod/install.php:454
-msgid ""
-"At the end of this procedure, we will give you a text to save in a file "
-"named .htconfig.php in your Friendica top folder."
-msgstr "At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top-level directory."
-
-#: mod/install.php:455
-msgid ""
-"You can alternatively skip this procedure and perform a manual installation."
-" Please see the file \"INSTALL.txt\" for instructions."
-msgstr "Alternatively, you may skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."
-
-#: mod/install.php:458
-msgid ".htconfig.php is writable"
-msgstr ".htconfig.php is writeable"
-
-#: mod/install.php:468
-msgid ""
-"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
-"compiles templates to PHP to speed up rendering."
-msgstr "Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."
-
-#: mod/install.php:469
-msgid ""
-"In order to store these compiled templates, the web server needs to have "
-"write access to the directory view/smarty3/ under the Friendica top level "
-"folder."
-msgstr "In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top-level directory."
-
-#: mod/install.php:470
-msgid ""
-"Please ensure that the user that your web server runs as (e.g. www-data) has"
-" write access to this folder."
-msgstr "Please ensure the user (e.g. www-data) that your web server runs as has write access to this directory."
-
-#: mod/install.php:471
-msgid ""
-"Note: as a security measure, you should give the web server write access to "
-"view/smarty3/ only--not the template files (.tpl) that it contains."
-msgstr "Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."
-
-#: mod/install.php:474
-msgid "view/smarty3 is writable"
-msgstr "view/smarty3 is writeable"
-
-#: mod/install.php:490
-msgid ""
-"Url rewrite in .htaccess is not working. Check your server configuration."
-msgstr "URL rewrite in .htaccess is not working. Check your server configuration."
-
-#: mod/install.php:492
-msgid "Url rewrite is working"
-msgstr "URL rewrite is working"
-
-#: mod/install.php:511
-msgid "ImageMagick PHP extension is not installed"
-msgstr "ImageMagick PHP extension is not installed"
-
-#: mod/install.php:513
-msgid "ImageMagick PHP extension is installed"
-msgstr "ImageMagick PHP extension is installed"
-
-#: mod/install.php:515
-msgid "ImageMagick supports GIF"
-msgstr "ImageMagick supports GIF"
-
-#: mod/install.php:522
-msgid ""
-"The database configuration file \".htconfig.php\" could not be written. "
-"Please use the enclosed text to create a configuration file in your web "
-"server root."
-msgstr "The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."
-
-#: mod/install.php:547
-msgid "<h1>What next</h1>"
-msgstr "<h1>What next</h1>"
-
-#: mod/install.php:548
-msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the "
-"poller."
-msgstr "IMPORTANT: You will need to [manually] setup a scheduled task for the poller."
-
-#: mod/invite.php:30
-msgid "Total invitation limit exceeded."
-msgstr "Total invitation limit exceeded"
-
-#: mod/invite.php:53
-#, php-format
-msgid "%s : Not a valid email address."
-msgstr "%s : Not a valid email address"
-
-#: mod/invite.php:78
-msgid "Please join us on Friendica"
-msgstr "Please join us on Friendica."
-
-#: mod/invite.php:89
-msgid "Invitation limit exceeded. Please contact your site administrator."
-msgstr "Invitation limit is exceeded. Please contact your site administrator."
-
-#: mod/invite.php:93
-#, php-format
-msgid "%s : Message delivery failed."
-msgstr "%s : Message delivery failed"
-
-#: mod/invite.php:97
-#, php-format
-msgid "%d message sent."
-msgid_plural "%d messages sent."
-msgstr[0] "%d message sent."
-msgstr[1] "%d messages sent."
-
-#: mod/invite.php:116
-msgid "You have no more invitations available"
-msgstr "You have no more invitations available."
-
-#: mod/invite.php:124
-#, php-format
-msgid ""
-"Visit %s for a list of public sites that you can join. Friendica members on "
-"other sites can all connect with each other, as well as with members of many"
-" other social networks."
-msgstr "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."
-
-#: mod/invite.php:126
-#, php-format
-msgid ""
-"To accept this invitation, please visit and register at %s or any other "
-"public Friendica website."
-msgstr "To accept this invitation, please register at %s or any other public Friendica website."
-
-#: mod/invite.php:127
-#, php-format
-msgid ""
-"Friendica sites all inter-connect to create a huge privacy-enhanced social "
-"web that is owned and controlled by its members. They can also connect with "
-"many traditional social networks. See %s for a list of alternate Friendica "
-"sites you can join."
-msgstr "Friendica sites are all inter-connect to create a large privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."
-
-#: mod/invite.php:130
-msgid ""
-"Our apologies. This system is not currently configured to connect with other"
-" public sites or invite members."
-msgstr "Our apologies. This system is not currently configured to connect with other public sites or invite members."
-
-#: mod/invite.php:136
-msgid "Send invitations"
-msgstr "Send invitations"
-
-#: mod/invite.php:137
-msgid "Enter email addresses, one per line:"
-msgstr "Enter email addresses, one per line:"
-
-#: mod/invite.php:138 mod/message.php:334 mod/message.php:517
-#: mod/wallmessage.php:137
-msgid "Your message:"
-msgstr "Your message:"
-
-#: mod/invite.php:139
-msgid ""
-"You are cordially invited to join me and other close friends on Friendica - "
-"and help us to create a better social web."
-msgstr "You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."
-
-#: mod/invite.php:141
-msgid "You will need to supply this invitation code: $invite_code"
-msgstr "You will need to supply this invitation code: $invite_code"
-
-#: mod/invite.php:141
-msgid ""
-"Once you have registered, please connect with me via my profile page at:"
-msgstr "Once you have registered, please connect with me via my profile page at:"
-
-#: mod/invite.php:143
-msgid ""
-"For more information about the Friendica project and why we feel it is "
-"important, please visit http://friendica.com"
-msgstr "For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"
-
-#: mod/localtime.php:25
-msgid "Time Conversion"
-msgstr "Time conversion"
-
-#: mod/localtime.php:27
-msgid ""
-"Friendica provides this service for sharing events with other networks and "
-"friends in unknown timezones."
-msgstr "Friendica provides this service for sharing events with other networks and friends in unknown time zones."
-
-#: mod/localtime.php:31
-#, php-format
-msgid "UTC time: %s"
-msgstr "UTC time: %s"
-
-#: mod/localtime.php:34
-#, php-format
-msgid "Current timezone: %s"
-msgstr "Current time zone: %s"
-
-#: mod/localtime.php:37
-#, php-format
-msgid "Converted localtime: %s"
-msgstr "Converted local time: %s"
-
-#: mod/localtime.php:42
-msgid "Please select your timezone:"
-msgstr "Please select your time zone:"
-
-#: mod/lockview.php:33 mod/lockview.php:41
-msgid "Remote privacy information not available."
-msgstr "Remote privacy information not available."
-
-#: mod/lockview.php:50
-msgid "Visible to:"
-msgstr "Visible to:"
-
-#: mod/lostpass.php:21
-msgid "No valid account found."
-msgstr "No valid account found."
-
-#: mod/lostpass.php:37
-msgid "Password reset request issued. Check your email."
-msgstr "Password reset request issued. Please check your email."
-
-#: mod/lostpass.php:43
-#, php-format
-msgid ""
-"\n"
-"\t\tDear %1$s,\n"
-"\t\t\tA request was recently received at \"%2$s\" to reset your account\n"
-"\t\tpassword. In order to confirm this request, please select the verification link\n"
-"\t\tbelow or paste it into your web browser address bar.\n"
-"\n"
-"\t\tIf you did NOT request this change, please DO NOT follow the link\n"
-"\t\tprovided and ignore and/or delete this email.\n"
-"\n"
-"\t\tYour password will not be changed unless we can verify that you\n"
-"\t\tissued this request."
-msgstr "\n\t\tDear %1$s,\n\t\t\tA request was issued at \"%2$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore/delete this email.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."
-
-#: mod/lostpass.php:54
-#, php-format
-msgid ""
-"\n"
-"\t\tFollow this link to verify your identity:\n"
-"\n"
-"\t\t%1$s\n"
-"\n"
-"\t\tYou will then receive a follow-up message containing the new password.\n"
-"\t\tYou may change that password from your account settings page after logging in.\n"
-"\n"
-"\t\tThe login details are as follows:\n"
-"\n"
-"\t\tSite Location:\t%2$s\n"
-"\t\tLogin Name:\t%3$s"
-msgstr "\n\t\tFollow this link to verify your identity:\n\n\t\t%1$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2$s\n\t\tLogin Name:\t%3$s"
-
-#: mod/lostpass.php:73
-#, php-format
-msgid "Password reset requested at %s"
-msgstr "Password reset requested at %s"
-
-#: mod/lostpass.php:93
-msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
-msgstr "Request could not be verified. (You may have previously submitted it.) Password reset failed."
-
-#: mod/lostpass.php:112 boot.php:877
-msgid "Password Reset"
-msgstr "Password reset"
-
-#: mod/lostpass.php:113
-msgid "Your password has been reset as requested."
-msgstr "Your password has been reset as requested."
-
-#: mod/lostpass.php:114
-msgid "Your new password is"
-msgstr "Your new password is"
-
-#: mod/lostpass.php:115
-msgid "Save or copy your new password - and then"
-msgstr "Save or copy your new password - and then"
-
-#: mod/lostpass.php:116
-msgid "click here to login"
-msgstr "click here to login"
-
-#: mod/lostpass.php:117
-msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
-msgstr "Your password may be changed from the <em>Settings</em> page after successful login."
-
-#: mod/lostpass.php:127
-#, php-format
-msgid ""
-"\n"
-"\t\t\t\tDear %1$s,\n"
-"\t\t\t\t\tYour password has been changed as requested. Please retain this\n"
-"\t\t\t\tinformation for your records (or change your password immediately to\n"
-"\t\t\t\tsomething that you will remember).\n"
-"\t\t\t"
-msgstr "\n\t\t\t\tDear %1$s,\n\t\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\t\tinformation for your records or change your password immediately to\n\t\t\t\tsomething that you will remember.\n\t\t\t"
-
-#: mod/lostpass.php:133
-#, php-format
-msgid ""
-"\n"
-"\t\t\t\tYour login details are as follows:\n"
-"\n"
-"\t\t\t\tSite Location:\t%1$s\n"
-"\t\t\t\tLogin Name:\t%2$s\n"
-"\t\t\t\tPassword:\t%3$s\n"
-"\n"
-"\t\t\t\tYou may change that password from your account settings page after logging in.\n"
-"\t\t\t"
-msgstr "\n\t\t\t\tYour login details are as follows:\n\n\t\t\t\tSite Location:\t%1$s\n\t\t\t\tLogin Name:\t%2$s\n\t\t\t\tPassword:\t%3$s\n\n\t\t\t\tYou may change that password from your account settings page after logging in.\n\t\t\t"
-
-#: mod/lostpass.php:149
-#, php-format
-msgid "Your password has been changed at %s"
-msgstr "Your password has been changed at %s"
-
-#: mod/lostpass.php:161
-msgid "Forgot your Password?"
-msgstr "Reset My Password"
-
-#: mod/lostpass.php:162
-msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
-msgstr "Enter email address or nickname to reset your password. You will receive further instruction via email."
-
-#: mod/lostpass.php:163 boot.php:865
-msgid "Nickname or Email: "
-msgstr "Nickname or email: "
-
-#: mod/lostpass.php:164
-msgid "Reset"
-msgstr "Reset"
-
-#: mod/maintenance.php:21
-msgid "System down for maintenance"
-msgstr "Sorry, the system is currently down for maintenance."
-
-#: mod/manage.php:152
-msgid "Manage Identities and/or Pages"
-msgstr "Manage Identities and Pages"
-
-#: mod/manage.php:153
-msgid ""
-"Toggle between different identities or community/group pages which share "
-"your account details or which you have been granted \"manage\" permissions"
-msgstr "Accounts that I manage or own."
-
-#: mod/manage.php:154
-msgid "Select an identity to manage: "
-msgstr "Select identity:"
-
-#: mod/match.php:38
-msgid "No keywords to match. Please add keywords to your default profile."
-msgstr "No keywords to match. Please add keywords to your default profile."
-
-#: mod/match.php:91
-msgid "is interested in:"
-msgstr "is interested in:"
-
-#: mod/match.php:105
-msgid "Profile Match"
-msgstr "Profile Match"
-
-#: mod/message.php:62 mod/wallmessage.php:52
-msgid "No recipient selected."
-msgstr "No recipient selected."
-
-#: mod/message.php:66
-msgid "Unable to locate contact information."
-msgstr "Unable to locate contact information."
-
-#: mod/message.php:69 mod/wallmessage.php:58
-msgid "Message could not be sent."
-msgstr "Message could not be sent."
-
-#: mod/message.php:72 mod/wallmessage.php:61
-msgid "Message collection failure."
-msgstr "Message collection failure."
-
-#: mod/message.php:75 mod/wallmessage.php:64
-msgid "Message sent."
-msgstr "Message sent."
-
-#: mod/message.php:206
-msgid "Do you really want to delete this message?"
-msgstr "Do you really want to delete this message?"
-
-#: mod/message.php:226
-msgid "Message deleted."
-msgstr "Message deleted."
-
-#: mod/message.php:257
-msgid "Conversation removed."
-msgstr "Conversation removed."
-
-#: mod/message.php:324 mod/wallmessage.php:128
-msgid "Send Private Message"
-msgstr "Send private message"
-
-#: mod/message.php:325 mod/message.php:512 mod/wallmessage.php:130
-msgid "To:"
-msgstr "To:"
-
-#: mod/message.php:330 mod/message.php:514 mod/wallmessage.php:131
-msgid "Subject:"
-msgstr "Subject:"
-
-#: mod/message.php:366
-msgid "No messages."
-msgstr "No messages."
-
-#: mod/message.php:405
-msgid "Message not available."
-msgstr "Message not available."
-
-#: mod/message.php:479
-msgid "Delete message"
-msgstr "Delete message"
-
-#: mod/message.php:505 mod/message.php:593
-msgid "Delete conversation"
-msgstr "Delete conversation"
-
-#: mod/message.php:507
-msgid ""
-"No secure communications available. You <strong>may</strong> be able to "
-"respond from the sender's profile page."
-msgstr "No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."
-
-#: mod/message.php:511
-msgid "Send Reply"
-msgstr "Send reply"
-
-#: mod/message.php:563
-#, php-format
-msgid "Unknown sender - %s"
-msgstr "Unknown sender - %s"
-
-#: mod/message.php:565
-#, php-format
-msgid "You and %s"
-msgstr "Me and %s"
-
-#: mod/message.php:567
-#, php-format
-msgid "%s and You"
-msgstr "%s and me"
-
-#: mod/message.php:596
-msgid "D, d M Y - g:i A"
-msgstr "D, d M Y - g:i A"
-
-#: mod/message.php:599
-#, php-format
-msgid "%d message"
-msgid_plural "%d messages"
-msgstr[0] "%d message"
-msgstr[1] "%d messages"
-
-#: mod/mood.php:135
-msgid "Mood"
-msgstr "Mood"
-
-#: mod/mood.php:136
-msgid "Set your current mood and tell your friends"
-msgstr "Set your current mood and tell your friends"
-
-#: mod/network.php:154 mod/search.php:230 mod/contacts.php:808
-#, php-format
-msgid "Results for: %s"
-msgstr "Results for: %s"
-
-#: mod/network.php:200 mod/search.php:28
-msgid "Remove term"
-msgstr "Remove term"
-
-#: mod/network.php:407
-#, php-format
-msgid ""
-"Warning: This group contains %s member from a network that doesn't allow non"
-" public messages."
-msgid_plural ""
-"Warning: This group contains %s members from a network that doesn't allow "
-"non public messages."
-msgstr[0] "Warning: This group contains %s member from a network that doesn't allow non public messages."
-msgstr[1] "Warning: This group contains %s members from a network that doesn't allow non public messages."
-
-#: mod/network.php:410
-msgid "Messages in this group won't be send to these receivers."
-msgstr "Messages in this group won't be send to these receivers."
-
-#: mod/network.php:538
-msgid "Private messages to this person are at risk of public disclosure."
-msgstr "Private messages to this person are at risk of public disclosure."
-
-#: mod/network.php:543
-msgid "Invalid contact."
-msgstr "Invalid contact."
-
-#: mod/network.php:816
-msgid "Commented Order"
-msgstr "Commented last"
-
-#: mod/network.php:819
-msgid "Sort by Comment Date"
-msgstr "Sort by comment date"
-
-#: mod/network.php:824
-msgid "Posted Order"
-msgstr "Posted last"
-
-#: mod/network.php:827
-msgid "Sort by Post Date"
-msgstr "Sort by post date"
-
-#: mod/network.php:838
-msgid "Posts that mention or involve you"
-msgstr "Posts mentioning or involving me"
-
-#: mod/network.php:846
-msgid "New"
-msgstr "New"
-
-#: mod/network.php:849
-msgid "Activity Stream - by date"
-msgstr "Activity Stream - by date"
-
-#: mod/network.php:857
-msgid "Shared Links"
-msgstr "Shared links"
-
-#: mod/network.php:860
-msgid "Interesting Links"
-msgstr "Interesting links"
-
-#: mod/network.php:868
-msgid "Starred"
-msgstr "Starred"
-
-#: mod/network.php:871
-msgid "Favourite Posts"
-msgstr "My favourite posts"
-
-#: mod/newmember.php:7
-msgid "Welcome to Friendica"
-msgstr "Welcome to Friendica"
-
-#: mod/newmember.php:8
-msgid "New Member Checklist"
-msgstr "New Member Checklist"
-
-#: mod/newmember.php:10
-msgid ""
-"We would like to offer some tips and links to help make your experience "
-"enjoyable. Click any item to visit the relevant page. A link to this page "
-"will be visible from your home page for two weeks after your initial "
-"registration and then will quietly disappear."
-msgstr "We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."
-
-#: mod/newmember.php:11
-msgid "Getting Started"
-msgstr "Getting started"
-
-#: mod/newmember.php:13
-msgid "Friendica Walk-Through"
-msgstr "Friendica walk-through"
-
-#: mod/newmember.php:13
-msgid ""
-"On your <em>Quick Start</em> page - find a brief introduction to your "
-"profile and network tabs, make some new connections, and find some groups to"
-" join."
-msgstr "On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."
-
-#: mod/newmember.php:17
-msgid "Go to Your Settings"
-msgstr "Go to your settings"
-
-#: mod/newmember.php:17
-msgid ""
-"On your <em>Settings</em> page -  change your initial password. Also make a "
-"note of your Identity Address. This looks just like an email address - and "
-"will be useful in making friends on the free social web."
-msgstr "On your <em>Settings</em> page -  change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."
-
-#: mod/newmember.php:18
-msgid ""
-"Review the other settings, particularly the privacy settings. An unpublished"
-" directory listing is like having an unlisted phone number. In general, you "
-"should probably publish your listing - unless all of your friends and "
-"potential friends know exactly how to find you."
-msgstr "Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."
-
-#: mod/newmember.php:22 mod/profile_photo.php:255 mod/profiles.php:703
-msgid "Upload Profile Photo"
-msgstr "Upload profile photo"
-
-#: mod/newmember.php:22
-msgid ""
-"Upload a profile photo if you have not done so already. Studies have shown "
-"that people with real photos of themselves are ten times more likely to make"
-" friends than people who do not."
-msgstr "Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."
-
-#: mod/newmember.php:23
-msgid "Edit Your Profile"
-msgstr "Edit your profile"
-
-#: mod/newmember.php:23
-msgid ""
-"Edit your <strong>default</strong> profile to your liking. Review the "
-"settings for hiding your list of friends and hiding the profile from unknown"
-" visitors."
-msgstr "Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."
-
-#: mod/newmember.php:24
-msgid "Profile Keywords"
-msgstr "Profile keywords"
-
-#: mod/newmember.php:24
-msgid ""
-"Set some public keywords for your default profile which describe your "
-"interests. We may be able to find other people with similar interests and "
-"suggest friendships."
-msgstr "Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."
-
-#: mod/newmember.php:26
-msgid "Connecting"
-msgstr "Connecting"
-
-#: mod/newmember.php:32
-msgid "Importing Emails"
-msgstr "Importing emails"
-
-#: mod/newmember.php:32
-msgid ""
-"Enter your email access information on your Connector Settings page if you "
-"wish to import and interact with friends or mailing lists from your email "
-"INBOX"
-msgstr "Enter your email access information on your Connector Settings if you wish to import and interact with friends or mailing lists from your email INBOX"
-
-#: mod/newmember.php:35
-msgid "Go to Your Contacts Page"
-msgstr "Go to your contacts page"
-
-#: mod/newmember.php:35
-msgid ""
-"Your Contacts page is your gateway to managing friendships and connecting "
-"with friends on other networks. Typically you enter their address or site "
-"URL in the <em>Add New Contact</em> dialog."
-msgstr "Your contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the <em>Add new contact</em> dialog."
-
-#: mod/newmember.php:36
-msgid "Go to Your Site's Directory"
-msgstr "Go to your site's directory"
-
-#: mod/newmember.php:36
-msgid ""
-"The Directory page lets you find other people in this network or other "
-"federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on "
-"their profile page. Provide your own Identity Address if requested."
-msgstr "The directory lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own identity address when requested."
-
-#: mod/newmember.php:37
-msgid "Finding New People"
-msgstr "Finding new people"
-
-#: mod/newmember.php:37
-msgid ""
-"On the side panel of the Contacts page are several tools to find new "
-"friends. We can match people by interest, look up people by name or "
-"interest, and provide suggestions based on network relationships. On a brand"
-" new site, friend suggestions will usually begin to be populated within 24 "
-"hours."
-msgstr "On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."
-
-#: mod/newmember.php:41
-msgid "Group Your Contacts"
-msgstr "Group your contacts"
-
-#: mod/newmember.php:41
-msgid ""
-"Once you have made some friends, organize them into private conversation "
-"groups from the sidebar of your Contacts page and then you can interact with"
-" each group privately on your Network page."
-msgstr "Once you have made some friends, organize them into private conversation groups from the sidebar of your contacts page and then you can interact with each group privately on your network page."
-
-#: mod/newmember.php:44
-msgid "Why Aren't My Posts Public?"
-msgstr "Why aren't my posts public?"
-
-#: mod/newmember.php:44
-msgid ""
-"Friendica respects your privacy. By default, your posts will only show up to"
-" people you've added as friends. For more information, see the help section "
-"from the link above."
-msgstr "Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."
-
-#: mod/newmember.php:48
-msgid "Getting Help"
-msgstr "Getting help"
-
-#: mod/newmember.php:50
-msgid "Go to the Help Section"
-msgstr "Go to the help section"
-
-#: mod/newmember.php:50
-msgid ""
-"Our <strong>help</strong> pages may be consulted for detail on other program"
-" features and resources."
-msgstr "Our <strong>help</strong> pages may be consulted for detail on other program features and resources."
-
-#: mod/nogroup.php:45 mod/viewcontacts.php:105 mod/contacts.php:597
-#: mod/contacts.php:941
-#, php-format
-msgid "Visit %s's profile [%s]"
-msgstr "Visit %s's profile [%s]"
-
-#: mod/nogroup.php:46 mod/contacts.php:942
-msgid "Edit contact"
-msgstr "Edit contact"
-
-#: mod/nogroup.php:67
-msgid "Contacts who are not members of a group"
-msgstr "Contacts who are not members of a group"
-
-#: mod/notifications.php:37
-msgid "Invalid request identifier."
-msgstr "Invalid request identifier."
-
-#: mod/notifications.php:46 mod/notifications.php:182
-#: mod/notifications.php:229
-msgid "Discard"
-msgstr "Discard"
-
-#: mod/notifications.php:62 mod/notifications.php:181
-#: mod/notifications.php:265 mod/contacts.php:617 mod/contacts.php:817
-#: mod/contacts.php:1002
-msgid "Ignore"
-msgstr "Ignore"
-
-#: mod/notifications.php:107
-msgid "Network Notifications"
-msgstr "Network notifications"
-
-#: mod/notifications.php:113 mod/notify.php:72
-msgid "System Notifications"
-msgstr "System notifications"
-
-#: mod/notifications.php:119
-msgid "Personal Notifications"
-msgstr "Personal notifications"
-
-#: mod/notifications.php:125
-msgid "Home Notifications"
-msgstr "Home notifications"
-
-#: mod/notifications.php:154
-msgid "Show Ignored Requests"
-msgstr "Show ignored requests."
-
-#: mod/notifications.php:154
-msgid "Hide Ignored Requests"
-msgstr "Hide ignored requests"
-
-#: mod/notifications.php:166 mod/notifications.php:236
-msgid "Notification type: "
-msgstr "Notification type: "
-
-#: mod/notifications.php:169
-#, php-format
-msgid "suggested by %s"
-msgstr "suggested by %s"
-
-#: mod/notifications.php:174 mod/notifications.php:253 mod/contacts.php:624
-msgid "Hide this contact from others"
-msgstr "Hide this contact from others"
-
-#: mod/notifications.php:175 mod/notifications.php:254
-msgid "Post a new friend activity"
-msgstr "Post a new friend activity"
-
-#: mod/notifications.php:175 mod/notifications.php:254
-msgid "if applicable"
-msgstr "if applicable"
-
-#: mod/notifications.php:178 mod/notifications.php:263 mod/admin.php:1512
-msgid "Approve"
-msgstr "Approve"
-
-#: mod/notifications.php:197
-msgid "Claims to be known to you: "
-msgstr "Says they know me:"
-
-#: mod/notifications.php:198
-msgid "yes"
-msgstr "yes"
-
-#: mod/notifications.php:198
-msgid "no"
-msgstr "no"
-
-#: mod/notifications.php:199 mod/notifications.php:204
-msgid "Shall your connection be bidirectional or not?"
-msgstr "Shall your connection be in both directions or not?"
-
-#: mod/notifications.php:200 mod/notifications.php:205
-#, php-format
-msgid ""
-"Accepting %s as a friend allows %s to subscribe to your posts, and you will "
-"also receive updates from them in your news feed."
-msgstr "Accepting %s as a friend allows %s to subscribe to your posts; you will also receive updates from them in your news feed."
-
-#: mod/notifications.php:201
-#, php-format
-msgid ""
-"Accepting %s as a subscriber allows them to subscribe to your posts, but you"
-" will not receive updates from them in your news feed."
-msgstr "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."
-
-#: mod/notifications.php:206
-#, php-format
-msgid ""
-"Accepting %s as a sharer allows them to subscribe to your posts, but you "
-"will not receive updates from them in your news feed."
-msgstr "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."
-
-#: mod/notifications.php:217
-msgid "Friend"
-msgstr "Friend"
-
-#: mod/notifications.php:218
-msgid "Sharer"
-msgstr "Sharer"
-
-#: mod/notifications.php:218
-msgid "Subscriber"
-msgstr "Subscriber"
-
-#: mod/notifications.php:274
-msgid "No introductions."
-msgstr "No introductions."
-
-#: mod/notifications.php:315
-msgid "Show unread"
-msgstr "Show unread"
-
-#: mod/notifications.php:315
-msgid "Show all"
-msgstr "Show all"
-
-#: mod/notifications.php:321
-#, php-format
-msgid "No more %s notifications."
-msgstr "No more %s notifications."
-
-#: mod/notify.php:68
-msgid "No more system notifications."
-msgstr "No more system notifications."
-
-#: mod/oexchange.php:24
-msgid "Post successful."
-msgstr "Post successful."
-
-#: mod/openid.php:24
-msgid "OpenID protocol error. No ID returned."
-msgstr "OpenID protocol error. No ID returned."
-
-#: mod/openid.php:60
-msgid ""
-"Account not found and OpenID registration is not permitted on this site."
-msgstr "Account not found and OpenID registration is not permitted on this site."
-
-#: mod/ostatus_subscribe.php:16
-msgid "Subscribing to OStatus contacts"
-msgstr "Subscribing to OStatus contacts"
-
-#: mod/ostatus_subscribe.php:27
-msgid "No contact provided."
-msgstr "No contact provided."
-
-#: mod/ostatus_subscribe.php:33
-msgid "Couldn't fetch information for contact."
-msgstr "Couldn't fetch information for contact."
-
-#: mod/ostatus_subscribe.php:42
-msgid "Couldn't fetch friends for contact."
-msgstr "Couldn't fetch friends for contact."
-
-#: mod/ostatus_subscribe.php:56 mod/repair_ostatus.php:46
-msgid "Done"
-msgstr "Done"
-
-#: mod/ostatus_subscribe.php:70
-msgid "success"
-msgstr "success"
-
-#: mod/ostatus_subscribe.php:72
-msgid "failed"
-msgstr "failed"
-
-#: mod/ostatus_subscribe.php:80 mod/repair_ostatus.php:52
-msgid "Keep this window open until done."
-msgstr "Keep this window open until done."
-
-#: mod/p.php:12
-msgid "Not Extended"
-msgstr "Not extended"
-
-#: mod/photos.php:96 mod/photos.php:1902
-msgid "Recent Photos"
-msgstr "Recent photos"
-
-#: mod/photos.php:99 mod/photos.php:1330 mod/photos.php:1904
-msgid "Upload New Photos"
-msgstr "Upload new photos"
-
-#: mod/photos.php:114 mod/settings.php:38
-msgid "everybody"
-msgstr "everybody"
-
-#: mod/photos.php:178
-msgid "Contact information unavailable"
-msgstr "Contact information unavailable"
-
-#: mod/photos.php:199
-msgid "Album not found."
-msgstr "Album not found."
-
-#: mod/photos.php:232 mod/photos.php:244 mod/photos.php:1274
-msgid "Delete Album"
-msgstr "Delete album"
-
-#: mod/photos.php:242
-msgid "Do you really want to delete this photo album and all its photos?"
-msgstr "Do you really want to delete this photo album and all its photos?"
-
-#: mod/photos.php:325 mod/photos.php:336 mod/photos.php:1600
-msgid "Delete Photo"
-msgstr "Delete photo"
-
-#: mod/photos.php:334
-msgid "Do you really want to delete this photo?"
-msgstr "Do you really want to delete this photo?"
-
-#: mod/photos.php:715
-#, php-format
-msgid "%1$s was tagged in %2$s by %3$s"
-msgstr "%1$s was tagged in %2$s by %3$s"
-
-#: mod/photos.php:715
-msgid "a photo"
-msgstr "a photo"
-
-#: mod/photos.php:815 mod/wall_upload.php:181 mod/profile_photo.php:155
-#, php-format
-msgid "Image exceeds size limit of %s"
-msgstr "Image exceeds size limit of %s"
-
-#: mod/photos.php:823
-msgid "Image file is empty."
-msgstr "Image file is empty."
-
-#: mod/photos.php:856 mod/wall_upload.php:218 mod/profile_photo.php:164
-msgid "Unable to process image."
-msgstr "Unable to process image."
-
-#: mod/photos.php:885 mod/wall_upload.php:257 mod/profile_photo.php:314
-msgid "Image upload failed."
-msgstr "Image upload failed."
-
-#: mod/photos.php:990
-msgid "No photos selected"
-msgstr "No photos selected"
-
-#: mod/photos.php:1093 mod/videos.php:311
-msgid "Access to this item is restricted."
-msgstr "Access to this item is restricted."
-
-#: mod/photos.php:1153
-#, php-format
-msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
-msgstr "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
-
-#: mod/photos.php:1190
-msgid "Upload Photos"
-msgstr "Upload photos"
-
-#: mod/photos.php:1194 mod/photos.php:1269
-msgid "New album name: "
-msgstr "New album name: "
-
-#: mod/photos.php:1195
-msgid "or existing album name: "
-msgstr "or existing album name: "
-
-#: mod/photos.php:1196
-msgid "Do not show a status post for this upload"
-msgstr "Do not show a status post for this upload"
-
-#: mod/photos.php:1207 mod/photos.php:1604 mod/settings.php:1308
-msgid "Show to Groups"
-msgstr "Show to groups"
-
-#: mod/photos.php:1208 mod/photos.php:1605 mod/settings.php:1309
-msgid "Show to Contacts"
-msgstr "Show to contacts"
-
-#: mod/photos.php:1209
-msgid "Private Photo"
-msgstr "Private photo"
-
-#: mod/photos.php:1210
-msgid "Public Photo"
-msgstr "Public photo"
-
-#: mod/photos.php:1280
-msgid "Edit Album"
-msgstr "Edit album"
-
-#: mod/photos.php:1285
-msgid "Show Newest First"
-msgstr "Show newest first"
-
-#: mod/photos.php:1287
-msgid "Show Oldest First"
-msgstr "Show oldest first"
-
-#: mod/photos.php:1316 mod/photos.php:1887
-msgid "View Photo"
-msgstr "View photo"
-
-#: mod/photos.php:1361
-msgid "Permission denied. Access to this item may be restricted."
-msgstr "Permission denied. Access to this item may be restricted."
-
-#: mod/photos.php:1363
-msgid "Photo not available"
-msgstr "Photo not available"
-
-#: mod/photos.php:1424
-msgid "View photo"
-msgstr "View photo"
-
-#: mod/photos.php:1424
-msgid "Edit photo"
-msgstr "Edit photo"
-
-#: mod/photos.php:1425
-msgid "Use as profile photo"
-msgstr "Use as profile photo"
-
-#: mod/photos.php:1450
-msgid "View Full Size"
-msgstr "View full size"
-
-#: mod/photos.php:1540
-msgid "Tags: "
-msgstr "Tags: "
-
-#: mod/photos.php:1543
-msgid "[Remove any tag]"
-msgstr "[Remove any tag]"
-
-#: mod/photos.php:1586
-msgid "New album name"
-msgstr "New album name"
-
-#: mod/photos.php:1587
-msgid "Caption"
-msgstr "Caption"
-
-#: mod/photos.php:1588
-msgid "Add a Tag"
-msgstr "Add Tag"
-
-#: mod/photos.php:1588
-msgid ""
-"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-msgstr "Example: @bob, @jojo@example.com, #California, #camping"
-
-#: mod/photos.php:1589
-msgid "Do not rotate"
-msgstr "Do not rotate"
-
-#: mod/photos.php:1590
-msgid "Rotate CW (right)"
-msgstr "Rotate right (CW)"
-
-#: mod/photos.php:1591
-msgid "Rotate CCW (left)"
-msgstr "Rotate left (CCW)"
-
-#: mod/photos.php:1606
-msgid "Private photo"
-msgstr "Private photo"
-
-#: mod/photos.php:1607
-msgid "Public photo"
-msgstr "Public photo"
-
-#: mod/photos.php:1816
-msgid "Map"
-msgstr "Map"
-
-#: mod/photos.php:1893 mod/videos.php:395
-msgid "View Album"
-msgstr "View album"
-
-#: mod/ping.php:273
-msgid "{0} wants to be your friend"
-msgstr "{0} wants to be your friend"
-
-#: mod/ping.php:288
-msgid "{0} sent you a message"
-msgstr "{0} sent you a message"
-
-#: mod/ping.php:303
-msgid "{0} requested registration"
-msgstr "{0} requested registration"
-
-#: mod/poke.php:197
-msgid "Poke/Prod"
-msgstr "Poke/Prod"
-
-#: mod/poke.php:198
-msgid "poke, prod or do other things to somebody"
-msgstr "Poke, prod or do other things to somebody"
-
-#: mod/poke.php:199
-msgid "Recipient"
-msgstr "Recipient:"
-
-#: mod/poke.php:200
-msgid "Choose what you wish to do to recipient"
-msgstr "Choose what you wish to do:"
-
-#: mod/poke.php:203
-msgid "Make this post private"
-msgstr "Make this post private"
-
-#: mod/profile.php:176
-msgid "Tips for New Members"
-msgstr "Tips for New Members"
-
-#: mod/profperm.php:28 mod/profperm.php:59
-msgid "Invalid profile identifier."
-msgstr "Invalid profile identifier."
-
-#: mod/profperm.php:105
-msgid "Profile Visibility Editor"
-msgstr "Profile Visibility Editor"
-
-#: mod/profperm.php:118
-msgid "Visible To"
-msgstr "Visible to"
-
-#: mod/profperm.php:134
-msgid "All Contacts (with secure profile access)"
-msgstr "All contacts with secure profile access"
-
-#: mod/register.php:95
-msgid ""
-"Registration successful. Please check your email for further instructions."
-msgstr "Registration successful. Please check your email for further instructions."
-
-#: mod/register.php:100
-#, php-format
-msgid ""
-"Failed to send email message. Here your accout details:<br> login: %s<br> "
-"password: %s<br><br>You can change your password after login."
-msgstr "Failed to send email message. Here your account details:<br> login: %s<br> password: %s<br><br>You can change your password after login."
-
-#: mod/register.php:107
-msgid "Registration successful."
-msgstr "Registration successful."
-
-#: mod/register.php:113
-msgid "Your registration can not be processed."
-msgstr "Your registration cannot be processed."
-
-#: mod/register.php:162
-msgid "Your registration is pending approval by the site owner."
-msgstr "Your registration is pending approval by the site administrator."
-
-#: mod/register.php:200 mod/uimport.php:53
-msgid ""
-"This site has exceeded the number of allowed daily account registrations. "
-"Please try again tomorrow."
-msgstr "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."
-
-#: mod/register.php:228
-msgid ""
-"You may (optionally) fill in this form via OpenID by supplying your OpenID "
-"and clicking 'Register'."
-msgstr "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."
-
-#: mod/register.php:229
-msgid ""
-"If you are not familiar with OpenID, please leave that field blank and fill "
-"in the rest of the items."
-msgstr "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."
-
-#: mod/register.php:230
-msgid "Your OpenID (optional): "
-msgstr "Your OpenID (optional): "
-
-#: mod/register.php:244
-msgid "Include your profile in member directory?"
-msgstr "Include your profile in member directory?"
-
-#: mod/register.php:269
-msgid "Note for the admin"
-msgstr "Note for the admin"
-
-#: mod/register.php:269
-msgid "Leave a message for the admin, why you want to join this node"
-msgstr "Leave a message for the admin, why you want to join this node."
-
-#: mod/register.php:270
-msgid "Membership on this site is by invitation only."
-msgstr "Membership on this site is by invitation only."
-
-#: mod/register.php:271
-msgid "Your invitation ID: "
-msgstr "Your invitation ID: "
-
-#: mod/register.php:274 mod/admin.php:1062
-msgid "Registration"
-msgstr "Registration"
-
-#: mod/register.php:282
-msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
-msgstr "Your full name: "
-
-#: mod/register.php:283
-msgid "Your Email Address: "
-msgstr "Your email address: "
-
-#: mod/register.php:285 mod/settings.php:1279
-msgid "New Password:"
-msgstr "New password:"
-
-#: mod/register.php:285
-msgid "Leave empty for an auto generated password."
-msgstr "Leave empty for an auto generated password."
-
-#: mod/register.php:286 mod/settings.php:1280
-msgid "Confirm:"
-msgstr "Confirm new password:"
-
-#: mod/register.php:287
-msgid ""
-"Choose a profile nickname. This must begin with a text character. Your "
-"profile address on this site will then be "
-"'<strong>nickname@$sitename</strong>'."
-msgstr "Choose a profile nickname. Your nickname will be part of your identity address; for example:  '<strong>nickname@$sitename</strong>'."
-
-#: mod/register.php:288
-msgid "Choose a nickname: "
-msgstr "Choose a nickname: "
-
-#: mod/register.php:297 mod/uimport.php:68
-msgid "Import"
-msgstr "Import profile"
-
-#: mod/register.php:298
-msgid "Import your profile to this friendica instance"
-msgstr "Import an existing Friendica profile to this node."
-
-#: mod/removeme.php:54 mod/removeme.php:57
-msgid "Remove My Account"
-msgstr "Remove my account"
-
-#: mod/removeme.php:55
-msgid ""
-"This will completely remove your account. Once this has been done it is not "
-"recoverable."
-msgstr "This will completely remove your account. Once this has been done it is not recoverable."
-
-#: mod/removeme.php:56
-msgid "Please enter your password for verification:"
-msgstr "Please enter your password for verification:"
-
-#: mod/repair_ostatus.php:16
-msgid "Resubscribing to OStatus contacts"
-msgstr "Resubscribing to OStatus contacts"
-
-#: mod/repair_ostatus.php:32
-msgid "Error"
-msgstr "Error"
-
-#: mod/search.php:103
-msgid "Only logged in users are permitted to perform a search."
-msgstr "Only logged in users are permitted to perform a search."
-
-#: mod/search.php:127
-msgid "Too Many Requests"
-msgstr "Too many requests"
-
-#: mod/search.php:128
-msgid "Only one search per minute is permitted for not logged in users."
-msgstr "Only one search per minute is permitted for not logged in users."
-
-#: mod/search.php:228
-#, php-format
-msgid "Items tagged with: %s"
-msgstr "Items tagged with: %s"
-
-#: mod/subthread.php:105
-#, php-format
-msgid "%1$s is following %2$s's %3$s"
-msgstr "%1$s is following %2$s's %3$s"
-
-#: mod/suggest.php:29
-msgid "Do you really want to delete this suggestion?"
-msgstr "Do you really want to delete this suggestion?"
-
-#: mod/suggest.php:73
-msgid ""
-"No suggestions available. If this is a new site, please try again in 24 "
-"hours."
-msgstr "No suggestions available. If this is a new site, please try again in 24 hours."
-
-#: mod/suggest.php:86 mod/suggest.php:106
-msgid "Ignore/Hide"
-msgstr "Ignore/Hide"
-
-#: mod/tagrm.php:45
-msgid "Tag removed"
-msgstr "Tag removed"
-
-#: mod/tagrm.php:84
-msgid "Remove Item Tag"
-msgstr "Remove Item tag"
-
-#: mod/tagrm.php:86
-msgid "Select a tag to remove: "
-msgstr "Select a tag to remove: "
-
-#: mod/uexport.php:38
-msgid "Export account"
-msgstr "Export account"
-
-#: mod/uexport.php:38
-msgid ""
-"Export your account info and contacts. Use this to make a backup of your "
-"account and/or to move it to another server."
-msgstr "Export your account info and contacts. Use this to backup your account or to move it to another server."
-
-#: mod/uexport.php:39
-msgid "Export all"
-msgstr "Export all"
-
-#: mod/uexport.php:39
-msgid ""
-"Export your accout info, contacts and all your items as json. Could be a "
-"very big file, and could take a lot of time. Use this to make a full backup "
-"of your account (photos are not exported)"
-msgstr "Export your account info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"
-
-#: mod/uexport.php:46 mod/settings.php:97
-msgid "Export personal data"
-msgstr "Export personal data"
-
-#: mod/update_community.php:21 mod/update_display.php:25
-#: mod/update_network.php:29 mod/update_notes.php:38 mod/update_profile.php:37
-msgid "[Embedded content - reload page to view]"
-msgstr "[Embedded content - reload page to view]"
-
-#: mod/videos.php:126
-msgid "Do you really want to delete this video?"
-msgstr "Do you really want to delete this video?"
-
-#: mod/videos.php:131
-msgid "Delete Video"
-msgstr "Delete video"
-
-#: mod/videos.php:210
-msgid "No videos selected"
-msgstr "No videos selected"
-
-#: mod/videos.php:404
-msgid "Recent Videos"
-msgstr "Recent videos"
-
-#: mod/videos.php:406
-msgid "Upload New Videos"
-msgstr "Upload new videos"
-
-#: mod/viewcontacts.php:78
-msgid "No contacts."
-msgstr "No contacts."
-
-#: mod/viewsrc.php:8
-msgid "Access denied."
-msgstr "Access denied."
-
-#: mod/wall_attach.php:19 mod/wall_attach.php:27 mod/wall_attach.php:78
-#: mod/wall_upload.php:36 mod/wall_upload.php:52 mod/wall_upload.php:110
-#: mod/wall_upload.php:150 mod/wall_upload.php:153
-msgid "Invalid request."
-msgstr "Invalid request."
-
-#: mod/wall_attach.php:96
-msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
-msgstr "Sorry, maybe your upload is bigger than the PHP configuration allows"
-
-#: mod/wall_attach.php:96
-msgid "Or - did you try to upload an empty file?"
-msgstr "Or did you try to upload an empty file?"
-
-#: mod/wall_attach.php:107
-#, php-format
-msgid "File exceeds size limit of %s"
-msgstr "File exceeds size limit of %s"
-
-#: mod/wall_attach.php:160 mod/wall_attach.php:176
-msgid "File upload failed."
-msgstr "File upload failed."
-
-#: mod/wallmessage.php:44 mod/wallmessage.php:108
-#, php-format
-msgid "Number of daily wall messages for %s exceeded. Message failed."
-msgstr "Number of daily wall messages for %s exceeded. Message failed."
-
-#: mod/wallmessage.php:55
-msgid "Unable to check your home location."
-msgstr "Unable to check your home location."
-
-#: mod/wallmessage.php:82 mod/wallmessage.php:91
-msgid "No recipient."
-msgstr "No recipient."
-
-#: mod/wallmessage.php:129
-#, php-format
-msgid ""
-"If you wish for %s to respond, please check that the privacy settings on "
-"your site allow private mail from unknown senders."
-msgstr "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."
-
-#: mod/webfinger.php:11 mod/probe.php:10
-msgid "Only logged in users are permitted to perform a probing."
-msgstr "Only logged in users are permitted to perform a probing."
-
-#: mod/dfrn_request.php:103
-msgid "This introduction has already been accepted."
-msgstr "This introduction has already been accepted."
-
-#: mod/dfrn_request.php:126 mod/dfrn_request.php:528
-msgid "Profile location is not valid or does not contain profile information."
-msgstr "Profile location is not valid or does not contain profile information."
-
-#: mod/dfrn_request.php:131 mod/dfrn_request.php:533
-msgid "Warning: profile location has no identifiable owner name."
-msgstr "Warning: profile location has no identifiable owner name."
-
-#: mod/dfrn_request.php:134 mod/dfrn_request.php:536
-msgid "Warning: profile location has no profile photo."
-msgstr "Warning: profile location has no profile photo."
-
-#: mod/dfrn_request.php:138 mod/dfrn_request.php:540
-#, php-format
-msgid "%d required parameter was not found at the given location"
-msgid_plural "%d required parameters were not found at the given location"
-msgstr[0] "%d required parameter was not found at the given location"
-msgstr[1] "%d required parameters were not found at the given location"
-
-#: mod/dfrn_request.php:182
-msgid "Introduction complete."
-msgstr "Introduction complete."
-
-#: mod/dfrn_request.php:227
-msgid "Unrecoverable protocol error."
-msgstr "Unrecoverable protocol error."
-
-#: mod/dfrn_request.php:255
-msgid "Profile unavailable."
-msgstr "Profile unavailable."
-
-#: mod/dfrn_request.php:282
-#, php-format
-msgid "%s has received too many connection requests today."
-msgstr "%s has received too many connection requests today."
-
-#: mod/dfrn_request.php:283
-msgid "Spam protection measures have been invoked."
-msgstr "Spam protection measures have been invoked."
-
-#: mod/dfrn_request.php:284
-msgid "Friends are advised to please try again in 24 hours."
-msgstr "Friends are advised to please try again in 24 hours."
-
-#: mod/dfrn_request.php:346
-msgid "Invalid locator"
-msgstr "Invalid locator"
-
-#: mod/dfrn_request.php:355
-msgid "Invalid email address."
-msgstr "Invalid email address."
-
-#: mod/dfrn_request.php:380
-msgid "This account has not been configured for email. Request failed."
-msgstr "This account has not been configured for email. Request failed."
-
-#: mod/dfrn_request.php:483
-msgid "You have already introduced yourself here."
-msgstr "You have already introduced yourself here."
-
-#: mod/dfrn_request.php:487
-#, php-format
-msgid "Apparently you are already friends with %s."
-msgstr "Apparently you are already friends with %s."
-
-#: mod/dfrn_request.php:508
-msgid "Invalid profile URL."
-msgstr "Invalid profile URL."
-
-#: mod/dfrn_request.php:593 mod/contacts.php:221
-msgid "Failed to update contact record."
-msgstr "Failed to update contact record."
-
-#: mod/dfrn_request.php:614
-msgid "Your introduction has been sent."
-msgstr "Your introduction has been sent."
-
-#: mod/dfrn_request.php:656
-msgid ""
-"Remote subscription can't be done for your network. Please subscribe "
-"directly on your system."
-msgstr "Remote subscription can't be done for your network. Please subscribe directly on your system."
-
-#: mod/dfrn_request.php:677
-msgid "Please login to confirm introduction."
-msgstr "Please login to confirm introduction."
-
-#: mod/dfrn_request.php:687
-msgid ""
-"Incorrect identity currently logged in. Please login to "
-"<strong>this</strong> profile."
-msgstr "Incorrect identity currently logged in. Please login to <strong>this</strong> profile."
-
-#: mod/dfrn_request.php:701 mod/dfrn_request.php:718
-msgid "Confirm"
-msgstr "Confirm"
-
-#: mod/dfrn_request.php:713
-msgid "Hide this contact"
-msgstr "Hide this contact"
-
-#: mod/dfrn_request.php:716
-#, php-format
-msgid "Welcome home %s."
-msgstr "Welcome home %s."
-
-#: mod/dfrn_request.php:717
-#, php-format
-msgid "Please confirm your introduction/connection request to %s."
-msgstr "Please confirm your introduction/connection request to %s."
-
-#: mod/dfrn_request.php:848
-msgid ""
-"Please enter your 'Identity Address' from one of the following supported "
-"communications networks:"
-msgstr "Please enter your 'Identity address' from one of the following supported communications networks:"
-
-#: mod/dfrn_request.php:872
-#, php-format
-msgid ""
-"If you are not yet a member of the free social web, <a "
-"href=\"%s/siteinfo\">follow this link to find a public Friendica site and "
-"join us today</a>."
-msgstr "If you are not yet a member of the free social web, <a href=\"%s/siteinfo\">follow this link to find a public Friendica site and join us today</a>."
-
-#: mod/dfrn_request.php:877
-msgid "Friend/Connection Request"
-msgstr "Friend/Connection request"
-
-#: mod/dfrn_request.php:878
-msgid ""
-"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
-"testuser@identi.ca"
-msgstr "Examples: jojo@friendica.example.com, http://friendica.example.com/profile/jojo, sam@identi.ca"
-
-#: mod/dfrn_request.php:887
-msgid "StatusNet/Federated Social Web"
-msgstr "StatusNet/Federated social web"
-
-#: mod/dfrn_request.php:889
-#, php-format
-msgid ""
-" - please do not use this form.  Instead, enter %s into your Diaspora search"
-" bar."
-msgstr " - please do not use this form.  Instead, enter %s into your Diaspora search bar."
-
-#: mod/item.php:118
-msgid "Unable to locate original post."
-msgstr "Unable to locate original post."
-
-#: mod/item.php:345
-msgid "Empty post discarded."
-msgstr "Empty post discarded."
-
-#: mod/item.php:904
-msgid "System error. Post not saved."
-msgstr "System error. Post not saved."
-
-#: mod/item.php:995
-#, php-format
-msgid ""
-"This message was sent to you by %s, a member of the Friendica social "
-"network."
-msgstr "This message was sent to you by %s, a member of the Friendica social network."
-
-#: mod/item.php:997
-#, php-format
-msgid "You may visit them online at %s"
-msgstr "You may visit them online at %s"
-
-#: mod/item.php:998
-msgid ""
-"Please contact the sender by replying to this post if you do not wish to "
-"receive these messages."
-msgstr "Please contact the sender by replying to this post if you do not wish to receive these messages."
-
-#: mod/item.php:1002
-#, php-format
-msgid "%s posted an update."
-msgstr "%s posted an update."
-
-#: mod/regmod.php:60
-msgid "Account approved."
-msgstr "Account approved."
-
-#: mod/regmod.php:88
-#, php-format
-msgid "Registration revoked for %s"
-msgstr "Registration revoked for %s"
-
-#: mod/regmod.php:100
-msgid "Please login."
-msgstr "Please login."
-
-#: mod/uimport.php:70
-msgid "Move account"
-msgstr "Move Existing Friendica Account"
-
-#: mod/uimport.php:71
-msgid "You can import an account from another Friendica server."
-msgstr "You can import an existing Friendica profile to this node."
-
-#: mod/uimport.php:72
-msgid ""
-"You need to export your account from the old server and upload it here. We "
-"will recreate your old account here with all your contacts. We will try also"
-" to inform your friends that you moved here."
-msgstr "You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."
-
-#: mod/uimport.php:73
-msgid ""
-"This feature is experimental. We can't import contacts from the OStatus "
-"network (GNU Social/Statusnet) or from Diaspora"
-msgstr "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora."
-
-#: mod/uimport.php:74
-msgid "Account file"
-msgstr "Account file:"
-
-#: mod/uimport.php:74
-msgid ""
-"To export your account, go to \"Settings->Export your personal data\" and "
-"select \"Export account\""
-msgstr "To export your account, go to \"Settings->Export personal data\" and select \"Export account\""
-
-#: mod/admin.php:97
-msgid "Theme settings updated."
-msgstr "Theme settings updated."
-
-#: mod/admin.php:166 mod/admin.php:1060
-msgid "Site"
-msgstr "Site"
-
-#: mod/admin.php:167 mod/admin.php:994 mod/admin.php:1504 mod/admin.php:1520
-msgid "Users"
-msgstr "Users"
-
-#: mod/admin.php:168 mod/admin.php:1622 mod/admin.php:1685 mod/settings.php:76
-msgid "Plugins"
-msgstr "Plugins"
-
-#: mod/admin.php:169 mod/admin.php:1898 mod/admin.php:1948
-msgid "Themes"
-msgstr "Theme selection"
-
-#: mod/admin.php:170 mod/settings.php:54
-msgid "Additional features"
-msgstr "Additional features"
-
-#: mod/admin.php:171
-msgid "DB updates"
-msgstr "DB updates"
-
-#: mod/admin.php:172 mod/admin.php:513
-msgid "Inspect Queue"
-msgstr "Inspect queue"
-
-#: mod/admin.php:173 mod/admin.php:289
-msgid "Server Blocklist"
-msgstr "Server blocklist"
-
-#: mod/admin.php:174 mod/admin.php:479
-msgid "Federation Statistics"
-msgstr "Federation statistics"
-
-#: mod/admin.php:188 mod/admin.php:199 mod/admin.php:2022
-msgid "Logs"
-msgstr "Logs"
-
-#: mod/admin.php:189 mod/admin.php:2090
-msgid "View Logs"
-msgstr "View logs"
-
-#: mod/admin.php:190
-msgid "probe address"
-msgstr "Probe address"
-
-#: mod/admin.php:191
-msgid "check webfinger"
-msgstr "Check webfinger"
-
-#: mod/admin.php:198
-msgid "Plugin Features"
-msgstr "Plugin Features"
-
-#: mod/admin.php:200
-msgid "diagnostics"
-msgstr "Diagnostics"
-
-#: mod/admin.php:201
-msgid "User registrations waiting for confirmation"
-msgstr "User registrations awaiting confirmation"
-
-#: mod/admin.php:280
-msgid "The blocked domain"
-msgstr "Blocked domain"
-
-#: mod/admin.php:281 mod/admin.php:294
-msgid "The reason why you blocked this domain."
-msgstr "Reason why you blocked this domain."
-
-#: mod/admin.php:282
-msgid "Delete domain"
-msgstr "Delete domain"
-
-#: mod/admin.php:282
-msgid "Check to delete this entry from the blocklist"
-msgstr "Check to delete this entry from the blocklist"
-
-#: mod/admin.php:288 mod/admin.php:478 mod/admin.php:512 mod/admin.php:592
-#: mod/admin.php:1059 mod/admin.php:1503 mod/admin.php:1621 mod/admin.php:1684
-#: mod/admin.php:1897 mod/admin.php:1947 mod/admin.php:2021 mod/admin.php:2089
-msgid "Administration"
-msgstr "Administration"
-
-#: mod/admin.php:290
-msgid ""
-"This page can be used to define a black list of servers from the federated "
-"network that are not allowed to interact with your node. For all entered "
-"domains you should also give a reason why you have blocked the remote "
-"server."
-msgstr "This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."
-
-#: mod/admin.php:291
-msgid ""
-"The list of blocked servers will be made publically available on the "
-"/friendica page so that your users and people investigating communication "
-"problems can find the reason easily."
-msgstr "The list of blocked servers will publicly available on the Friendica page so that your users and people investigating communication problems can readily find the reason."
-
-#: mod/admin.php:292
-msgid "Add new entry to block list"
-msgstr "Add new entry to block list"
-
-#: mod/admin.php:293
-msgid "Server Domain"
-msgstr "Server domain"
-
-#: mod/admin.php:293
-msgid ""
-"The domain of the new server to add to the block list. Do not include the "
-"protocol."
-msgstr "The domain of the new server to add to the block list. Do not include the protocol."
-
-#: mod/admin.php:294
-msgid "Block reason"
-msgstr "Block reason"
-
-#: mod/admin.php:295
-msgid "Add Entry"
-msgstr "Add entry"
-
-#: mod/admin.php:296
-msgid "Save changes to the blocklist"
-msgstr "Save changes to the blocklist"
-
-#: mod/admin.php:297
-msgid "Current Entries in the Blocklist"
-msgstr "Current entries in the blocklist"
-
-#: mod/admin.php:300
-msgid "Delete entry from blocklist"
-msgstr "Delete entry from blocklist"
-
-#: mod/admin.php:303
-msgid "Delete entry from blocklist?"
-msgstr "Delete entry from blocklist?"
-
-#: mod/admin.php:328
-msgid "Server added to blocklist."
-msgstr "Server added to blocklist."
-
-#: mod/admin.php:344
-msgid "Site blocklist updated."
-msgstr "Site blocklist updated."
-
-#: mod/admin.php:409
-msgid "unknown"
-msgstr "unknown"
-
-#: mod/admin.php:472
-msgid ""
-"This page offers you some numbers to the known part of the federated social "
-"network your Friendica node is part of. These numbers are not complete but "
-"only reflect the part of the network your node is aware of."
-msgstr "This page offers you the amount of known part of the federated social network your Friendica node is part of. These numbers are not complete and only reflect the part of the network your node is aware of."
-
-#: mod/admin.php:473
-msgid ""
-"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
-"will improve the data displayed here."
-msgstr "The <em>Auto Discovered Contact Directory</em> feature is not enabled; enabling it will improve the data displayed here."
-
-#: mod/admin.php:485
-#, php-format
-msgid "Currently this node is aware of %d nodes from the following platforms:"
-msgstr "Currently this node is aware of %d nodes from the following platforms:"
-
-#: mod/admin.php:515
-msgid "ID"
-msgstr "ID"
-
-#: mod/admin.php:516
-msgid "Recipient Name"
-msgstr "Recipient name"
-
-#: mod/admin.php:517
-msgid "Recipient Profile"
-msgstr "Recipient profile"
-
-#: mod/admin.php:519
-msgid "Created"
-msgstr "Created"
-
-#: mod/admin.php:520
-msgid "Last Tried"
-msgstr "Last Tried"
-
-#: mod/admin.php:521
-msgid ""
-"This page lists the content of the queue for outgoing postings. These are "
-"postings the initial delivery failed for. They will be resend later and "
-"eventually deleted if the delivery fails permanently."
-msgstr ""
-
-#: mod/admin.php:546
-#, php-format
-msgid ""
-"Your DB still runs with MyISAM tables. You should change the engine type to "
-"InnoDB. As Friendica will use InnoDB only features in the future, you should"
-" change this! See <a href=\"%s\">here</a> for a guide that may be helpful "
-"converting the table engines. You may also use the command <tt>php "
-"include/dbstructure.php toinnodb</tt> of your Friendica installation for an "
-"automatic conversion.<br />"
-msgstr ""
-
-#: mod/admin.php:555
-msgid ""
-"The database update failed. Please run \"php include/dbstructure.php "
-"update\" from the command line and have a look at the errors that might "
-"appear."
-msgstr ""
-
-#: mod/admin.php:560 mod/admin.php:1453
-msgid "Normal Account"
-msgstr "Standard account"
-
-#: mod/admin.php:561 mod/admin.php:1454
-msgid "Soapbox Account"
-msgstr "Soapbox account"
-
-#: mod/admin.php:562 mod/admin.php:1455
-msgid "Community/Celebrity Account"
-msgstr ""
-
-#: mod/admin.php:563 mod/admin.php:1456
-msgid "Automatic Friend Account"
-msgstr ""
-
-#: mod/admin.php:564
-msgid "Blog Account"
-msgstr ""
-
-#: mod/admin.php:565
-msgid "Private Forum"
-msgstr ""
-
-#: mod/admin.php:587
-msgid "Message queues"
-msgstr ""
-
-#: mod/admin.php:593
-msgid "Summary"
-msgstr "Summary"
-
-#: mod/admin.php:595
-msgid "Registered users"
-msgstr "Registered users"
-
-#: mod/admin.php:597
-msgid "Pending registrations"
-msgstr "Pending registrations"
-
-#: mod/admin.php:598
-msgid "Version"
-msgstr "Version"
-
-#: mod/admin.php:603
-msgid "Active plugins"
-msgstr "Active plugins"
-
-#: mod/admin.php:628
-msgid "Can not parse base url. Must have at least <scheme>://<domain>"
-msgstr "Can not parse base URL. Must have at least <scheme>://<domain>"
-
-#: mod/admin.php:920
-msgid "Site settings updated."
-msgstr "Site settings updated."
-
-#: mod/admin.php:948 mod/settings.php:944
-msgid "No special theme for mobile devices"
-msgstr "No special theme for mobile devices"
-
-#: mod/admin.php:977
-msgid "No community page"
-msgstr "No community page"
-
-#: mod/admin.php:978
-msgid "Public postings from users of this site"
-msgstr "Public postings from users of this site"
-
-#: mod/admin.php:979
-msgid "Global community page"
-msgstr "Global community page"
-
-#: mod/admin.php:984 mod/contacts.php:541
-msgid "Never"
-msgstr "Never"
-
-#: mod/admin.php:985
-msgid "At post arrival"
-msgstr "At post arrival"
-
-#: mod/admin.php:993 mod/contacts.php:568
-msgid "Disabled"
-msgstr "Disabled"
-
-#: mod/admin.php:995
-msgid "Users, Global Contacts"
-msgstr "Users, Global Contacts"
-
-#: mod/admin.php:996
-msgid "Users, Global Contacts/fallback"
-msgstr "Users, Global Contacts/fallback"
-
-#: mod/admin.php:1000
-msgid "One month"
-msgstr "One month"
-
-#: mod/admin.php:1001
-msgid "Three months"
-msgstr "Three months"
-
-#: mod/admin.php:1002
-msgid "Half a year"
-msgstr "Half a year"
-
-#: mod/admin.php:1003
-msgid "One year"
-msgstr "One a year"
-
-#: mod/admin.php:1008
-msgid "Multi user instance"
-msgstr "Multi user instance"
-
-#: mod/admin.php:1031
-msgid "Closed"
-msgstr "Closed"
-
-#: mod/admin.php:1032
-msgid "Requires approval"
-msgstr "Requires approval"
-
-#: mod/admin.php:1033
-msgid "Open"
-msgstr "Open"
-
-#: mod/admin.php:1037
-msgid "No SSL policy, links will track page SSL state"
-msgstr "No SSL policy, links will track page SSL state"
-
-#: mod/admin.php:1038
-msgid "Force all links to use SSL"
-msgstr "Force all links to use SSL"
-
-#: mod/admin.php:1039
-msgid "Self-signed certificate, use SSL for local links only (discouraged)"
-msgstr "Self-signed certificate, use SSL for local links only (discouraged)"
-
-#: mod/admin.php:1061 mod/admin.php:1686 mod/admin.php:1949 mod/admin.php:2023
-#: mod/admin.php:2176 mod/settings.php:682 mod/settings.php:793
-#: mod/settings.php:842 mod/settings.php:909 mod/settings.php:1006
-#: mod/settings.php:1272
-msgid "Save Settings"
-msgstr "Save settings"
-
-#: mod/admin.php:1063
-msgid "File upload"
-msgstr "File upload"
-
-#: mod/admin.php:1064
-msgid "Policies"
-msgstr "Policies"
-
-#: mod/admin.php:1066
-msgid "Auto Discovered Contact Directory"
-msgstr ""
-
-#: mod/admin.php:1067
-msgid "Performance"
-msgstr "Performance"
-
-#: mod/admin.php:1068
-msgid "Worker"
-msgstr "Worker"
-
-#: mod/admin.php:1069
-msgid ""
-"Relocate - WARNING: advanced function. Could make this server unreachable."
-msgstr "Relocate - Warning, advanced function: This could make this server unreachable."
-
-#: mod/admin.php:1072
-msgid "Site name"
-msgstr "Site name"
-
-#: mod/admin.php:1073
-msgid "Host name"
-msgstr "Host name"
-
-#: mod/admin.php:1074
-msgid "Sender Email"
-msgstr "Sender email"
-
-#: mod/admin.php:1074
-msgid ""
-"The email address your server shall use to send notification emails from."
-msgstr "The email address your server shall use to send notification emails from."
-
-#: mod/admin.php:1075
-msgid "Banner/Logo"
-msgstr "Banner/Logo"
-
-#: mod/admin.php:1076
-msgid "Shortcut icon"
-msgstr "Shortcut icon"
-
-#: mod/admin.php:1076
-msgid "Link to an icon that will be used for browsers."
-msgstr "Link to an icon that will be used for browsers."
-
-#: mod/admin.php:1077
-msgid "Touch icon"
-msgstr "Touch icon"
-
-#: mod/admin.php:1077
-msgid "Link to an icon that will be used for tablets and mobiles."
-msgstr "Link to an icon that will be used for tablets and mobiles."
-
-#: mod/admin.php:1078
-msgid "Additional Info"
-msgstr "Additional Info"
-
-#: mod/admin.php:1078
-#, php-format
-msgid ""
-"For public servers: you can add additional information here that will be "
-"listed at %s/siteinfo."
-msgstr "For public servers: add additional information here that will be listed at %s/siteinfo."
-
-#: mod/admin.php:1079
-msgid "System language"
-msgstr "System language"
-
-#: mod/admin.php:1080
-msgid "System theme"
-msgstr "System theme"
-
-#: mod/admin.php:1080
-msgid ""
-"Default system theme - may be over-ridden by user profiles - <a href='#' "
-"id='cnftheme'>change theme settings</a>"
-msgstr "Default system theme - may be overridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"
-
-#: mod/admin.php:1081
-msgid "Mobile system theme"
-msgstr "Mobile system theme"
-
-#: mod/admin.php:1081
-msgid "Theme for mobile devices"
-msgstr "Theme for mobile devices"
-
-#: mod/admin.php:1082
-msgid "SSL link policy"
-msgstr "SSL link policy"
-
-#: mod/admin.php:1082
-msgid "Determines whether generated links should be forced to use SSL"
-msgstr "Determines whether generated links should be forced to use SSL"
-
-#: mod/admin.php:1083
-msgid "Force SSL"
-msgstr "Force SSL"
-
-#: mod/admin.php:1083
-msgid ""
-"Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
-" to endless loops."
-msgstr "Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."
-
-#: mod/admin.php:1084
-msgid "Hide help entry from navigation menu"
-msgstr "Hide help entry from navigation menu"
-
-#: mod/admin.php:1084
-msgid ""
-"Hides the menu entry for the Help pages from the navigation menu. You can "
-"still access it calling /help directly."
-msgstr "Hides the menu entry for the Help pages from the navigation menu. Help pages can still be accessed by calling ../help directly via its URL."
-
-#: mod/admin.php:1085
-msgid "Single user instance"
-msgstr "Single user instance"
-
-#: mod/admin.php:1085
-msgid "Make this instance multi-user or single-user for the named user"
-msgstr "Make this instance multi-user or single-user for the named user"
-
-#: mod/admin.php:1086
-msgid "Maximum image size"
-msgstr "Maximum image size"
-
-#: mod/admin.php:1086
-msgid ""
-"Maximum size in bytes of uploaded images. Default is 0, which means no "
-"limits."
-msgstr "Maximum size in bytes of uploaded images. Default is 0, which means no limits."
-
-#: mod/admin.php:1087
-msgid "Maximum image length"
-msgstr "Maximum image length"
-
-#: mod/admin.php:1087
-msgid ""
-"Maximum length in pixels of the longest side of uploaded images. Default is "
-"-1, which means no limits."
-msgstr ""
-
-#: mod/admin.php:1088
-msgid "JPEG image quality"
-msgstr "JPEG image quality"
-
-#: mod/admin.php:1088
-msgid ""
-"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
-"100, which is full quality."
-msgstr ""
-
-#: mod/admin.php:1090
-msgid "Register policy"
-msgstr "Register policy"
-
-#: mod/admin.php:1091
-msgid "Maximum Daily Registrations"
-msgstr ""
-
-#: mod/admin.php:1091
-msgid ""
-"If registration is permitted above, this sets the maximum number of new user"
-" registrations to accept per day.  If register is set to closed, this "
-"setting has no effect."
-msgstr ""
-
-#: mod/admin.php:1092
-msgid "Register text"
-msgstr ""
-
-#: mod/admin.php:1092
-msgid "Will be displayed prominently on the registration page."
-msgstr ""
-
-#: mod/admin.php:1093
-msgid "Accounts abandoned after x days"
-msgstr ""
-
-#: mod/admin.php:1093
-msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
-msgstr ""
-
-#: mod/admin.php:1094
-msgid "Allowed friend domains"
-msgstr ""
-
-#: mod/admin.php:1094
-msgid ""
-"Comma separated list of domains which are allowed to establish friendships "
-"with this site. Wildcards are accepted. Empty to allow any domains"
-msgstr ""
-
-#: mod/admin.php:1095
-msgid "Allowed email domains"
-msgstr ""
-
-#: mod/admin.php:1095
-msgid ""
-"Comma separated list of domains which are allowed in email addresses for "
-"registrations to this site. Wildcards are accepted. Empty to allow any "
-"domains"
-msgstr ""
-
-#: mod/admin.php:1096
-msgid "Block public"
-msgstr ""
-
-#: mod/admin.php:1096
-msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
-msgstr ""
-
-#: mod/admin.php:1097
-msgid "Force publish"
-msgstr ""
-
-#: mod/admin.php:1097
-msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
-msgstr ""
-
-#: mod/admin.php:1098
-msgid "Global directory URL"
-msgstr "Global directory URL"
-
-#: mod/admin.php:1098
-msgid ""
-"URL to the global directory. If this is not set, the global directory is "
-"completely unavailable to the application."
-msgstr "URL to the global directory: If this is not set, the global directory is completely unavailable to the application."
-
-#: mod/admin.php:1099
-msgid "Allow threaded items"
-msgstr ""
-
-#: mod/admin.php:1099
-msgid "Allow infinite level threading for items on this site."
-msgstr ""
-
-#: mod/admin.php:1100
-msgid "Private posts by default for new users"
-msgstr ""
-
-#: mod/admin.php:1100
-msgid ""
-"Set default post permissions for all new members to the default privacy "
-"group rather than public."
-msgstr ""
-
-#: mod/admin.php:1101
-msgid "Don't include post content in email notifications"
-msgstr ""
-
-#: mod/admin.php:1101
-msgid ""
-"Don't include the content of a post/comment/private message/etc. in the "
-"email notifications that are sent out from this site, as a privacy measure."
-msgstr ""
-
-#: mod/admin.php:1102
-msgid "Disallow public access to addons listed in the apps menu."
-msgstr ""
-
-#: mod/admin.php:1102
-msgid ""
-"Checking this box will restrict addons listed in the apps menu to members "
-"only."
-msgstr ""
-
-#: mod/admin.php:1103
-msgid "Don't embed private images in posts"
-msgstr ""
-
-#: mod/admin.php:1103
-msgid ""
-"Don't replace locally-hosted private photos in posts with an embedded copy "
-"of the image. This means that contacts who receive posts containing private "
-"photos will have to authenticate and load each image, which may take a "
-"while."
-msgstr ""
-
-#: mod/admin.php:1104
-msgid "Allow Users to set remote_self"
-msgstr ""
-
-#: mod/admin.php:1104
-msgid ""
-"With checking this, every user is allowed to mark every contact as a "
-"remote_self in the repair contact dialog. Setting this flag on a contact "
-"causes mirroring every posting of that contact in the users stream."
-msgstr ""
-
-#: mod/admin.php:1105
-msgid "Block multiple registrations"
-msgstr ""
-
-#: mod/admin.php:1105
-msgid "Disallow users to register additional accounts for use as pages."
-msgstr ""
-
-#: mod/admin.php:1106
-msgid "OpenID support"
-msgstr ""
-
-#: mod/admin.php:1106
-msgid "OpenID support for registration and logins."
-msgstr ""
-
-#: mod/admin.php:1107
-msgid "Fullname check"
-msgstr ""
-
-#: mod/admin.php:1107
-msgid ""
-"Force users to register with a space between firstname and lastname in Full "
-"name, as an antispam measure"
-msgstr ""
-
-#: mod/admin.php:1108
-msgid "Community Page Style"
-msgstr ""
-
-#: mod/admin.php:1108
-msgid ""
-"Type of community page to show. 'Global community' shows every public "
-"posting from an open distributed network that arrived on this server."
-msgstr ""
-
-#: mod/admin.php:1109
-msgid "Posts per user on community page"
-msgstr ""
-
-#: mod/admin.php:1109
-msgid ""
-"The maximum number of posts per user on the community page. (Not valid for "
-"'Global Community')"
-msgstr ""
-
-#: mod/admin.php:1110
-msgid "Enable OStatus support"
-msgstr ""
-
-#: mod/admin.php:1110
-msgid ""
-"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
-"communications in OStatus are public, so privacy warnings will be "
-"occasionally displayed."
-msgstr ""
-
-#: mod/admin.php:1111
-msgid "OStatus conversation completion interval"
-msgstr ""
-
-#: mod/admin.php:1111
-msgid ""
-"How often shall the poller check for new entries in OStatus conversations? "
-"This can be a very ressource task."
-msgstr ""
-
-#: mod/admin.php:1112
-msgid "Only import OStatus threads from our contacts"
-msgstr ""
-
-#: mod/admin.php:1112
-msgid ""
-"Normally we import every content from our OStatus contacts. With this option"
-" we only store threads that are started by a contact that is known on our "
-"system."
-msgstr ""
-
-#: mod/admin.php:1113
-msgid "OStatus support can only be enabled if threading is enabled."
-msgstr ""
-
-#: mod/admin.php:1115
-msgid ""
-"Diaspora support can't be enabled because Friendica was installed into a sub"
-" directory."
-msgstr ""
-
-#: mod/admin.php:1116
-msgid "Enable Diaspora support"
-msgstr ""
-
-#: mod/admin.php:1116
-msgid "Provide built-in Diaspora network compatibility."
-msgstr ""
-
-#: mod/admin.php:1117
-msgid "Only allow Friendica contacts"
-msgstr ""
-
-#: mod/admin.php:1117
-msgid ""
-"All contacts must use Friendica protocols. All other built-in communication "
-"protocols disabled."
-msgstr ""
-
-#: mod/admin.php:1118
-msgid "Verify SSL"
-msgstr ""
-
-#: mod/admin.php:1118
-msgid ""
-"If you wish, you can turn on strict certificate checking. This will mean you"
-" cannot connect (at all) to self-signed SSL sites."
-msgstr ""
-
-#: mod/admin.php:1119
-msgid "Proxy user"
-msgstr ""
-
-#: mod/admin.php:1120
-msgid "Proxy URL"
-msgstr "Proxy URL"
-
-#: mod/admin.php:1121
-msgid "Network timeout"
-msgstr ""
-
-#: mod/admin.php:1121
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
-msgstr ""
-
-#: mod/admin.php:1122
-msgid "Maximum Load Average"
-msgstr ""
-
-#: mod/admin.php:1122
-msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default 50."
-msgstr ""
-
-#: mod/admin.php:1123
-msgid "Maximum Load Average (Frontend)"
-msgstr ""
-
-#: mod/admin.php:1123
-msgid "Maximum system load before the frontend quits service - default 50."
-msgstr ""
-
-#: mod/admin.php:1124
-msgid "Minimal Memory"
-msgstr ""
-
-#: mod/admin.php:1124
-msgid ""
-"Minimal free memory in MB for the poller. Needs access to /proc/meminfo - "
-"default 0 (deactivated)."
-msgstr ""
-
-#: mod/admin.php:1125
-msgid "Maximum table size for optimization"
-msgstr ""
-
-#: mod/admin.php:1125
-msgid ""
-"Maximum table size (in MB) for the automatic optimization - default 100 MB. "
-"Enter -1 to disable it."
-msgstr ""
-
-#: mod/admin.php:1126
-msgid "Minimum level of fragmentation"
-msgstr ""
-
-#: mod/admin.php:1126
-msgid ""
-"Minimum fragmenation level to start the automatic optimization - default "
-"value is 30%."
-msgstr ""
-
-#: mod/admin.php:1128
-msgid "Periodical check of global contacts"
-msgstr ""
-
-#: mod/admin.php:1128
-msgid ""
-"If enabled, the global contacts are checked periodically for missing or "
-"outdated data and the vitality of the contacts and servers."
-msgstr ""
-
-#: mod/admin.php:1129
-msgid "Days between requery"
-msgstr ""
-
-#: mod/admin.php:1129
-msgid "Number of days after which a server is requeried for his contacts."
-msgstr ""
-
-#: mod/admin.php:1130
-msgid "Discover contacts from other servers"
-msgstr ""
-
-#: mod/admin.php:1130
-msgid ""
-"Periodically query other servers for contacts. You can choose between "
-"'users': the users on the remote system, 'Global Contacts': active contacts "
-"that are known on the system. The fallback is meant for Redmatrix servers "
-"and older friendica servers, where global contacts weren't available. The "
-"fallback increases the server load, so the recommened setting is 'Users, "
-"Global Contacts'."
-msgstr "Periodically query other servers for contacts. You can choose between 'Users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older Friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommend setting is 'Users, Global Contacts'."
-
-#: mod/admin.php:1131
-msgid "Timeframe for fetching global contacts"
-msgstr ""
-
-#: mod/admin.php:1131
-msgid ""
-"When the discovery is activated, this value defines the timeframe for the "
-"activity of the global contacts that are fetched from other servers."
-msgstr ""
-
-#: mod/admin.php:1132
-msgid "Search the local directory"
-msgstr ""
-
-#: mod/admin.php:1132
-msgid ""
-"Search the local directory instead of the global directory. When searching "
-"locally, every search will be executed on the global directory in the "
-"background. This improves the search results when the search is repeated."
-msgstr ""
-
-#: mod/admin.php:1134
-msgid "Publish server information"
-msgstr ""
-
-#: mod/admin.php:1134
-msgid ""
-"If enabled, general server and usage data will be published. The data "
-"contains the name and version of the server, number of users with public "
-"profiles, number of posts and the activated protocols and connectors. See <a"
-" href='http://the-federation.info/'>the-federation.info</a> for details."
-msgstr ""
-
-#: mod/admin.php:1136
-msgid "Suppress Tags"
-msgstr ""
-
-#: mod/admin.php:1136
-msgid "Suppress showing a list of hashtags at the end of the posting."
-msgstr ""
-
-#: mod/admin.php:1137
-msgid "Path to item cache"
-msgstr ""
-
-#: mod/admin.php:1137
-msgid "The item caches buffers generated bbcode and external images."
-msgstr ""
-
-#: mod/admin.php:1138
-msgid "Cache duration in seconds"
-msgstr ""
-
-#: mod/admin.php:1138
-msgid ""
-"How long should the cache files be hold? Default value is 86400 seconds (One"
-" day). To disable the item cache, set the value to -1."
-msgstr ""
-
-#: mod/admin.php:1139
-msgid "Maximum numbers of comments per post"
-msgstr ""
-
-#: mod/admin.php:1139
-msgid "How much comments should be shown for each post? Default value is 100."
-msgstr ""
-
-#: mod/admin.php:1140
-msgid "Temp path"
-msgstr ""
-
-#: mod/admin.php:1140
-msgid ""
-"If you have a restricted system where the webserver can't access the system "
-"temp path, enter another path here."
-msgstr ""
-
-#: mod/admin.php:1141
-msgid "Base path to installation"
-msgstr ""
-
-#: mod/admin.php:1141
-msgid ""
-"If the system cannot detect the correct path to your installation, enter the"
-" correct path here. This setting should only be set if you are using a "
-"restricted system and symbolic links to your webroot."
-msgstr ""
-
-#: mod/admin.php:1142
-msgid "Disable picture proxy"
-msgstr ""
-
-#: mod/admin.php:1142
-msgid ""
-"The picture proxy increases performance and privacy. It shouldn't be used on"
-" systems with very low bandwith."
-msgstr ""
-
-#: mod/admin.php:1143
-msgid "Only search in tags"
-msgstr ""
-
-#: mod/admin.php:1143
-msgid "On large systems the text search can slow down the system extremely."
-msgstr ""
-
-#: mod/admin.php:1145
-msgid "New base url"
-msgstr "New base URL"
-
-#: mod/admin.php:1145
-msgid ""
-"Change base url for this server. Sends relocate message to all DFRN contacts"
-" of all users."
-msgstr "Change base URL for this server. Sends relocate message to all DFRN contacts of all users."
-
-#: mod/admin.php:1147
-msgid "RINO Encryption"
-msgstr ""
-
-#: mod/admin.php:1147
-msgid "Encryption layer between nodes."
-msgstr ""
-
-#: mod/admin.php:1149
-msgid "Maximum number of parallel workers"
-msgstr ""
-
-#: mod/admin.php:1149
-msgid ""
-"On shared hosters set this to 2. On larger systems, values of 10 are great. "
-"Default value is 4."
-msgstr ""
-
-#: mod/admin.php:1150
-msgid "Don't use 'proc_open' with the worker"
-msgstr ""
-
-#: mod/admin.php:1150
-msgid ""
-"Enable this if your system doesn't allow the use of 'proc_open'. This can "
-"happen on shared hosters. If this is enabled you should increase the "
-"frequency of poller calls in your crontab."
-msgstr ""
-
-#: mod/admin.php:1151
-msgid "Enable fastlane"
-msgstr ""
-
-#: mod/admin.php:1151
-msgid ""
-"When enabed, the fastlane mechanism starts an additional worker if processes"
-" with higher priority are blocked by processes of lower priority."
-msgstr ""
-
-#: mod/admin.php:1152
-msgid "Enable frontend worker"
-msgstr ""
-
-#: mod/admin.php:1152
-msgid ""
-"When enabled the Worker process is triggered when backend access is "
-"performed (e.g. messages being delivered). On smaller sites you might want "
-"to call yourdomain.tld/worker on a regular basis via an external cron job. "
-"You should only enable this option if you cannot utilize cron/scheduled jobs"
-" on your server. The worker background process needs to be activated for "
-"this."
-msgstr ""
-
-#: mod/admin.php:1182
-msgid "Update has been marked successful"
-msgstr ""
-
-#: mod/admin.php:1190
-#, php-format
-msgid "Database structure update %s was successfully applied."
-msgstr ""
-
-#: mod/admin.php:1193
-#, php-format
-msgid "Executing of database structure update %s failed with error: %s"
-msgstr ""
-
-#: mod/admin.php:1207
-#, php-format
-msgid "Executing %s failed with error: %s"
-msgstr ""
-
-#: mod/admin.php:1210
-#, php-format
-msgid "Update %s was successfully applied."
-msgstr ""
-
-#: mod/admin.php:1213
-#, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
-msgstr ""
-
-#: mod/admin.php:1216
-#, php-format
-msgid "There was no additional update function %s that needed to be called."
-msgstr ""
-
-#: mod/admin.php:1236
-msgid "No failed updates."
-msgstr ""
-
-#: mod/admin.php:1237
-msgid "Check database structure"
-msgstr ""
-
-#: mod/admin.php:1242
-msgid "Failed Updates"
-msgstr ""
-
-#: mod/admin.php:1243
-msgid ""
-"This does not include updates prior to 1139, which did not return a status."
-msgstr ""
-
-#: mod/admin.php:1244
-msgid "Mark success (if update was manually applied)"
-msgstr ""
-
-#: mod/admin.php:1245
-msgid "Attempt to execute this update step automatically"
-msgstr ""
-
-#: mod/admin.php:1279
-#, php-format
-msgid ""
-"\n"
-"\t\t\tDear %1$s,\n"
-"\t\t\t\tthe administrator of %2$s has set up an account for you."
-msgstr ""
-
-#: mod/admin.php:1282
-#, php-format
-msgid ""
-"\n"
-"\t\t\tThe login details are as follows:\n"
-"\n"
-"\t\t\tSite Location:\t%1$s\n"
-"\t\t\tLogin Name:\t\t%2$s\n"
-"\t\t\tPassword:\t\t%3$s\n"
-"\n"
-"\t\t\tYou may change your password from your account \"Settings\" page after logging\n"
-"\t\t\tin.\n"
-"\n"
-"\t\t\tPlease take a few moments to review the other account settings on that page.\n"
-"\n"
-"\t\t\tYou may also wish to add some basic information to your default profile\n"
-"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
-"\n"
-"\t\t\tWe recommend setting your full name, adding a profile photo,\n"
-"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n"
-"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n"
-"\t\t\tthan that.\n"
-"\n"
-"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n"
-"\t\t\tIf you are new and do not know anybody here, they may help\n"
-"\t\t\tyou to make some new and interesting friends.\n"
-"\n"
-"\t\t\tThank you and welcome to %4$s."
-msgstr ""
-
-#: mod/admin.php:1326
-#, php-format
-msgid "%s user blocked/unblocked"
-msgid_plural "%s users blocked/unblocked"
-msgstr[0] ""
-msgstr[1] ""
-
-#: mod/admin.php:1333
-#, php-format
-msgid "%s user deleted"
-msgid_plural "%s users deleted"
-msgstr[0] ""
-msgstr[1] ""
-
-#: mod/admin.php:1380
-#, php-format
-msgid "User '%s' deleted"
-msgstr ""
-
-#: mod/admin.php:1388
-#, php-format
-msgid "User '%s' unblocked"
-msgstr ""
-
-#: mod/admin.php:1388
-#, php-format
-msgid "User '%s' blocked"
-msgstr ""
-
-#: mod/admin.php:1496 mod/admin.php:1522
-msgid "Register date"
-msgstr ""
-
-#: mod/admin.php:1496 mod/admin.php:1522
-msgid "Last login"
-msgstr ""
-
-#: mod/admin.php:1496 mod/admin.php:1522
-msgid "Last item"
-msgstr ""
-
-#: mod/admin.php:1496 mod/settings.php:45
-msgid "Account"
-msgstr ""
-
-#: mod/admin.php:1505
-msgid "Add User"
-msgstr ""
-
-#: mod/admin.php:1506
-msgid "select all"
-msgstr ""
-
-#: mod/admin.php:1507
-msgid "User registrations waiting for confirm"
-msgstr ""
-
-#: mod/admin.php:1508
-msgid "User waiting for permanent deletion"
-msgstr ""
-
-#: mod/admin.php:1509
-msgid "Request date"
-msgstr ""
-
-#: mod/admin.php:1510
-msgid "No registrations."
-msgstr ""
-
-#: mod/admin.php:1511
-msgid "Note from the user"
-msgstr ""
-
-#: mod/admin.php:1513
-msgid "Deny"
-msgstr ""
-
-#: mod/admin.php:1515 mod/contacts.php:616 mod/contacts.php:816
-#: mod/contacts.php:994
-msgid "Block"
-msgstr "Block"
-
-#: mod/admin.php:1516 mod/contacts.php:616 mod/contacts.php:816
-#: mod/contacts.php:994
-msgid "Unblock"
-msgstr "Unblock"
-
-#: mod/admin.php:1517
-msgid "Site admin"
-msgstr ""
-
-#: mod/admin.php:1518
-msgid "Account expired"
-msgstr ""
-
-#: mod/admin.php:1521
-msgid "New User"
-msgstr ""
-
-#: mod/admin.php:1522
-msgid "Deleted since"
-msgstr ""
-
-#: mod/admin.php:1527
-msgid ""
-"Selected users will be deleted!\\n\\nEverything these users had posted on "
-"this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr ""
-
-#: mod/admin.php:1528
-msgid ""
-"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
-"site will be permanently deleted!\\n\\nAre you sure?"
-msgstr ""
-
-#: mod/admin.php:1538
-msgid "Name of the new user."
-msgstr ""
-
-#: mod/admin.php:1539
-msgid "Nickname"
-msgstr ""
-
-#: mod/admin.php:1539
-msgid "Nickname of the new user."
-msgstr ""
-
-#: mod/admin.php:1540
-msgid "Email address of the new user."
-msgstr ""
-
-#: mod/admin.php:1583
-#, php-format
-msgid "Plugin %s disabled."
-msgstr ""
-
-#: mod/admin.php:1587
-#, php-format
-msgid "Plugin %s enabled."
-msgstr ""
-
-#: mod/admin.php:1598 mod/admin.php:1850
-msgid "Disable"
-msgstr ""
-
-#: mod/admin.php:1600 mod/admin.php:1852
-msgid "Enable"
-msgstr ""
-
-#: mod/admin.php:1623 mod/admin.php:1899
-msgid "Toggle"
-msgstr ""
-
-#: mod/admin.php:1631 mod/admin.php:1908
-msgid "Author: "
-msgstr ""
-
-#: mod/admin.php:1632 mod/admin.php:1909
-msgid "Maintainer: "
-msgstr ""
-
-#: mod/admin.php:1687
-msgid "Reload active plugins"
-msgstr ""
-
-#: mod/admin.php:1692
-#, php-format
-msgid ""
-"There are currently no plugins available on your node. You can find the "
-"official plugin repository at %1$s and might find other interesting plugins "
-"in the open plugin registry at %2$s"
-msgstr ""
-
-#: mod/admin.php:1811
-msgid "No themes found."
-msgstr ""
-
-#: mod/admin.php:1890
-msgid "Screenshot"
-msgstr ""
-
-#: mod/admin.php:1950
-msgid "Reload active themes"
-msgstr ""
-
-#: mod/admin.php:1955
-#, php-format
-msgid "No themes found on the system. They should be paced in %1$s"
-msgstr ""
-
-#: mod/admin.php:1956
-msgid "[Experimental]"
-msgstr ""
-
-#: mod/admin.php:1957
-msgid "[Unsupported]"
-msgstr ""
-
-#: mod/admin.php:1981
-msgid "Log settings updated."
-msgstr ""
-
-#: mod/admin.php:2013
-msgid "PHP log currently enabled."
-msgstr ""
-
-#: mod/admin.php:2015
-msgid "PHP log currently disabled."
-msgstr ""
-
-#: mod/admin.php:2024
-msgid "Clear"
-msgstr ""
-
-#: mod/admin.php:2029
-msgid "Enable Debugging"
-msgstr ""
-
-#: mod/admin.php:2030
-msgid "Log file"
-msgstr ""
-
-#: mod/admin.php:2030
-msgid ""
-"Must be writable by web server. Relative to your Friendica top-level "
-"directory."
-msgstr ""
-
-#: mod/admin.php:2031
-msgid "Log level"
-msgstr ""
-
-#: mod/admin.php:2034
-msgid "PHP logging"
-msgstr ""
-
-#: mod/admin.php:2035
-msgid ""
-"To enable logging of PHP errors and warnings you can add the following to "
-"the .htconfig.php file of your installation. The filename set in the "
-"'error_log' line is relative to the friendica top-level directory and must "
-"be writeable by the web server. The option '1' for 'log_errors' and "
-"'display_errors' is to enable these options, set to '0' to disable them."
-msgstr ""
-
-#: mod/admin.php:2165 mod/admin.php:2166 mod/settings.php:783
-msgid "Off"
-msgstr ""
-
-#: mod/admin.php:2165 mod/admin.php:2166 mod/settings.php:783
-msgid "On"
-msgstr ""
-
-#: mod/admin.php:2166
-#, php-format
-msgid "Lock feature %s"
-msgstr ""
-
-#: mod/admin.php:2174
-msgid "Manage Additional Features"
-msgstr ""
-
-#: mod/contacts.php:137
-#, php-format
-msgid "%d contact edited."
-msgid_plural "%d contacts edited."
-msgstr[0] "%d contact edited."
-msgstr[1] "%d contacts edited."
-
-#: mod/contacts.php:172 mod/contacts.php:381
-msgid "Could not access contact record."
-msgstr "Could not access contact record."
-
-#: mod/contacts.php:186
-msgid "Could not locate selected profile."
-msgstr "Could not locate selected profile."
-
-#: mod/contacts.php:219
-msgid "Contact updated."
-msgstr "Contact updated."
-
-#: mod/contacts.php:402
-msgid "Contact has been blocked"
-msgstr "Contact has been blocked"
-
-#: mod/contacts.php:402
-msgid "Contact has been unblocked"
-msgstr "Contact has been unblocked"
-
-#: mod/contacts.php:413
-msgid "Contact has been ignored"
-msgstr "Contact has been ignored"
-
-#: mod/contacts.php:413
-msgid "Contact has been unignored"
-msgstr "Contact has been unignored"
-
-#: mod/contacts.php:425
-msgid "Contact has been archived"
-msgstr "Contact has been archived"
-
-#: mod/contacts.php:425
-msgid "Contact has been unarchived"
-msgstr "Contact has been unarchived"
-
-#: mod/contacts.php:450
-msgid "Drop contact"
-msgstr "Drop contact"
-
-#: mod/contacts.php:453 mod/contacts.php:812
-msgid "Do you really want to delete this contact?"
-msgstr "Do you really want to delete this contact?"
-
-#: mod/contacts.php:472
-msgid "Contact has been removed."
-msgstr "Contact has been removed."
-
-#: mod/contacts.php:509
-#, php-format
-msgid "You are mutual friends with %s"
-msgstr "You are mutual friends with %s"
-
-#: mod/contacts.php:513
-#, php-format
-msgid "You are sharing with %s"
-msgstr "You are sharing with %s"
-
-#: mod/contacts.php:518
-#, php-format
-msgid "%s is sharing with you"
-msgstr "%s is sharing with you"
-
-#: mod/contacts.php:538
-msgid "Private communications are not available for this contact."
-msgstr "Private communications are not available for this contact."
-
-#: mod/contacts.php:545
-msgid "(Update was successful)"
-msgstr "(Update was successful)"
-
-#: mod/contacts.php:545
-msgid "(Update was not successful)"
-msgstr "(Update was not successful)"
-
-#: mod/contacts.php:547 mod/contacts.php:975
-msgid "Suggest friends"
-msgstr "Suggest friends"
-
-#: mod/contacts.php:551
-#, php-format
-msgid "Network type: %s"
-msgstr "Network type: %s"
-
-#: mod/contacts.php:564
-msgid "Communications lost with this contact!"
-msgstr "Communications lost with this contact!"
-
-#: mod/contacts.php:567
-msgid "Fetch further information for feeds"
-msgstr "Fetch further information for feeds"
-
-#: mod/contacts.php:568
-msgid "Fetch information"
-msgstr "Fetch information"
-
-#: mod/contacts.php:568
-msgid "Fetch information and keywords"
-msgstr "Fetch information and keywords"
-
-#: mod/contacts.php:586
-msgid "Contact"
-msgstr "Contact"
-
-#: mod/contacts.php:589
-msgid "Profile Visibility"
-msgstr "Profile visibility"
-
-#: mod/contacts.php:590
-#, php-format
-msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
-msgstr "Please choose the profile you would like to display to %s when viewing your profile securely."
-
-#: mod/contacts.php:591
-msgid "Contact Information / Notes"
-msgstr "Personal note"
-
-#: mod/contacts.php:592
-msgid "Edit contact notes"
-msgstr "Edit contact notes"
-
-#: mod/contacts.php:598
-msgid "Block/Unblock contact"
-msgstr "Block/Unblock contact"
-
-#: mod/contacts.php:599
-msgid "Ignore contact"
-msgstr "Ignore contact"
-
-#: mod/contacts.php:600
-msgid "Repair URL settings"
-msgstr "Repair URL settings"
-
-#: mod/contacts.php:601
-msgid "View conversations"
-msgstr "View conversations"
-
-#: mod/contacts.php:607
-msgid "Last update:"
-msgstr "Last update:"
-
-#: mod/contacts.php:609
-msgid "Update public posts"
-msgstr "Update public posts"
-
-#: mod/contacts.php:611 mod/contacts.php:985
-msgid "Update now"
-msgstr "Update now"
-
-#: mod/contacts.php:617 mod/contacts.php:817 mod/contacts.php:1002
-msgid "Unignore"
-msgstr "Unignore"
-
-#: mod/contacts.php:621
-msgid "Currently blocked"
-msgstr "Currently blocked"
-
-#: mod/contacts.php:622
-msgid "Currently ignored"
-msgstr "Currently ignored"
-
-#: mod/contacts.php:623
-msgid "Currently archived"
-msgstr "Currently archived"
-
-#: mod/contacts.php:624
-msgid ""
-"Replies/likes to your public posts <strong>may</strong> still be visible"
-msgstr "Replies/Likes to your public posts <strong>may</strong> still be visible"
-
-#: mod/contacts.php:625
-msgid "Notification for new posts"
-msgstr "Notification for new posts"
-
-#: mod/contacts.php:625
-msgid "Send a notification of every new post of this contact"
-msgstr "Send notification for every new post from this contact"
-
-#: mod/contacts.php:628
-msgid "Blacklisted keywords"
-msgstr "Blacklisted keywords"
-
-#: mod/contacts.php:628
-msgid ""
-"Comma separated list of keywords that should not be converted to hashtags, "
-"when \"Fetch information and keywords\" is selected"
-msgstr "Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"
-
-#: mod/contacts.php:646
-msgid "Actions"
-msgstr "Actions"
-
-#: mod/contacts.php:649
-msgid "Contact Settings"
-msgstr "Notification and privacy "
-
-#: mod/contacts.php:695
-msgid "Suggestions"
-msgstr "Suggestions"
-
-#: mod/contacts.php:698
-msgid "Suggest potential friends"
-msgstr "Suggest potential friends"
-
-#: mod/contacts.php:706
-msgid "Show all contacts"
-msgstr "Show all contacts"
-
-#: mod/contacts.php:711
-msgid "Unblocked"
-msgstr "Unblocked"
-
-#: mod/contacts.php:714
-msgid "Only show unblocked contacts"
-msgstr "Only show unblocked contacts"
-
-#: mod/contacts.php:720
-msgid "Blocked"
-msgstr "Blocked"
-
-#: mod/contacts.php:723
-msgid "Only show blocked contacts"
-msgstr "Only show blocked contacts"
-
-#: mod/contacts.php:729
-msgid "Ignored"
-msgstr "Ignored"
-
-#: mod/contacts.php:732
-msgid "Only show ignored contacts"
-msgstr "Only show ignored contacts"
-
-#: mod/contacts.php:738
-msgid "Archived"
-msgstr "Archived"
-
-#: mod/contacts.php:741
-msgid "Only show archived contacts"
-msgstr "Only show archived contacts"
-
-#: mod/contacts.php:747
-msgid "Hidden"
-msgstr "Hidden"
-
-#: mod/contacts.php:750
-msgid "Only show hidden contacts"
-msgstr "Only show hidden contacts"
-
-#: mod/contacts.php:807
-msgid "Search your contacts"
-msgstr "Search your contacts"
-
-#: mod/contacts.php:815 mod/settings.php:162 mod/settings.php:708
-msgid "Update"
-msgstr "Update"
-
-#: mod/contacts.php:818 mod/contacts.php:1010
-msgid "Archive"
-msgstr "Archive"
-
-#: mod/contacts.php:818 mod/contacts.php:1010
-msgid "Unarchive"
-msgstr "Unarchive"
-
-#: mod/contacts.php:821
-msgid "Batch Actions"
-msgstr "Batch actions"
-
-#: mod/contacts.php:867
-msgid "View all contacts"
-msgstr "View all contacts"
-
-#: mod/contacts.php:877
-msgid "View all common friends"
-msgstr "View all common friends"
-
-#: mod/contacts.php:884
-msgid "Advanced Contact Settings"
-msgstr "Advanced contact settings"
-
-#: mod/contacts.php:918
-msgid "Mutual Friendship"
-msgstr "Mutual friendship"
-
-#: mod/contacts.php:922
-msgid "is a fan of yours"
-msgstr "is a fan of yours"
-
-#: mod/contacts.php:926
-msgid "you are a fan of"
-msgstr "I follow them"
-
-#: mod/contacts.php:996
-msgid "Toggle Blocked status"
-msgstr "Toggle blocked status"
-
-#: mod/contacts.php:1004
-msgid "Toggle Ignored status"
-msgstr "Toggle ignored status"
-
-#: mod/contacts.php:1012
-msgid "Toggle Archive status"
-msgstr "Toggle archive status"
-
-#: mod/contacts.php:1020
-msgid "Delete contact"
-msgstr "Delete contact"
-
-#: mod/profile_photo.php:44
-msgid "Image uploaded but image cropping failed."
-msgstr "Image uploaded but image cropping failed."
-
-#: mod/profile_photo.php:77 mod/profile_photo.php:85 mod/profile_photo.php:93
-#: mod/profile_photo.php:322
-#, php-format
-msgid "Image size reduction [%s] failed."
-msgstr "Image size reduction [%s] failed."
-
-#: mod/profile_photo.php:127
-msgid ""
-"Shift-reload the page or clear browser cache if the new photo does not "
-"display immediately."
-msgstr "Shift-reload the page or clear browser cache if the new photo does not display immediately."
-
-#: mod/profile_photo.php:136
-msgid "Unable to process image"
-msgstr "Unable to process image"
-
-#: mod/profile_photo.php:253
-msgid "Upload File:"
-msgstr "Upload File:"
-
-#: mod/profile_photo.php:254
-msgid "Select a profile:"
-msgstr "Select a profile:"
-
-#: mod/profile_photo.php:256
-msgid "Upload"
-msgstr "Upload"
-
-#: mod/profile_photo.php:259
-msgid "or"
-msgstr "or"
-
-#: mod/profile_photo.php:259
-msgid "skip this step"
-msgstr "skip this step"
-
-#: mod/profile_photo.php:259
-msgid "select a photo from your photo albums"
-msgstr "select a photo from your photo albums"
-
-#: mod/profile_photo.php:273
-msgid "Crop Image"
-msgstr "Crop Image"
-
-#: mod/profile_photo.php:274
-msgid "Please adjust the image cropping for optimum viewing."
-msgstr "Please adjust the image cropping for optimum viewing."
-
-#: mod/profile_photo.php:276
-msgid "Done Editing"
-msgstr "Done editing"
-
-#: mod/profile_photo.php:312
-msgid "Image uploaded successfully."
-msgstr "Image uploaded successfully."
-
-#: mod/profiles.php:42
-msgid "Profile deleted."
-msgstr "Profile deleted."
-
-#: mod/profiles.php:58 mod/profiles.php:94
-msgid "Profile-"
-msgstr ""
-
-#: mod/profiles.php:77 mod/profiles.php:122
-msgid "New profile created."
-msgstr ""
-
-#: mod/profiles.php:100
-msgid "Profile unavailable to clone."
-msgstr ""
-
-#: mod/profiles.php:196
-msgid "Profile Name is required."
-msgstr ""
-
-#: mod/profiles.php:336
-msgid "Marital Status"
-msgstr ""
-
-#: mod/profiles.php:340
-msgid "Romantic Partner"
-msgstr ""
-
-#: mod/profiles.php:352
-msgid "Work/Employment"
-msgstr ""
-
-#: mod/profiles.php:355
-msgid "Religion"
-msgstr ""
-
-#: mod/profiles.php:359
-msgid "Political Views"
-msgstr ""
-
-#: mod/profiles.php:363
-msgid "Gender"
-msgstr ""
-
-#: mod/profiles.php:367
-msgid "Sexual Preference"
-msgstr ""
-
-#: mod/profiles.php:371
-msgid "XMPP"
-msgstr ""
-
-#: mod/profiles.php:375
-msgid "Homepage"
-msgstr "Homepage"
-
-#: mod/profiles.php:379 mod/profiles.php:698
-msgid "Interests"
-msgstr ""
-
-#: mod/profiles.php:383
-msgid "Address"
-msgstr ""
-
-#: mod/profiles.php:390 mod/profiles.php:694
-msgid "Location"
-msgstr ""
-
-#: mod/profiles.php:475
-msgid "Profile updated."
-msgstr ""
-
-#: mod/profiles.php:567
-msgid " and "
-msgstr ""
-
-#: mod/profiles.php:576
-msgid "public profile"
-msgstr ""
-
-#: mod/profiles.php:579
-#, php-format
-msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
-msgstr ""
-
-#: mod/profiles.php:580
-#, php-format
-msgid " - Visit %1$s's %2$s"
-msgstr ""
-
-#: mod/profiles.php:582
-#, php-format
-msgid "%1$s has an updated %2$s, changing %3$s."
-msgstr ""
-
-#: mod/profiles.php:640
-msgid "Hide contacts and friends:"
-msgstr ""
-
-#: mod/profiles.php:645
-msgid "Hide your contact/friend list from viewers of this profile?"
-msgstr ""
-
-#: mod/profiles.php:670
-msgid "Show more profile fields:"
-msgstr ""
-
-#: mod/profiles.php:682
-msgid "Profile Actions"
-msgstr ""
-
-#: mod/profiles.php:683
-msgid "Edit Profile Details"
-msgstr ""
-
-#: mod/profiles.php:685
-msgid "Change Profile Photo"
-msgstr ""
-
-#: mod/profiles.php:686
-msgid "View this profile"
-msgstr ""
-
-#: mod/profiles.php:688
-msgid "Create a new profile using these settings"
-msgstr ""
-
-#: mod/profiles.php:689
-msgid "Clone this profile"
-msgstr ""
-
-#: mod/profiles.php:690
-msgid "Delete this profile"
-msgstr ""
-
-#: mod/profiles.php:692
-msgid "Basic information"
-msgstr ""
-
-#: mod/profiles.php:693
-msgid "Profile picture"
-msgstr ""
-
-#: mod/profiles.php:695
-msgid "Preferences"
-msgstr ""
-
-#: mod/profiles.php:696
-msgid "Status information"
-msgstr ""
-
-#: mod/profiles.php:697
-msgid "Additional information"
-msgstr ""
-
-#: mod/profiles.php:700
-msgid "Relation"
-msgstr ""
-
-#: mod/profiles.php:704
-msgid "Your Gender:"
-msgstr ""
-
-#: mod/profiles.php:705
-msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
-msgstr ""
-
-#: mod/profiles.php:707
-msgid "Example: fishing photography software"
-msgstr ""
-
-#: mod/profiles.php:712
-msgid "Profile Name:"
-msgstr ""
-
-#: mod/profiles.php:714
-msgid ""
-"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
-"be visible to anybody using the internet."
-msgstr ""
-
-#: mod/profiles.php:715
-msgid "Your Full Name:"
-msgstr ""
-
-#: mod/profiles.php:716
-msgid "Title/Description:"
-msgstr ""
-
-#: mod/profiles.php:719
-msgid "Street Address:"
-msgstr ""
-
-#: mod/profiles.php:720
-msgid "Locality/City:"
-msgstr ""
-
-#: mod/profiles.php:721
-msgid "Region/State:"
-msgstr ""
-
-#: mod/profiles.php:722
-msgid "Postal/Zip Code:"
-msgstr ""
-
-#: mod/profiles.php:723
-msgid "Country:"
-msgstr ""
-
-#: mod/profiles.php:727
-msgid "Who: (if applicable)"
-msgstr ""
-
-#: mod/profiles.php:727
-msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
-msgstr ""
-
-#: mod/profiles.php:728
-msgid "Since [date]:"
-msgstr ""
-
-#: mod/profiles.php:730
-msgid "Tell us about yourself..."
-msgstr ""
-
-#: mod/profiles.php:731
-msgid "XMPP (Jabber) address:"
-msgstr ""
-
-#: mod/profiles.php:731
-msgid ""
-"The XMPP address will be propagated to your contacts so that they can follow"
-" you."
-msgstr ""
-
-#: mod/profiles.php:732
-msgid "Homepage URL:"
-msgstr "Homepage URL:"
-
-#: mod/profiles.php:735
-msgid "Religious Views:"
-msgstr ""
-
-#: mod/profiles.php:736
-msgid "Public Keywords:"
-msgstr ""
-
-#: mod/profiles.php:736
-msgid "(Used for suggesting potential friends, can be seen by others)"
-msgstr ""
-
-#: mod/profiles.php:737
-msgid "Private Keywords:"
-msgstr ""
-
-#: mod/profiles.php:737
-msgid "(Used for searching profiles, never shown to others)"
-msgstr ""
-
-#: mod/profiles.php:740
-msgid "Musical interests"
-msgstr ""
-
-#: mod/profiles.php:741
-msgid "Books, literature"
-msgstr ""
-
-#: mod/profiles.php:742
-msgid "Television"
-msgstr ""
-
-#: mod/profiles.php:743
-msgid "Film/dance/culture/entertainment"
-msgstr ""
-
-#: mod/profiles.php:744
-msgid "Hobbies/Interests"
-msgstr ""
-
-#: mod/profiles.php:745
-msgid "Love/romance"
-msgstr ""
-
-#: mod/profiles.php:746
-msgid "Work/employment"
-msgstr ""
-
-#: mod/profiles.php:747
-msgid "School/education"
-msgstr ""
-
-#: mod/profiles.php:748
-msgid "Contact information and Social Networks"
-msgstr ""
-
-#: mod/profiles.php:789
-msgid "Edit/Manage Profiles"
-msgstr ""
-
-#: mod/settings.php:62
-msgid "Display"
-msgstr ""
-
-#: mod/settings.php:69 mod/settings.php:891
-msgid "Social Networks"
-msgstr "Social networks"
-
-#: mod/settings.php:90
-msgid "Connected apps"
-msgstr ""
-
-#: mod/settings.php:104
-msgid "Remove account"
-msgstr ""
-
-#: mod/settings.php:159
-msgid "Missing some important data!"
-msgstr ""
-
-#: mod/settings.php:273
-msgid "Failed to connect with email account using the settings provided."
-msgstr ""
-
-#: mod/settings.php:278
-msgid "Email settings updated."
-msgstr ""
-
-#: mod/settings.php:293
-msgid "Features updated"
-msgstr ""
-
-#: mod/settings.php:363
-msgid "Relocate message has been send to your contacts"
-msgstr "Relocate message has been send to your contacts"
-
-#: mod/settings.php:382
-msgid "Empty passwords are not allowed. Password unchanged."
-msgstr ""
-
-#: mod/settings.php:390
-msgid "Wrong password."
-msgstr ""
-
-#: mod/settings.php:401
-msgid "Password changed."
-msgstr ""
-
-#: mod/settings.php:403
-msgid "Password update failed. Please try again."
-msgstr ""
-
-#: mod/settings.php:483
-msgid " Please use a shorter name."
-msgstr ""
-
-#: mod/settings.php:485
-msgid " Name too short."
-msgstr ""
-
-#: mod/settings.php:494
-msgid "Wrong Password"
-msgstr ""
-
-#: mod/settings.php:499
-msgid " Not valid email."
-msgstr ""
-
-#: mod/settings.php:505
-msgid " Cannot change to that email."
-msgstr ""
-
-#: mod/settings.php:561
-msgid "Private forum has no privacy permissions. Using default privacy group."
-msgstr ""
-
-#: mod/settings.php:565
-msgid "Private forum has no privacy permissions and no default privacy group."
-msgstr ""
-
-#: mod/settings.php:605
-msgid "Settings updated."
-msgstr ""
-
-#: mod/settings.php:681 mod/settings.php:707 mod/settings.php:743
-msgid "Add application"
-msgstr ""
-
-#: mod/settings.php:685 mod/settings.php:711
-msgid "Consumer Key"
-msgstr ""
-
-#: mod/settings.php:686 mod/settings.php:712
-msgid "Consumer Secret"
-msgstr ""
-
-#: mod/settings.php:687 mod/settings.php:713
-msgid "Redirect"
-msgstr ""
-
-#: mod/settings.php:688 mod/settings.php:714
-msgid "Icon url"
-msgstr "Icon URL"
-
-#: mod/settings.php:699
-msgid "You can't edit this application."
-msgstr ""
-
-#: mod/settings.php:742
-msgid "Connected Apps"
-msgstr ""
-
-#: mod/settings.php:746
-msgid "Client key starts with"
-msgstr ""
-
-#: mod/settings.php:747
-msgid "No name"
-msgstr ""
-
-#: mod/settings.php:748
-msgid "Remove authorization"
-msgstr ""
-
-#: mod/settings.php:760
-msgid "No Plugin settings configured"
-msgstr ""
-
-#: mod/settings.php:769
-msgid "Plugin Settings"
-msgstr ""
-
-#: mod/settings.php:791
-msgid "Additional Features"
-msgstr ""
-
-#: mod/settings.php:801 mod/settings.php:805
-msgid "General Social Media Settings"
-msgstr ""
-
-#: mod/settings.php:811
-msgid "Disable intelligent shortening"
-msgstr ""
-
-#: mod/settings.php:813
-msgid ""
-"Normally the system tries to find the best link to add to shortened posts. "
-"If this option is enabled then every shortened post will always point to the"
-" original friendica post."
-msgstr "Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original Friendica post."
-
-#: mod/settings.php:819
-msgid "Automatically follow any GNU Social (OStatus) followers/mentioners"
-msgstr ""
-
-#: mod/settings.php:821
-msgid ""
-"If you receive a message from an unknown OStatus user, this option decides "
-"what to do. If it is checked, a new contact will be created for every "
-"unknown user."
-msgstr ""
-
-#: mod/settings.php:827
-msgid "Default group for OStatus contacts"
-msgstr ""
-
-#: mod/settings.php:835
-msgid "Your legacy GNU Social account"
-msgstr ""
-
-#: mod/settings.php:837
-msgid ""
-"If you enter your old GNU Social/Statusnet account name here (in the format "
-"user@domain.tld), your contacts will be added automatically. The field will "
-"be emptied when done."
-msgstr ""
-
-#: mod/settings.php:840
-msgid "Repair OStatus subscriptions"
-msgstr ""
-
-#: mod/settings.php:849 mod/settings.php:850
-#, php-format
-msgid "Built-in support for %s connectivity is %s"
-msgstr ""
-
-#: mod/settings.php:849 mod/settings.php:850
-msgid "enabled"
-msgstr ""
-
-#: mod/settings.php:849 mod/settings.php:850
-msgid "disabled"
-msgstr ""
-
-#: mod/settings.php:850
-msgid "GNU Social (OStatus)"
-msgstr ""
-
-#: mod/settings.php:884
-msgid "Email access is disabled on this site."
-msgstr ""
-
-#: mod/settings.php:896
-msgid "Email/Mailbox Setup"
-msgstr ""
-
-#: mod/settings.php:897
-msgid ""
-"If you wish to communicate with email contacts using this service "
-"(optional), please specify how to connect to your mailbox."
-msgstr ""
-
-#: mod/settings.php:898
-msgid "Last successful email check:"
-msgstr ""
-
-#: mod/settings.php:900
-msgid "IMAP server name:"
-msgstr ""
-
-#: mod/settings.php:901
-msgid "IMAP port:"
-msgstr ""
-
-#: mod/settings.php:902
-msgid "Security:"
-msgstr ""
-
-#: mod/settings.php:902 mod/settings.php:907
-msgid "None"
-msgstr ""
-
-#: mod/settings.php:903
-msgid "Email login name:"
-msgstr ""
-
-#: mod/settings.php:904
-msgid "Email password:"
-msgstr ""
-
-#: mod/settings.php:905
-msgid "Reply-to address:"
-msgstr ""
-
-#: mod/settings.php:906
-msgid "Send public posts to all email contacts:"
-msgstr ""
-
-#: mod/settings.php:907
-msgid "Action after import:"
-msgstr ""
-
-#: mod/settings.php:907
-msgid "Move to folder"
-msgstr "Move to folder"
-
-#: mod/settings.php:908
-msgid "Move to folder:"
-msgstr "Move to folder:"
-
-#: mod/settings.php:1004
-msgid "Display Settings"
-msgstr ""
-
-#: mod/settings.php:1010 mod/settings.php:1033
-msgid "Display Theme:"
-msgstr ""
-
-#: mod/settings.php:1011
-msgid "Mobile Theme:"
-msgstr ""
-
-#: mod/settings.php:1012
-msgid "Suppress warning of insecure networks"
-msgstr ""
-
-#: mod/settings.php:1012
-msgid ""
-"Should the system suppress the warning that the current group contains "
-"members of networks that can't receive non public postings."
-msgstr ""
-
-#: mod/settings.php:1013
-msgid "Update browser every xx seconds"
-msgstr "Update browser every so many seconds:"
-
-#: mod/settings.php:1013
-msgid "Minimum of 10 seconds. Enter -1 to disable it."
-msgstr ""
-
-#: mod/settings.php:1014
-msgid "Number of items to display per page:"
-msgstr ""
-
-#: mod/settings.php:1014 mod/settings.php:1015
-msgid "Maximum of 100 items"
-msgstr ""
-
-#: mod/settings.php:1015
-msgid "Number of items to display per page when viewed from mobile device:"
-msgstr ""
-
-#: mod/settings.php:1016
-msgid "Don't show emoticons"
-msgstr ""
-
-#: mod/settings.php:1017
-msgid "Calendar"
-msgstr ""
-
-#: mod/settings.php:1018
-msgid "Beginning of week:"
-msgstr ""
-
-#: mod/settings.php:1019
-msgid "Don't show notices"
-msgstr ""
-
-#: mod/settings.php:1020
-msgid "Infinite scroll"
-msgstr ""
-
-#: mod/settings.php:1021
-msgid "Automatic updates only at the top of the network page"
-msgstr ""
-
-#: mod/settings.php:1022
-msgid "Bandwith Saver Mode"
-msgstr ""
-
-#: mod/settings.php:1022
-msgid ""
-"When enabled, embedded content is not displayed on automatic updates, they "
-"only show on page reload."
-msgstr ""
-
-#: mod/settings.php:1024
-msgid "General Theme Settings"
-msgstr "Themes"
-
-#: mod/settings.php:1025
-msgid "Custom Theme Settings"
-msgstr "Theme customisation"
-
-#: mod/settings.php:1026
-msgid "Content Settings"
-msgstr "Content/Layout"
-
-#: mod/settings.php:1027 view/theme/duepuntozero/config.php:66
-#: view/theme/frio/config.php:69 view/theme/quattro/config.php:72
-#: view/theme/vier/config.php:115
-msgid "Theme settings"
-msgstr ""
-
-#: mod/settings.php:1111
-msgid "Account Types"
-msgstr "Account types:"
-
-#: mod/settings.php:1112
-msgid "Personal Page Subtypes"
-msgstr "Personal Page subtypes"
-
-#: mod/settings.php:1113
-msgid "Community Forum Subtypes"
-msgstr ""
-
-#: mod/settings.php:1120
-msgid "Personal Page"
-msgstr "Personal Page"
-
-#: mod/settings.php:1121
-msgid "This account is a regular personal profile"
-msgstr "Regular personal profile"
-
-#: mod/settings.php:1124
-msgid "Organisation Page"
-msgstr "Organisation Page"
-
-#: mod/settings.php:1125
-msgid "This account is a profile for an organisation"
-msgstr "Profile for an organisation"
-
-#: mod/settings.php:1128
-msgid "News Page"
-msgstr "News Page"
-
-#: mod/settings.php:1129
-msgid "This account is a news account/reflector"
-msgstr "News reflector"
-
-#: mod/settings.php:1132
-msgid "Community Forum"
-msgstr "Community Forum"
-
-#: mod/settings.php:1133
-msgid ""
-"This account is a community forum where people can discuss with each other"
-msgstr "Discussion forum for community"
-
-#: mod/settings.php:1136
-msgid "Normal Account Page"
-msgstr "Standard"
-
-#: mod/settings.php:1137
-msgid "This account is a normal personal profile"
-msgstr "Regular personal profile"
-
-#: mod/settings.php:1140
-msgid "Soapbox Page"
-msgstr "Soapbox"
-
-#: mod/settings.php:1141
-msgid "Automatically approve all connection/friend requests as read-only fans"
-msgstr "Automatically approves contact requests as followers"
-
-#: mod/settings.php:1144
-msgid "Public Forum"
-msgstr ""
-
-#: mod/settings.php:1145
-msgid "Automatically approve all contact requests"
-msgstr ""
-
-#: mod/settings.php:1148
-msgid "Automatic Friend Page"
-msgstr "Popularity"
-
-#: mod/settings.php:1149
-msgid "Automatically approve all connection/friend requests as friends"
-msgstr "Automatically approves contact requests as friends"
-
-#: mod/settings.php:1152
-msgid "Private Forum [Experimental]"
-msgstr ""
-
-#: mod/settings.php:1153
-msgid "Private forum - approved members only"
-msgstr ""
-
-#: mod/settings.php:1164
-msgid "OpenID:"
-msgstr ""
-
-#: mod/settings.php:1164
-msgid "(Optional) Allow this OpenID to login to this account."
-msgstr ""
-
-#: mod/settings.php:1172
-msgid "Publish your default profile in your local site directory?"
-msgstr "Publish default profile in local site directory?"
-
-#: mod/settings.php:1172
-msgid "Your profile may be visible in public."
-msgstr "Your local directory may be publicly visible"
-
-#: mod/settings.php:1178
-msgid "Publish your default profile in the global social directory?"
-msgstr "Publish default profile in global directory?"
-
-#: mod/settings.php:1185
-msgid "Hide your contact/friend list from viewers of your default profile?"
-msgstr "Hide my contact list from others?"
-
-#: mod/settings.php:1189
-msgid ""
-"If enabled, posting public messages to Diaspora and other networks isn't "
-"possible."
-msgstr "Posting public messages to Diaspora and other networks will not be possible if enabled"
-
-#: mod/settings.php:1194
-msgid "Allow friends to post to your profile page?"
-msgstr "Allow friends to post to my wall?"
-
-#: mod/settings.php:1199
-msgid "Allow friends to tag your posts?"
-msgstr "Allow friends to tag my post?"
-
-#: mod/settings.php:1204
-msgid "Allow us to suggest you as a potential friend to new members?"
-msgstr ""
-
-#: mod/settings.php:1209
-msgid "Permit unknown people to send you private mail?"
-msgstr "Allow unknown people to send me private messages?"
-
-#: mod/settings.php:1217
-msgid "Profile is <strong>not published</strong>."
-msgstr ""
-
-#: mod/settings.php:1225
-#, php-format
-msgid "Your Identity Address is <strong>'%s'</strong> or '%s'."
-msgstr "My identity address: <strong>'%s'</strong> or '%s'"
-
-#: mod/settings.php:1232
-msgid "Automatically expire posts after this many days:"
-msgstr "Automatically expire posts after this many days:"
-
-#: mod/settings.php:1232
-msgid "If empty, posts will not expire. Expired posts will be deleted"
-msgstr "Posts will not expire if empty;  expired posts will be deleted"
-
-#: mod/settings.php:1233
-msgid "Advanced expiration settings"
-msgstr "Advanced expiration settings"
-
-#: mod/settings.php:1234
-msgid "Advanced Expiration"
-msgstr "Advanced expiration"
-
-#: mod/settings.php:1235
-msgid "Expire posts:"
-msgstr ""
-
-#: mod/settings.php:1236
-msgid "Expire personal notes:"
-msgstr ""
-
-#: mod/settings.php:1237
-msgid "Expire starred posts:"
-msgstr ""
-
-#: mod/settings.php:1238
-msgid "Expire photos:"
-msgstr ""
-
-#: mod/settings.php:1239
-msgid "Only expire posts by others:"
-msgstr ""
-
-#: mod/settings.php:1270
-msgid "Account Settings"
-msgstr ""
-
-#: mod/settings.php:1278
-msgid "Password Settings"
-msgstr "Password change"
-
-#: mod/settings.php:1280
-msgid "Leave password fields blank unless changing"
-msgstr ""
-
-#: mod/settings.php:1281
-msgid "Current Password:"
-msgstr "Current password:"
-
-#: mod/settings.php:1281 mod/settings.php:1282
-msgid "Your current password to confirm the changes"
-msgstr "Current password to confirm change"
-
-#: mod/settings.php:1282
-msgid "Password:"
-msgstr ""
-
-#: mod/settings.php:1286
-msgid "Basic Settings"
-msgstr "Basic information"
-
-#: mod/settings.php:1288
-msgid "Email Address:"
-msgstr "Email address:"
-
-#: mod/settings.php:1289
-msgid "Your Timezone:"
-msgstr "Time zone:"
-
-#: mod/settings.php:1290
-msgid "Your Language:"
-msgstr "Language:"
-
-#: mod/settings.php:1290
-msgid ""
-"Set the language we use to show you friendica interface and to send you "
-"emails"
-msgstr ""
-
-#: mod/settings.php:1291
-msgid "Default Post Location:"
-msgstr "Posting location:"
-
-#: mod/settings.php:1292
-msgid "Use Browser Location:"
-msgstr "Use browser location:"
-
-#: mod/settings.php:1295
-msgid "Security and Privacy Settings"
-msgstr "Security and privacy"
-
-#: mod/settings.php:1297
-msgid "Maximum Friend Requests/Day:"
-msgstr "Maximum friend requests per day:"
-
-#: mod/settings.php:1297 mod/settings.php:1327
-msgid "(to prevent spam abuse)"
-msgstr "May prevent spam or abuse registrations"
-
-#: mod/settings.php:1298
-msgid "Default Post Permissions"
-msgstr "Default post permissions"
-
-#: mod/settings.php:1299
-msgid "(click to open/close)"
-msgstr ""
-
-#: mod/settings.php:1310
-msgid "Default Private Post"
-msgstr ""
-
-#: mod/settings.php:1311
-msgid "Default Public Post"
-msgstr ""
-
-#: mod/settings.php:1315
-msgid "Default Permissions for New Posts"
-msgstr ""
-
-#: mod/settings.php:1327
-msgid "Maximum private messages per day from unknown people:"
-msgstr "Maximum private messages per day from unknown people:"
-
-#: mod/settings.php:1330
-msgid "Notification Settings"
-msgstr "Notification"
-
-#: mod/settings.php:1331
-msgid "By default post a status message when:"
-msgstr "By default post a status message when:"
-
-#: mod/settings.php:1332
-msgid "accepting a friend request"
-msgstr "accepting friend requests"
-
-#: mod/settings.php:1333
-msgid "joining a forum/community"
-msgstr "joining forums or communities"
-
-#: mod/settings.php:1334
-msgid "making an <em>interesting</em> profile change"
-msgstr ""
-
-#: mod/settings.php:1335
-msgid "Send a notification email when:"
-msgstr "Send notification email when:"
-
-#: mod/settings.php:1336
-msgid "You receive an introduction"
-msgstr "Receiving an introduction"
-
-#: mod/settings.php:1337
-msgid "Your introductions are confirmed"
-msgstr "My introductions are confirmed"
-
-#: mod/settings.php:1338
-msgid "Someone writes on your profile wall"
-msgstr "Someone writes on my wall"
-
-#: mod/settings.php:1339
-msgid "Someone writes a followup comment"
-msgstr "A follow up comment is posted"
-
-#: mod/settings.php:1340
-msgid "You receive a private message"
-msgstr "receiving a private message"
-
-#: mod/settings.php:1341
-msgid "You receive a friend suggestion"
-msgstr "Receiving a friend suggestion"
-
-#: mod/settings.php:1342
-msgid "You are tagged in a post"
-msgstr "Tagged in a post"
-
-#: mod/settings.php:1343
-msgid "You are poked/prodded/etc. in a post"
-msgstr "Poked in a post"
-
-#: mod/settings.php:1345
-msgid "Activate desktop notifications"
-msgstr "Activate desktop notifications"
-
-#: mod/settings.php:1345
-msgid "Show desktop popup on new notifications"
-msgstr "Show desktop pop-up on new notifications"
-
-#: mod/settings.php:1347
-msgid "Text-only notification emails"
-msgstr "Text-only notification emails"
-
-#: mod/settings.php:1349
-msgid "Send text only notification emails, without the html part"
-msgstr "Receive text only emails without HTML "
-
-#: mod/settings.php:1351
-msgid "Advanced Account/Page Type Settings"
-msgstr "Advanced account types"
-
-#: mod/settings.php:1352
-msgid "Change the behaviour of this account for special situations"
-msgstr "Change behaviour of this account for special situations"
-
-#: mod/settings.php:1355
-msgid "Relocate"
-msgstr "Recent relocation"
-
-#: mod/settings.php:1356
-msgid ""
-"If you have moved this profile from another server, and some of your "
-"contacts don't receive your updates, try pushing this button."
-msgstr "If you have moved this profile from another server and some of your contacts don't receive your updates:"
-
-#: mod/settings.php:1357
-msgid "Resend relocate message to contacts"
-msgstr ""
-
-#: object/Item.php:356
-msgid "via"
-msgstr ""
-
-#: view/theme/duepuntozero/config.php:47
-msgid "greenzero"
-msgstr ""
-
-#: view/theme/duepuntozero/config.php:48
-msgid "purplezero"
-msgstr ""
-
-#: view/theme/duepuntozero/config.php:49
-msgid "easterbunny"
-msgstr ""
-
-#: view/theme/duepuntozero/config.php:50
-msgid "darkzero"
-msgstr ""
-
-#: view/theme/duepuntozero/config.php:51
-msgid "comix"
-msgstr ""
-
-#: view/theme/duepuntozero/config.php:52
-msgid "slackr"
-msgstr ""
-
-#: view/theme/duepuntozero/config.php:67
-msgid "Variations"
-msgstr ""
-
-#: view/theme/frio/php/Image.php:23
-msgid "Repeat the image"
-msgstr ""
-
-#: view/theme/frio/php/Image.php:23
-msgid "Will repeat your image to fill the background."
-msgstr ""
-
-#: view/theme/frio/php/Image.php:25
-msgid "Stretch"
-msgstr ""
-
-#: view/theme/frio/php/Image.php:25
-msgid "Will stretch to width/height of the image."
-msgstr ""
-
-#: view/theme/frio/php/Image.php:27
-msgid "Resize fill and-clip"
-msgstr ""
-
-#: view/theme/frio/php/Image.php:27
-msgid "Resize to fill and retain aspect ratio."
-msgstr ""
-
-#: view/theme/frio/php/Image.php:29
-msgid "Resize best fit"
-msgstr ""
-
-#: view/theme/frio/php/Image.php:29
-msgid "Resize to best fit and retain aspect ratio."
-msgstr ""
-
-#: view/theme/frio/config.php:50
-msgid "Default"
-msgstr ""
-
-#: view/theme/frio/config.php:62
-msgid "Note: "
-msgstr ""
-
-#: view/theme/frio/config.php:62
-msgid "Check image permissions if all users are allowed to visit the image"
-msgstr ""
-
-#: view/theme/frio/config.php:70
-msgid "Select scheme"
-msgstr ""
-
-#: view/theme/frio/config.php:71
-msgid "Navigation bar background color"
-msgstr "Navigation bar background colour"
-
-#: view/theme/frio/config.php:72
-msgid "Navigation bar icon color "
-msgstr "Navigation bar icon colour "
-
-#: view/theme/frio/config.php:73
-msgid "Link color"
-msgstr "Link colour"
-
-#: view/theme/frio/config.php:74
-msgid "Set the background color"
-msgstr "Set the background colour"
-
-#: view/theme/frio/config.php:75
-msgid "Content background transparency"
-msgstr ""
-
-#: view/theme/frio/config.php:76
-msgid "Set the background image"
-msgstr ""
-
-#: view/theme/frio/theme.php:228
-msgid "Guest"
-msgstr ""
-
-#: view/theme/frio/theme.php:234
-msgid "Visitor"
-msgstr ""
-
-#: view/theme/quattro/config.php:73
-msgid "Alignment"
-msgstr ""
-
-#: view/theme/quattro/config.php:73
-msgid "Left"
-msgstr ""
-
-#: view/theme/quattro/config.php:73
-msgid "Center"
-msgstr "Centre"
-
-#: view/theme/quattro/config.php:74
-msgid "Color scheme"
-msgstr "Colour scheme"
-
-#: view/theme/quattro/config.php:75
-msgid "Posts font size"
-msgstr ""
-
-#: view/theme/quattro/config.php:76
-msgid "Textareas font size"
-msgstr ""
-
-#: view/theme/vier/config.php:70
-msgid "Comma separated list of helper forums"
-msgstr ""
-
-#: view/theme/vier/config.php:116
-msgid "Set style"
-msgstr ""
-
-#: view/theme/vier/config.php:117
-msgid "Community Pages"
-msgstr ""
-
-#: view/theme/vier/config.php:118 view/theme/vier/theme.php:151
-msgid "Community Profiles"
-msgstr ""
-
-#: view/theme/vier/config.php:119
-msgid "Help or @NewHere ?"
-msgstr ""
-
-#: view/theme/vier/config.php:120 view/theme/vier/theme.php:392
-msgid "Connect Services"
-msgstr ""
-
-#: view/theme/vier/config.php:121 view/theme/vier/theme.php:199
-msgid "Find Friends"
-msgstr ""
-
-#: view/theme/vier/config.php:122 view/theme/vier/theme.php:181
-msgid "Last users"
-msgstr ""
-
-#: view/theme/vier/theme.php:200
-msgid "Local Directory"
-msgstr ""
-
-#: view/theme/vier/theme.php:292
-msgid "Quick Start"
-msgstr ""
-
-#: src/App.php:505
-msgid "Delete this item?"
-msgstr "Delete this item?"
-
-#: src/App.php:507
-msgid "show fewer"
-msgstr "Show fewer."
-
-#: index.php:436
-msgid "toggle mobile"
-msgstr ""
-
-#: boot.php:726
-#, php-format
-msgid "Update %s failed. See error logs."
-msgstr "Update %s failed. See error logs."
-
-#: boot.php:838
-msgid "Create a New Account"
-msgstr "Create a new account"
-
-#: boot.php:866
-msgid "Password: "
-msgstr "Password: "
-
-#: boot.php:867
-msgid "Remember me"
-msgstr "Remember me"
-
-#: boot.php:870
-msgid "Or login using OpenID: "
-msgstr "Or login with OpenID: "
-
-#: boot.php:876
-msgid "Forgot your password?"
-msgstr "Forgot your password?"
-
-#: boot.php:879
-msgid "Website Terms of Service"
-msgstr "Website Terms of Service"
-
-#: boot.php:880
-msgid "terms of service"
-msgstr "Terms of service"
-
-#: boot.php:882
-msgid "Website Privacy Policy"
-msgstr ""
-
-#: boot.php:883
-msgid "privacy policy"
-msgstr "Privacy policy"
diff --git a/view/lang/en-GB/strings.php b/view/lang/en-GB/strings.php
deleted file mode 100644 (file)
index eb83b85..0000000
+++ /dev/null
@@ -1,2062 +0,0 @@
-<?php
-
-if(! function_exists("string_plural_select_en_GB")) {
-function string_plural_select_en_GB($n){
-       return ($n != 1);;
-}}
-;
-$a->strings["Unknown | Not categorised"] = "Unknown | Not categorised";
-$a->strings["Block immediately"] = "Block immediately";
-$a->strings["Shady, spammer, self-marketer"] = "Shady, spammer, self-marketer";
-$a->strings["Known to me, but no opinion"] = "Known to me, but no opinion";
-$a->strings["OK, probably harmless"] = "OK, probably harmless";
-$a->strings["Reputable, has my trust"] = "Reputable, has my trust";
-$a->strings["Frequently"] = "Frequently";
-$a->strings["Hourly"] = "Hourly";
-$a->strings["Twice daily"] = "Twice daily";
-$a->strings["Daily"] = "Daily";
-$a->strings["Weekly"] = "Weekly";
-$a->strings["Monthly"] = "Monthly";
-$a->strings["Friendica"] = "Friendica";
-$a->strings["OStatus"] = "OStatus";
-$a->strings["RSS/Atom"] = "RSS/Atom";
-$a->strings["Email"] = "Email";
-$a->strings["Diaspora"] = "Diaspora";
-$a->strings["Facebook"] = "Facebook";
-$a->strings["Zot!"] = "Zot!";
-$a->strings["LinkedIn"] = "LinkedIn";
-$a->strings["XMPP/IM"] = "XMPP/IM";
-$a->strings["MySpace"] = "MySpace";
-$a->strings["Google+"] = "Google+";
-$a->strings["pump.io"] = "Pump.io";
-$a->strings["Twitter"] = "Twitter";
-$a->strings["Diaspora Connector"] = "Diaspora connector";
-$a->strings["GNU Social Connector"] = "GNU Social connector";
-$a->strings["pnut"] = "Pnut";
-$a->strings["App.net"] = "App.net";
-$a->strings["General Features"] = "General";
-$a->strings["Multiple Profiles"] = "Multiple profiles";
-$a->strings["Ability to create multiple profiles"] = "Ability to create multiple profiles";
-$a->strings["Photo Location"] = "Photo location";
-$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Photo metadata is normally removed. This extracts the location (if present) prior to removing metadata and links it to a map.";
-$a->strings["Export Public Calendar"] = "Export public calendar";
-$a->strings["Ability for visitors to download the public calendar"] = "Ability for visitors to download the public calendar";
-$a->strings["Post Composition Features"] = "Post composition";
-$a->strings["Post Preview"] = "Post preview";
-$a->strings["Allow previewing posts and comments before publishing them"] = "Allow previewing posts and comments before publishing them";
-$a->strings["Auto-mention Forums"] = "Auto-mention forums";
-$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Add/Remove mention when a forum page is selected or deselected in the ACL window.";
-$a->strings["Network Sidebar Widgets"] = "Network sidebars";
-$a->strings["Search by Date"] = "Search by date";
-$a->strings["Ability to select posts by date ranges"] = "Ability to select posts by date ranges";
-$a->strings["List Forums"] = "List forums";
-$a->strings["Enable widget to display the forums your are connected with"] = "Enable widget to display the forums your are connected with";
-$a->strings["Group Filter"] = "Group filter";
-$a->strings["Enable widget to display Network posts only from selected group"] = "Enable widget to display network posts only from selected group";
-$a->strings["Network Filter"] = "Network filter";
-$a->strings["Enable widget to display Network posts only from selected network"] = "Enable widget to display network posts only from selected network";
-$a->strings["Saved Searches"] = "Saved searches";
-$a->strings["Save search terms for re-use"] = "Save search terms for re-use";
-$a->strings["Network Tabs"] = "Network tabs";
-$a->strings["Network Personal Tab"] = "Network personal tab";
-$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Enable tab to display only network posts that you've interacted with";
-$a->strings["Network New Tab"] = "Network new tab";
-$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Enable tab to display only new network posts (last 12 hours)";
-$a->strings["Network Shared Links Tab"] = "Network shared links tab";
-$a->strings["Enable tab to display only Network posts with links in them"] = "Enable tab to display only network posts with links in them";
-$a->strings["Post/Comment Tools"] = "Post/Comment tools";
-$a->strings["Multiple Deletion"] = "Multiple deletion";
-$a->strings["Select and delete multiple posts/comments at once"] = "Select and delete multiple posts/comments at once";
-$a->strings["Edit Sent Posts"] = "Edit sent posts";
-$a->strings["Edit and correct posts and comments after sending"] = "Ability to editing posts and comments after sending";
-$a->strings["Tagging"] = "Tagging";
-$a->strings["Ability to tag existing posts"] = "Ability to tag existing posts";
-$a->strings["Post Categories"] = "Post categories";
-$a->strings["Add categories to your posts"] = "Add categories to your posts";
-$a->strings["Saved Folders"] = "Saved Folders";
-$a->strings["Ability to file posts under folders"] = "Ability to file posts under folders";
-$a->strings["Dislike Posts"] = "Dislike posts";
-$a->strings["Ability to dislike posts/comments"] = "Ability to dislike posts/comments";
-$a->strings["Star Posts"] = "Star posts";
-$a->strings["Ability to mark special posts with a star indicator"] = "Ability to highlight posts with a star";
-$a->strings["Mute Post Notifications"] = "Mute post notifications";
-$a->strings["Ability to mute notifications for a thread"] = "Ability to mute notifications for a thread";
-$a->strings["Advanced Profile Settings"] = "Advanced profiles";
-$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Show visitors of public community forums at the advanced profile page";
-$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "A deleted group with this name has been revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name.";
-$a->strings["Default privacy group for new contacts"] = "Default privacy group for new contacts";
-$a->strings["Everybody"] = "Everybody";
-$a->strings["edit"] = "edit";
-$a->strings["Groups"] = "Groups";
-$a->strings["Edit groups"] = "Edit groups";
-$a->strings["Edit group"] = "Edit group";
-$a->strings["Create a new group"] = "Create new group";
-$a->strings["Group Name: "] = "Group name: ";
-$a->strings["Contacts not in any group"] = "Contacts not in any group";
-$a->strings["add"] = "add";
-$a->strings["Forums"] = "Forums";
-$a->strings["External link to forum"] = "External link to forum";
-$a->strings["show more"] = "Show more...";
-$a->strings["System"] = "System";
-$a->strings["Network"] = "Network";
-$a->strings["Personal"] = "Personal";
-$a->strings["Home"] = "Home";
-$a->strings["Introductions"] = "Introductions";
-$a->strings["%s commented on %s's post"] = "%s commented on %s's post";
-$a->strings["%s created a new post"] = "%s posted something new";
-$a->strings["%s liked %s's post"] = "%s liked %s's post";
-$a->strings["%s disliked %s's post"] = "%s disliked %s's post";
-$a->strings["%s is attending %s's event"] = "%s is going to %s's event";
-$a->strings["%s is not attending %s's event"] = "%s is not going to %s's event";
-$a->strings["%s may attend %s's event"] = "%s may go to %s's event";
-$a->strings["%s is now friends with %s"] = "%s is now friends with %s";
-$a->strings["Friend Suggestion"] = "Friend suggestion";
-$a->strings["Friend/Connect Request"] = "Friend/Contact request";
-$a->strings["New Follower"] = "New follower";
-$a->strings["Post to Email"] = "Post to email";
-$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Connectors are disabled since \"%s\" is enabled.";
-$a->strings["Hide your profile details from unknown viewers?"] = "Hide profile details from unknown viewers?";
-$a->strings["Visible to everybody"] = "Visible to everybody";
-$a->strings["show"] = "show";
-$a->strings["don't show"] = "don't show";
-$a->strings["CC: email addresses"] = "CC: email addresses";
-$a->strings["Example: bob@example.com, mary@example.com"] = "Example: bob@example.com, mary@example.com";
-$a->strings["Permissions"] = "Permissions";
-$a->strings["Close"] = "Close";
-$a->strings["Logged out."] = "Logged out.";
-$a->strings["Login failed."] = "Login failed.";
-$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID.";
-$a->strings["The error message was:"] = "The error message was:";
-$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
-$a->strings["Starts:"] = "Starts:";
-$a->strings["Finishes:"] = "Finishes:";
-$a->strings["Location:"] = "Location:";
-$a->strings["Add New Contact"] = "Add new contact";
-$a->strings["Enter address or web location"] = "Enter address or web location";
-$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Example: jo@example.com, http://example.com/jo";
-$a->strings["Connect"] = "Connect";
-$a->strings["%d invitation available"] = array(
-       0 => "%d invitation available",
-       1 => "%d invitations available",
-);
-$a->strings["Find People"] = "Find people";
-$a->strings["Enter name or interest"] = "Enter name or interest";
-$a->strings["Connect/Follow"] = "Connect/Follow";
-$a->strings["Examples: Robert Morgenstein, Fishing"] = "Examples: Robert Morgenstein, fishing";
-$a->strings["Find"] = "Find";
-$a->strings["Friend Suggestions"] = "Friend suggestions";
-$a->strings["Similar Interests"] = "Similar interests";
-$a->strings["Random Profile"] = "Random profile";
-$a->strings["Invite Friends"] = "Invite friends";
-$a->strings["Networks"] = "Networks";
-$a->strings["All Networks"] = "All networks";
-$a->strings["Everything"] = "Everything";
-$a->strings["Categories"] = "Categories";
-$a->strings["%d contact in common"] = array(
-       0 => "%d contact in common",
-       1 => "%d contacts in common",
-);
-$a->strings["event"] = "event";
-$a->strings["status"] = "status";
-$a->strings["photo"] = "photo";
-$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s likes %2\$s's %3\$s";
-$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s doesn't like %2\$s's %3\$s";
-$a->strings["%1\$s attends %2\$s's %3\$s"] = "%1\$s goes to %2\$s's %3\$s";
-$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = "%1\$s doesn't go %2\$s's %3\$s";
-$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = "%1\$s might go to %2\$s's %3\$s";
-$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s is now friends with %2\$s";
-$a->strings["%1\$s poked %2\$s"] = "%1\$s poked %2\$s";
-$a->strings["%1\$s is currently %2\$s"] = "%1\$s is currently %2\$s";
-$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s tagged %2\$s's %3\$s with %4\$s";
-$a->strings["post/item"] = "Post/Item";
-$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s marked %2\$s's %3\$s as favourite";
-$a->strings["Likes"] = "Likes";
-$a->strings["Dislikes"] = "Dislikes";
-$a->strings["Attending"] = array(
-       0 => "Attending",
-       1 => "Attending",
-);
-$a->strings["Not attending"] = "Not attending";
-$a->strings["Might attend"] = "Might attend";
-$a->strings["Select"] = "Select";
-$a->strings["Delete"] = "Delete";
-$a->strings["View %s's profile @ %s"] = "View %s's profile @ %s";
-$a->strings["Categories:"] = "Categories:";
-$a->strings["Filed under:"] = "Filed under:";
-$a->strings["%s from %s"] = "%s from %s";
-$a->strings["View in context"] = "View in context";
-$a->strings["Please wait"] = "Please wait";
-$a->strings["remove"] = "Remove";
-$a->strings["Delete Selected Items"] = "Delete selected items";
-$a->strings["Follow Thread"] = "Follow thread";
-$a->strings["View Status"] = "View status";
-$a->strings["View Profile"] = "View profile";
-$a->strings["View Photos"] = "View photos";
-$a->strings["Network Posts"] = "Network posts";
-$a->strings["View Contact"] = "View contact";
-$a->strings["Send PM"] = "Send PM";
-$a->strings["Poke"] = "Poke";
-$a->strings["%s likes this."] = "%s likes this.";
-$a->strings["%s doesn't like this."] = "%s doesn't like this.";
-$a->strings["%s attends."] = "%s attends.";
-$a->strings["%s doesn't attend."] = "%s doesn't attend.";
-$a->strings["%s attends maybe."] = "%s may attend.";
-$a->strings["and"] = "and";
-$a->strings[", and %d other people"] = ", and %d other people";
-$a->strings["<span  %1\$s>%2\$d people</span> like this"] = "<span  %1\$s>%2\$d people</span> like this";
-$a->strings["%s like this."] = "%s like this.";
-$a->strings["<span  %1\$s>%2\$d people</span> don't like this"] = "<span  %1\$s>%2\$d people</span> don't like this";
-$a->strings["%s don't like this."] = "%s don't like this.";
-$a->strings["<span  %1\$s>%2\$d people</span> attend"] = "<span  %1\$s>%2\$d people</span> attend";
-$a->strings["%s attend."] = "%s attend.";
-$a->strings["<span  %1\$s>%2\$d people</span> don't attend"] = "<span  %1\$s>%2\$d people</span> don't attend";
-$a->strings["%s don't attend."] = "%s don't attend.";
-$a->strings["<span  %1\$s>%2\$d people</span> attend maybe"] = "<span  %1\$s>%2\$d people</span> attend maybe";
-$a->strings["%s anttend maybe."] = "%s attend maybe.";
-$a->strings["Visible to <strong>everybody</strong>"] = "Visible to <strong>everybody</strong>";
-$a->strings["Please enter a link URL:"] = "Please enter a link URL:";
-$a->strings["Please enter a video link/URL:"] = "Please enter a video link/URL:";
-$a->strings["Please enter an audio link/URL:"] = "Please enter an audio link/URL:";
-$a->strings["Tag term:"] = "Tag term:";
-$a->strings["Save to Folder:"] = "Save to folder:";
-$a->strings["Where are you right now?"] = "Where are you right now?";
-$a->strings["Delete item(s)?"] = "Delete item(s)?";
-$a->strings["Share"] = "Share";
-$a->strings["Upload photo"] = "Upload photo";
-$a->strings["upload photo"] = "upload photo";
-$a->strings["Attach file"] = "Attach file";
-$a->strings["attach file"] = "attach file";
-$a->strings["Insert web link"] = "Insert web link";
-$a->strings["web link"] = "web link";
-$a->strings["Insert video link"] = "Insert video link";
-$a->strings["video link"] = "video link";
-$a->strings["Insert audio link"] = "Insert audio link";
-$a->strings["audio link"] = "audio link";
-$a->strings["Set your location"] = "Set your location";
-$a->strings["set location"] = "set location";
-$a->strings["Clear browser location"] = "Clear browser location";
-$a->strings["clear location"] = "clear location";
-$a->strings["Set title"] = "Set title";
-$a->strings["Categories (comma-separated list)"] = "Categories (comma-separated list)";
-$a->strings["Permission settings"] = "Permission settings";
-$a->strings["permissions"] = "permissions";
-$a->strings["Public post"] = "Public post";
-$a->strings["Preview"] = "Preview";
-$a->strings["Cancel"] = "Cancel";
-$a->strings["Post to Groups"] = "Post to groups";
-$a->strings["Post to Contacts"] = "Post to contacts";
-$a->strings["Private post"] = "Private post";
-$a->strings["Message"] = "Message";
-$a->strings["Browser"] = "Browser";
-$a->strings["View all"] = "View all";
-$a->strings["Like"] = array(
-       0 => "Like",
-       1 => "Likes",
-);
-$a->strings["Dislike"] = array(
-       0 => "Dislike",
-       1 => "Dislikes",
-);
-$a->strings["Not Attending"] = array(
-       0 => "Not attending",
-       1 => "Not attending",
-);
-$a->strings["Undecided"] = array(
-       0 => "Undecided",
-       1 => "Undecided",
-);
-$a->strings["Miscellaneous"] = "Miscellaneous";
-$a->strings["Birthday:"] = "Birthday:";
-$a->strings["Age: "] = "Age: ";
-$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD or MM-DD";
-$a->strings["never"] = "never";
-$a->strings["less than a second ago"] = "less than a second ago";
-$a->strings["year"] = "year";
-$a->strings["years"] = "years";
-$a->strings["month"] = "month";
-$a->strings["months"] = "months";
-$a->strings["week"] = "week";
-$a->strings["weeks"] = "weeks";
-$a->strings["day"] = "day";
-$a->strings["days"] = "days";
-$a->strings["hour"] = "hour";
-$a->strings["hours"] = "hours";
-$a->strings["minute"] = "minute";
-$a->strings["minutes"] = "minutes";
-$a->strings["second"] = "second";
-$a->strings["seconds"] = "seconds";
-$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s ago";
-$a->strings["%s's birthday"] = "%s's birthday";
-$a->strings["Happy Birthday %s"] = "Happy Birthday, %s!";
-$a->strings["(no subject)"] = "(no subject)";
-$a->strings["noreply"] = "noreply";
-$a->strings["%s\\'s birthday"] = "%s\\'s birthday";
-$a->strings["all-day"] = "All-day";
-$a->strings["Sun"] = "Sun";
-$a->strings["Mon"] = "Mon";
-$a->strings["Tue"] = "Tue";
-$a->strings["Wed"] = "Wed";
-$a->strings["Thu"] = "Thu";
-$a->strings["Fri"] = "Fri";
-$a->strings["Sat"] = "Sat";
-$a->strings["Sunday"] = "Sunday";
-$a->strings["Monday"] = "Monday";
-$a->strings["Tuesday"] = "Tuesday";
-$a->strings["Wednesday"] = "Wednesday";
-$a->strings["Thursday"] = "Thursday";
-$a->strings["Friday"] = "Friday";
-$a->strings["Saturday"] = "Saturday";
-$a->strings["Jan"] = "Jan";
-$a->strings["Feb"] = "Feb";
-$a->strings["Mar"] = "Mar";
-$a->strings["Apr"] = "Apr";
-$a->strings["May"] = "May";
-$a->strings["Jun"] = "Jun";
-$a->strings["Jul"] = "Jul";
-$a->strings["Aug"] = "Aug";
-$a->strings["Sept"] = "Sep";
-$a->strings["Oct"] = "Oct";
-$a->strings["Nov"] = "Nov";
-$a->strings["Dec"] = "Dec";
-$a->strings["January"] = "January";
-$a->strings["February"] = "February";
-$a->strings["March"] = "March";
-$a->strings["April"] = "April";
-$a->strings["June"] = "June";
-$a->strings["July"] = "July";
-$a->strings["August"] = "August";
-$a->strings["September"] = "September";
-$a->strings["October"] = "October";
-$a->strings["November"] = "November";
-$a->strings["December"] = "December";
-$a->strings["today"] = "today";
-$a->strings["No events to display"] = "No events to display";
-$a->strings["l, F j"] = "l, F j";
-$a->strings["Edit event"] = "Edit event";
-$a->strings["Delete event"] = "Delete event";
-$a->strings["link to source"] = "Link to source";
-$a->strings["Export"] = "Export";
-$a->strings["Export calendar as ical"] = "Export calendar as ical";
-$a->strings["Export calendar as csv"] = "Export calendar as csv";
-$a->strings["Disallowed profile URL."] = "Disallowed profile URL.";
-$a->strings["Blocked domain"] = "Blocked domain";
-$a->strings["Connect URL missing."] = "Connect URL missing.";
-$a->strings["This site is not configured to allow communications with other networks."] = "This site is not configured to allow communications with other networks.";
-$a->strings["No compatible communication protocols or feeds were discovered."] = "No compatible communication protocols or feeds were discovered.";
-$a->strings["The profile address specified does not provide adequate information."] = "The profile address specified does not provide adequate information.";
-$a->strings["An author or name was not found."] = "An author or name was not found.";
-$a->strings["No browser URL could be matched to this address."] = "No browser URL could be matched to this address.";
-$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Unable to match @-style identity address with a known protocol or email contact.";
-$a->strings["Use mailto: in front of address to force email check."] = "Use mailto: in front of address to force email check.";
-$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "The profile address specified belongs to a network which has been disabled on this site.";
-$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Limited profile: This person will be unable to receive direct/private messages from you.";
-$a->strings["Unable to retrieve contact information."] = "Unable to retrieve contact information.";
-$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s is going to %2\$s's %3\$s";
-$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s is not going to %2\$s's %3\$s";
-$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s may go to %2\$s's %3\$s";
-$a->strings["Contact Photos"] = "Contact photos";
-$a->strings["Welcome "] = "Welcome ";
-$a->strings["Please upload a profile photo."] = "Please upload a profile photo.";
-$a->strings["Welcome back "] = "Welcome back ";
-$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours.";
-$a->strings["newer"] = "Later posts";
-$a->strings["older"] = "Earlier posts";
-$a->strings["first"] = "first";
-$a->strings["prev"] = "prev";
-$a->strings["next"] = "next";
-$a->strings["last"] = "last";
-$a->strings["Loading more entries..."] = "Loading more entries...";
-$a->strings["The end"] = "The end";
-$a->strings["No contacts"] = "No contacts";
-$a->strings["%d Contact"] = array(
-       0 => "%d contact",
-       1 => "%d contacts",
-);
-$a->strings["View Contacts"] = "View contacts";
-$a->strings["Search"] = "Search";
-$a->strings["Save"] = "Save";
-$a->strings["@name, !forum, #tags, content"] = "@name, !forum, #tags, content";
-$a->strings["Full Text"] = "Full text";
-$a->strings["Tags"] = "Tags";
-$a->strings["Contacts"] = "Contacts";
-$a->strings["poke"] = "poke";
-$a->strings["poked"] = "poked";
-$a->strings["ping"] = "ping";
-$a->strings["pinged"] = "pinged";
-$a->strings["prod"] = "prod";
-$a->strings["prodded"] = "prodded";
-$a->strings["slap"] = "slap";
-$a->strings["slapped"] = "slapped";
-$a->strings["finger"] = "finger";
-$a->strings["fingered"] = "fingered";
-$a->strings["rebuff"] = "rebuff";
-$a->strings["rebuffed"] = "rebuffed";
-$a->strings["happy"] = "happy";
-$a->strings["sad"] = "sad";
-$a->strings["mellow"] = "mellow";
-$a->strings["tired"] = "tired";
-$a->strings["perky"] = "perky";
-$a->strings["angry"] = "angry";
-$a->strings["stupified"] = "stupified";
-$a->strings["puzzled"] = "puzzled";
-$a->strings["interested"] = "interested";
-$a->strings["bitter"] = "bitter";
-$a->strings["cheerful"] = "cheerful";
-$a->strings["alive"] = "alive";
-$a->strings["annoyed"] = "annoyed";
-$a->strings["anxious"] = "anxious";
-$a->strings["cranky"] = "cranky";
-$a->strings["disturbed"] = "disturbed";
-$a->strings["frustrated"] = "frustrated";
-$a->strings["motivated"] = "motivated";
-$a->strings["relaxed"] = "relaxed";
-$a->strings["surprised"] = "surprised";
-$a->strings["View Video"] = "View video";
-$a->strings["bytes"] = "bytes";
-$a->strings["Click to open/close"] = "Click to open/close";
-$a->strings["View on separate page"] = "View on separate page";
-$a->strings["view on separate page"] = "view on separate page";
-$a->strings["activity"] = "activity";
-$a->strings["comment"] = array(
-       0 => "comment",
-       1 => "comments",
-);
-$a->strings["post"] = "post";
-$a->strings["Item filed"] = "Item filed";
-$a->strings["Drop Contact"] = "Drop contact";
-$a->strings["Organisation"] = "Organisation";
-$a->strings["News"] = "News";
-$a->strings["Forum"] = "Forum";
-$a->strings["Image/photo"] = "Image/Photo";
-$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s";
-$a->strings["$1 wrote:"] = "$1 wrote:";
-$a->strings["Encrypted content"] = "Encrypted content";
-$a->strings["Invalid source protocol"] = "Invalid source protocol";
-$a->strings["Invalid link protocol"] = "Invalid link protocol";
-$a->strings["Friendica Notification"] = "Friendica notification";
-$a->strings["Thank You,"] = "Thank you";
-$a->strings["%s Administrator"] = "%s Administrator";
-$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Administrator";
-$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
-$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify] New mail received at %s";
-$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s sent you a new private message at %2\$s.";
-$a->strings["%1\$s sent you %2\$s."] = "%1\$s sent you %2\$s.";
-$a->strings["a private message"] = "a private message";
-$a->strings["Please visit %s to view and/or reply to your private messages."] = "Please visit %s to view or reply to your private messages.";
-$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]a %3\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]your %3\$s[/url]";
-$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify] Comment to conversation #%1\$d by %2\$s";
-$a->strings["%s commented on an item/conversation you have been following."] = "%s commented on an item/conversation you have been following.";
-$a->strings["Please visit %s to view and/or reply to the conversation."] = "Please visit %s to view or reply to the conversation.";
-$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notify] %s posted to your profile wall";
-$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s posted to your profile wall at %2\$s";
-$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s posted to [url=%2\$s]your wall[/url]";
-$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s tagged you";
-$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s tagged you at %2\$s";
-$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]tagged you[/url].";
-$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Notify] %s shared a new post";
-$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s shared a new post at %2\$s";
-$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]shared a post[/url].";
-$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s poked you";
-$a->strings["%1\$s poked you at %2\$s"] = "%1\$s poked you at %2\$s";
-$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]poked you[/url].";
-$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s tagged your post";
-$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s tagged your post at %2\$s";
-$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s tagged [url=%2\$s]your post[/url]";
-$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notify] Introduction received";
-$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "You've received an introduction from '%1\$s' at %2\$s";
-$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "You've received [url=%1\$s]an introduction[/url] from %2\$s.";
-$a->strings["You may visit their profile at %s"] = "You may visit their profile at %s";
-$a->strings["Please visit %s to approve or reject the introduction."] = "Please visit %s to approve or reject the introduction.";
-$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Notify] A new person is sharing with you";
-$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s is sharing with you at %2\$s";
-$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Notify] You have a new follower";
-$a->strings["You have a new follower at %2\$s : %1\$s"] = "You have a new follower at %2\$s : %1\$s";
-$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notify] Friend suggestion received";
-$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "You've received a friend suggestion from '%1\$s' at %2\$s";
-$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s.";
-$a->strings["Name:"] = "Name:";
-$a->strings["Photo:"] = "Photo:";
-$a->strings["Please visit %s to approve or reject the suggestion."] = "Please visit %s to approve or reject the suggestion.";
-$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica:Notify] Connection accepted";
-$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' has accepted your connection request at %2\$s";
-$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s has accepted your [url=%1\$s]connection request[/url].";
-$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "You are now mutual friends and may exchange status updates, photos, and email without restriction.";
-$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Please visit %s if you wish to make any changes to this relationship.";
-$a->strings["'%1\$s' has chosen to accept you a \"fan\", which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "'%1\$s' has chosen to accept you as \"Follower\". This restricts some forms of communication, such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically.";
-$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future.";
-$a->strings["Please visit %s  if you wish to make any changes to this relationship."] = "Please visit %s  if you wish to make any changes to this relationship.";
-$a->strings["[Friendica System:Notify] registration request"] = "[Friendica:Notify] registration request";
-$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "You've received a registration request from '%1\$s' at %2\$s.";
-$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "You've received a [url=%1\$s]registration request[/url] from %2\$s.";
-$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = "Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)";
-$a->strings["Please visit %s to approve or reject the request."] = "Please visit %s to approve or reject the request.";
-$a->strings["[no subject]"] = "[no subject]";
-$a->strings["Wall Photos"] = "Wall photos";
-$a->strings["Nothing new here"] = "Nothing new here";
-$a->strings["Clear notifications"] = "Clear notifications";
-$a->strings["Logout"] = "Logout";
-$a->strings["End this session"] = "End this session";
-$a->strings["Status"] = "Status";
-$a->strings["Your posts and conversations"] = "My posts and conversations";
-$a->strings["Profile"] = "Profile";
-$a->strings["Your profile page"] = "My profile page";
-$a->strings["Photos"] = "Photos";
-$a->strings["Your photos"] = "My photos";
-$a->strings["Videos"] = "Videos";
-$a->strings["Your videos"] = "My videos";
-$a->strings["Events"] = "Events";
-$a->strings["Your events"] = "My events";
-$a->strings["Personal notes"] = "Personal notes";
-$a->strings["Your personal notes"] = "My personal notes";
-$a->strings["Login"] = "Login";
-$a->strings["Sign in"] = "Sign in";
-$a->strings["Home Page"] = "Home page";
-$a->strings["Register"] = "Register";
-$a->strings["Create an account"] = "Create account";
-$a->strings["Help"] = "Help";
-$a->strings["Help and documentation"] = "Help and documentation";
-$a->strings["Apps"] = "Apps";
-$a->strings["Addon applications, utilities, games"] = "Addon applications, utilities, games";
-$a->strings["Search site content"] = "Search site content";
-$a->strings["Community"] = "Community";
-$a->strings["Conversations on this site"] = "Public conversations on this site";
-$a->strings["Conversations on the network"] = "Conversations on the network";
-$a->strings["Events and Calendar"] = "Events and calendar";
-$a->strings["Directory"] = "Directory";
-$a->strings["People directory"] = "People directory";
-$a->strings["Information"] = "Information";
-$a->strings["Information about this friendica instance"] = "Information about this Friendica instance";
-$a->strings["Conversations from your friends"] = "My friends' conversations";
-$a->strings["Network Reset"] = "Network reset";
-$a->strings["Load Network page with no filters"] = "Load network page without filters";
-$a->strings["Friend Requests"] = "Friend requests";
-$a->strings["Notifications"] = "Notifications";
-$a->strings["See all notifications"] = "See all notifications";
-$a->strings["Mark as seen"] = "Mark as seen";
-$a->strings["Mark all system notifications seen"] = "Mark all system notifications seen";
-$a->strings["Messages"] = "Messages";
-$a->strings["Private mail"] = "Private messages";
-$a->strings["Inbox"] = "Inbox";
-$a->strings["Outbox"] = "Outbox";
-$a->strings["New Message"] = "New Message";
-$a->strings["Manage"] = "Manage";
-$a->strings["Manage other pages"] = "Manage other pages";
-$a->strings["Delegations"] = "Delegations";
-$a->strings["Delegate Page Management"] = "Delegate page management";
-$a->strings["Settings"] = "Settings";
-$a->strings["Account settings"] = "Account settings";
-$a->strings["Profiles"] = "Profiles";
-$a->strings["Manage/Edit Profiles"] = "Manage/Edit profiles";
-$a->strings["Manage/edit friends and contacts"] = "Manage/Edit friends and contacts";
-$a->strings["Admin"] = "Admin";
-$a->strings["Site setup and configuration"] = "Site setup and configuration";
-$a->strings["Navigation"] = "Navigation";
-$a->strings["Site map"] = "Site map";
-$a->strings["view full size"] = "view full size";
-$a->strings["Embedded content"] = "Embedded content";
-$a->strings["Embedding disabled"] = "Embedding disabled";
-$a->strings["Error decoding account file"] = "Error decoding account file";
-$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Error! No version data in file! Is this a Friendica account file?";
-$a->strings["Error! Cannot check nickname"] = "Error! Cannot check nickname.";
-$a->strings["User '%s' already exists on this server!"] = "User '%s' already exists on this server!";
-$a->strings["User creation error"] = "User creation error";
-$a->strings["User profile creation error"] = "User profile creation error";
-$a->strings["%d contact not imported"] = array(
-       0 => "%d contact not imported",
-       1 => "%d contacts not imported",
-);
-$a->strings["Done. You can now login with your username and password"] = "Done. You can now login with your username and password";
-$a->strings["Passwords do not match. Password unchanged."] = "Passwords do not match. Password unchanged.";
-$a->strings["An invitation is required."] = "An invitation is required.";
-$a->strings["Invitation could not be verified."] = "Invitation could not be verified.";
-$a->strings["Invalid OpenID url"] = "Invalid OpenID URL";
-$a->strings["Please enter the required information."] = "Please enter the required information.";
-$a->strings["Please use a shorter name."] = "Please use a shorter name.";
-$a->strings["Name too short."] = "Name too short.";
-$a->strings["That doesn't appear to be your full (First Last) name."] = "That doesn't appear to be your full (i.e first and last) name.";
-$a->strings["Your email domain is not among those allowed on this site."] = "Your email domain is not allowed on this site.";
-$a->strings["Not a valid email address."] = "Not a valid email address.";
-$a->strings["Cannot use that email."] = "Cannot use that email.";
-$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\" and \"_\"."] = "Your \"nickname\" can only contain \"a-z\", \"0-9\" and \"_\".";
-$a->strings["Nickname is already registered. Please choose another."] = "Nickname is already registered. Please choose another.";
-$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Nickname was once registered here and may not be re-used. Please choose another.";
-$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "SERIOUS ERROR: Generation of security keys failed.";
-$a->strings["An error occurred during registration. Please try again."] = "An error occurred during registration. Please try again.";
-$a->strings["default"] = "default";
-$a->strings["An error occurred creating your default profile. Please try again."] = "An error occurred creating your default profile. Please try again.";
-$a->strings["Friends"] = "Friends";
-$a->strings["Profile Photos"] = "Profile photos";
-$a->strings["\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t"] = "\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account is pending approval by the administrator.\n\t";
-$a->strings["Registration at %s"] = "Registration at %s";
-$a->strings["\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t"] = "\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t";
-$a->strings["\n\t\tThe login details are as follows:\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t%1\$s\n\t\t\tPassword:\t%5\$s\n\n\t\tYou may change your password from your account \"Settings\" page after logging\n\t\tin.\n\n\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\tYou may also wish to add some basic information to your default profile\n\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\tWe recommend setting your full name, adding a profile photo,\n\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\tthan that.\n\n\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\tIf you are new and do not know anybody here, they may help\n\t\tyou to make some new and interesting friends.\n\n\n\t\tThank you and welcome to %2\$s."] = "\n\t\tThe login details are as follows:\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t%1\$s\n\t\t\tPassword:\t%5\$s\n\n\t\tYou may change your password for your account \"Settings\" after logging\n\t\tin.\n\n\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\tYou may wish to add some basic information to your default profile\n\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\tWe recommend setting your full name, adding a profile photo,\n\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\tperhaps what country you live in, if you do not wish to be more specific\n\t\tthan that.\n\n\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\tIf you are new and do not know anybody here, these settings may help to\n\t\tmake new and interesting friends.\n\n\n\t\tThank you and welcome to %2\$s.";
-$a->strings["Registration details for %s"] = "Registration details for %s";
-$a->strings["Daily posting limit of %d posts reached. The post was rejected."] = "Daily posting limit of %d posts reached. This post was rejected.";
-$a->strings["Weekly posting limit of %d posts reached. The post was rejected."] = "Weekly posting limit of %d posts reached. This post was rejected.";
-$a->strings["Monthly posting limit of %d posts reached. The post was rejected."] = "Monthly posting limit of %d posts reached. This post was rejected.";
-$a->strings["Cannot locate DNS info for database server '%s'"] = "Cannot locate DNS info for database server '%s'";
-$a->strings["There are no tables on MyISAM."] = "There are no tables on MyISAM.";
-$a->strings["\n\t\t\tThe friendica developers released update %s recently,\n\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\tThe Friendica developers released update %s recently,\n\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\tFriendica developer if you can not help me on your own. My database\n                        might be invalid.";
-$a->strings["The error message is\n[pre]%s[/pre]"] = "The error message is\n[pre]%s[/pre]";
-$a->strings["\nError %d occurred during database update:\n%s\n"] = "\nError %d occurred during database update:\n%s\n";
-$a->strings["Errors encountered performing database changes: "] = "Errors encountered performing database changes: ";
-$a->strings[": Database update"] = ": Database update";
-$a->strings["%s: updating %s table."] = "%s: updating %s table.";
-$a->strings["Sharing notification from Diaspora network"] = "Sharing notification from Diaspora network";
-$a->strings["Attachments:"] = "Attachments:";
-$a->strings["Requested account is not available."] = "Requested account is unavailable.";
-$a->strings["Requested profile is not available."] = "Requested profile is unavailable.";
-$a->strings["Edit profile"] = "Edit profile";
-$a->strings["Atom feed"] = "Atom feed";
-$a->strings["Manage/edit profiles"] = "Manage/Edit profiles";
-$a->strings["Change profile photo"] = "Change profile photo";
-$a->strings["Create New Profile"] = "Create new profile";
-$a->strings["Profile Image"] = "Profile image";
-$a->strings["visible to everybody"] = "Visible to everybody";
-$a->strings["Edit visibility"] = "Edit visibility";
-$a->strings["Gender:"] = "Gender:";
-$a->strings["Status:"] = "Status:";
-$a->strings["Homepage:"] = "Homepage:";
-$a->strings["About:"] = "About:";
-$a->strings["XMPP:"] = "XMPP:";
-$a->strings["Network:"] = "Network:";
-$a->strings["g A l F d"] = "g A l F d";
-$a->strings["F d"] = "F d";
-$a->strings["[today]"] = "[today]";
-$a->strings["Birthday Reminders"] = "Birthday reminders";
-$a->strings["Birthdays this week:"] = "Birthdays this week:";
-$a->strings["[No description]"] = "[No description]";
-$a->strings["Event Reminders"] = "Event reminders";
-$a->strings["Events this week:"] = "Events this week:";
-$a->strings["Full Name:"] = "Full name:";
-$a->strings["j F, Y"] = "j F, Y";
-$a->strings["j F"] = "j F";
-$a->strings["Age:"] = "Age:";
-$a->strings["for %1\$d %2\$s"] = "for %1\$d %2\$s";
-$a->strings["Sexual Preference:"] = "Sexual preference:";
-$a->strings["Hometown:"] = "Home town:";
-$a->strings["Tags:"] = "Tags:";
-$a->strings["Political Views:"] = "Political views:";
-$a->strings["Religion:"] = "Religion:";
-$a->strings["Hobbies/Interests:"] = "Hobbies/Interests:";
-$a->strings["Likes:"] = "Likes:";
-$a->strings["Dislikes:"] = "Dislikes:";
-$a->strings["Contact information and Social Networks:"] = "Contact information and social networks:";
-$a->strings["Musical interests:"] = "Musical interests:";
-$a->strings["Books, literature:"] = "Books/Literature:";
-$a->strings["Television:"] = "Television:";
-$a->strings["Film/dance/culture/entertainment:"] = "Arts, film, dance, culture, entertainment:";
-$a->strings["Love/Romance:"] = "Love/Romance:";
-$a->strings["Work/employment:"] = "Work/Employment:";
-$a->strings["School/education:"] = "School/Education:";
-$a->strings["Forums:"] = "Forums:";
-$a->strings["Basic"] = "Basic";
-$a->strings["Advanced"] = "Advanced";
-$a->strings["Status Messages and Posts"] = "Status Messages and Posts";
-$a->strings["Profile Details"] = "Profile Details";
-$a->strings["Photo Albums"] = "Photo Albums";
-$a->strings["Personal Notes"] = "Personal notes";
-$a->strings["Only You Can See This"] = "Only you can see this.";
-$a->strings["[Name Withheld]"] = "[Name Withheld]";
-$a->strings["Item not found."] = "Item not found.";
-$a->strings["Do you really want to delete this item?"] = "Do you really want to delete this item?";
-$a->strings["Yes"] = "Yes";
-$a->strings["Permission denied."] = "Permission denied.";
-$a->strings["Archives"] = "Archives";
-$a->strings["%s is now following %s."] = "%s is now following %s.";
-$a->strings["following"] = "following";
-$a->strings["%s stopped following %s."] = "%s stopped following %s.";
-$a->strings["stopped following"] = "stopped following";
-$a->strings["Click here to upgrade."] = "Click here to upgrade.";
-$a->strings["This action exceeds the limits set by your subscription plan."] = "This action exceeds the limits set by your subscription plan.";
-$a->strings["This action is not available under your subscription plan."] = "This action is not available under your subscription plan.";
-$a->strings["Male"] = "Male";
-$a->strings["Female"] = "Female";
-$a->strings["Currently Male"] = "Currently Male";
-$a->strings["Currently Female"] = "Currently Female";
-$a->strings["Mostly Male"] = "Mostly Male";
-$a->strings["Mostly Female"] = "Mostly Female";
-$a->strings["Transgender"] = "Transgender";
-$a->strings["Intersex"] = "Intersex";
-$a->strings["Transsexual"] = "Transsexual";
-$a->strings["Hermaphrodite"] = "Hermaphrodite";
-$a->strings["Neuter"] = "Neuter";
-$a->strings["Non-specific"] = "Non-specific";
-$a->strings["Other"] = "Other";
-$a->strings["Males"] = "Males";
-$a->strings["Females"] = "Females";
-$a->strings["Gay"] = "Gay";
-$a->strings["Lesbian"] = "Lesbian";
-$a->strings["No Preference"] = "No Preference";
-$a->strings["Bisexual"] = "Bisexual";
-$a->strings["Autosexual"] = "Auto-sexual";
-$a->strings["Abstinent"] = "Abstinent";
-$a->strings["Virgin"] = "Virgin";
-$a->strings["Deviant"] = "Deviant";
-$a->strings["Fetish"] = "Fetish";
-$a->strings["Oodles"] = "Oodles";
-$a->strings["Nonsexual"] = "Asexual";
-$a->strings["Single"] = "Single";
-$a->strings["Lonely"] = "Lonely";
-$a->strings["Available"] = "Available";
-$a->strings["Unavailable"] = "Unavailable";
-$a->strings["Has crush"] = "Having a crush";
-$a->strings["Infatuated"] = "Infatuated";
-$a->strings["Dating"] = "Dating";
-$a->strings["Unfaithful"] = "Unfaithful";
-$a->strings["Sex Addict"] = "Sex addict";
-$a->strings["Friends/Benefits"] = "Friends with benefits";
-$a->strings["Casual"] = "Casual";
-$a->strings["Engaged"] = "Engaged";
-$a->strings["Married"] = "Married";
-$a->strings["Imaginarily married"] = "Imaginarily married";
-$a->strings["Partners"] = "Partners";
-$a->strings["Cohabiting"] = "Cohabiting";
-$a->strings["Common law"] = "Common law spouse";
-$a->strings["Happy"] = "Happy";
-$a->strings["Not looking"] = "Not looking";
-$a->strings["Swinger"] = "Swinger";
-$a->strings["Betrayed"] = "Betrayed";
-$a->strings["Separated"] = "Separated";
-$a->strings["Unstable"] = "Unstable";
-$a->strings["Divorced"] = "Divorced";
-$a->strings["Imaginarily divorced"] = "Imaginarily divorced";
-$a->strings["Widowed"] = "Widowed";
-$a->strings["Uncertain"] = "Uncertain";
-$a->strings["It's complicated"] = "It's complicated";
-$a->strings["Don't care"] = "Don't care";
-$a->strings["Ask me"] = "Ask me";
-$a->strings["No friends to display."] = "No friends to display.";
-$a->strings["Authorize application connection"] = "Authorize application connection";
-$a->strings["Return to your app and insert this Securty Code:"] = "Return to your app and insert this security code:";
-$a->strings["Please login to continue."] = "Please login to continue.";
-$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Do you want to authorize this application to access your posts and contacts and create new posts for you?";
-$a->strings["No"] = "No";
-$a->strings["You must be logged in to use addons. "] = "You must be logged in to use addons. ";
-$a->strings["Applications"] = "Applications";
-$a->strings["No installed applications."] = "No installed applications.";
-$a->strings["Item not available."] = "Item not available.";
-$a->strings["Item was not found."] = "Item was not found.";
-$a->strings["Source (bbcode) text:"] = "Source (bbcode) text:";
-$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Source (Diaspora) text to convert to BBcode:";
-$a->strings["Source input: "] = "Source input: ";
-$a->strings["bb2html (raw HTML): "] = "bb2html (raw HTML): ";
-$a->strings["bb2html: "] = "bb2html: ";
-$a->strings["bb2html2bb: "] = "bb2html2bb: ";
-$a->strings["bb2md: "] = "bb2md: ";
-$a->strings["bb2md2html: "] = "bb2md2html: ";
-$a->strings["bb2dia2bb: "] = "bb2dia2bb: ";
-$a->strings["bb2md2html2bb: "] = "bb2md2html2bb: ";
-$a->strings["Source input (Diaspora format): "] = "Source input (Diaspora format): ";
-$a->strings["diaspora2bb: "] = "diaspora2bb: ";
-$a->strings["The post was created"] = "The post was created";
-$a->strings["Access to this profile has been restricted."] = "Access to this profile has been restricted.";
-$a->strings["View"] = "View";
-$a->strings["Previous"] = "Previous";
-$a->strings["Next"] = "Next";
-$a->strings["list"] = "List";
-$a->strings["User not found"] = "User not found";
-$a->strings["This calendar format is not supported"] = "This calendar format is not supported";
-$a->strings["No exportable data found"] = "No exportable data found";
-$a->strings["calendar"] = "calendar";
-$a->strings["No contacts in common."] = "No contacts in common.";
-$a->strings["Common Friends"] = "Common friends";
-$a->strings["Public access denied."] = "Public access denied.";
-$a->strings["Not available."] = "Not available.";
-$a->strings["No results."] = "No results.";
-$a->strings["No such group"] = "No such group";
-$a->strings["Group is empty"] = "Group is empty";
-$a->strings["Group: %s"] = "Group: %s";
-$a->strings["This entry was edited"] = "This entry was edited";
-$a->strings["%d comment"] = array(
-       0 => "%d comment",
-       1 => "%d comments:",
-);
-$a->strings["Private Message"] = "Private message";
-$a->strings["I like this (toggle)"] = "I like this (toggle)";
-$a->strings["like"] = "Like";
-$a->strings["I don't like this (toggle)"] = "I don't like this (toggle)";
-$a->strings["dislike"] = "Dislike";
-$a->strings["Share this"] = "Share this";
-$a->strings["share"] = "Share";
-$a->strings["This is you"] = "This is me";
-$a->strings["Comment"] = "Comment";
-$a->strings["Submit"] = "Submit";
-$a->strings["Bold"] = "Bold";
-$a->strings["Italic"] = "Italic";
-$a->strings["Underline"] = "Underline";
-$a->strings["Quote"] = "Quote";
-$a->strings["Code"] = "Code";
-$a->strings["Image"] = "Image";
-$a->strings["Link"] = "Link";
-$a->strings["Video"] = "Video";
-$a->strings["Edit"] = "Edit";
-$a->strings["add star"] = "Add star";
-$a->strings["remove star"] = "Remove star";
-$a->strings["toggle star status"] = "Toggle star status";
-$a->strings["starred"] = "Starred";
-$a->strings["add tag"] = "Add tag";
-$a->strings["ignore thread"] = "Ignore thread";
-$a->strings["unignore thread"] = "Unignore thread";
-$a->strings["toggle ignore status"] = "Toggle ignore status";
-$a->strings["ignored"] = "Ignored";
-$a->strings["save to folder"] = "Save to folder";
-$a->strings["I will attend"] = "I will attend";
-$a->strings["I will not attend"] = "I will not attend";
-$a->strings["I might attend"] = "I might attend";
-$a->strings["to"] = "to";
-$a->strings["Wall-to-Wall"] = "Wall-to-wall";
-$a->strings["via Wall-To-Wall:"] = "via wall-to-wall:";
-$a->strings["Credits"] = "Credits";
-$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = "Friendica is a community project that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!";
-$a->strings["Contact settings applied."] = "Contact settings applied.";
-$a->strings["Contact update failed."] = "Contact update failed.";
-$a->strings["Contact not found."] = "Contact not found.";
-$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>Warning: These are highly advanced settings.</strong> If you enter incorrect information your communications with this contact may not working.";
-$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page.";
-$a->strings["No mirroring"] = "No mirroring";
-$a->strings["Mirror as forwarded posting"] = "Mirror as forwarded posting";
-$a->strings["Mirror as my own posting"] = "Mirror as my own posting";
-$a->strings["Return to contact editor"] = "Return to contact editor";
-$a->strings["Refetch contact data"] = "Re-fetch contact data.";
-$a->strings["Remote Self"] = "Remote self";
-$a->strings["Mirror postings from this contact"] = "Mirror postings from this contact:";
-$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "This will cause Friendica to repost new entries from this contact.";
-$a->strings["Name"] = "Name:";
-$a->strings["Account Nickname"] = "Account nickname:";
-$a->strings["@Tagname - overrides Name/Nickname"] = "@Tag name - overrides name/nickname:";
-$a->strings["Account URL"] = "Account URL:";
-$a->strings["Friend Request URL"] = "Friend request URL:";
-$a->strings["Friend Confirm URL"] = "Friend confirm URL:";
-$a->strings["Notification Endpoint URL"] = "Notification endpoint URL";
-$a->strings["Poll/Feed URL"] = "Poll/Feed URL:";
-$a->strings["New photo from this URL"] = "New photo from this URL:";
-$a->strings["No potential page delegates located."] = "No potential page delegates found.";
-$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely.";
-$a->strings["Existing Page Managers"] = "Existing page managers";
-$a->strings["Existing Page Delegates"] = "Existing page delegates";
-$a->strings["Potential Delegates"] = "Potential delegates";
-$a->strings["Remove"] = "Remove";
-$a->strings["Add"] = "Add";
-$a->strings["No entries."] = "No entries.";
-$a->strings["Profile not found."] = "Profile not found.";
-$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "This may occasionally happen if contact was requested by both persons and it has already been approved.";
-$a->strings["Response from remote site was not understood."] = "Response from remote site was not understood.";
-$a->strings["Unexpected response from remote site: "] = "Unexpected response from remote site: ";
-$a->strings["Confirmation completed successfully."] = "Confirmation completed successfully.";
-$a->strings["Remote site reported: "] = "Remote site reported: ";
-$a->strings["Temporary failure. Please wait and try again."] = "Temporary failure. Please wait and try again.";
-$a->strings["Introduction failed or was revoked."] = "Introduction failed or was revoked.";
-$a->strings["Unable to set contact photo."] = "Unable to set contact photo.";
-$a->strings["No user record found for '%s' "] = "No user record found for '%s' ";
-$a->strings["Our site encryption key is apparently messed up."] = "Our site encryption key is apparently messed up.";
-$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "An empty URL was provided or the URL could not be decrypted by us.";
-$a->strings["Contact record was not found for you on our site."] = "Contact record was not found for you on our site.";
-$a->strings["Site public key not available in contact record for URL %s."] = "Site public key not available in contact record for URL %s.";
-$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "The ID provided by your system is a duplicate on our system. It should work if you try again.";
-$a->strings["Unable to set your contact credentials on our system."] = "Unable to set your contact credentials on our system.";
-$a->strings["Unable to update your contact profile details on our system"] = "Unable to update your contact profile details on our system";
-$a->strings["%1\$s has joined %2\$s"] = "%1\$s has joined %2\$s";
-$a->strings["%1\$s welcomes %2\$s"] = "%1\$s welcomes %2\$s";
-$a->strings["Global Directory"] = "Global Directory";
-$a->strings["Find on this site"] = "Find on this site";
-$a->strings["Results for:"] = "Results for:";
-$a->strings["Site Directory"] = "Site directory";
-$a->strings["No entries (some entries may be hidden)."] = "No entries (entries may be hidden).";
-$a->strings["People Search - %s"] = "People search - %s";
-$a->strings["Forum Search - %s"] = "Forum search - %s";
-$a->strings["No matches"] = "No matches";
-$a->strings["Item has been removed."] = "Item has been removed.";
-$a->strings["Item not found"] = "Item not found";
-$a->strings["Edit post"] = "Edit post";
-$a->strings["Event can not end before it has started."] = "Event cannot end before it has started.";
-$a->strings["Event title and start time are required."] = "Event title and starting time are required.";
-$a->strings["Create New Event"] = "Create new event";
-$a->strings["Event details"] = "Event details";
-$a->strings["Starting date and Title are required."] = "Starting date and title are required.";
-$a->strings["Event Starts:"] = "Event starts:";
-$a->strings["Required"] = "Required";
-$a->strings["Finish date/time is not known or not relevant"] = "Finish date/time is not known or not relevant";
-$a->strings["Event Finishes:"] = "Event finishes:";
-$a->strings["Adjust for viewer timezone"] = "Adjust for viewer's time zone";
-$a->strings["Description:"] = "Description:";
-$a->strings["Title:"] = "Title:";
-$a->strings["Share this event"] = "Share this event";
-$a->strings["Failed to remove event"] = "Failed to remove event";
-$a->strings["Event removed"] = "Event removed";
-$a->strings["Files"] = "Files";
-$a->strings["Not Found"] = "Not found";
-$a->strings["- select -"] = "- select -";
-$a->strings["Submit Request"] = "Submit request";
-$a->strings["You already added this contact."] = "You already added this contact.";
-$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diaspora support isn't enabled. Contact can't be added.";
-$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus support is disabled. Contact can't be added.";
-$a->strings["The network type couldn't be detected. Contact can't be added."] = "The network type couldn't be detected. Contact can't be added.";
-$a->strings["Please answer the following:"] = "Please answer the following:";
-$a->strings["Does %s know you?"] = "Does %s know you?";
-$a->strings["Add a personal note:"] = "Add a personal note:";
-$a->strings["Your Identity Address:"] = "My identity address:";
-$a->strings["Profile URL"] = "Profile URL:";
-$a->strings["Contact added"] = "Contact added";
-$a->strings["This is Friendica, version"] = "This is Friendica, version";
-$a->strings["running at web location"] = "running at web location";
-$a->strings["Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."] = "Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project.";
-$a->strings["Bug reports and issues: please visit"] = "Bug reports and issues: please visit";
-$a->strings["the bugtracker at github"] = "the bugtracker at github";
-$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com";
-$a->strings["Installed plugins/addons/apps:"] = "Installed plugins/addons/apps:";
-$a->strings["No installed plugins/addons/apps"] = "No installed plugins/addons/apps";
-$a->strings["On this server the following remote servers are blocked."] = "On this server the following remote servers are blocked.";
-$a->strings["Reason for the block"] = "Reason for the block";
-$a->strings["Friend suggestion sent."] = "Friend suggestion sent";
-$a->strings["Suggest Friends"] = "Suggest friends";
-$a->strings["Suggest a friend for %s"] = "Suggest a friend for %s";
-$a->strings["Group created."] = "Group created.";
-$a->strings["Could not create group."] = "Could not create group.";
-$a->strings["Group not found."] = "Group not found.";
-$a->strings["Group name changed."] = "Group name changed.";
-$a->strings["Permission denied"] = "Permission denied";
-$a->strings["Save Group"] = "Save group";
-$a->strings["Create a group of contacts/friends."] = "Create a group of contacts/friends.";
-$a->strings["Group removed."] = "Group removed.";
-$a->strings["Unable to remove group."] = "Unable to remove group.";
-$a->strings["Delete Group"] = "Delete group";
-$a->strings["Group Editor"] = "Group Editor";
-$a->strings["Edit Group Name"] = "Edit group name";
-$a->strings["Members"] = "Members";
-$a->strings["All Contacts"] = "All contacts";
-$a->strings["Remove Contact"] = "Remove contact";
-$a->strings["Add Contact"] = "Add contact";
-$a->strings["Click on a contact to add or remove."] = "Click on a contact to add or remove.";
-$a->strings["No profile"] = "No profile";
-$a->strings["Help:"] = "Help:";
-$a->strings["Page not found."] = "Page not found";
-$a->strings["Welcome to %s"] = "Welcome to %s";
-$a->strings["Friendica Communications Server - Setup"] = "Friendica Communications Server - Setup";
-$a->strings["Could not connect to database."] = "Could not connect to database.";
-$a->strings["Could not create table."] = "Could not create table.";
-$a->strings["Your Friendica site database has been installed."] = "Your Friendica site database has been installed.";
-$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "You may need to import the file \"database.sql\" manually using phpmyadmin or mysql.";
-$a->strings["Please see the file \"INSTALL.txt\"."] = "Please see the file \"INSTALL.txt\".";
-$a->strings["Database already in use."] = "Database already in use.";
-$a->strings["System check"] = "System check";
-$a->strings["Check again"] = "Check again";
-$a->strings["Database connection"] = "Database connection";
-$a->strings["In order to install Friendica we need to know how to connect to your database."] = "In order to install Friendica we need to know how to connect to your database.";
-$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Please contact your hosting provider or site administrator if you have questions about these settings.";
-$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "The database you specify below should already exist. If it does not, please create it before continuing.";
-$a->strings["Database Server Name"] = "Database server name";
-$a->strings["Database Login Name"] = "Database login name";
-$a->strings["Database Login Password"] = "Database login password";
-$a->strings["For security reasons the password must not be empty"] = "For security reasons the password must not be empty";
-$a->strings["Database Name"] = "Database name";
-$a->strings["Site administrator email address"] = "Site administrator email address";
-$a->strings["Your account email address must match this in order to use the web admin panel."] = "Your account email address must match this in order to use the web admin panel.";
-$a->strings["Please select a default timezone for your website"] = "Please select a default time zone for your website";
-$a->strings["Site settings"] = "Site settings";
-$a->strings["System Language:"] = "System language:";
-$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Set the default language for your Friendica installation interface and email communication.";
-$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Could not find a command line version of PHP in the web server PATH.";
-$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run the background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-poller'>'Setup the poller'</a>"] = "If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-poller'>'Setup the poller'</a>";
-$a->strings["PHP executable path"] = "PHP executable path";
-$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Enter full path to php executable. You can leave this blank to continue the installation.";
-$a->strings["Command line PHP"] = "Command line PHP";
-$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "PHP executable is not a php cli binary; it could possibly be a cgi-fgci version.";
-$a->strings["Found PHP version: "] = "Found PHP version: ";
-$a->strings["PHP cli binary"] = "PHP cli binary";
-$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "The command line version of PHP on your system does not have \"register_argc_argv\" enabled.";
-$a->strings["This is required for message delivery to work."] = "This is required for message delivery to work.";
-$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv";
-$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys";
-$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "If running under Windows OS, please see \"http://www.php.net/manual/en/openssl.installation.php\".";
-$a->strings["Generate encryption keys"] = "Generate encryption keys";
-$a->strings["libCurl PHP module"] = "libCurl PHP module";
-$a->strings["GD graphics PHP module"] = "GD graphics PHP module";
-$a->strings["OpenSSL PHP module"] = "OpenSSL PHP module";
-$a->strings["PDO or MySQLi PHP module"] = "PDO or MySQLi PHP module";
-$a->strings["mb_string PHP module"] = "mb_string PHP module";
-$a->strings["XML PHP module"] = "XML PHP module";
-$a->strings["iconv module"] = "iconv module";
-$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module";
-$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Error: Apache web server mod-rewrite module is required but not installed.";
-$a->strings["Error: libCURL PHP module required but not installed."] = "Error: libCURL PHP module required but not installed.";
-$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Error: GD graphics PHP module with JPEG support required but not installed.";
-$a->strings["Error: openssl PHP module required but not installed."] = "Error: openssl PHP module required but not installed.";
-$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "Error: PDO or MySQLi PHP module required but not installed.";
-$a->strings["Error: The MySQL driver for PDO is not installed."] = "Error: MySQL driver for PDO is not installed.";
-$a->strings["Error: mb_string PHP module required but not installed."] = "Error: mb_string PHP module required but not installed.";
-$a->strings["Error: iconv PHP module required but not installed."] = "Error: iconv PHP module required but not installed.";
-$a->strings["Error, XML PHP module required but not installed."] = "Error, XML PHP module required but not installed.";
-$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "The web installer needs to be able to create a file called \".htconfig.php\" in the top-level directory of your web server, but it is unable to do so.";
-$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "This is most often a permission setting issue, as the web server may not be able to write files in your directory - even if you can.";
-$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top-level directory.";
-$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Alternatively, you may skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions.";
-$a->strings[".htconfig.php is writable"] = ".htconfig.php is writeable";
-$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering.";
-$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top-level directory.";
-$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Please ensure the user (e.g. www-data) that your web server runs as has write access to this directory.";
-$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains.";
-$a->strings["view/smarty3 is writable"] = "view/smarty3 is writeable";
-$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "URL rewrite in .htaccess is not working. Check your server configuration.";
-$a->strings["Url rewrite is working"] = "URL rewrite is working";
-$a->strings["ImageMagick PHP extension is not installed"] = "ImageMagick PHP extension is not installed";
-$a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP extension is installed";
-$a->strings["ImageMagick supports GIF"] = "ImageMagick supports GIF";
-$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root.";
-$a->strings["<h1>What next</h1>"] = "<h1>What next</h1>";
-$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANT: You will need to [manually] setup a scheduled task for the poller.";
-$a->strings["Total invitation limit exceeded."] = "Total invitation limit exceeded";
-$a->strings["%s : Not a valid email address."] = "%s : Not a valid email address";
-$a->strings["Please join us on Friendica"] = "Please join us on Friendica.";
-$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Invitation limit is exceeded. Please contact your site administrator.";
-$a->strings["%s : Message delivery failed."] = "%s : Message delivery failed";
-$a->strings["%d message sent."] = array(
-       0 => "%d message sent.",
-       1 => "%d messages sent.",
-);
-$a->strings["You have no more invitations available"] = "You have no more invitations available.";
-$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks.";
-$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "To accept this invitation, please register at %s or any other public Friendica website.";
-$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica sites are all inter-connect to create a large privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join.";
-$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Our apologies. This system is not currently configured to connect with other public sites or invite members.";
-$a->strings["Send invitations"] = "Send invitations";
-$a->strings["Enter email addresses, one per line:"] = "Enter email addresses, one per line:";
-$a->strings["Your message:"] = "Your message:";
-$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web.";
-$a->strings["You will need to supply this invitation code: \$invite_code"] = "You will need to supply this invitation code: \$invite_code";
-$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Once you have registered, please connect with me via my profile page at:";
-$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "For more information about the Friendica project and why we feel it is important, please visit http://friendica.com";
-$a->strings["Time Conversion"] = "Time conversion";
-$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica provides this service for sharing events with other networks and friends in unknown time zones.";
-$a->strings["UTC time: %s"] = "UTC time: %s";
-$a->strings["Current timezone: %s"] = "Current time zone: %s";
-$a->strings["Converted localtime: %s"] = "Converted local time: %s";
-$a->strings["Please select your timezone:"] = "Please select your time zone:";
-$a->strings["Remote privacy information not available."] = "Remote privacy information not available.";
-$a->strings["Visible to:"] = "Visible to:";
-$a->strings["No valid account found."] = "No valid account found.";
-$a->strings["Password reset request issued. Check your email."] = "Password reset request issued. Please check your email.";
-$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\n\t\tDear %1\$s,\n\t\t\tA request was issued at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore/delete this email.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request.";
-$a->strings["\n\t\tFollow this link to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\n\t\tFollow this link to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s";
-$a->strings["Password reset requested at %s"] = "Password reset requested at %s";
-$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Request could not be verified. (You may have previously submitted it.) Password reset failed.";
-$a->strings["Password Reset"] = "Password reset";
-$a->strings["Your password has been reset as requested."] = "Your password has been reset as requested.";
-$a->strings["Your new password is"] = "Your new password is";
-$a->strings["Save or copy your new password - and then"] = "Save or copy your new password - and then";
-$a->strings["click here to login"] = "click here to login";
-$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Your password may be changed from the <em>Settings</em> page after successful login.";
-$a->strings["\n\t\t\t\tDear %1\$s,\n\t\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\t\tinformation for your records (or change your password immediately to\n\t\t\t\tsomething that you will remember).\n\t\t\t"] = "\n\t\t\t\tDear %1\$s,\n\t\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\t\tinformation for your records or change your password immediately to\n\t\t\t\tsomething that you will remember.\n\t\t\t";
-$a->strings["\n\t\t\t\tYour login details are as follows:\n\n\t\t\t\tSite Location:\t%1\$s\n\t\t\t\tLogin Name:\t%2\$s\n\t\t\t\tPassword:\t%3\$s\n\n\t\t\t\tYou may change that password from your account settings page after logging in.\n\t\t\t"] = "\n\t\t\t\tYour login details are as follows:\n\n\t\t\t\tSite Location:\t%1\$s\n\t\t\t\tLogin Name:\t%2\$s\n\t\t\t\tPassword:\t%3\$s\n\n\t\t\t\tYou may change that password from your account settings page after logging in.\n\t\t\t";
-$a->strings["Your password has been changed at %s"] = "Your password has been changed at %s";
-$a->strings["Forgot your Password?"] = "Reset My Password";
-$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Enter email address or nickname to reset your password. You will receive further instruction via email.";
-$a->strings["Nickname or Email: "] = "Nickname or email: ";
-$a->strings["Reset"] = "Reset";
-$a->strings["System down for maintenance"] = "Sorry, the system is currently down for maintenance.";
-$a->strings["Manage Identities and/or Pages"] = "Manage Identities and Pages";
-$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Accounts that I manage or own.";
-$a->strings["Select an identity to manage: "] = "Select identity:";
-$a->strings["No keywords to match. Please add keywords to your default profile."] = "No keywords to match. Please add keywords to your default profile.";
-$a->strings["is interested in:"] = "is interested in:";
-$a->strings["Profile Match"] = "Profile Match";
-$a->strings["No recipient selected."] = "No recipient selected.";
-$a->strings["Unable to locate contact information."] = "Unable to locate contact information.";
-$a->strings["Message could not be sent."] = "Message could not be sent.";
-$a->strings["Message collection failure."] = "Message collection failure.";
-$a->strings["Message sent."] = "Message sent.";
-$a->strings["Do you really want to delete this message?"] = "Do you really want to delete this message?";
-$a->strings["Message deleted."] = "Message deleted.";
-$a->strings["Conversation removed."] = "Conversation removed.";
-$a->strings["Send Private Message"] = "Send private message";
-$a->strings["To:"] = "To:";
-$a->strings["Subject:"] = "Subject:";
-$a->strings["No messages."] = "No messages.";
-$a->strings["Message not available."] = "Message not available.";
-$a->strings["Delete message"] = "Delete message";
-$a->strings["Delete conversation"] = "Delete conversation";
-$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page.";
-$a->strings["Send Reply"] = "Send reply";
-$a->strings["Unknown sender - %s"] = "Unknown sender - %s";
-$a->strings["You and %s"] = "Me and %s";
-$a->strings["%s and You"] = "%s and me";
-$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A";
-$a->strings["%d message"] = array(
-       0 => "%d message",
-       1 => "%d messages",
-);
-$a->strings["Mood"] = "Mood";
-$a->strings["Set your current mood and tell your friends"] = "Set your current mood and tell your friends";
-$a->strings["Results for: %s"] = "Results for: %s";
-$a->strings["Remove term"] = "Remove term";
-$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = array(
-       0 => "Warning: This group contains %s member from a network that doesn't allow non public messages.",
-       1 => "Warning: This group contains %s members from a network that doesn't allow non public messages.",
-);
-$a->strings["Messages in this group won't be send to these receivers."] = "Messages in this group won't be send to these receivers.";
-$a->strings["Private messages to this person are at risk of public disclosure."] = "Private messages to this person are at risk of public disclosure.";
-$a->strings["Invalid contact."] = "Invalid contact.";
-$a->strings["Commented Order"] = "Commented last";
-$a->strings["Sort by Comment Date"] = "Sort by comment date";
-$a->strings["Posted Order"] = "Posted last";
-$a->strings["Sort by Post Date"] = "Sort by post date";
-$a->strings["Posts that mention or involve you"] = "Posts mentioning or involving me";
-$a->strings["New"] = "New";
-$a->strings["Activity Stream - by date"] = "Activity Stream - by date";
-$a->strings["Shared Links"] = "Shared links";
-$a->strings["Interesting Links"] = "Interesting links";
-$a->strings["Starred"] = "Starred";
-$a->strings["Favourite Posts"] = "My favourite posts";
-$a->strings["Welcome to Friendica"] = "Welcome to Friendica";
-$a->strings["New Member Checklist"] = "New Member Checklist";
-$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear.";
-$a->strings["Getting Started"] = "Getting started";
-$a->strings["Friendica Walk-Through"] = "Friendica walk-through";
-$a->strings["On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join.";
-$a->strings["Go to Your Settings"] = "Go to your settings";
-$a->strings["On your <em>Settings</em> page -  change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "On your <em>Settings</em> page -  change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web.";
-$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you.";
-$a->strings["Upload Profile Photo"] = "Upload profile photo";
-$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not.";
-$a->strings["Edit Your Profile"] = "Edit your profile";
-$a->strings["Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors.";
-$a->strings["Profile Keywords"] = "Profile keywords";
-$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships.";
-$a->strings["Connecting"] = "Connecting";
-$a->strings["Importing Emails"] = "Importing emails";
-$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Enter your email access information on your Connector Settings if you wish to import and interact with friends or mailing lists from your email INBOX";
-$a->strings["Go to Your Contacts Page"] = "Go to your contacts page";
-$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the <em>Add New Contact</em> dialog."] = "Your contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the <em>Add new contact</em> dialog.";
-$a->strings["Go to Your Site's Directory"] = "Go to your site's directory";
-$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own Identity Address if requested."] = "The directory lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own identity address when requested.";
-$a->strings["Finding New People"] = "Finding new people";
-$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours.";
-$a->strings["Group Your Contacts"] = "Group your contacts";
-$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Once you have made some friends, organize them into private conversation groups from the sidebar of your contacts page and then you can interact with each group privately on your network page.";
-$a->strings["Why Aren't My Posts Public?"] = "Why aren't my posts public?";
-$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above.";
-$a->strings["Getting Help"] = "Getting help";
-$a->strings["Go to the Help Section"] = "Go to the help section";
-$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Our <strong>help</strong> pages may be consulted for detail on other program features and resources.";
-$a->strings["Visit %s's profile [%s]"] = "Visit %s's profile [%s]";
-$a->strings["Edit contact"] = "Edit contact";
-$a->strings["Contacts who are not members of a group"] = "Contacts who are not members of a group";
-$a->strings["Invalid request identifier."] = "Invalid request identifier.";
-$a->strings["Discard"] = "Discard";
-$a->strings["Ignore"] = "Ignore";
-$a->strings["Network Notifications"] = "Network notifications";
-$a->strings["System Notifications"] = "System notifications";
-$a->strings["Personal Notifications"] = "Personal notifications";
-$a->strings["Home Notifications"] = "Home notifications";
-$a->strings["Show Ignored Requests"] = "Show ignored requests.";
-$a->strings["Hide Ignored Requests"] = "Hide ignored requests";
-$a->strings["Notification type: "] = "Notification type: ";
-$a->strings["suggested by %s"] = "suggested by %s";
-$a->strings["Hide this contact from others"] = "Hide this contact from others";
-$a->strings["Post a new friend activity"] = "Post a new friend activity";
-$a->strings["if applicable"] = "if applicable";
-$a->strings["Approve"] = "Approve";
-$a->strings["Claims to be known to you: "] = "Says they know me:";
-$a->strings["yes"] = "yes";
-$a->strings["no"] = "no";
-$a->strings["Shall your connection be bidirectional or not?"] = "Shall your connection be in both directions or not?";
-$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "Accepting %s as a friend allows %s to subscribe to your posts; you will also receive updates from them in your news feed.";
-$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed.";
-$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed.";
-$a->strings["Friend"] = "Friend";
-$a->strings["Sharer"] = "Sharer";
-$a->strings["Subscriber"] = "Subscriber";
-$a->strings["No introductions."] = "No introductions.";
-$a->strings["Show unread"] = "Show unread";
-$a->strings["Show all"] = "Show all";
-$a->strings["No more %s notifications."] = "No more %s notifications.";
-$a->strings["No more system notifications."] = "No more system notifications.";
-$a->strings["Post successful."] = "Post successful.";
-$a->strings["OpenID protocol error. No ID returned."] = "OpenID protocol error. No ID returned.";
-$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Account not found and OpenID registration is not permitted on this site.";
-$a->strings["Subscribing to OStatus contacts"] = "Subscribing to OStatus contacts";
-$a->strings["No contact provided."] = "No contact provided.";
-$a->strings["Couldn't fetch information for contact."] = "Couldn't fetch information for contact.";
-$a->strings["Couldn't fetch friends for contact."] = "Couldn't fetch friends for contact.";
-$a->strings["Done"] = "Done";
-$a->strings["success"] = "success";
-$a->strings["failed"] = "failed";
-$a->strings["Keep this window open until done."] = "Keep this window open until done.";
-$a->strings["Not Extended"] = "Not extended";
-$a->strings["Recent Photos"] = "Recent photos";
-$a->strings["Upload New Photos"] = "Upload new photos";
-$a->strings["everybody"] = "everybody";
-$a->strings["Contact information unavailable"] = "Contact information unavailable";
-$a->strings["Album not found."] = "Album not found.";
-$a->strings["Delete Album"] = "Delete album";
-$a->strings["Do you really want to delete this photo album and all its photos?"] = "Do you really want to delete this photo album and all its photos?";
-$a->strings["Delete Photo"] = "Delete photo";
-$a->strings["Do you really want to delete this photo?"] = "Do you really want to delete this photo?";
-$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s was tagged in %2\$s by %3\$s";
-$a->strings["a photo"] = "a photo";
-$a->strings["Image exceeds size limit of %s"] = "Image exceeds size limit of %s";
-$a->strings["Image file is empty."] = "Image file is empty.";
-$a->strings["Unable to process image."] = "Unable to process image.";
-$a->strings["Image upload failed."] = "Image upload failed.";
-$a->strings["No photos selected"] = "No photos selected";
-$a->strings["Access to this item is restricted."] = "Access to this item is restricted.";
-$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage.";
-$a->strings["Upload Photos"] = "Upload photos";
-$a->strings["New album name: "] = "New album name: ";
-$a->strings["or existing album name: "] = "or existing album name: ";
-$a->strings["Do not show a status post for this upload"] = "Do not show a status post for this upload";
-$a->strings["Show to Groups"] = "Show to groups";
-$a->strings["Show to Contacts"] = "Show to contacts";
-$a->strings["Private Photo"] = "Private photo";
-$a->strings["Public Photo"] = "Public photo";
-$a->strings["Edit Album"] = "Edit album";
-$a->strings["Show Newest First"] = "Show newest first";
-$a->strings["Show Oldest First"] = "Show oldest first";
-$a->strings["View Photo"] = "View photo";
-$a->strings["Permission denied. Access to this item may be restricted."] = "Permission denied. Access to this item may be restricted.";
-$a->strings["Photo not available"] = "Photo not available";
-$a->strings["View photo"] = "View photo";
-$a->strings["Edit photo"] = "Edit photo";
-$a->strings["Use as profile photo"] = "Use as profile photo";
-$a->strings["View Full Size"] = "View full size";
-$a->strings["Tags: "] = "Tags: ";
-$a->strings["[Remove any tag]"] = "[Remove any tag]";
-$a->strings["New album name"] = "New album name";
-$a->strings["Caption"] = "Caption";
-$a->strings["Add a Tag"] = "Add Tag";
-$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Example: @bob, @jojo@example.com, #California, #camping";
-$a->strings["Do not rotate"] = "Do not rotate";
-$a->strings["Rotate CW (right)"] = "Rotate right (CW)";
-$a->strings["Rotate CCW (left)"] = "Rotate left (CCW)";
-$a->strings["Private photo"] = "Private photo";
-$a->strings["Public photo"] = "Public photo";
-$a->strings["Map"] = "Map";
-$a->strings["View Album"] = "View album";
-$a->strings["{0} wants to be your friend"] = "{0} wants to be your friend";
-$a->strings["{0} sent you a message"] = "{0} sent you a message";
-$a->strings["{0} requested registration"] = "{0} requested registration";
-$a->strings["Poke/Prod"] = "Poke/Prod";
-$a->strings["poke, prod or do other things to somebody"] = "Poke, prod or do other things to somebody";
-$a->strings["Recipient"] = "Recipient:";
-$a->strings["Choose what you wish to do to recipient"] = "Choose what you wish to do:";
-$a->strings["Make this post private"] = "Make this post private";
-$a->strings["Tips for New Members"] = "Tips for New Members";
-$a->strings["Invalid profile identifier."] = "Invalid profile identifier.";
-$a->strings["Profile Visibility Editor"] = "Profile Visibility Editor";
-$a->strings["Visible To"] = "Visible to";
-$a->strings["All Contacts (with secure profile access)"] = "All contacts with secure profile access";
-$a->strings["Registration successful. Please check your email for further instructions."] = "Registration successful. Please check your email for further instructions.";
-$a->strings["Failed to send email message. Here your accout details:<br> login: %s<br> password: %s<br><br>You can change your password after login."] = "Failed to send email message. Here your account details:<br> login: %s<br> password: %s<br><br>You can change your password after login.";
-$a->strings["Registration successful."] = "Registration successful.";
-$a->strings["Your registration can not be processed."] = "Your registration cannot be processed.";
-$a->strings["Your registration is pending approval by the site owner."] = "Your registration is pending approval by the site administrator.";
-$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow.";
-$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'.";
-$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items.";
-$a->strings["Your OpenID (optional): "] = "Your OpenID (optional): ";
-$a->strings["Include your profile in member directory?"] = "Include your profile in member directory?";
-$a->strings["Note for the admin"] = "Note for the admin";
-$a->strings["Leave a message for the admin, why you want to join this node"] = "Leave a message for the admin, why you want to join this node.";
-$a->strings["Membership on this site is by invitation only."] = "Membership on this site is by invitation only.";
-$a->strings["Your invitation ID: "] = "Your invitation ID: ";
-$a->strings["Registration"] = "Registration";
-$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Your full name: ";
-$a->strings["Your Email Address: "] = "Your email address: ";
-$a->strings["New Password:"] = "New password:";
-$a->strings["Leave empty for an auto generated password."] = "Leave empty for an auto generated password.";
-$a->strings["Confirm:"] = "Confirm new password:";
-$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be '<strong>nickname@\$sitename</strong>'."] = "Choose a profile nickname. Your nickname will be part of your identity address; for example:  '<strong>nickname@\$sitename</strong>'.";
-$a->strings["Choose a nickname: "] = "Choose a nickname: ";
-$a->strings["Import"] = "Import profile";
-$a->strings["Import your profile to this friendica instance"] = "Import an existing Friendica profile to this node.";
-$a->strings["Remove My Account"] = "Remove my account";
-$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "This will completely remove your account. Once this has been done it is not recoverable.";
-$a->strings["Please enter your password for verification:"] = "Please enter your password for verification:";
-$a->strings["Resubscribing to OStatus contacts"] = "Resubscribing to OStatus contacts";
-$a->strings["Error"] = "Error";
-$a->strings["Only logged in users are permitted to perform a search."] = "Only logged in users are permitted to perform a search.";
-$a->strings["Too Many Requests"] = "Too many requests";
-$a->strings["Only one search per minute is permitted for not logged in users."] = "Only one search per minute is permitted for not logged in users.";
-$a->strings["Items tagged with: %s"] = "Items tagged with: %s";
-$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s is following %2\$s's %3\$s";
-$a->strings["Do you really want to delete this suggestion?"] = "Do you really want to delete this suggestion?";
-$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "No suggestions available. If this is a new site, please try again in 24 hours.";
-$a->strings["Ignore/Hide"] = "Ignore/Hide";
-$a->strings["Tag removed"] = "Tag removed";
-$a->strings["Remove Item Tag"] = "Remove Item tag";
-$a->strings["Select a tag to remove: "] = "Select a tag to remove: ";
-$a->strings["Export account"] = "Export account";
-$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Export your account info and contacts. Use this to backup your account or to move it to another server.";
-$a->strings["Export all"] = "Export all";
-$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Export your account info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)";
-$a->strings["Export personal data"] = "Export personal data";
-$a->strings["[Embedded content - reload page to view]"] = "[Embedded content - reload page to view]";
-$a->strings["Do you really want to delete this video?"] = "Do you really want to delete this video?";
-$a->strings["Delete Video"] = "Delete video";
-$a->strings["No videos selected"] = "No videos selected";
-$a->strings["Recent Videos"] = "Recent videos";
-$a->strings["Upload New Videos"] = "Upload new videos";
-$a->strings["No contacts."] = "No contacts.";
-$a->strings["Access denied."] = "Access denied.";
-$a->strings["Invalid request."] = "Invalid request.";
-$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Sorry, maybe your upload is bigger than the PHP configuration allows";
-$a->strings["Or - did you try to upload an empty file?"] = "Or did you try to upload an empty file?";
-$a->strings["File exceeds size limit of %s"] = "File exceeds size limit of %s";
-$a->strings["File upload failed."] = "File upload failed.";
-$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Number of daily wall messages for %s exceeded. Message failed.";
-$a->strings["Unable to check your home location."] = "Unable to check your home location.";
-$a->strings["No recipient."] = "No recipient.";
-$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders.";
-$a->strings["Only logged in users are permitted to perform a probing."] = "Only logged in users are permitted to perform a probing.";
-$a->strings["This introduction has already been accepted."] = "This introduction has already been accepted.";
-$a->strings["Profile location is not valid or does not contain profile information."] = "Profile location is not valid or does not contain profile information.";
-$a->strings["Warning: profile location has no identifiable owner name."] = "Warning: profile location has no identifiable owner name.";
-$a->strings["Warning: profile location has no profile photo."] = "Warning: profile location has no profile photo.";
-$a->strings["%d required parameter was not found at the given location"] = array(
-       0 => "%d required parameter was not found at the given location",
-       1 => "%d required parameters were not found at the given location",
-);
-$a->strings["Introduction complete."] = "Introduction complete.";
-$a->strings["Unrecoverable protocol error."] = "Unrecoverable protocol error.";
-$a->strings["Profile unavailable."] = "Profile unavailable.";
-$a->strings["%s has received too many connection requests today."] = "%s has received too many connection requests today.";
-$a->strings["Spam protection measures have been invoked."] = "Spam protection measures have been invoked.";
-$a->strings["Friends are advised to please try again in 24 hours."] = "Friends are advised to please try again in 24 hours.";
-$a->strings["Invalid locator"] = "Invalid locator";
-$a->strings["Invalid email address."] = "Invalid email address.";
-$a->strings["This account has not been configured for email. Request failed."] = "This account has not been configured for email. Request failed.";
-$a->strings["You have already introduced yourself here."] = "You have already introduced yourself here.";
-$a->strings["Apparently you are already friends with %s."] = "Apparently you are already friends with %s.";
-$a->strings["Invalid profile URL."] = "Invalid profile URL.";
-$a->strings["Failed to update contact record."] = "Failed to update contact record.";
-$a->strings["Your introduction has been sent."] = "Your introduction has been sent.";
-$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Remote subscription can't be done for your network. Please subscribe directly on your system.";
-$a->strings["Please login to confirm introduction."] = "Please login to confirm introduction.";
-$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Incorrect identity currently logged in. Please login to <strong>this</strong> profile.";
-$a->strings["Confirm"] = "Confirm";
-$a->strings["Hide this contact"] = "Hide this contact";
-$a->strings["Welcome home %s."] = "Welcome home %s.";
-$a->strings["Please confirm your introduction/connection request to %s."] = "Please confirm your introduction/connection request to %s.";
-$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Please enter your 'Identity address' from one of the following supported communications networks:";
-$a->strings["If you are not yet a member of the free social web, <a href=\"%s/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = "If you are not yet a member of the free social web, <a href=\"%s/siteinfo\">follow this link to find a public Friendica site and join us today</a>.";
-$a->strings["Friend/Connection Request"] = "Friend/Connection request";
-$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Examples: jojo@friendica.example.com, http://friendica.example.com/profile/jojo, sam@identi.ca";
-$a->strings["StatusNet/Federated Social Web"] = "StatusNet/Federated social web";
-$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = " - please do not use this form.  Instead, enter %s into your Diaspora search bar.";
-$a->strings["Unable to locate original post."] = "Unable to locate original post.";
-$a->strings["Empty post discarded."] = "Empty post discarded.";
-$a->strings["System error. Post not saved."] = "System error. Post not saved.";
-$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "This message was sent to you by %s, a member of the Friendica social network.";
-$a->strings["You may visit them online at %s"] = "You may visit them online at %s";
-$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Please contact the sender by replying to this post if you do not wish to receive these messages.";
-$a->strings["%s posted an update."] = "%s posted an update.";
-$a->strings["Account approved."] = "Account approved.";
-$a->strings["Registration revoked for %s"] = "Registration revoked for %s";
-$a->strings["Please login."] = "Please login.";
-$a->strings["Move account"] = "Move Existing Friendica Account";
-$a->strings["You can import an account from another Friendica server."] = "You can import an existing Friendica profile to this node.";
-$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here.";
-$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora.";
-$a->strings["Account file"] = "Account file:";
-$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "To export your account, go to \"Settings->Export personal data\" and select \"Export account\"";
-$a->strings["Theme settings updated."] = "Theme settings updated.";
-$a->strings["Site"] = "Site";
-$a->strings["Users"] = "Users";
-$a->strings["Plugins"] = "Plugins";
-$a->strings["Themes"] = "Theme selection";
-$a->strings["Additional features"] = "Additional features";
-$a->strings["DB updates"] = "DB updates";
-$a->strings["Inspect Queue"] = "Inspect queue";
-$a->strings["Server Blocklist"] = "Server blocklist";
-$a->strings["Federation Statistics"] = "Federation statistics";
-$a->strings["Logs"] = "Logs";
-$a->strings["View Logs"] = "View logs";
-$a->strings["probe address"] = "Probe address";
-$a->strings["check webfinger"] = "Check webfinger";
-$a->strings["Plugin Features"] = "Plugin Features";
-$a->strings["diagnostics"] = "Diagnostics";
-$a->strings["User registrations waiting for confirmation"] = "User registrations awaiting confirmation";
-$a->strings["The blocked domain"] = "Blocked domain";
-$a->strings["The reason why you blocked this domain."] = "Reason why you blocked this domain.";
-$a->strings["Delete domain"] = "Delete domain";
-$a->strings["Check to delete this entry from the blocklist"] = "Check to delete this entry from the blocklist";
-$a->strings["Administration"] = "Administration";
-$a->strings["This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."] = "This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server.";
-$a->strings["The list of blocked servers will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = "The list of blocked servers will publicly available on the Friendica page so that your users and people investigating communication problems can readily find the reason.";
-$a->strings["Add new entry to block list"] = "Add new entry to block list";
-$a->strings["Server Domain"] = "Server domain";
-$a->strings["The domain of the new server to add to the block list. Do not include the protocol."] = "The domain of the new server to add to the block list. Do not include the protocol.";
-$a->strings["Block reason"] = "Block reason";
-$a->strings["Add Entry"] = "Add entry";
-$a->strings["Save changes to the blocklist"] = "Save changes to the blocklist";
-$a->strings["Current Entries in the Blocklist"] = "Current entries in the blocklist";
-$a->strings["Delete entry from blocklist"] = "Delete entry from blocklist";
-$a->strings["Delete entry from blocklist?"] = "Delete entry from blocklist?";
-$a->strings["Server added to blocklist."] = "Server added to blocklist.";
-$a->strings["Site blocklist updated."] = "Site blocklist updated.";
-$a->strings["unknown"] = "unknown";
-$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = "This page offers you the amount of known part of the federated social network your Friendica node is part of. These numbers are not complete and only reflect the part of the network your node is aware of.";
-$a->strings["The <em>Auto Discovered Contact Directory</em> feature is not enabled, it will improve the data displayed here."] = "The <em>Auto Discovered Contact Directory</em> feature is not enabled; enabling it will improve the data displayed here.";
-$a->strings["Currently this node is aware of %d nodes from the following platforms:"] = "Currently this node is aware of %d nodes from the following platforms:";
-$a->strings["ID"] = "ID";
-$a->strings["Recipient Name"] = "Recipient name";
-$a->strings["Recipient Profile"] = "Recipient profile";
-$a->strings["Created"] = "Created";
-$a->strings["Last Tried"] = "Last Tried";
-$a->strings["This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."] = "";
-$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See <a href=\"%s\">here</a> for a guide that may be helpful converting the table engines. You may also use the command <tt>php include/dbstructure.php toinnodb</tt> of your Friendica installation for an automatic conversion.<br />"] = "";
-$a->strings["The database update failed. Please run \"php include/dbstructure.php update\" from the command line and have a look at the errors that might appear."] = "";
-$a->strings["Normal Account"] = "Standard account";
-$a->strings["Soapbox Account"] = "Soapbox account";
-$a->strings["Community/Celebrity Account"] = "";
-$a->strings["Automatic Friend Account"] = "";
-$a->strings["Blog Account"] = "";
-$a->strings["Private Forum"] = "";
-$a->strings["Message queues"] = "";
-$a->strings["Summary"] = "Summary";
-$a->strings["Registered users"] = "Registered users";
-$a->strings["Pending registrations"] = "Pending registrations";
-$a->strings["Version"] = "Version";
-$a->strings["Active plugins"] = "Active plugins";
-$a->strings["Can not parse base url. Must have at least <scheme>://<domain>"] = "Can not parse base URL. Must have at least <scheme>://<domain>";
-$a->strings["Site settings updated."] = "Site settings updated.";
-$a->strings["No special theme for mobile devices"] = "No special theme for mobile devices";
-$a->strings["No community page"] = "No community page";
-$a->strings["Public postings from users of this site"] = "Public postings from users of this site";
-$a->strings["Global community page"] = "Global community page";
-$a->strings["Never"] = "Never";
-$a->strings["At post arrival"] = "At post arrival";
-$a->strings["Disabled"] = "Disabled";
-$a->strings["Users, Global Contacts"] = "Users, Global Contacts";
-$a->strings["Users, Global Contacts/fallback"] = "Users, Global Contacts/fallback";
-$a->strings["One month"] = "One month";
-$a->strings["Three months"] = "Three months";
-$a->strings["Half a year"] = "Half a year";
-$a->strings["One year"] = "One a year";
-$a->strings["Multi user instance"] = "Multi user instance";
-$a->strings["Closed"] = "Closed";
-$a->strings["Requires approval"] = "Requires approval";
-$a->strings["Open"] = "Open";
-$a->strings["No SSL policy, links will track page SSL state"] = "No SSL policy, links will track page SSL state";
-$a->strings["Force all links to use SSL"] = "Force all links to use SSL";
-$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Self-signed certificate, use SSL for local links only (discouraged)";
-$a->strings["Save Settings"] = "Save settings";
-$a->strings["File upload"] = "File upload";
-$a->strings["Policies"] = "Policies";
-$a->strings["Auto Discovered Contact Directory"] = "";
-$a->strings["Performance"] = "Performance";
-$a->strings["Worker"] = "Worker";
-$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "Relocate - Warning, advanced function: This could make this server unreachable.";
-$a->strings["Site name"] = "Site name";
-$a->strings["Host name"] = "Host name";
-$a->strings["Sender Email"] = "Sender email";
-$a->strings["The email address your server shall use to send notification emails from."] = "The email address your server shall use to send notification emails from.";
-$a->strings["Banner/Logo"] = "Banner/Logo";
-$a->strings["Shortcut icon"] = "Shortcut icon";
-$a->strings["Link to an icon that will be used for browsers."] = "Link to an icon that will be used for browsers.";
-$a->strings["Touch icon"] = "Touch icon";
-$a->strings["Link to an icon that will be used for tablets and mobiles."] = "Link to an icon that will be used for tablets and mobiles.";
-$a->strings["Additional Info"] = "Additional Info";
-$a->strings["For public servers: you can add additional information here that will be listed at %s/siteinfo."] = "For public servers: add additional information here that will be listed at %s/siteinfo.";
-$a->strings["System language"] = "System language";
-$a->strings["System theme"] = "System theme";
-$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Default system theme - may be overridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>";
-$a->strings["Mobile system theme"] = "Mobile system theme";
-$a->strings["Theme for mobile devices"] = "Theme for mobile devices";
-$a->strings["SSL link policy"] = "SSL link policy";
-$a->strings["Determines whether generated links should be forced to use SSL"] = "Determines whether generated links should be forced to use SSL";
-$a->strings["Force SSL"] = "Force SSL";
-$a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops.";
-$a->strings["Hide help entry from navigation menu"] = "Hide help entry from navigation menu";
-$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Hides the menu entry for the Help pages from the navigation menu. Help pages can still be accessed by calling ../help directly via its URL.";
-$a->strings["Single user instance"] = "Single user instance";
-$a->strings["Make this instance multi-user or single-user for the named user"] = "Make this instance multi-user or single-user for the named user";
-$a->strings["Maximum image size"] = "Maximum image size";
-$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maximum size in bytes of uploaded images. Default is 0, which means no limits.";
-$a->strings["Maximum image length"] = "Maximum image length";
-$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "";
-$a->strings["JPEG image quality"] = "JPEG image quality";
-$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "";
-$a->strings["Register policy"] = "Register policy";
-$a->strings["Maximum Daily Registrations"] = "";
-$a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day.  If register is set to closed, this setting has no effect."] = "";
-$a->strings["Register text"] = "";
-$a->strings["Will be displayed prominently on the registration page."] = "";
-$a->strings["Accounts abandoned after x days"] = "";
-$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "";
-$a->strings["Allowed friend domains"] = "";
-$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "";
-$a->strings["Allowed email domains"] = "";
-$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "";
-$a->strings["Block public"] = "";
-$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "";
-$a->strings["Force publish"] = "";
-$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "";
-$a->strings["Global directory URL"] = "Global directory URL";
-$a->strings["URL to the global directory. If this is not set, the global directory is completely unavailable to the application."] = "URL to the global directory: If this is not set, the global directory is completely unavailable to the application.";
-$a->strings["Allow threaded items"] = "";
-$a->strings["Allow infinite level threading for items on this site."] = "";
-$a->strings["Private posts by default for new users"] = "";
-$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "";
-$a->strings["Don't include post content in email notifications"] = "";
-$a->strings["Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure."] = "";
-$a->strings["Disallow public access to addons listed in the apps menu."] = "";
-$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = "";
-$a->strings["Don't embed private images in posts"] = "";
-$a->strings["Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."] = "";
-$a->strings["Allow Users to set remote_self"] = "";
-$a->strings["With checking this, every user is allowed to mark every contact as a remote_self in the repair contact dialog. Setting this flag on a contact causes mirroring every posting of that contact in the users stream."] = "";
-$a->strings["Block multiple registrations"] = "";
-$a->strings["Disallow users to register additional accounts for use as pages."] = "";
-$a->strings["OpenID support"] = "";
-$a->strings["OpenID support for registration and logins."] = "";
-$a->strings["Fullname check"] = "";
-$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "";
-$a->strings["Community Page Style"] = "";
-$a->strings["Type of community page to show. 'Global community' shows every public posting from an open distributed network that arrived on this server."] = "";
-$a->strings["Posts per user on community page"] = "";
-$a->strings["The maximum number of posts per user on the community page. (Not valid for 'Global Community')"] = "";
-$a->strings["Enable OStatus support"] = "";
-$a->strings["Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "";
-$a->strings["OStatus conversation completion interval"] = "";
-$a->strings["How often shall the poller check for new entries in OStatus conversations? This can be a very ressource task."] = "";
-$a->strings["Only import OStatus threads from our contacts"] = "";
-$a->strings["Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."] = "";
-$a->strings["OStatus support can only be enabled if threading is enabled."] = "";
-$a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = "";
-$a->strings["Enable Diaspora support"] = "";
-$a->strings["Provide built-in Diaspora network compatibility."] = "";
-$a->strings["Only allow Friendica contacts"] = "";
-$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "";
-$a->strings["Verify SSL"] = "";
-$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = "";
-$a->strings["Proxy user"] = "";
-$a->strings["Proxy URL"] = "Proxy URL";
-$a->strings["Network timeout"] = "";
-$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "";
-$a->strings["Maximum Load Average"] = "";
-$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "";
-$a->strings["Maximum Load Average (Frontend)"] = "";
-$a->strings["Maximum system load before the frontend quits service - default 50."] = "";
-$a->strings["Minimal Memory"] = "";
-$a->strings["Minimal free memory in MB for the poller. Needs access to /proc/meminfo - default 0 (deactivated)."] = "";
-$a->strings["Maximum table size for optimization"] = "";
-$a->strings["Maximum table size (in MB) for the automatic optimization - default 100 MB. Enter -1 to disable it."] = "";
-$a->strings["Minimum level of fragmentation"] = "";
-$a->strings["Minimum fragmenation level to start the automatic optimization - default value is 30%."] = "";
-$a->strings["Periodical check of global contacts"] = "";
-$a->strings["If enabled, the global contacts are checked periodically for missing or outdated data and the vitality of the contacts and servers."] = "";
-$a->strings["Days between requery"] = "";
-$a->strings["Number of days after which a server is requeried for his contacts."] = "";
-$a->strings["Discover contacts from other servers"] = "";
-$a->strings["Periodically query other servers for contacts. You can choose between 'users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommened setting is 'Users, Global Contacts'."] = "Periodically query other servers for contacts. You can choose between 'Users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older Friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommend setting is 'Users, Global Contacts'.";
-$a->strings["Timeframe for fetching global contacts"] = "";
-$a->strings["When the discovery is activated, this value defines the timeframe for the activity of the global contacts that are fetched from other servers."] = "";
-$a->strings["Search the local directory"] = "";
-$a->strings["Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."] = "";
-$a->strings["Publish server information"] = "";
-$a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See <a href='http://the-federation.info/'>the-federation.info</a> for details."] = "";
-$a->strings["Suppress Tags"] = "";
-$a->strings["Suppress showing a list of hashtags at the end of the posting."] = "";
-$a->strings["Path to item cache"] = "";
-$a->strings["The item caches buffers generated bbcode and external images."] = "";
-$a->strings["Cache duration in seconds"] = "";
-$a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day). To disable the item cache, set the value to -1."] = "";
-$a->strings["Maximum numbers of comments per post"] = "";
-$a->strings["How much comments should be shown for each post? Default value is 100."] = "";
-$a->strings["Temp path"] = "";
-$a->strings["If you have a restricted system where the webserver can't access the system temp path, enter another path here."] = "";
-$a->strings["Base path to installation"] = "";
-$a->strings["If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."] = "";
-$a->strings["Disable picture proxy"] = "";
-$a->strings["The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith."] = "";
-$a->strings["Only search in tags"] = "";
-$a->strings["On large systems the text search can slow down the system extremely."] = "";
-$a->strings["New base url"] = "New base URL";
-$a->strings["Change base url for this server. Sends relocate message to all DFRN contacts of all users."] = "Change base URL for this server. Sends relocate message to all DFRN contacts of all users.";
-$a->strings["RINO Encryption"] = "";
-$a->strings["Encryption layer between nodes."] = "";
-$a->strings["Maximum number of parallel workers"] = "";
-$a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = "";
-$a->strings["Don't use 'proc_open' with the worker"] = "";
-$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of poller calls in your crontab."] = "";
-$a->strings["Enable fastlane"] = "";
-$a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = "";
-$a->strings["Enable frontend worker"] = "";
-$a->strings["When enabled the Worker process is triggered when backend access is performed (e.g. messages being delivered). On smaller sites you might want to call yourdomain.tld/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server. The worker background process needs to be activated for this."] = "";
-$a->strings["Update has been marked successful"] = "";
-$a->strings["Database structure update %s was successfully applied."] = "";
-$a->strings["Executing of database structure update %s failed with error: %s"] = "";
-$a->strings["Executing %s failed with error: %s"] = "";
-$a->strings["Update %s was successfully applied."] = "";
-$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "";
-$a->strings["There was no additional update function %s that needed to be called."] = "";
-$a->strings["No failed updates."] = "";
-$a->strings["Check database structure"] = "";
-$a->strings["Failed Updates"] = "";
-$a->strings["This does not include updates prior to 1139, which did not return a status."] = "";
-$a->strings["Mark success (if update was manually applied)"] = "";
-$a->strings["Attempt to execute this update step automatically"] = "";
-$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "";
-$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tThank you and welcome to %4\$s."] = "";
-$a->strings["%s user blocked/unblocked"] = array(
-       0 => "",
-       1 => "",
-);
-$a->strings["%s user deleted"] = array(
-       0 => "",
-       1 => "",
-);
-$a->strings["User '%s' deleted"] = "";
-$a->strings["User '%s' unblocked"] = "";
-$a->strings["User '%s' blocked"] = "";
-$a->strings["Register date"] = "";
-$a->strings["Last login"] = "";
-$a->strings["Last item"] = "";
-$a->strings["Account"] = "";
-$a->strings["Add User"] = "";
-$a->strings["select all"] = "";
-$a->strings["User registrations waiting for confirm"] = "";
-$a->strings["User waiting for permanent deletion"] = "";
-$a->strings["Request date"] = "";
-$a->strings["No registrations."] = "";
-$a->strings["Note from the user"] = "";
-$a->strings["Deny"] = "";
-$a->strings["Block"] = "Block";
-$a->strings["Unblock"] = "Unblock";
-$a->strings["Site admin"] = "";
-$a->strings["Account expired"] = "";
-$a->strings["New User"] = "";
-$a->strings["Deleted since"] = "";
-$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "";
-$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "";
-$a->strings["Name of the new user."] = "";
-$a->strings["Nickname"] = "";
-$a->strings["Nickname of the new user."] = "";
-$a->strings["Email address of the new user."] = "";
-$a->strings["Plugin %s disabled."] = "";
-$a->strings["Plugin %s enabled."] = "";
-$a->strings["Disable"] = "";
-$a->strings["Enable"] = "";
-$a->strings["Toggle"] = "";
-$a->strings["Author: "] = "";
-$a->strings["Maintainer: "] = "";
-$a->strings["Reload active plugins"] = "";
-$a->strings["There are currently no plugins available on your node. You can find the official plugin repository at %1\$s and might find other interesting plugins in the open plugin registry at %2\$s"] = "";
-$a->strings["No themes found."] = "";
-$a->strings["Screenshot"] = "";
-$a->strings["Reload active themes"] = "";
-$a->strings["No themes found on the system. They should be paced in %1\$s"] = "";
-$a->strings["[Experimental]"] = "";
-$a->strings["[Unsupported]"] = "";
-$a->strings["Log settings updated."] = "";
-$a->strings["PHP log currently enabled."] = "";
-$a->strings["PHP log currently disabled."] = "";
-$a->strings["Clear"] = "";
-$a->strings["Enable Debugging"] = "";
-$a->strings["Log file"] = "";
-$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "";
-$a->strings["Log level"] = "";
-$a->strings["PHP logging"] = "";
-$a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "";
-$a->strings["Off"] = "";
-$a->strings["On"] = "";
-$a->strings["Lock feature %s"] = "";
-$a->strings["Manage Additional Features"] = "";
-$a->strings["%d contact edited."] = array(
-       0 => "%d contact edited.",
-       1 => "%d contacts edited.",
-);
-$a->strings["Could not access contact record."] = "Could not access contact record.";
-$a->strings["Could not locate selected profile."] = "Could not locate selected profile.";
-$a->strings["Contact updated."] = "Contact updated.";
-$a->strings["Contact has been blocked"] = "Contact has been blocked";
-$a->strings["Contact has been unblocked"] = "Contact has been unblocked";
-$a->strings["Contact has been ignored"] = "Contact has been ignored";
-$a->strings["Contact has been unignored"] = "Contact has been unignored";
-$a->strings["Contact has been archived"] = "Contact has been archived";
-$a->strings["Contact has been unarchived"] = "Contact has been unarchived";
-$a->strings["Drop contact"] = "Drop contact";
-$a->strings["Do you really want to delete this contact?"] = "Do you really want to delete this contact?";
-$a->strings["Contact has been removed."] = "Contact has been removed.";
-$a->strings["You are mutual friends with %s"] = "You are mutual friends with %s";
-$a->strings["You are sharing with %s"] = "You are sharing with %s";
-$a->strings["%s is sharing with you"] = "%s is sharing with you";
-$a->strings["Private communications are not available for this contact."] = "Private communications are not available for this contact.";
-$a->strings["(Update was successful)"] = "(Update was successful)";
-$a->strings["(Update was not successful)"] = "(Update was not successful)";
-$a->strings["Suggest friends"] = "Suggest friends";
-$a->strings["Network type: %s"] = "Network type: %s";
-$a->strings["Communications lost with this contact!"] = "Communications lost with this contact!";
-$a->strings["Fetch further information for feeds"] = "Fetch further information for feeds";
-$a->strings["Fetch information"] = "Fetch information";
-$a->strings["Fetch information and keywords"] = "Fetch information and keywords";
-$a->strings["Contact"] = "Contact";
-$a->strings["Profile Visibility"] = "Profile visibility";
-$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Please choose the profile you would like to display to %s when viewing your profile securely.";
-$a->strings["Contact Information / Notes"] = "Personal note";
-$a->strings["Edit contact notes"] = "Edit contact notes";
-$a->strings["Block/Unblock contact"] = "Block/Unblock contact";
-$a->strings["Ignore contact"] = "Ignore contact";
-$a->strings["Repair URL settings"] = "Repair URL settings";
-$a->strings["View conversations"] = "View conversations";
-$a->strings["Last update:"] = "Last update:";
-$a->strings["Update public posts"] = "Update public posts";
-$a->strings["Update now"] = "Update now";
-$a->strings["Unignore"] = "Unignore";
-$a->strings["Currently blocked"] = "Currently blocked";
-$a->strings["Currently ignored"] = "Currently ignored";
-$a->strings["Currently archived"] = "Currently archived";
-$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Replies/Likes to your public posts <strong>may</strong> still be visible";
-$a->strings["Notification for new posts"] = "Notification for new posts";
-$a->strings["Send a notification of every new post of this contact"] = "Send notification for every new post from this contact";
-$a->strings["Blacklisted keywords"] = "Blacklisted keywords";
-$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected";
-$a->strings["Actions"] = "Actions";
-$a->strings["Contact Settings"] = "Notification and privacy ";
-$a->strings["Suggestions"] = "Suggestions";
-$a->strings["Suggest potential friends"] = "Suggest potential friends";
-$a->strings["Show all contacts"] = "Show all contacts";
-$a->strings["Unblocked"] = "Unblocked";
-$a->strings["Only show unblocked contacts"] = "Only show unblocked contacts";
-$a->strings["Blocked"] = "Blocked";
-$a->strings["Only show blocked contacts"] = "Only show blocked contacts";
-$a->strings["Ignored"] = "Ignored";
-$a->strings["Only show ignored contacts"] = "Only show ignored contacts";
-$a->strings["Archived"] = "Archived";
-$a->strings["Only show archived contacts"] = "Only show archived contacts";
-$a->strings["Hidden"] = "Hidden";
-$a->strings["Only show hidden contacts"] = "Only show hidden contacts";
-$a->strings["Search your contacts"] = "Search your contacts";
-$a->strings["Update"] = "Update";
-$a->strings["Archive"] = "Archive";
-$a->strings["Unarchive"] = "Unarchive";
-$a->strings["Batch Actions"] = "Batch actions";
-$a->strings["View all contacts"] = "View all contacts";
-$a->strings["View all common friends"] = "View all common friends";
-$a->strings["Advanced Contact Settings"] = "Advanced contact settings";
-$a->strings["Mutual Friendship"] = "Mutual friendship";
-$a->strings["is a fan of yours"] = "is a fan of yours";
-$a->strings["you are a fan of"] = "I follow them";
-$a->strings["Toggle Blocked status"] = "Toggle blocked status";
-$a->strings["Toggle Ignored status"] = "Toggle ignored status";
-$a->strings["Toggle Archive status"] = "Toggle archive status";
-$a->strings["Delete contact"] = "Delete contact";
-$a->strings["Image uploaded but image cropping failed."] = "Image uploaded but image cropping failed.";
-$a->strings["Image size reduction [%s] failed."] = "Image size reduction [%s] failed.";
-$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-reload the page or clear browser cache if the new photo does not display immediately.";
-$a->strings["Unable to process image"] = "Unable to process image";
-$a->strings["Upload File:"] = "Upload File:";
-$a->strings["Select a profile:"] = "Select a profile:";
-$a->strings["Upload"] = "Upload";
-$a->strings["or"] = "or";
-$a->strings["skip this step"] = "skip this step";
-$a->strings["select a photo from your photo albums"] = "select a photo from your photo albums";
-$a->strings["Crop Image"] = "Crop Image";
-$a->strings["Please adjust the image cropping for optimum viewing."] = "Please adjust the image cropping for optimum viewing.";
-$a->strings["Done Editing"] = "Done editing";
-$a->strings["Image uploaded successfully."] = "Image uploaded successfully.";
-$a->strings["Profile deleted."] = "Profile deleted.";
-$a->strings["Profile-"] = "";
-$a->strings["New profile created."] = "";
-$a->strings["Profile unavailable to clone."] = "";
-$a->strings["Profile Name is required."] = "";
-$a->strings["Marital Status"] = "";
-$a->strings["Romantic Partner"] = "";
-$a->strings["Work/Employment"] = "";
-$a->strings["Religion"] = "";
-$a->strings["Political Views"] = "";
-$a->strings["Gender"] = "";
-$a->strings["Sexual Preference"] = "";
-$a->strings["XMPP"] = "";
-$a->strings["Homepage"] = "Homepage";
-$a->strings["Interests"] = "";
-$a->strings["Address"] = "";
-$a->strings["Location"] = "";
-$a->strings["Profile updated."] = "";
-$a->strings[" and "] = "";
-$a->strings["public profile"] = "";
-$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "";
-$a->strings[" - Visit %1\$s's %2\$s"] = "";
-$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "";
-$a->strings["Hide contacts and friends:"] = "";
-$a->strings["Hide your contact/friend list from viewers of this profile?"] = "";
-$a->strings["Show more profile fields:"] = "";
-$a->strings["Profile Actions"] = "";
-$a->strings["Edit Profile Details"] = "";
-$a->strings["Change Profile Photo"] = "";
-$a->strings["View this profile"] = "";
-$a->strings["Create a new profile using these settings"] = "";
-$a->strings["Clone this profile"] = "";
-$a->strings["Delete this profile"] = "";
-$a->strings["Basic information"] = "";
-$a->strings["Profile picture"] = "";
-$a->strings["Preferences"] = "";
-$a->strings["Status information"] = "";
-$a->strings["Additional information"] = "";
-$a->strings["Relation"] = "";
-$a->strings["Your Gender:"] = "";
-$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "";
-$a->strings["Example: fishing photography software"] = "";
-$a->strings["Profile Name:"] = "";
-$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "";
-$a->strings["Your Full Name:"] = "";
-$a->strings["Title/Description:"] = "";
-$a->strings["Street Address:"] = "";
-$a->strings["Locality/City:"] = "";
-$a->strings["Region/State:"] = "";
-$a->strings["Postal/Zip Code:"] = "";
-$a->strings["Country:"] = "";
-$a->strings["Who: (if applicable)"] = "";
-$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "";
-$a->strings["Since [date]:"] = "";
-$a->strings["Tell us about yourself..."] = "";
-$a->strings["XMPP (Jabber) address:"] = "";
-$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "";
-$a->strings["Homepage URL:"] = "Homepage URL:";
-$a->strings["Religious Views:"] = "";
-$a->strings["Public Keywords:"] = "";
-$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "";
-$a->strings["Private Keywords:"] = "";
-$a->strings["(Used for searching profiles, never shown to others)"] = "";
-$a->strings["Musical interests"] = "";
-$a->strings["Books, literature"] = "";
-$a->strings["Television"] = "";
-$a->strings["Film/dance/culture/entertainment"] = "";
-$a->strings["Hobbies/Interests"] = "";
-$a->strings["Love/romance"] = "";
-$a->strings["Work/employment"] = "";
-$a->strings["School/education"] = "";
-$a->strings["Contact information and Social Networks"] = "";
-$a->strings["Edit/Manage Profiles"] = "";
-$a->strings["Display"] = "";
-$a->strings["Social Networks"] = "Social networks";
-$a->strings["Connected apps"] = "";
-$a->strings["Remove account"] = "";
-$a->strings["Missing some important data!"] = "";
-$a->strings["Failed to connect with email account using the settings provided."] = "";
-$a->strings["Email settings updated."] = "";
-$a->strings["Features updated"] = "";
-$a->strings["Relocate message has been send to your contacts"] = "Relocate message has been send to your contacts";
-$a->strings["Empty passwords are not allowed. Password unchanged."] = "";
-$a->strings["Wrong password."] = "";
-$a->strings["Password changed."] = "";
-$a->strings["Password update failed. Please try again."] = "";
-$a->strings[" Please use a shorter name."] = "";
-$a->strings[" Name too short."] = "";
-$a->strings["Wrong Password"] = "";
-$a->strings[" Not valid email."] = "";
-$a->strings[" Cannot change to that email."] = "";
-$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "";
-$a->strings["Private forum has no privacy permissions and no default privacy group."] = "";
-$a->strings["Settings updated."] = "";
-$a->strings["Add application"] = "";
-$a->strings["Consumer Key"] = "";
-$a->strings["Consumer Secret"] = "";
-$a->strings["Redirect"] = "";
-$a->strings["Icon url"] = "Icon URL";
-$a->strings["You can't edit this application."] = "";
-$a->strings["Connected Apps"] = "";
-$a->strings["Client key starts with"] = "";
-$a->strings["No name"] = "";
-$a->strings["Remove authorization"] = "";
-$a->strings["No Plugin settings configured"] = "";
-$a->strings["Plugin Settings"] = "";
-$a->strings["Additional Features"] = "";
-$a->strings["General Social Media Settings"] = "";
-$a->strings["Disable intelligent shortening"] = "";
-$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original Friendica post.";
-$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "";
-$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = "";
-$a->strings["Default group for OStatus contacts"] = "";
-$a->strings["Your legacy GNU Social account"] = "";
-$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = "";
-$a->strings["Repair OStatus subscriptions"] = "";
-$a->strings["Built-in support for %s connectivity is %s"] = "";
-$a->strings["enabled"] = "";
-$a->strings["disabled"] = "";
-$a->strings["GNU Social (OStatus)"] = "";
-$a->strings["Email access is disabled on this site."] = "";
-$a->strings["Email/Mailbox Setup"] = "";
-$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "";
-$a->strings["Last successful email check:"] = "";
-$a->strings["IMAP server name:"] = "";
-$a->strings["IMAP port:"] = "";
-$a->strings["Security:"] = "";
-$a->strings["None"] = "";
-$a->strings["Email login name:"] = "";
-$a->strings["Email password:"] = "";
-$a->strings["Reply-to address:"] = "";
-$a->strings["Send public posts to all email contacts:"] = "";
-$a->strings["Action after import:"] = "";
-$a->strings["Move to folder"] = "Move to folder";
-$a->strings["Move to folder:"] = "Move to folder:";
-$a->strings["Display Settings"] = "";
-$a->strings["Display Theme:"] = "";
-$a->strings["Mobile Theme:"] = "";
-$a->strings["Suppress warning of insecure networks"] = "";
-$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "";
-$a->strings["Update browser every xx seconds"] = "Update browser every so many seconds:";
-$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "";
-$a->strings["Number of items to display per page:"] = "";
-$a->strings["Maximum of 100 items"] = "";
-$a->strings["Number of items to display per page when viewed from mobile device:"] = "";
-$a->strings["Don't show emoticons"] = "";
-$a->strings["Calendar"] = "";
-$a->strings["Beginning of week:"] = "";
-$a->strings["Don't show notices"] = "";
-$a->strings["Infinite scroll"] = "";
-$a->strings["Automatic updates only at the top of the network page"] = "";
-$a->strings["Bandwith Saver Mode"] = "";
-$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "";
-$a->strings["General Theme Settings"] = "Themes";
-$a->strings["Custom Theme Settings"] = "Theme customisation";
-$a->strings["Content Settings"] = "Content/Layout";
-$a->strings["Theme settings"] = "";
-$a->strings["Account Types"] = "Account types:";
-$a->strings["Personal Page Subtypes"] = "Personal Page subtypes";
-$a->strings["Community Forum Subtypes"] = "";
-$a->strings["Personal Page"] = "Personal Page";
-$a->strings["This account is a regular personal profile"] = "Regular personal profile";
-$a->strings["Organisation Page"] = "Organisation Page";
-$a->strings["This account is a profile for an organisation"] = "Profile for an organisation";
-$a->strings["News Page"] = "News Page";
-$a->strings["This account is a news account/reflector"] = "News reflector";
-$a->strings["Community Forum"] = "Community Forum";
-$a->strings["This account is a community forum where people can discuss with each other"] = "Discussion forum for community";
-$a->strings["Normal Account Page"] = "Standard";
-$a->strings["This account is a normal personal profile"] = "Regular personal profile";
-$a->strings["Soapbox Page"] = "Soapbox";
-$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Automatically approves contact requests as followers";
-$a->strings["Public Forum"] = "";
-$a->strings["Automatically approve all contact requests"] = "";
-$a->strings["Automatic Friend Page"] = "Popularity";
-$a->strings["Automatically approve all connection/friend requests as friends"] = "Automatically approves contact requests as friends";
-$a->strings["Private Forum [Experimental]"] = "";
-$a->strings["Private forum - approved members only"] = "";
-$a->strings["OpenID:"] = "";
-$a->strings["(Optional) Allow this OpenID to login to this account."] = "";
-$a->strings["Publish your default profile in your local site directory?"] = "Publish default profile in local site directory?";
-$a->strings["Your profile may be visible in public."] = "Your local directory may be publicly visible";
-$a->strings["Publish your default profile in the global social directory?"] = "Publish default profile in global directory?";
-$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Hide my contact list from others?";
-$a->strings["If enabled, posting public messages to Diaspora and other networks isn't possible."] = "Posting public messages to Diaspora and other networks will not be possible if enabled";
-$a->strings["Allow friends to post to your profile page?"] = "Allow friends to post to my wall?";
-$a->strings["Allow friends to tag your posts?"] = "Allow friends to tag my post?";
-$a->strings["Allow us to suggest you as a potential friend to new members?"] = "";
-$a->strings["Permit unknown people to send you private mail?"] = "Allow unknown people to send me private messages?";
-$a->strings["Profile is <strong>not published</strong>."] = "";
-$a->strings["Your Identity Address is <strong>'%s'</strong> or '%s'."] = "My identity address: <strong>'%s'</strong> or '%s'";
-$a->strings["Automatically expire posts after this many days:"] = "Automatically expire posts after this many days:";
-$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Posts will not expire if empty;  expired posts will be deleted";
-$a->strings["Advanced expiration settings"] = "Advanced expiration settings";
-$a->strings["Advanced Expiration"] = "Advanced expiration";
-$a->strings["Expire posts:"] = "";
-$a->strings["Expire personal notes:"] = "";
-$a->strings["Expire starred posts:"] = "";
-$a->strings["Expire photos:"] = "";
-$a->strings["Only expire posts by others:"] = "";
-$a->strings["Account Settings"] = "";
-$a->strings["Password Settings"] = "Password change";
-$a->strings["Leave password fields blank unless changing"] = "";
-$a->strings["Current Password:"] = "Current password:";
-$a->strings["Your current password to confirm the changes"] = "Current password to confirm change";
-$a->strings["Password:"] = "";
-$a->strings["Basic Settings"] = "Basic information";
-$a->strings["Email Address:"] = "Email address:";
-$a->strings["Your Timezone:"] = "Time zone:";
-$a->strings["Your Language:"] = "Language:";
-$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "";
-$a->strings["Default Post Location:"] = "Posting location:";
-$a->strings["Use Browser Location:"] = "Use browser location:";
-$a->strings["Security and Privacy Settings"] = "Security and privacy";
-$a->strings["Maximum Friend Requests/Day:"] = "Maximum friend requests per day:";
-$a->strings["(to prevent spam abuse)"] = "May prevent spam or abuse registrations";
-$a->strings["Default Post Permissions"] = "Default post permissions";
-$a->strings["(click to open/close)"] = "";
-$a->strings["Default Private Post"] = "";
-$a->strings["Default Public Post"] = "";
-$a->strings["Default Permissions for New Posts"] = "";
-$a->strings["Maximum private messages per day from unknown people:"] = "Maximum private messages per day from unknown people:";
-$a->strings["Notification Settings"] = "Notification";
-$a->strings["By default post a status message when:"] = "By default post a status message when:";
-$a->strings["accepting a friend request"] = "accepting friend requests";
-$a->strings["joining a forum/community"] = "joining forums or communities";
-$a->strings["making an <em>interesting</em> profile change"] = "";
-$a->strings["Send a notification email when:"] = "Send notification email when:";
-$a->strings["You receive an introduction"] = "Receiving an introduction";
-$a->strings["Your introductions are confirmed"] = "My introductions are confirmed";
-$a->strings["Someone writes on your profile wall"] = "Someone writes on my wall";
-$a->strings["Someone writes a followup comment"] = "A follow up comment is posted";
-$a->strings["You receive a private message"] = "receiving a private message";
-$a->strings["You receive a friend suggestion"] = "Receiving a friend suggestion";
-$a->strings["You are tagged in a post"] = "Tagged in a post";
-$a->strings["You are poked/prodded/etc. in a post"] = "Poked in a post";
-$a->strings["Activate desktop notifications"] = "Activate desktop notifications";
-$a->strings["Show desktop popup on new notifications"] = "Show desktop pop-up on new notifications";
-$a->strings["Text-only notification emails"] = "Text-only notification emails";
-$a->strings["Send text only notification emails, without the html part"] = "Receive text only emails without HTML ";
-$a->strings["Advanced Account/Page Type Settings"] = "Advanced account types";
-$a->strings["Change the behaviour of this account for special situations"] = "Change behaviour of this account for special situations";
-$a->strings["Relocate"] = "Recent relocation";
-$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "If you have moved this profile from another server and some of your contacts don't receive your updates:";
-$a->strings["Resend relocate message to contacts"] = "";
-$a->strings["via"] = "";
-$a->strings["greenzero"] = "";
-$a->strings["purplezero"] = "";
-$a->strings["easterbunny"] = "";
-$a->strings["darkzero"] = "";
-$a->strings["comix"] = "";
-$a->strings["slackr"] = "";
-$a->strings["Variations"] = "";
-$a->strings["Repeat the image"] = "";
-$a->strings["Will repeat your image to fill the background."] = "";
-$a->strings["Stretch"] = "";
-$a->strings["Will stretch to width/height of the image."] = "";
-$a->strings["Resize fill and-clip"] = "";
-$a->strings["Resize to fill and retain aspect ratio."] = "";
-$a->strings["Resize best fit"] = "";
-$a->strings["Resize to best fit and retain aspect ratio."] = "";
-$a->strings["Default"] = "";
-$a->strings["Note: "] = "";
-$a->strings["Check image permissions if all users are allowed to visit the image"] = "";
-$a->strings["Select scheme"] = "";
-$a->strings["Navigation bar background color"] = "Navigation bar background colour";
-$a->strings["Navigation bar icon color "] = "Navigation bar icon colour ";
-$a->strings["Link color"] = "Link colour";
-$a->strings["Set the background color"] = "Set the background colour";
-$a->strings["Content background transparency"] = "";
-$a->strings["Set the background image"] = "";
-$a->strings["Guest"] = "";
-$a->strings["Visitor"] = "";
-$a->strings["Alignment"] = "";
-$a->strings["Left"] = "";
-$a->strings["Center"] = "Centre";
-$a->strings["Color scheme"] = "Colour scheme";
-$a->strings["Posts font size"] = "";
-$a->strings["Textareas font size"] = "";
-$a->strings["Comma separated list of helper forums"] = "";
-$a->strings["Set style"] = "";
-$a->strings["Community Pages"] = "";
-$a->strings["Community Profiles"] = "";
-$a->strings["Help or @NewHere ?"] = "";
-$a->strings["Connect Services"] = "";
-$a->strings["Find Friends"] = "";
-$a->strings["Last users"] = "";
-$a->strings["Local Directory"] = "";
-$a->strings["Quick Start"] = "";
-$a->strings["Delete this item?"] = "Delete this item?";
-$a->strings["show fewer"] = "Show fewer.";
-$a->strings["toggle mobile"] = "";
-$a->strings["Update %s failed. See error logs."] = "Update %s failed. See error logs.";
-$a->strings["Create a New Account"] = "Create a new account";
-$a->strings["Password: "] = "Password: ";
-$a->strings["Remember me"] = "Remember me";
-$a->strings["Or login using OpenID: "] = "Or login with OpenID: ";
-$a->strings["Forgot your password?"] = "Forgot your password?";
-$a->strings["Website Terms of Service"] = "Website Terms of Service";
-$a->strings["terms of service"] = "Terms of service";
-$a->strings["Website Privacy Policy"] = "";
-$a->strings["privacy policy"] = "Privacy policy";
diff --git a/view/lang/en-gb/messages.po b/view/lang/en-gb/messages.po
new file mode 100644 (file)
index 0000000..706d90a
--- /dev/null
@@ -0,0 +1,8944 @@
+# FRIENDICA Distributed Social Network
+# Copyright (C) 2010, 2011, 2012, 2013 the Friendica Project
+# This file is distributed under the same license as the Friendica package.
+# 
+# Translators:
+# Andy H3 <andy@hubup.pro>, 2017
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-05-28 11:09+0200\n"
+"PO-Revision-Date: 2017-06-05 14:16+0000\n"
+"Last-Translator: Andy H3 <andy@hubup.pro>\n"
+"Language-Team: English (United Kingdom) (http://www.transifex.com/Friendica/friendica/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"
+
+#: include/contact_selectors.php:32
+msgid "Unknown | Not categorised"
+msgstr "Unknown | Not categorised"
+
+#: include/contact_selectors.php:33
+msgid "Block immediately"
+msgstr "Block immediately"
+
+#: include/contact_selectors.php:34
+msgid "Shady, spammer, self-marketer"
+msgstr "Shady, spammer, self-marketer"
+
+#: include/contact_selectors.php:35
+msgid "Known to me, but no opinion"
+msgstr "Known to me, but no opinion"
+
+#: include/contact_selectors.php:36
+msgid "OK, probably harmless"
+msgstr "OK, probably harmless"
+
+#: include/contact_selectors.php:37
+msgid "Reputable, has my trust"
+msgstr "Reputable, has my trust"
+
+#: include/contact_selectors.php:56 mod/admin.php:986
+msgid "Frequently"
+msgstr "Frequently"
+
+#: include/contact_selectors.php:57 mod/admin.php:987
+msgid "Hourly"
+msgstr "Hourly"
+
+#: include/contact_selectors.php:58 mod/admin.php:988
+msgid "Twice daily"
+msgstr "Twice daily"
+
+#: include/contact_selectors.php:59 mod/admin.php:989
+msgid "Daily"
+msgstr "Daily"
+
+#: include/contact_selectors.php:60
+msgid "Weekly"
+msgstr "Weekly"
+
+#: include/contact_selectors.php:61
+msgid "Monthly"
+msgstr "Monthly"
+
+#: include/contact_selectors.php:76 mod/dfrn_request.php:886
+msgid "Friendica"
+msgstr "Friendica"
+
+#: include/contact_selectors.php:77
+msgid "OStatus"
+msgstr "OStatus"
+
+#: include/contact_selectors.php:78
+msgid "RSS/Atom"
+msgstr "RSS/Atom"
+
+#: include/contact_selectors.php:79 include/contact_selectors.php:86
+#: mod/admin.php:1496 mod/admin.php:1509 mod/admin.php:1522 mod/admin.php:1540
+msgid "Email"
+msgstr "Email"
+
+#: include/contact_selectors.php:80 mod/dfrn_request.php:888
+#: mod/settings.php:849
+msgid "Diaspora"
+msgstr "Diaspora"
+
+#: include/contact_selectors.php:81
+msgid "Facebook"
+msgstr "Facebook"
+
+#: include/contact_selectors.php:82
+msgid "Zot!"
+msgstr "Zot!"
+
+#: include/contact_selectors.php:83
+msgid "LinkedIn"
+msgstr "LinkedIn"
+
+#: include/contact_selectors.php:84
+msgid "XMPP/IM"
+msgstr "XMPP/IM"
+
+#: include/contact_selectors.php:85
+msgid "MySpace"
+msgstr "MySpace"
+
+#: include/contact_selectors.php:87
+msgid "Google+"
+msgstr "Google+"
+
+#: include/contact_selectors.php:88
+msgid "pump.io"
+msgstr "Pump.io"
+
+#: include/contact_selectors.php:89
+msgid "Twitter"
+msgstr "Twitter"
+
+#: include/contact_selectors.php:90
+msgid "Diaspora Connector"
+msgstr "Diaspora connector"
+
+#: include/contact_selectors.php:91
+msgid "GNU Social Connector"
+msgstr "GNU Social connector"
+
+#: include/contact_selectors.php:92
+msgid "pnut"
+msgstr "Pnut"
+
+#: include/contact_selectors.php:93
+msgid "App.net"
+msgstr "App.net"
+
+#: include/features.php:65
+msgid "General Features"
+msgstr "General"
+
+#: include/features.php:67
+msgid "Multiple Profiles"
+msgstr "Multiple profiles"
+
+#: include/features.php:67
+msgid "Ability to create multiple profiles"
+msgstr "Ability to create multiple profiles"
+
+#: include/features.php:68
+msgid "Photo Location"
+msgstr "Photo location"
+
+#: include/features.php:68
+msgid ""
+"Photo metadata is normally stripped. This extracts the location (if present)"
+" prior to stripping metadata and links it to a map."
+msgstr "Photo metadata is normally removed. This extracts the location (if present) prior to removing metadata and links it to a map."
+
+#: include/features.php:69
+msgid "Export Public Calendar"
+msgstr "Export public calendar"
+
+#: include/features.php:69
+msgid "Ability for visitors to download the public calendar"
+msgstr "Ability for visitors to download the public calendar"
+
+#: include/features.php:74
+msgid "Post Composition Features"
+msgstr "Post composition"
+
+#: include/features.php:75
+msgid "Post Preview"
+msgstr "Post preview"
+
+#: include/features.php:75
+msgid "Allow previewing posts and comments before publishing them"
+msgstr "Allow previewing posts and comments before publishing them"
+
+#: include/features.php:76
+msgid "Auto-mention Forums"
+msgstr "Auto-mention forums"
+
+#: include/features.php:76
+msgid ""
+"Add/remove mention when a forum page is selected/deselected in ACL window."
+msgstr "Add/Remove mention when a forum page is selected or deselected in the ACL window."
+
+#: include/features.php:81
+msgid "Network Sidebar Widgets"
+msgstr "Network sidebars"
+
+#: include/features.php:82
+msgid "Search by Date"
+msgstr "Search by date"
+
+#: include/features.php:82
+msgid "Ability to select posts by date ranges"
+msgstr "Ability to select posts by date ranges"
+
+#: include/features.php:83 include/features.php:113
+msgid "List Forums"
+msgstr "List forums"
+
+#: include/features.php:83
+msgid "Enable widget to display the forums your are connected with"
+msgstr "Enable widget to display the forums your are connected with"
+
+#: include/features.php:84
+msgid "Group Filter"
+msgstr "Group filter"
+
+#: include/features.php:84
+msgid "Enable widget to display Network posts only from selected group"
+msgstr "Enable widget to display network posts only from selected group"
+
+#: include/features.php:85
+msgid "Network Filter"
+msgstr "Network filter"
+
+#: include/features.php:85
+msgid "Enable widget to display Network posts only from selected network"
+msgstr "Enable widget to display network posts only from selected network"
+
+#: include/features.php:86 mod/network.php:209 mod/search.php:37
+msgid "Saved Searches"
+msgstr "Saved searches"
+
+#: include/features.php:86
+msgid "Save search terms for re-use"
+msgstr "Save search terms for re-use"
+
+#: include/features.php:91
+msgid "Network Tabs"
+msgstr "Network tabs"
+
+#: include/features.php:92
+msgid "Network Personal Tab"
+msgstr "Network personal tab"
+
+#: include/features.php:92
+msgid "Enable tab to display only Network posts that you've interacted on"
+msgstr "Enable tab to display only network posts that you've interacted with"
+
+#: include/features.php:93
+msgid "Network New Tab"
+msgstr "Network new tab"
+
+#: include/features.php:93
+msgid "Enable tab to display only new Network posts (from the last 12 hours)"
+msgstr "Enable tab to display only new network posts (last 12 hours)"
+
+#: include/features.php:94
+msgid "Network Shared Links Tab"
+msgstr "Network shared links tab"
+
+#: include/features.php:94
+msgid "Enable tab to display only Network posts with links in them"
+msgstr "Enable tab to display only network posts with links in them"
+
+#: include/features.php:99
+msgid "Post/Comment Tools"
+msgstr "Post/Comment tools"
+
+#: include/features.php:100
+msgid "Multiple Deletion"
+msgstr "Multiple deletion"
+
+#: include/features.php:100
+msgid "Select and delete multiple posts/comments at once"
+msgstr "Select and delete multiple posts/comments at once"
+
+#: include/features.php:101
+msgid "Edit Sent Posts"
+msgstr "Edit sent posts"
+
+#: include/features.php:101
+msgid "Edit and correct posts and comments after sending"
+msgstr "Ability to editing posts and comments after sending"
+
+#: include/features.php:102
+msgid "Tagging"
+msgstr "Tagging"
+
+#: include/features.php:102
+msgid "Ability to tag existing posts"
+msgstr "Ability to tag existing posts"
+
+#: include/features.php:103
+msgid "Post Categories"
+msgstr "Post categories"
+
+#: include/features.php:103
+msgid "Add categories to your posts"
+msgstr "Add categories to your posts"
+
+#: include/features.php:104 include/contact_widgets.php:162
+msgid "Saved Folders"
+msgstr "Saved Folders"
+
+#: include/features.php:104
+msgid "Ability to file posts under folders"
+msgstr "Ability to file posts under folders"
+
+#: include/features.php:105
+msgid "Dislike Posts"
+msgstr "Dislike posts"
+
+#: include/features.php:105
+msgid "Ability to dislike posts/comments"
+msgstr "Ability to dislike posts/comments"
+
+#: include/features.php:106
+msgid "Star Posts"
+msgstr "Star posts"
+
+#: include/features.php:106
+msgid "Ability to mark special posts with a star indicator"
+msgstr "Ability to highlight posts with a star"
+
+#: include/features.php:107
+msgid "Mute Post Notifications"
+msgstr "Mute post notifications"
+
+#: include/features.php:107
+msgid "Ability to mute notifications for a thread"
+msgstr "Ability to mute notifications for a thread"
+
+#: include/features.php:112
+msgid "Advanced Profile Settings"
+msgstr "Advanced profiles"
+
+#: include/features.php:113
+msgid "Show visitors public community forums at the Advanced Profile Page"
+msgstr "Show visitors of public community forums at the advanced profile page"
+
+#: include/group.php:25
+msgid ""
+"A deleted group with this name was revived. Existing item permissions "
+"<strong>may</strong> apply to this group and any future members. If this is "
+"not what you intended, please create another group with a different name."
+msgstr "A deleted group with this name has been revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."
+
+#: include/group.php:210
+msgid "Default privacy group for new contacts"
+msgstr "Default privacy group for new contacts"
+
+#: include/group.php:243
+msgid "Everybody"
+msgstr "Everybody"
+
+#: include/group.php:266
+msgid "edit"
+msgstr "edit"
+
+#: include/group.php:287 mod/newmember.php:39
+msgid "Groups"
+msgstr "Groups"
+
+#: include/group.php:289
+msgid "Edit groups"
+msgstr "Edit groups"
+
+#: include/group.php:291
+msgid "Edit group"
+msgstr "Edit group"
+
+#: include/group.php:292
+msgid "Create a new group"
+msgstr "Create new group"
+
+#: include/group.php:293 mod/group.php:100 mod/group.php:197
+msgid "Group Name: "
+msgstr "Group name: "
+
+#: include/group.php:295
+msgid "Contacts not in any group"
+msgstr "Contacts not in any group"
+
+#: include/group.php:297 mod/network.php:210
+msgid "add"
+msgstr "add"
+
+#: include/ForumManager.php:116 include/text.php:1094 include/nav.php:133
+#: view/theme/vier/theme.php:256
+msgid "Forums"
+msgstr "Forums"
+
+#: include/ForumManager.php:118 view/theme/vier/theme.php:258
+msgid "External link to forum"
+msgstr "External link to forum"
+
+#: include/ForumManager.php:121 include/contact_widgets.php:271
+#: include/items.php:2432 mod/content.php:625 object/Item.php:417
+#: view/theme/vier/theme.php:261 src/App.php:506
+msgid "show more"
+msgstr "Show more..."
+
+#: include/NotificationsManager.php:153
+msgid "System"
+msgstr "System"
+
+#: include/NotificationsManager.php:160 include/nav.php:160 mod/admin.php:518
+#: view/theme/frio/theme.php:255
+msgid "Network"
+msgstr "Network"
+
+#: include/NotificationsManager.php:167 mod/network.php:835
+#: mod/profiles.php:699
+msgid "Personal"
+msgstr "Personal"
+
+#: include/NotificationsManager.php:174 include/nav.php:107
+#: include/nav.php:163
+msgid "Home"
+msgstr "Home"
+
+#: include/NotificationsManager.php:181 include/nav.php:168
+msgid "Introductions"
+msgstr "Introductions"
+
+#: include/NotificationsManager.php:239 include/NotificationsManager.php:251
+#, php-format
+msgid "%s commented on %s's post"
+msgstr "%s commented on %s's post"
+
+#: include/NotificationsManager.php:250
+#, php-format
+msgid "%s created a new post"
+msgstr "%s posted something new"
+
+#: include/NotificationsManager.php:265
+#, php-format
+msgid "%s liked %s's post"
+msgstr "%s liked %s's post"
+
+#: include/NotificationsManager.php:278
+#, php-format
+msgid "%s disliked %s's post"
+msgstr "%s disliked %s's post"
+
+#: include/NotificationsManager.php:291
+#, php-format
+msgid "%s is attending %s's event"
+msgstr "%s is going to %s's event"
+
+#: include/NotificationsManager.php:304
+#, php-format
+msgid "%s is not attending %s's event"
+msgstr "%s is not going to %s's event"
+
+#: include/NotificationsManager.php:317
+#, php-format
+msgid "%s may attend %s's event"
+msgstr "%s may go to %s's event"
+
+#: include/NotificationsManager.php:334
+#, php-format
+msgid "%s is now friends with %s"
+msgstr "%s is now friends with %s"
+
+#: include/NotificationsManager.php:770
+msgid "Friend Suggestion"
+msgstr "Friend suggestion"
+
+#: include/NotificationsManager.php:803
+msgid "Friend/Connect Request"
+msgstr "Friend/Contact request"
+
+#: include/NotificationsManager.php:803
+msgid "New Follower"
+msgstr "New follower"
+
+#: include/acl_selectors.php:355
+msgid "Post to Email"
+msgstr "Post to email"
+
+#: include/acl_selectors.php:360
+#, php-format
+msgid "Connectors disabled, since \"%s\" is enabled."
+msgstr "Connectors are disabled since \"%s\" is enabled."
+
+#: include/acl_selectors.php:361 mod/settings.php:1189
+msgid "Hide your profile details from unknown viewers?"
+msgstr "Hide profile details from unknown viewers?"
+
+#: include/acl_selectors.php:367
+msgid "Visible to everybody"
+msgstr "Visible to everybody"
+
+#: include/acl_selectors.php:368 view/theme/vier/config.php:109
+msgid "show"
+msgstr "show"
+
+#: include/acl_selectors.php:369 view/theme/vier/config.php:109
+msgid "don't show"
+msgstr "don't show"
+
+#: include/acl_selectors.php:375 mod/editpost.php:125
+msgid "CC: email addresses"
+msgstr "CC: email addresses"
+
+#: include/acl_selectors.php:376 mod/editpost.php:132
+msgid "Example: bob@example.com, mary@example.com"
+msgstr "Example: bob@example.com, mary@example.com"
+
+#: include/acl_selectors.php:378 mod/events.php:511 mod/photos.php:1198
+#: mod/photos.php:1595
+msgid "Permissions"
+msgstr "Permissions"
+
+#: include/acl_selectors.php:379
+msgid "Close"
+msgstr "Close"
+
+#: include/auth.php:52
+msgid "Logged out."
+msgstr "Logged out."
+
+#: include/auth.php:123 include/auth.php:185 mod/openid.php:110
+msgid "Login failed."
+msgstr "Login failed."
+
+#: include/auth.php:139 include/user.php:75
+msgid ""
+"We encountered a problem while logging in with the OpenID you provided. "
+"Please check the correct spelling of the ID."
+msgstr "We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."
+
+#: include/auth.php:139 include/user.php:75
+msgid "The error message was:"
+msgstr "The error message was:"
+
+#: include/bb2diaspora.php:233 include/event.php:19 mod/localtime.php:13
+msgid "l F d, Y \\@ g:i A"
+msgstr "l F d, Y \\@ g:i A"
+
+#: include/bb2diaspora.php:239 include/event.php:36 include/event.php:56
+#: include/event.php:459
+msgid "Starts:"
+msgstr "Starts:"
+
+#: include/bb2diaspora.php:247 include/event.php:39 include/event.php:62
+#: include/event.php:460
+msgid "Finishes:"
+msgstr "Finishes:"
+
+#: include/bb2diaspora.php:256 include/event.php:43 include/event.php:69
+#: include/event.php:461 include/identity.php:342 mod/directory.php:135
+#: mod/events.php:496 mod/notifications.php:246 mod/contacts.php:639
+msgid "Location:"
+msgstr "Location:"
+
+#: include/contact_widgets.php:8
+msgid "Add New Contact"
+msgstr "Add new contact"
+
+#: include/contact_widgets.php:9
+msgid "Enter address or web location"
+msgstr "Enter address or web location"
+
+#: include/contact_widgets.php:10
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "Example: jo@example.com, http://example.com/jo"
+
+#: include/contact_widgets.php:12 include/identity.php:230
+#: mod/allfriends.php:87 mod/dirfind.php:209 mod/match.php:92
+#: mod/suggest.php:103
+msgid "Connect"
+msgstr "Connect"
+
+#: include/contact_widgets.php:26
+#, php-format
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "%d invitation available"
+msgstr[1] "%d invitations available"
+
+#: include/contact_widgets.php:32
+msgid "Find People"
+msgstr "Find people"
+
+#: include/contact_widgets.php:33
+msgid "Enter name or interest"
+msgstr "Enter name or interest"
+
+#: include/contact_widgets.php:34 include/conversation.php:1018
+#: include/Contact.php:389 mod/allfriends.php:71 mod/dirfind.php:212
+#: mod/follow.php:108 mod/match.php:77 mod/suggest.php:85 mod/contacts.php:613
+msgid "Connect/Follow"
+msgstr "Connect/Follow"
+
+#: include/contact_widgets.php:35
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr "Examples: Robert Morgenstein, fishing"
+
+#: include/contact_widgets.php:36 mod/directory.php:202 mod/contacts.php:809
+msgid "Find"
+msgstr "Find"
+
+#: include/contact_widgets.php:37 mod/suggest.php:116
+#: view/theme/vier/theme.php:203
+msgid "Friend Suggestions"
+msgstr "Friend suggestions"
+
+#: include/contact_widgets.php:38 view/theme/vier/theme.php:202
+msgid "Similar Interests"
+msgstr "Similar interests"
+
+#: include/contact_widgets.php:39
+msgid "Random Profile"
+msgstr "Random profile"
+
+#: include/contact_widgets.php:40 view/theme/vier/theme.php:204
+msgid "Invite Friends"
+msgstr "Invite friends"
+
+#: include/contact_widgets.php:127
+msgid "Networks"
+msgstr "Networks"
+
+#: include/contact_widgets.php:130
+msgid "All Networks"
+msgstr "All networks"
+
+#: include/contact_widgets.php:165 include/contact_widgets.php:200
+msgid "Everything"
+msgstr "Everything"
+
+#: include/contact_widgets.php:197
+msgid "Categories"
+msgstr "Categories"
+
+#: include/contact_widgets.php:266
+#, php-format
+msgid "%d contact in common"
+msgid_plural "%d contacts in common"
+msgstr[0] "%d contact in common"
+msgstr[1] "%d contacts in common"
+
+#: include/conversation.php:134 include/conversation.php:286
+#: include/like.php:183 include/text.php:1871
+msgid "event"
+msgstr "event"
+
+#: include/conversation.php:137 include/conversation.php:147
+#: include/conversation.php:289 include/conversation.php:298
+#: include/like.php:181 include/diaspora.php:1653 mod/subthread.php:89
+#: mod/tagger.php:63
+msgid "status"
+msgstr "status"
+
+#: include/conversation.php:142 include/conversation.php:294
+#: include/like.php:181 include/text.php:1873 mod/subthread.php:89
+#: mod/tagger.php:63
+msgid "photo"
+msgstr "photo"
+
+#: include/conversation.php:154 include/like.php:30 include/diaspora.php:1649
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "%1$s likes %2$s's %3$s"
+
+#: include/conversation.php:157 include/like.php:34 include/like.php:39
+#, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "%1$s doesn't like %2$s's %3$s"
+
+#: include/conversation.php:160
+#, php-format
+msgid "%1$s attends %2$s's %3$s"
+msgstr "%1$s goes to %2$s's %3$s"
+
+#: include/conversation.php:163
+#, php-format
+msgid "%1$s doesn't attend %2$s's %3$s"
+msgstr "%1$s doesn't go %2$s's %3$s"
+
+#: include/conversation.php:166
+#, php-format
+msgid "%1$s attends maybe %2$s's %3$s"
+msgstr "%1$s might go to %2$s's %3$s"
+
+#: include/conversation.php:199 mod/dfrn_confirm.php:480
+#, php-format
+msgid "%1$s is now friends with %2$s"
+msgstr "%1$s is now friends with %2$s"
+
+#: include/conversation.php:240
+#, php-format
+msgid "%1$s poked %2$s"
+msgstr "%1$s poked %2$s"
+
+#: include/conversation.php:261 mod/mood.php:64
+#, php-format
+msgid "%1$s is currently %2$s"
+msgstr "%1$s is currently %2$s"
+
+#: include/conversation.php:308 mod/tagger.php:96
+#, php-format
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$s tagged %2$s's %3$s with %4$s"
+
+#: include/conversation.php:335
+msgid "post/item"
+msgstr "Post/Item"
+
+#: include/conversation.php:336
+#, php-format
+msgid "%1$s marked %2$s's %3$s as favorite"
+msgstr "%1$s marked %2$s's %3$s as favourite"
+
+#: include/conversation.php:615 mod/content.php:373 mod/photos.php:1664
+#: mod/profiles.php:344
+msgid "Likes"
+msgstr "Likes"
+
+#: include/conversation.php:615 mod/content.php:373 mod/photos.php:1664
+#: mod/profiles.php:348
+msgid "Dislikes"
+msgstr "Dislikes"
+
+#: include/conversation.php:616 include/conversation.php:1542
+#: mod/content.php:374 mod/photos.php:1665
+msgid "Attending"
+msgid_plural "Attending"
+msgstr[0] "Attending"
+msgstr[1] "Attending"
+
+#: include/conversation.php:616 mod/content.php:374 mod/photos.php:1665
+msgid "Not attending"
+msgstr "Not attending"
+
+#: include/conversation.php:616 mod/content.php:374 mod/photos.php:1665
+msgid "Might attend"
+msgstr "Might attend"
+
+#: include/conversation.php:748 mod/content.php:454 mod/content.php:760
+#: mod/photos.php:1730 object/Item.php:137
+msgid "Select"
+msgstr "Select"
+
+#: include/conversation.php:749 mod/content.php:455 mod/content.php:761
+#: mod/photos.php:1731 mod/admin.php:1514 mod/contacts.php:819
+#: mod/contacts.php:1018 mod/settings.php:745 object/Item.php:138
+msgid "Delete"
+msgstr "Delete"
+
+#: include/conversation.php:792 mod/content.php:488 mod/content.php:916
+#: mod/content.php:917 object/Item.php:353 object/Item.php:354
+#, php-format
+msgid "View %s's profile @ %s"
+msgstr "View %s's profile @ %s"
+
+#: include/conversation.php:804 object/Item.php:341
+msgid "Categories:"
+msgstr "Categories:"
+
+#: include/conversation.php:805 object/Item.php:342
+msgid "Filed under:"
+msgstr "Filed under:"
+
+#: include/conversation.php:812 mod/content.php:498 mod/content.php:929
+#: object/Item.php:367
+#, php-format
+msgid "%s from %s"
+msgstr "%s from %s"
+
+#: include/conversation.php:828 mod/content.php:514
+msgid "View in context"
+msgstr "View in context"
+
+#: include/conversation.php:830 include/conversation.php:1299
+#: mod/content.php:516 mod/content.php:954 mod/editpost.php:116
+#: mod/message.php:339 mod/message.php:524 mod/photos.php:1629
+#: mod/wallmessage.php:142 object/Item.php:392
+msgid "Please wait"
+msgstr "Please wait"
+
+#: include/conversation.php:907
+msgid "remove"
+msgstr "Remove"
+
+#: include/conversation.php:911
+msgid "Delete Selected Items"
+msgstr "Delete selected items"
+
+#: include/conversation.php:1003
+msgid "Follow Thread"
+msgstr "Follow thread"
+
+#: include/conversation.php:1004 include/Contact.php:432
+msgid "View Status"
+msgstr "View status"
+
+#: include/conversation.php:1005 include/conversation.php:1021
+#: include/Contact.php:375 include/Contact.php:388 include/Contact.php:433
+#: mod/allfriends.php:70 mod/directory.php:153 mod/dirfind.php:211
+#: mod/match.php:76 mod/suggest.php:84
+msgid "View Profile"
+msgstr "View profile"
+
+#: include/conversation.php:1006 include/Contact.php:434
+msgid "View Photos"
+msgstr "View photos"
+
+#: include/conversation.php:1007 include/Contact.php:435
+msgid "Network Posts"
+msgstr "Network posts"
+
+#: include/conversation.php:1008 include/Contact.php:436
+msgid "View Contact"
+msgstr "View contact"
+
+#: include/conversation.php:1009 include/Contact.php:438
+msgid "Send PM"
+msgstr "Send PM"
+
+#: include/conversation.php:1013 include/Contact.php:439
+msgid "Poke"
+msgstr "Poke"
+
+#: include/conversation.php:1140
+#, php-format
+msgid "%s likes this."
+msgstr "%s likes this."
+
+#: include/conversation.php:1143
+#, php-format
+msgid "%s doesn't like this."
+msgstr "%s doesn't like this."
+
+#: include/conversation.php:1146
+#, php-format
+msgid "%s attends."
+msgstr "%s attends."
+
+#: include/conversation.php:1149
+#, php-format
+msgid "%s doesn't attend."
+msgstr "%s doesn't attend."
+
+#: include/conversation.php:1152
+#, php-format
+msgid "%s attends maybe."
+msgstr "%s may attend."
+
+#: include/conversation.php:1163
+msgid "and"
+msgstr "and"
+
+#: include/conversation.php:1169
+#, php-format
+msgid ", and %d other people"
+msgstr ", and %d other people"
+
+#: include/conversation.php:1178
+#, php-format
+msgid "<span  %1$s>%2$d people</span> like this"
+msgstr "<span  %1$s>%2$d people</span> like this"
+
+#: include/conversation.php:1179
+#, php-format
+msgid "%s like this."
+msgstr "%s like this."
+
+#: include/conversation.php:1182
+#, php-format
+msgid "<span  %1$s>%2$d people</span> don't like this"
+msgstr "<span  %1$s>%2$d people</span> don't like this"
+
+#: include/conversation.php:1183
+#, php-format
+msgid "%s don't like this."
+msgstr "%s don't like this."
+
+#: include/conversation.php:1186
+#, php-format
+msgid "<span  %1$s>%2$d people</span> attend"
+msgstr "<span  %1$s>%2$d people</span> attend"
+
+#: include/conversation.php:1187
+#, php-format
+msgid "%s attend."
+msgstr "%s attend."
+
+#: include/conversation.php:1190
+#, php-format
+msgid "<span  %1$s>%2$d people</span> don't attend"
+msgstr "<span  %1$s>%2$d people</span> don't attend"
+
+#: include/conversation.php:1191
+#, php-format
+msgid "%s don't attend."
+msgstr "%s don't attend."
+
+#: include/conversation.php:1194
+#, php-format
+msgid "<span  %1$s>%2$d people</span> attend maybe"
+msgstr "<span  %1$s>%2$d people</span> attend maybe"
+
+#: include/conversation.php:1195
+#, php-format
+msgid "%s anttend maybe."
+msgstr "%s attend maybe."
+
+#: include/conversation.php:1224 include/conversation.php:1240
+msgid "Visible to <strong>everybody</strong>"
+msgstr "Visible to <strong>everybody</strong>"
+
+#: include/conversation.php:1225 include/conversation.php:1241
+#: mod/message.php:273 mod/message.php:280 mod/message.php:420
+#: mod/message.php:427 mod/wallmessage.php:116 mod/wallmessage.php:123
+msgid "Please enter a link URL:"
+msgstr "Please enter a link URL:"
+
+#: include/conversation.php:1226 include/conversation.php:1242
+msgid "Please enter a video link/URL:"
+msgstr "Please enter a video link/URL:"
+
+#: include/conversation.php:1227 include/conversation.php:1243
+msgid "Please enter an audio link/URL:"
+msgstr "Please enter an audio link/URL:"
+
+#: include/conversation.php:1228 include/conversation.php:1244
+msgid "Tag term:"
+msgstr "Tag term:"
+
+#: include/conversation.php:1229 include/conversation.php:1245
+#: mod/filer.php:31
+msgid "Save to Folder:"
+msgstr "Save to folder:"
+
+#: include/conversation.php:1230 include/conversation.php:1246
+msgid "Where are you right now?"
+msgstr "Where are you right now?"
+
+#: include/conversation.php:1231
+msgid "Delete item(s)?"
+msgstr "Delete item(s)?"
+
+#: include/conversation.php:1280
+msgid "Share"
+msgstr "Share"
+
+#: include/conversation.php:1281 mod/editpost.php:102 mod/message.php:337
+#: mod/message.php:521 mod/wallmessage.php:140
+msgid "Upload photo"
+msgstr "Upload photo"
+
+#: include/conversation.php:1282 mod/editpost.php:103
+msgid "upload photo"
+msgstr "upload photo"
+
+#: include/conversation.php:1283 mod/editpost.php:104
+msgid "Attach file"
+msgstr "Attach file"
+
+#: include/conversation.php:1284 mod/editpost.php:105
+msgid "attach file"
+msgstr "attach file"
+
+#: include/conversation.php:1285 mod/editpost.php:106 mod/message.php:338
+#: mod/message.php:522 mod/wallmessage.php:141
+msgid "Insert web link"
+msgstr "Insert web link"
+
+#: include/conversation.php:1286 mod/editpost.php:107
+msgid "web link"
+msgstr "web link"
+
+#: include/conversation.php:1287 mod/editpost.php:108
+msgid "Insert video link"
+msgstr "Insert video link"
+
+#: include/conversation.php:1288 mod/editpost.php:109
+msgid "video link"
+msgstr "video link"
+
+#: include/conversation.php:1289 mod/editpost.php:110
+msgid "Insert audio link"
+msgstr "Insert audio link"
+
+#: include/conversation.php:1290 mod/editpost.php:111
+msgid "audio link"
+msgstr "audio link"
+
+#: include/conversation.php:1291 mod/editpost.php:112
+msgid "Set your location"
+msgstr "Set your location"
+
+#: include/conversation.php:1292 mod/editpost.php:113
+msgid "set location"
+msgstr "set location"
+
+#: include/conversation.php:1293 mod/editpost.php:114
+msgid "Clear browser location"
+msgstr "Clear browser location"
+
+#: include/conversation.php:1294 mod/editpost.php:115
+msgid "clear location"
+msgstr "clear location"
+
+#: include/conversation.php:1296 mod/editpost.php:129
+msgid "Set title"
+msgstr "Set title"
+
+#: include/conversation.php:1298 mod/editpost.php:131
+msgid "Categories (comma-separated list)"
+msgstr "Categories (comma-separated list)"
+
+#: include/conversation.php:1300 mod/editpost.php:117
+msgid "Permission settings"
+msgstr "Permission settings"
+
+#: include/conversation.php:1301 mod/editpost.php:146
+msgid "permissions"
+msgstr "permissions"
+
+#: include/conversation.php:1309 mod/editpost.php:126
+msgid "Public post"
+msgstr "Public post"
+
+#: include/conversation.php:1314 mod/content.php:738 mod/editpost.php:137
+#: mod/events.php:506 mod/photos.php:1649 mod/photos.php:1691
+#: mod/photos.php:1771 object/Item.php:711
+msgid "Preview"
+msgstr "Preview"
+
+#: include/conversation.php:1318 include/items.php:2165 mod/editpost.php:140
+#: mod/fbrowser.php:102 mod/fbrowser.php:137 mod/follow.php:126
+#: mod/message.php:211 mod/photos.php:247 mod/photos.php:339
+#: mod/suggest.php:34 mod/tagrm.php:13 mod/tagrm.php:98 mod/videos.php:134
+#: mod/dfrn_request.php:894 mod/contacts.php:458 mod/settings.php:683
+#: mod/settings.php:709
+msgid "Cancel"
+msgstr "Cancel"
+
+#: include/conversation.php:1324
+msgid "Post to Groups"
+msgstr "Post to groups"
+
+#: include/conversation.php:1325
+msgid "Post to Contacts"
+msgstr "Post to contacts"
+
+#: include/conversation.php:1326
+msgid "Private post"
+msgstr "Private post"
+
+#: include/conversation.php:1331 include/identity.php:270 mod/editpost.php:144
+msgid "Message"
+msgstr "Message"
+
+#: include/conversation.php:1332 mod/editpost.php:145
+msgid "Browser"
+msgstr "Browser"
+
+#: include/conversation.php:1514
+msgid "View all"
+msgstr "View all"
+
+#: include/conversation.php:1536
+msgid "Like"
+msgid_plural "Likes"
+msgstr[0] "Like"
+msgstr[1] "Likes"
+
+#: include/conversation.php:1539
+msgid "Dislike"
+msgid_plural "Dislikes"
+msgstr[0] "Dislike"
+msgstr[1] "Dislikes"
+
+#: include/conversation.php:1545
+msgid "Not Attending"
+msgid_plural "Not Attending"
+msgstr[0] "Not attending"
+msgstr[1] "Not attending"
+
+#: include/conversation.php:1548 include/profile_selectors.php:6
+msgid "Undecided"
+msgid_plural "Undecided"
+msgstr[0] "Undecided"
+msgstr[1] "Undecided"
+
+#: include/datetime.php:66 include/datetime.php:68 mod/profiles.php:701
+msgid "Miscellaneous"
+msgstr "Miscellaneous"
+
+#: include/datetime.php:196 include/identity.php:656
+msgid "Birthday:"
+msgstr "Birthday:"
+
+#: include/datetime.php:198 mod/profiles.php:724
+msgid "Age: "
+msgstr "Age: "
+
+#: include/datetime.php:200
+msgid "YYYY-MM-DD or MM-DD"
+msgstr "YYYY-MM-DD or MM-DD"
+
+#: include/datetime.php:370
+msgid "never"
+msgstr "never"
+
+#: include/datetime.php:376
+msgid "less than a second ago"
+msgstr "less than a second ago"
+
+#: include/datetime.php:379
+msgid "year"
+msgstr "year"
+
+#: include/datetime.php:379
+msgid "years"
+msgstr "years"
+
+#: include/datetime.php:380 include/event.php:453 mod/cal.php:281
+#: mod/events.php:387
+msgid "month"
+msgstr "month"
+
+#: include/datetime.php:380
+msgid "months"
+msgstr "months"
+
+#: include/datetime.php:381 include/event.php:454 mod/cal.php:282
+#: mod/events.php:388
+msgid "week"
+msgstr "week"
+
+#: include/datetime.php:381
+msgid "weeks"
+msgstr "weeks"
+
+#: include/datetime.php:382 include/event.php:455 mod/cal.php:283
+#: mod/events.php:389
+msgid "day"
+msgstr "day"
+
+#: include/datetime.php:382
+msgid "days"
+msgstr "days"
+
+#: include/datetime.php:383
+msgid "hour"
+msgstr "hour"
+
+#: include/datetime.php:383
+msgid "hours"
+msgstr "hours"
+
+#: include/datetime.php:384
+msgid "minute"
+msgstr "minute"
+
+#: include/datetime.php:384
+msgid "minutes"
+msgstr "minutes"
+
+#: include/datetime.php:385
+msgid "second"
+msgstr "second"
+
+#: include/datetime.php:385
+msgid "seconds"
+msgstr "seconds"
+
+#: include/datetime.php:394
+#, php-format
+msgid "%1$d %2$s ago"
+msgstr "%1$d %2$s ago"
+
+#: include/datetime.php:620
+#, php-format
+msgid "%s's birthday"
+msgstr "%s's birthday"
+
+#: include/datetime.php:621 include/dfrn.php:1254
+#, php-format
+msgid "Happy Birthday %s"
+msgstr "Happy Birthday, %s!"
+
+#: include/delivery.php:428
+msgid "(no subject)"
+msgstr "(no subject)"
+
+#: include/delivery.php:440 include/enotify.php:46
+msgid "noreply"
+msgstr "noreply"
+
+#: include/dfrn.php:1253
+#, php-format
+msgid "%s\\'s birthday"
+msgstr "%s\\'s birthday"
+
+#: include/event.php:408
+msgid "all-day"
+msgstr "All-day"
+
+#: include/event.php:410
+msgid "Sun"
+msgstr "Sun"
+
+#: include/event.php:411
+msgid "Mon"
+msgstr "Mon"
+
+#: include/event.php:412
+msgid "Tue"
+msgstr "Tue"
+
+#: include/event.php:413
+msgid "Wed"
+msgstr "Wed"
+
+#: include/event.php:414
+msgid "Thu"
+msgstr "Thu"
+
+#: include/event.php:415
+msgid "Fri"
+msgstr "Fri"
+
+#: include/event.php:416
+msgid "Sat"
+msgstr "Sat"
+
+#: include/event.php:418 include/text.php:1199 mod/settings.php:982
+msgid "Sunday"
+msgstr "Sunday"
+
+#: include/event.php:419 include/text.php:1199 mod/settings.php:982
+msgid "Monday"
+msgstr "Monday"
+
+#: include/event.php:420 include/text.php:1199
+msgid "Tuesday"
+msgstr "Tuesday"
+
+#: include/event.php:421 include/text.php:1199
+msgid "Wednesday"
+msgstr "Wednesday"
+
+#: include/event.php:422 include/text.php:1199
+msgid "Thursday"
+msgstr "Thursday"
+
+#: include/event.php:423 include/text.php:1199
+msgid "Friday"
+msgstr "Friday"
+
+#: include/event.php:424 include/text.php:1199
+msgid "Saturday"
+msgstr "Saturday"
+
+#: include/event.php:426
+msgid "Jan"
+msgstr "Jan"
+
+#: include/event.php:427
+msgid "Feb"
+msgstr "Feb"
+
+#: include/event.php:428
+msgid "Mar"
+msgstr "Mar"
+
+#: include/event.php:429
+msgid "Apr"
+msgstr "Apr"
+
+#: include/event.php:430 include/event.php:443 include/text.php:1203
+msgid "May"
+msgstr "May"
+
+#: include/event.php:431
+msgid "Jun"
+msgstr "Jun"
+
+#: include/event.php:432
+msgid "Jul"
+msgstr "Jul"
+
+#: include/event.php:433
+msgid "Aug"
+msgstr "Aug"
+
+#: include/event.php:434
+msgid "Sept"
+msgstr "Sep"
+
+#: include/event.php:435
+msgid "Oct"
+msgstr "Oct"
+
+#: include/event.php:436
+msgid "Nov"
+msgstr "Nov"
+
+#: include/event.php:437
+msgid "Dec"
+msgstr "Dec"
+
+#: include/event.php:439 include/text.php:1203
+msgid "January"
+msgstr "January"
+
+#: include/event.php:440 include/text.php:1203
+msgid "February"
+msgstr "February"
+
+#: include/event.php:441 include/text.php:1203
+msgid "March"
+msgstr "March"
+
+#: include/event.php:442 include/text.php:1203
+msgid "April"
+msgstr "April"
+
+#: include/event.php:444 include/text.php:1203
+msgid "June"
+msgstr "June"
+
+#: include/event.php:445 include/text.php:1203
+msgid "July"
+msgstr "July"
+
+#: include/event.php:446 include/text.php:1203
+msgid "August"
+msgstr "August"
+
+#: include/event.php:447 include/text.php:1203
+msgid "September"
+msgstr "September"
+
+#: include/event.php:448 include/text.php:1203
+msgid "October"
+msgstr "October"
+
+#: include/event.php:449 include/text.php:1203
+msgid "November"
+msgstr "November"
+
+#: include/event.php:450 include/text.php:1203
+msgid "December"
+msgstr "December"
+
+#: include/event.php:452 mod/cal.php:280 mod/events.php:386
+msgid "today"
+msgstr "today"
+
+#: include/event.php:457
+msgid "No events to display"
+msgstr "No events to display"
+
+#: include/event.php:570
+msgid "l, F j"
+msgstr "l, F j"
+
+#: include/event.php:592
+msgid "Edit event"
+msgstr "Edit event"
+
+#: include/event.php:593
+msgid "Delete event"
+msgstr "Delete event"
+
+#: include/event.php:619 include/text.php:1601 include/text.php:1608
+msgid "link to source"
+msgstr "Link to source"
+
+#: include/event.php:873
+msgid "Export"
+msgstr "Export"
+
+#: include/event.php:874
+msgid "Export calendar as ical"
+msgstr "Export calendar as ical"
+
+#: include/event.php:875
+msgid "Export calendar as csv"
+msgstr "Export calendar as csv"
+
+#: include/follow.php:84 mod/dfrn_request.php:514
+msgid "Disallowed profile URL."
+msgstr "Disallowed profile URL."
+
+#: include/follow.php:89 mod/friendica.php:115 mod/dfrn_request.php:520
+#: mod/admin.php:280 mod/admin.php:298
+msgid "Blocked domain"
+msgstr "Blocked domain"
+
+#: include/follow.php:94
+msgid "Connect URL missing."
+msgstr "Connect URL missing."
+
+#: include/follow.php:122
+msgid ""
+"This site is not configured to allow communications with other networks."
+msgstr "This site is not configured to allow communications with other networks."
+
+#: include/follow.php:123 include/follow.php:137
+msgid "No compatible communication protocols or feeds were discovered."
+msgstr "No compatible communication protocols or feeds were discovered."
+
+#: include/follow.php:135
+msgid "The profile address specified does not provide adequate information."
+msgstr "The profile address specified does not provide adequate information."
+
+#: include/follow.php:140
+msgid "An author or name was not found."
+msgstr "An author or name was not found."
+
+#: include/follow.php:143
+msgid "No browser URL could be matched to this address."
+msgstr "No browser URL could be matched to this address."
+
+#: include/follow.php:146
+msgid ""
+"Unable to match @-style Identity Address with a known protocol or email "
+"contact."
+msgstr "Unable to match @-style identity address with a known protocol or email contact."
+
+#: include/follow.php:147
+msgid "Use mailto: in front of address to force email check."
+msgstr "Use mailto: in front of address to force email check."
+
+#: include/follow.php:153
+msgid ""
+"The profile address specified belongs to a network which has been disabled "
+"on this site."
+msgstr "The profile address specified belongs to a network which has been disabled on this site."
+
+#: include/follow.php:158
+msgid ""
+"Limited profile. This person will be unable to receive direct/personal "
+"notifications from you."
+msgstr "Limited profile: This person will be unable to receive direct/private messages from you."
+
+#: include/follow.php:259
+msgid "Unable to retrieve contact information."
+msgstr "Unable to retrieve contact information."
+
+#: include/like.php:44
+#, php-format
+msgid "%1$s is attending %2$s's %3$s"
+msgstr "%1$s is going to %2$s's %3$s"
+
+#: include/like.php:49
+#, php-format
+msgid "%1$s is not attending %2$s's %3$s"
+msgstr "%1$s is not going to %2$s's %3$s"
+
+#: include/like.php:54
+#, php-format
+msgid "%1$s may attend %2$s's %3$s"
+msgstr "%1$s may go to %2$s's %3$s"
+
+#: include/photos.php:57 include/photos.php:66 mod/fbrowser.php:42
+#: mod/fbrowser.php:63 mod/photos.php:189 mod/photos.php:1125
+#: mod/photos.php:1258 mod/photos.php:1279 mod/photos.php:1841
+#: mod/photos.php:1855
+msgid "Contact Photos"
+msgstr "Contact photos"
+
+#: include/security.php:63
+msgid "Welcome "
+msgstr "Welcome "
+
+#: include/security.php:64
+msgid "Please upload a profile photo."
+msgstr "Please upload a profile photo."
+
+#: include/security.php:67
+msgid "Welcome back "
+msgstr "Welcome back "
+
+#: include/security.php:431
+msgid ""
+"The form security token was not correct. This probably happened because the "
+"form has been opened for too long (>3 hours) before submitting it."
+msgstr "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours."
+
+#: include/text.php:308
+msgid "newer"
+msgstr "Later posts"
+
+#: include/text.php:309
+msgid "older"
+msgstr "Earlier posts"
+
+#: include/text.php:314
+msgid "first"
+msgstr "first"
+
+#: include/text.php:315
+msgid "prev"
+msgstr "prev"
+
+#: include/text.php:349
+msgid "next"
+msgstr "next"
+
+#: include/text.php:350
+msgid "last"
+msgstr "last"
+
+#: include/text.php:404
+msgid "Loading more entries..."
+msgstr "Loading more entries..."
+
+#: include/text.php:405
+msgid "The end"
+msgstr "The end"
+
+#: include/text.php:956
+msgid "No contacts"
+msgstr "No contacts"
+
+#: include/text.php:981
+#, php-format
+msgid "%d Contact"
+msgid_plural "%d Contacts"
+msgstr[0] "%d contact"
+msgstr[1] "%d contacts"
+
+#: include/text.php:994
+msgid "View Contacts"
+msgstr "View contacts"
+
+#: include/text.php:1081 include/nav.php:125 mod/search.php:152
+msgid "Search"
+msgstr "Search"
+
+#: include/text.php:1082 mod/editpost.php:101 mod/filer.php:32
+#: mod/notes.php:64
+msgid "Save"
+msgstr "Save"
+
+#: include/text.php:1084 include/nav.php:42
+msgid "@name, !forum, #tags, content"
+msgstr "@name, !forum, #tags, content"
+
+#: include/text.php:1089 include/nav.php:128
+msgid "Full Text"
+msgstr "Full text"
+
+#: include/text.php:1090 include/nav.php:129
+msgid "Tags"
+msgstr "Tags"
+
+#: include/text.php:1091 include/nav.php:130 include/nav.php:194
+#: include/identity.php:853 include/identity.php:856 mod/viewcontacts.php:124
+#: mod/contacts.php:803 mod/contacts.php:864 view/theme/frio/theme.php:259
+msgid "Contacts"
+msgstr "Contacts"
+
+#: include/text.php:1145
+msgid "poke"
+msgstr "poke"
+
+#: include/text.php:1145
+msgid "poked"
+msgstr "poked"
+
+#: include/text.php:1146
+msgid "ping"
+msgstr "ping"
+
+#: include/text.php:1146
+msgid "pinged"
+msgstr "pinged"
+
+#: include/text.php:1147
+msgid "prod"
+msgstr "prod"
+
+#: include/text.php:1147
+msgid "prodded"
+msgstr "prodded"
+
+#: include/text.php:1148
+msgid "slap"
+msgstr "slap"
+
+#: include/text.php:1148
+msgid "slapped"
+msgstr "slapped"
+
+#: include/text.php:1149
+msgid "finger"
+msgstr "finger"
+
+#: include/text.php:1149
+msgid "fingered"
+msgstr "fingered"
+
+#: include/text.php:1150
+msgid "rebuff"
+msgstr "rebuff"
+
+#: include/text.php:1150
+msgid "rebuffed"
+msgstr "rebuffed"
+
+#: include/text.php:1164
+msgid "happy"
+msgstr "happy"
+
+#: include/text.php:1165
+msgid "sad"
+msgstr "sad"
+
+#: include/text.php:1166
+msgid "mellow"
+msgstr "mellow"
+
+#: include/text.php:1167
+msgid "tired"
+msgstr "tired"
+
+#: include/text.php:1168
+msgid "perky"
+msgstr "perky"
+
+#: include/text.php:1169
+msgid "angry"
+msgstr "angry"
+
+#: include/text.php:1170
+msgid "stupified"
+msgstr "stupified"
+
+#: include/text.php:1171
+msgid "puzzled"
+msgstr "puzzled"
+
+#: include/text.php:1172
+msgid "interested"
+msgstr "interested"
+
+#: include/text.php:1173
+msgid "bitter"
+msgstr "bitter"
+
+#: include/text.php:1174
+msgid "cheerful"
+msgstr "cheerful"
+
+#: include/text.php:1175
+msgid "alive"
+msgstr "alive"
+
+#: include/text.php:1176
+msgid "annoyed"
+msgstr "annoyed"
+
+#: include/text.php:1177
+msgid "anxious"
+msgstr "anxious"
+
+#: include/text.php:1178
+msgid "cranky"
+msgstr "cranky"
+
+#: include/text.php:1179
+msgid "disturbed"
+msgstr "disturbed"
+
+#: include/text.php:1180
+msgid "frustrated"
+msgstr "frustrated"
+
+#: include/text.php:1181
+msgid "motivated"
+msgstr "motivated"
+
+#: include/text.php:1182
+msgid "relaxed"
+msgstr "relaxed"
+
+#: include/text.php:1183
+msgid "surprised"
+msgstr "surprised"
+
+#: include/text.php:1393 mod/videos.php:388
+msgid "View Video"
+msgstr "View video"
+
+#: include/text.php:1425
+msgid "bytes"
+msgstr "bytes"
+
+#: include/text.php:1457 include/text.php:1469
+msgid "Click to open/close"
+msgstr "Click to open/close"
+
+#: include/text.php:1595
+msgid "View on separate page"
+msgstr "View on separate page"
+
+#: include/text.php:1596
+msgid "view on separate page"
+msgstr "view on separate page"
+
+#: include/text.php:1875
+msgid "activity"
+msgstr "activity"
+
+#: include/text.php:1877 mod/content.php:624 object/Item.php:416
+#: object/Item.php:428
+msgid "comment"
+msgid_plural "comments"
+msgstr[0] "comment"
+msgstr[1] "comments"
+
+#: include/text.php:1878
+msgid "post"
+msgstr "post"
+
+#: include/text.php:2046
+msgid "Item filed"
+msgstr "Item filed"
+
+#: include/Contact.php:437
+msgid "Drop Contact"
+msgstr "Drop contact"
+
+#: include/Contact.php:819
+msgid "Organisation"
+msgstr "Organisation"
+
+#: include/Contact.php:822
+msgid "News"
+msgstr "News"
+
+#: include/Contact.php:825
+msgid "Forum"
+msgstr "Forum"
+
+#: include/bbcode.php:419 include/bbcode.php:1178 include/bbcode.php:1179
+msgid "Image/photo"
+msgstr "Image/Photo"
+
+#: include/bbcode.php:536
+#, php-format
+msgid "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
+msgstr "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
+
+#: include/bbcode.php:1135 include/bbcode.php:1157
+msgid "$1 wrote:"
+msgstr "$1 wrote:"
+
+#: include/bbcode.php:1187 include/bbcode.php:1188
+msgid "Encrypted content"
+msgstr "Encrypted content"
+
+#: include/bbcode.php:1303
+msgid "Invalid source protocol"
+msgstr "Invalid source protocol"
+
+#: include/bbcode.php:1313
+msgid "Invalid link protocol"
+msgstr "Invalid link protocol"
+
+#: include/enotify.php:27
+msgid "Friendica Notification"
+msgstr "Friendica notification"
+
+#: include/enotify.php:30
+msgid "Thank You,"
+msgstr "Thank you"
+
+#: include/enotify.php:33
+#, php-format
+msgid "%s Administrator"
+msgstr "%s Administrator"
+
+#: include/enotify.php:35
+#, php-format
+msgid "%1$s, %2$s Administrator"
+msgstr "%1$s, %2$s Administrator"
+
+#: include/enotify.php:73
+#, php-format
+msgid "%s <!item_type!>"
+msgstr "%s <!item_type!>"
+
+#: include/enotify.php:86
+#, php-format
+msgid "[Friendica:Notify] New mail received at %s"
+msgstr "[Friendica:Notify] New mail received at %s"
+
+#: include/enotify.php:88
+#, php-format
+msgid "%1$s sent you a new private message at %2$s."
+msgstr "%1$s sent you a new private message at %2$s."
+
+#: include/enotify.php:89
+#, php-format
+msgid "%1$s sent you %2$s."
+msgstr "%1$s sent you %2$s."
+
+#: include/enotify.php:89
+msgid "a private message"
+msgstr "a private message"
+
+#: include/enotify.php:91
+#, php-format
+msgid "Please visit %s to view and/or reply to your private messages."
+msgstr "Please visit %s to view or reply to your private messages."
+
+#: include/enotify.php:137
+#, php-format
+msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
+msgstr "%1$s commented on [url=%2$s]a %3$s[/url]"
+
+#: include/enotify.php:144
+#, php-format
+msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
+msgstr "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
+
+#: include/enotify.php:152
+#, php-format
+msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
+msgstr "%1$s commented on [url=%2$s]your %3$s[/url]"
+
+#: include/enotify.php:162
+#, php-format
+msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
+msgstr "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
+
+#: include/enotify.php:164
+#, php-format
+msgid "%s commented on an item/conversation you have been following."
+msgstr "%s commented on an item/conversation you have been following."
+
+#: include/enotify.php:167 include/enotify.php:181 include/enotify.php:195
+#: include/enotify.php:209 include/enotify.php:227 include/enotify.php:241
+#, php-format
+msgid "Please visit %s to view and/or reply to the conversation."
+msgstr "Please visit %s to view or reply to the conversation."
+
+#: include/enotify.php:174
+#, php-format
+msgid "[Friendica:Notify] %s posted to your profile wall"
+msgstr "[Friendica:Notify] %s posted to your profile wall"
+
+#: include/enotify.php:176
+#, php-format
+msgid "%1$s posted to your profile wall at %2$s"
+msgstr "%1$s posted to your profile wall at %2$s"
+
+#: include/enotify.php:177
+#, php-format
+msgid "%1$s posted to [url=%2$s]your wall[/url]"
+msgstr "%1$s posted to [url=%2$s]your wall[/url]"
+
+#: include/enotify.php:188
+#, php-format
+msgid "[Friendica:Notify] %s tagged you"
+msgstr "[Friendica:Notify] %s tagged you"
+
+#: include/enotify.php:190
+#, php-format
+msgid "%1$s tagged you at %2$s"
+msgstr "%1$s tagged you at %2$s"
+
+#: include/enotify.php:191
+#, php-format
+msgid "%1$s [url=%2$s]tagged you[/url]."
+msgstr "%1$s [url=%2$s]tagged you[/url]."
+
+#: include/enotify.php:202
+#, php-format
+msgid "[Friendica:Notify] %s shared a new post"
+msgstr "[Friendica:Notify] %s shared a new post"
+
+#: include/enotify.php:204
+#, php-format
+msgid "%1$s shared a new post at %2$s"
+msgstr "%1$s shared a new post at %2$s"
+
+#: include/enotify.php:205
+#, php-format
+msgid "%1$s [url=%2$s]shared a post[/url]."
+msgstr "%1$s [url=%2$s]shared a post[/url]."
+
+#: include/enotify.php:216
+#, php-format
+msgid "[Friendica:Notify] %1$s poked you"
+msgstr "[Friendica:Notify] %1$s poked you"
+
+#: include/enotify.php:218
+#, php-format
+msgid "%1$s poked you at %2$s"
+msgstr "%1$s poked you at %2$s"
+
+#: include/enotify.php:219
+#, php-format
+msgid "%1$s [url=%2$s]poked you[/url]."
+msgstr "%1$s [url=%2$s]poked you[/url]."
+
+#: include/enotify.php:234
+#, php-format
+msgid "[Friendica:Notify] %s tagged your post"
+msgstr "[Friendica:Notify] %s tagged your post"
+
+#: include/enotify.php:236
+#, php-format
+msgid "%1$s tagged your post at %2$s"
+msgstr "%1$s tagged your post at %2$s"
+
+#: include/enotify.php:237
+#, php-format
+msgid "%1$s tagged [url=%2$s]your post[/url]"
+msgstr "%1$s tagged [url=%2$s]your post[/url]"
+
+#: include/enotify.php:248
+msgid "[Friendica:Notify] Introduction received"
+msgstr "[Friendica:Notify] Introduction received"
+
+#: include/enotify.php:250
+#, php-format
+msgid "You've received an introduction from '%1$s' at %2$s"
+msgstr "You've received an introduction from '%1$s' at %2$s"
+
+#: include/enotify.php:251
+#, php-format
+msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
+msgstr "You've received [url=%1$s]an introduction[/url] from %2$s."
+
+#: include/enotify.php:255 include/enotify.php:298
+#, php-format
+msgid "You may visit their profile at %s"
+msgstr "You may visit their profile at %s"
+
+#: include/enotify.php:257
+#, php-format
+msgid "Please visit %s to approve or reject the introduction."
+msgstr "Please visit %s to approve or reject the introduction."
+
+#: include/enotify.php:265
+msgid "[Friendica:Notify] A new person is sharing with you"
+msgstr "[Friendica:Notify] A new person is sharing with you"
+
+#: include/enotify.php:267 include/enotify.php:268
+#, php-format
+msgid "%1$s is sharing with you at %2$s"
+msgstr "%1$s is sharing with you at %2$s"
+
+#: include/enotify.php:274
+msgid "[Friendica:Notify] You have a new follower"
+msgstr "[Friendica:Notify] You have a new follower"
+
+#: include/enotify.php:276 include/enotify.php:277
+#, php-format
+msgid "You have a new follower at %2$s : %1$s"
+msgstr "You have a new follower at %2$s : %1$s"
+
+#: include/enotify.php:288
+msgid "[Friendica:Notify] Friend suggestion received"
+msgstr "[Friendica:Notify] Friend suggestion received"
+
+#: include/enotify.php:290
+#, php-format
+msgid "You've received a friend suggestion from '%1$s' at %2$s"
+msgstr "You've received a friend suggestion from '%1$s' at %2$s"
+
+#: include/enotify.php:291
+#, php-format
+msgid ""
+"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
+msgstr "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
+
+#: include/enotify.php:296
+msgid "Name:"
+msgstr "Name:"
+
+#: include/enotify.php:297
+msgid "Photo:"
+msgstr "Photo:"
+
+#: include/enotify.php:300
+#, php-format
+msgid "Please visit %s to approve or reject the suggestion."
+msgstr "Please visit %s to approve or reject the suggestion."
+
+#: include/enotify.php:308 include/enotify.php:322
+msgid "[Friendica:Notify] Connection accepted"
+msgstr "[Friendica:Notify] Connection accepted"
+
+#: include/enotify.php:310 include/enotify.php:324
+#, php-format
+msgid "'%1$s' has accepted your connection request at %2$s"
+msgstr "'%1$s' has accepted your connection request at %2$s"
+
+#: include/enotify.php:311 include/enotify.php:325
+#, php-format
+msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
+msgstr "%2$s has accepted your [url=%1$s]connection request[/url]."
+
+#: include/enotify.php:315
+msgid ""
+"You are now mutual friends and may exchange status updates, photos, and "
+"email without restriction."
+msgstr "You are now mutual friends and may exchange status updates, photos, and email without restriction."
+
+#: include/enotify.php:317
+#, php-format
+msgid "Please visit %s if you wish to make any changes to this relationship."
+msgstr "Please visit %s if you wish to make any changes to this relationship."
+
+#: include/enotify.php:329
+#, php-format
+msgid ""
+"'%1$s' has chosen to accept you a \"fan\", which restricts some forms of "
+"communication - such as private messaging and some profile interactions. If "
+"this is a celebrity or community page, these settings were applied "
+"automatically."
+msgstr "'%1$s' has chosen to accept you as \"Follower\". This restricts some forms of communication, such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."
+
+#: include/enotify.php:331
+#, php-format
+msgid ""
+"'%1$s' may choose to extend this into a two-way or more permissive "
+"relationship in the future."
+msgstr "'%1$s' may choose to extend this into a two-way or more permissive relationship in the future."
+
+#: include/enotify.php:333
+#, php-format
+msgid "Please visit %s  if you wish to make any changes to this relationship."
+msgstr "Please visit %s  if you wish to make any changes to this relationship."
+
+#: include/enotify.php:343
+msgid "[Friendica System:Notify] registration request"
+msgstr "[Friendica:Notify] registration request"
+
+#: include/enotify.php:345
+#, php-format
+msgid "You've received a registration request from '%1$s' at %2$s"
+msgstr "You've received a registration request from '%1$s' at %2$s."
+
+#: include/enotify.php:346
+#, php-format
+msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
+msgstr "You've received a [url=%1$s]registration request[/url] from %2$s."
+
+#: include/enotify.php:350
+#, php-format
+msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
+msgstr "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
+
+#: include/enotify.php:353
+#, php-format
+msgid "Please visit %s to approve or reject the request."
+msgstr "Please visit %s to approve or reject the request."
+
+#: include/message.php:14 include/message.php:168
+msgid "[no subject]"
+msgstr "[no subject]"
+
+#: include/message.php:145 include/Photo.php:1075 include/Photo.php:1091
+#: include/Photo.php:1099 include/Photo.php:1124 mod/wall_upload.php:249
+#: mod/item.php:468
+msgid "Wall Photos"
+msgstr "Wall photos"
+
+#: include/nav.php:37 mod/navigation.php:21
+msgid "Nothing new here"
+msgstr "Nothing new here"
+
+#: include/nav.php:41 mod/navigation.php:25
+msgid "Clear notifications"
+msgstr "Clear notifications"
+
+#: include/nav.php:80 view/theme/frio/theme.php:245 boot.php:862
+msgid "Logout"
+msgstr "Logout"
+
+#: include/nav.php:80 view/theme/frio/theme.php:245
+msgid "End this session"
+msgstr "End this session"
+
+#: include/nav.php:83 include/identity.php:784 mod/contacts.php:648
+#: mod/contacts.php:844 view/theme/frio/theme.php:248
+msgid "Status"
+msgstr "Status"
+
+#: include/nav.php:83 include/nav.php:163 view/theme/frio/theme.php:248
+msgid "Your posts and conversations"
+msgstr "My posts and conversations"
+
+#: include/nav.php:84 include/identity.php:632 include/identity.php:759
+#: include/identity.php:792 mod/newmember.php:20 mod/profperm.php:107
+#: mod/contacts.php:650 mod/contacts.php:852 view/theme/frio/theme.php:249
+msgid "Profile"
+msgstr "Profile"
+
+#: include/nav.php:84 view/theme/frio/theme.php:249
+msgid "Your profile page"
+msgstr "My profile page"
+
+#: include/nav.php:85 include/identity.php:800 mod/fbrowser.php:33
+#: view/theme/frio/theme.php:250
+msgid "Photos"
+msgstr "Photos"
+
+#: include/nav.php:85 view/theme/frio/theme.php:250
+msgid "Your photos"
+msgstr "My photos"
+
+#: include/nav.php:86 include/identity.php:808 include/identity.php:811
+#: view/theme/frio/theme.php:251
+msgid "Videos"
+msgstr "Videos"
+
+#: include/nav.php:86 view/theme/frio/theme.php:251
+msgid "Your videos"
+msgstr "My videos"
+
+#: include/nav.php:87 include/nav.php:151 include/identity.php:820
+#: include/identity.php:831 mod/cal.php:272 mod/events.php:377
+#: view/theme/frio/theme.php:252 view/theme/frio/theme.php:256
+msgid "Events"
+msgstr "Events"
+
+#: include/nav.php:87 view/theme/frio/theme.php:252
+msgid "Your events"
+msgstr "My events"
+
+#: include/nav.php:88
+msgid "Personal notes"
+msgstr "Personal notes"
+
+#: include/nav.php:88
+msgid "Your personal notes"
+msgstr "My personal notes"
+
+#: include/nav.php:97 mod/bookmarklet.php:14 boot.php:863
+msgid "Login"
+msgstr "Login"
+
+#: include/nav.php:97
+msgid "Sign in"
+msgstr "Sign in"
+
+#: include/nav.php:107
+msgid "Home Page"
+msgstr "Home page"
+
+#: include/nav.php:111 mod/register.php:291 boot.php:839
+msgid "Register"
+msgstr "Register"
+
+#: include/nav.php:111
+msgid "Create an account"
+msgstr "Create account"
+
+#: include/nav.php:117 mod/help.php:50 view/theme/vier/theme.php:299
+msgid "Help"
+msgstr "Help"
+
+#: include/nav.php:117
+msgid "Help and documentation"
+msgstr "Help and documentation"
+
+#: include/nav.php:121
+msgid "Apps"
+msgstr "Apps"
+
+#: include/nav.php:121
+msgid "Addon applications, utilities, games"
+msgstr "Addon applications, utilities, games"
+
+#: include/nav.php:125
+msgid "Search site content"
+msgstr "Search site content"
+
+#: include/nav.php:145 include/nav.php:147 mod/community.php:32
+msgid "Community"
+msgstr "Community"
+
+#: include/nav.php:145
+msgid "Conversations on this site"
+msgstr "Public conversations on this site"
+
+#: include/nav.php:147
+msgid "Conversations on the network"
+msgstr "Conversations on the network"
+
+#: include/nav.php:151 include/identity.php:823 include/identity.php:834
+#: view/theme/frio/theme.php:256
+msgid "Events and Calendar"
+msgstr "Events and calendar"
+
+#: include/nav.php:154
+msgid "Directory"
+msgstr "Directory"
+
+#: include/nav.php:154
+msgid "People directory"
+msgstr "People directory"
+
+#: include/nav.php:156
+msgid "Information"
+msgstr "Information"
+
+#: include/nav.php:156
+msgid "Information about this friendica instance"
+msgstr "Information about this Friendica instance"
+
+#: include/nav.php:160 view/theme/frio/theme.php:255
+msgid "Conversations from your friends"
+msgstr "My friends' conversations"
+
+#: include/nav.php:161
+msgid "Network Reset"
+msgstr "Network reset"
+
+#: include/nav.php:161
+msgid "Load Network page with no filters"
+msgstr "Load network page without filters"
+
+#: include/nav.php:168
+msgid "Friend Requests"
+msgstr "Friend requests"
+
+#: include/nav.php:171 mod/notifications.php:98
+msgid "Notifications"
+msgstr "Notifications"
+
+#: include/nav.php:172
+msgid "See all notifications"
+msgstr "See all notifications"
+
+#: include/nav.php:173 mod/settings.php:907
+msgid "Mark as seen"
+msgstr "Mark as seen"
+
+#: include/nav.php:173
+msgid "Mark all system notifications seen"
+msgstr "Mark all system notifications seen"
+
+#: include/nav.php:177 mod/message.php:181 view/theme/frio/theme.php:257
+msgid "Messages"
+msgstr "Messages"
+
+#: include/nav.php:177 view/theme/frio/theme.php:257
+msgid "Private mail"
+msgstr "Private messages"
+
+#: include/nav.php:178
+msgid "Inbox"
+msgstr "Inbox"
+
+#: include/nav.php:179
+msgid "Outbox"
+msgstr "Outbox"
+
+#: include/nav.php:180 mod/message.php:18
+msgid "New Message"
+msgstr "New Message"
+
+#: include/nav.php:183
+msgid "Manage"
+msgstr "Manage"
+
+#: include/nav.php:183
+msgid "Manage other pages"
+msgstr "Manage other pages"
+
+#: include/nav.php:186 mod/settings.php:83
+msgid "Delegations"
+msgstr "Delegations"
+
+#: include/nav.php:186 mod/delegate.php:132
+msgid "Delegate Page Management"
+msgstr "Delegate Page Management"
+
+#: include/nav.php:188 mod/newmember.php:15 mod/admin.php:1624
+#: mod/admin.php:1900 mod/settings.php:113 view/theme/frio/theme.php:258
+msgid "Settings"
+msgstr "Settings"
+
+#: include/nav.php:188 view/theme/frio/theme.php:258
+msgid "Account settings"
+msgstr "Account settings"
+
+#: include/nav.php:191 include/identity.php:296
+msgid "Profiles"
+msgstr "Profiles"
+
+#: include/nav.php:191
+msgid "Manage/Edit Profiles"
+msgstr "Manage/Edit profiles"
+
+#: include/nav.php:194 view/theme/frio/theme.php:259
+msgid "Manage/edit friends and contacts"
+msgstr "Manage/Edit friends and contacts"
+
+#: include/nav.php:199 mod/admin.php:197
+msgid "Admin"
+msgstr "Admin"
+
+#: include/nav.php:199
+msgid "Site setup and configuration"
+msgstr "Site setup and configuration"
+
+#: include/nav.php:202
+msgid "Navigation"
+msgstr "Navigation"
+
+#: include/nav.php:202
+msgid "Site map"
+msgstr "Site map"
+
+#: include/network.php:687
+msgid "view full size"
+msgstr "view full size"
+
+#: include/oembed.php:256
+msgid "Embedded content"
+msgstr "Embedded content"
+
+#: include/oembed.php:264
+msgid "Embedding disabled"
+msgstr "Embedding disabled"
+
+#: include/uimport.php:85
+msgid "Error decoding account file"
+msgstr "Error decoding account file"
+
+#: include/uimport.php:91
+msgid "Error! No version data in file! This is not a Friendica account file?"
+msgstr "Error! No version data in file! Is this a Friendica account file?"
+
+#: include/uimport.php:108 include/uimport.php:119
+msgid "Error! Cannot check nickname"
+msgstr "Error! Cannot check nickname."
+
+#: include/uimport.php:112 include/uimport.php:123
+#, php-format
+msgid "User '%s' already exists on this server!"
+msgstr "User '%s' already exists on this server!"
+
+#: include/uimport.php:145
+msgid "User creation error"
+msgstr "User creation error"
+
+#: include/uimport.php:166
+msgid "User profile creation error"
+msgstr "User profile creation error"
+
+#: include/uimport.php:215
+#, php-format
+msgid "%d contact not imported"
+msgid_plural "%d contacts not imported"
+msgstr[0] "%d contact not imported"
+msgstr[1] "%d contacts not imported"
+
+#: include/uimport.php:281
+msgid "Done. You can now login with your username and password"
+msgstr "Done. You can now login with your username and password"
+
+#: include/user.php:39 mod/settings.php:377
+msgid "Passwords do not match. Password unchanged."
+msgstr "Passwords do not match. Password unchanged."
+
+#: include/user.php:48
+msgid "An invitation is required."
+msgstr "An invitation is required."
+
+#: include/user.php:53
+msgid "Invitation could not be verified."
+msgstr "Invitation could not be verified."
+
+#: include/user.php:61
+msgid "Invalid OpenID url"
+msgstr "Invalid OpenID URL"
+
+#: include/user.php:82
+msgid "Please enter the required information."
+msgstr "Please enter the required information."
+
+#: include/user.php:96
+msgid "Please use a shorter name."
+msgstr "Please use a shorter name."
+
+#: include/user.php:98
+msgid "Name too short."
+msgstr "Name too short."
+
+#: include/user.php:106
+msgid "That doesn't appear to be your full (First Last) name."
+msgstr "That doesn't appear to be your full (i.e first and last) name."
+
+#: include/user.php:111
+msgid "Your email domain is not among those allowed on this site."
+msgstr "Your email domain is not allowed on this site."
+
+#: include/user.php:114
+msgid "Not a valid email address."
+msgstr "Not a valid email address."
+
+#: include/user.php:127
+msgid "Cannot use that email."
+msgstr "Cannot use that email."
+
+#: include/user.php:133
+msgid "Your \"nickname\" can only contain \"a-z\", \"0-9\" and \"_\"."
+msgstr "Your \"nickname\" can only contain \"a-z\", \"0-9\" and \"_\"."
+
+#: include/user.php:140 include/user.php:228
+msgid "Nickname is already registered. Please choose another."
+msgstr "Nickname is already registered. Please choose another."
+
+#: include/user.php:150
+msgid ""
+"Nickname was once registered here and may not be re-used. Please choose "
+"another."
+msgstr "Nickname was once registered here and may not be re-used. Please choose another."
+
+#: include/user.php:166
+msgid "SERIOUS ERROR: Generation of security keys failed."
+msgstr "SERIOUS ERROR: Generation of security keys failed."
+
+#: include/user.php:214
+msgid "An error occurred during registration. Please try again."
+msgstr "An error occurred during registration. Please try again."
+
+#: include/user.php:237 view/theme/duepuntozero/config.php:46
+msgid "default"
+msgstr "default"
+
+#: include/user.php:247
+msgid "An error occurred creating your default profile. Please try again."
+msgstr "An error occurred creating your default profile. Please try again."
+
+#: include/user.php:260 include/user.php:264 include/profile_selectors.php:42
+msgid "Friends"
+msgstr "Friends"
+
+#: include/user.php:306 include/user.php:314 include/user.php:322
+#: include/api.php:3697 mod/photos.php:73 mod/photos.php:189
+#: mod/photos.php:776 mod/photos.php:1258 mod/photos.php:1279
+#: mod/photos.php:1865 mod/profile_photo.php:74 mod/profile_photo.php:82
+#: mod/profile_photo.php:90 mod/profile_photo.php:214
+#: mod/profile_photo.php:309 mod/profile_photo.php:319
+msgid "Profile Photos"
+msgstr "Profile photos"
+
+#: include/user.php:397
+#, php-format
+msgid ""
+"\n"
+"\t\tDear %1$s,\n"
+"\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n"
+"\t"
+msgstr "\n\t\tDear %1$s,\n\t\t\tThank you for registering at %2$s. Your account is pending approval by the administrator.\n\t"
+
+#: include/user.php:407
+#, php-format
+msgid "Registration at %s"
+msgstr "Registration at %s"
+
+#: include/user.php:417
+#, php-format
+msgid ""
+"\n"
+"\t\tDear %1$s,\n"
+"\t\t\tThank you for registering at %2$s. Your account has been created.\n"
+"\t"
+msgstr "\n\t\tDear %1$s,\n\t\t\tThank you for registering at %2$s. Your account has been created.\n\t"
+
+#: include/user.php:421
+#, php-format
+msgid ""
+"\n"
+"\t\tThe login details are as follows:\n"
+"\t\t\tSite Location:\t%3$s\n"
+"\t\t\tLogin Name:\t%1$s\n"
+"\t\t\tPassword:\t%5$s\n"
+"\n"
+"\t\tYou may change your password from your account \"Settings\" page after logging\n"
+"\t\tin.\n"
+"\n"
+"\t\tPlease take a few moments to review the other account settings on that page.\n"
+"\n"
+"\t\tYou may also wish to add some basic information to your default profile\n"
+"\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
+"\n"
+"\t\tWe recommend setting your full name, adding a profile photo,\n"
+"\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n"
+"\t\tperhaps what country you live in; if you do not wish to be more specific\n"
+"\t\tthan that.\n"
+"\n"
+"\t\tWe fully respect your right to privacy, and none of these items are necessary.\n"
+"\t\tIf you are new and do not know anybody here, they may help\n"
+"\t\tyou to make some new and interesting friends.\n"
+"\n"
+"\n"
+"\t\tThank you and welcome to %2$s."
+msgstr "\n\t\tThe login details are as follows:\n\t\t\tSite Location:\t%3$s\n\t\t\tLogin Name:\t%1$s\n\t\t\tPassword:\t%5$s\n\n\t\tYou may change your password for your account \"Settings\" after logging\n\t\tin.\n\n\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\tYou may wish to add some basic information to your default profile\n\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\tWe recommend setting your full name, adding a profile photo,\n\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\tperhaps what country you live in, if you do not wish to be more specific\n\t\tthan that.\n\n\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\tIf you are new and do not know anybody here, these settings may help to\n\t\tmake new and interesting friends.\n\n\n\t\tThank you and welcome to %2$s."
+
+#: include/user.php:453 mod/admin.php:1314
+#, php-format
+msgid "Registration details for %s"
+msgstr "Registration details for %s"
+
+#: include/api.php:1102
+#, php-format
+msgid "Daily posting limit of %d posts reached. The post was rejected."
+msgstr "Daily posting limit of %d posts reached. This post was rejected."
+
+#: include/api.php:1123
+#, php-format
+msgid "Weekly posting limit of %d posts reached. The post was rejected."
+msgstr "Weekly posting limit of %d posts reached. This post was rejected."
+
+#: include/api.php:1144
+#, php-format
+msgid "Monthly posting limit of %d posts reached. The post was rejected."
+msgstr "Monthly posting limit of %d posts reached. This post was rejected."
+
+#: include/dba.php:57 include/dba_pdo.php:75
+#, php-format
+msgid "Cannot locate DNS info for database server '%s'"
+msgstr "Cannot locate DNS info for database server '%s'"
+
+#: include/dbstructure.php:25
+msgid "There are no tables on MyISAM."
+msgstr "There are no tables on MyISAM."
+
+#: include/dbstructure.php:66
+#, php-format
+msgid ""
+"\n"
+"\t\t\tThe friendica developers released update %s recently,\n"
+"\t\t\tbut when I tried to install it, something went terribly wrong.\n"
+"\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n"
+"\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."
+msgstr "\n\t\t\tThe Friendica developers released update %s recently,\n\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\tFriendica developer if you can not help me on your own. My database\n                        might be invalid."
+
+#: include/dbstructure.php:71
+#, php-format
+msgid ""
+"The error message is\n"
+"[pre]%s[/pre]"
+msgstr "The error message is\n[pre]%s[/pre]"
+
+#: include/dbstructure.php:195
+#, php-format
+msgid ""
+"\n"
+"Error %d occurred during database update:\n"
+"%s\n"
+msgstr "\nError %d occurred during database update:\n%s\n"
+
+#: include/dbstructure.php:198
+msgid "Errors encountered performing database changes: "
+msgstr "Errors encountered performing database changes: "
+
+#: include/dbstructure.php:206
+msgid ": Database update"
+msgstr ": Database update"
+
+#: include/dbstructure.php:438
+#, php-format
+msgid "%s: updating %s table."
+msgstr "%s: updating %s table."
+
+#: include/diaspora.php:2214
+msgid "Sharing notification from Diaspora network"
+msgstr "Sharing notification from Diaspora network"
+
+#: include/diaspora.php:3234
+msgid "Attachments:"
+msgstr "Attachments:"
+
+#: include/identity.php:45
+msgid "Requested account is not available."
+msgstr "Requested account is unavailable."
+
+#: include/identity.php:54 mod/profile.php:22
+msgid "Requested profile is not available."
+msgstr "Requested profile is unavailable."
+
+#: include/identity.php:98 include/identity.php:325 include/identity.php:755
+msgid "Edit profile"
+msgstr "Edit profile"
+
+#: include/identity.php:265
+msgid "Atom feed"
+msgstr "Atom feed"
+
+#: include/identity.php:296
+msgid "Manage/edit profiles"
+msgstr "Manage/Edit profiles"
+
+#: include/identity.php:301 include/identity.php:327 mod/profiles.php:790
+msgid "Change profile photo"
+msgstr "Change profile photo"
+
+#: include/identity.php:302 mod/profiles.php:791
+msgid "Create New Profile"
+msgstr "Create new profile"
+
+#: include/identity.php:312 mod/profiles.php:780
+msgid "Profile Image"
+msgstr "Profile image"
+
+#: include/identity.php:315 mod/profiles.php:782
+msgid "visible to everybody"
+msgstr "Visible to everybody"
+
+#: include/identity.php:316 mod/profiles.php:687 mod/profiles.php:783
+msgid "Edit visibility"
+msgstr "Edit visibility"
+
+#: include/identity.php:344 include/identity.php:644 mod/directory.php:137
+#: mod/notifications.php:252
+msgid "Gender:"
+msgstr "Gender:"
+
+#: include/identity.php:347 include/identity.php:665 mod/directory.php:139
+msgid "Status:"
+msgstr "Status:"
+
+#: include/identity.php:349 include/identity.php:682 mod/directory.php:141
+msgid "Homepage:"
+msgstr "Homepage:"
+
+#: include/identity.php:351 include/identity.php:702 mod/directory.php:143
+#: mod/notifications.php:248 mod/contacts.php:643
+msgid "About:"
+msgstr "About:"
+
+#: include/identity.php:353 mod/contacts.php:641
+msgid "XMPP:"
+msgstr "XMPP:"
+
+#: include/identity.php:439 mod/notifications.php:260 mod/contacts.php:58
+msgid "Network:"
+msgstr "Network:"
+
+#: include/identity.php:468 include/identity.php:558
+msgid "g A l F d"
+msgstr "g A l F d"
+
+#: include/identity.php:469 include/identity.php:559
+msgid "F d"
+msgstr "F d"
+
+#: include/identity.php:520 include/identity.php:609
+msgid "[today]"
+msgstr "[today]"
+
+#: include/identity.php:532
+msgid "Birthday Reminders"
+msgstr "Birthday reminders"
+
+#: include/identity.php:533
+msgid "Birthdays this week:"
+msgstr "Birthdays this week:"
+
+#: include/identity.php:595
+msgid "[No description]"
+msgstr "[No description]"
+
+#: include/identity.php:620
+msgid "Event Reminders"
+msgstr "Event reminders"
+
+#: include/identity.php:621
+msgid "Events this week:"
+msgstr "Events this week:"
+
+#: include/identity.php:641 mod/settings.php:1287
+msgid "Full Name:"
+msgstr "Full name:"
+
+#: include/identity.php:648
+msgid "j F, Y"
+msgstr "j F, Y"
+
+#: include/identity.php:649
+msgid "j F"
+msgstr "j F"
+
+#: include/identity.php:661
+msgid "Age:"
+msgstr "Age:"
+
+#: include/identity.php:674
+#, php-format
+msgid "for %1$d %2$s"
+msgstr "for %1$d %2$s"
+
+#: include/identity.php:678 mod/profiles.php:706
+msgid "Sexual Preference:"
+msgstr "Sexual preference:"
+
+#: include/identity.php:686 mod/profiles.php:733
+msgid "Hometown:"
+msgstr "Home town:"
+
+#: include/identity.php:690 mod/follow.php:139 mod/notifications.php:250
+#: mod/contacts.php:645
+msgid "Tags:"
+msgstr "Tags:"
+
+#: include/identity.php:694 mod/profiles.php:734
+msgid "Political Views:"
+msgstr "Political views:"
+
+#: include/identity.php:698
+msgid "Religion:"
+msgstr "Religion:"
+
+#: include/identity.php:706
+msgid "Hobbies/Interests:"
+msgstr "Hobbies/Interests:"
+
+#: include/identity.php:710 mod/profiles.php:738
+msgid "Likes:"
+msgstr "Likes:"
+
+#: include/identity.php:714 mod/profiles.php:739
+msgid "Dislikes:"
+msgstr "Dislikes:"
+
+#: include/identity.php:718
+msgid "Contact information and Social Networks:"
+msgstr "Contact information and social networks:"
+
+#: include/identity.php:722
+msgid "Musical interests:"
+msgstr "Music:"
+
+#: include/identity.php:726
+msgid "Books, literature:"
+msgstr "Books/Literature:"
+
+#: include/identity.php:730
+msgid "Television:"
+msgstr "Television:"
+
+#: include/identity.php:734
+msgid "Film/dance/culture/entertainment:"
+msgstr "Arts, culture, entertainment:"
+
+#: include/identity.php:738
+msgid "Love/Romance:"
+msgstr "Love/Romance:"
+
+#: include/identity.php:742
+msgid "Work/employment:"
+msgstr "Work/Employment:"
+
+#: include/identity.php:746
+msgid "School/education:"
+msgstr "School/Education:"
+
+#: include/identity.php:751
+msgid "Forums:"
+msgstr "Forums:"
+
+#: include/identity.php:760 mod/events.php:509
+msgid "Basic"
+msgstr "Basic"
+
+#: include/identity.php:761 mod/events.php:510 mod/admin.php:1065
+#: mod/contacts.php:881
+msgid "Advanced"
+msgstr "Advanced"
+
+#: include/identity.php:787 mod/follow.php:147 mod/contacts.php:847
+msgid "Status Messages and Posts"
+msgstr "Status Messages and Posts"
+
+#: include/identity.php:795 mod/contacts.php:855
+msgid "Profile Details"
+msgstr "Profile Details"
+
+#: include/identity.php:803 mod/photos.php:95
+msgid "Photo Albums"
+msgstr "Photo Albums"
+
+#: include/identity.php:842 mod/notes.php:49
+msgid "Personal Notes"
+msgstr "Personal notes"
+
+#: include/identity.php:845
+msgid "Only You Can See This"
+msgstr "Only you can see this."
+
+#: include/items.php:1736 mod/dfrn_confirm.php:738 mod/dfrn_request.php:759
+msgid "[Name Withheld]"
+msgstr "[Name Withheld]"
+
+#: include/items.php:2121 mod/display.php:105 mod/display.php:280
+#: mod/display.php:485 mod/notice.php:17 mod/viewsrc.php:16 mod/admin.php:248
+#: mod/admin.php:1571 mod/admin.php:1822
+msgid "Item not found."
+msgstr "Item not found."
+
+#: include/items.php:2160
+msgid "Do you really want to delete this item?"
+msgstr "Do you really want to delete this item?"
+
+#: include/items.php:2162 mod/api.php:107 mod/follow.php:115
+#: mod/message.php:208 mod/register.php:247 mod/suggest.php:31
+#: mod/dfrn_request.php:880 mod/contacts.php:455 mod/profiles.php:643
+#: mod/profiles.php:646 mod/profiles.php:673 mod/settings.php:1172
+#: mod/settings.php:1178 mod/settings.php:1185 mod/settings.php:1189
+#: mod/settings.php:1194 mod/settings.php:1199 mod/settings.php:1204
+#: mod/settings.php:1209 mod/settings.php:1235 mod/settings.php:1236
+#: mod/settings.php:1237 mod/settings.php:1238 mod/settings.php:1239
+msgid "Yes"
+msgstr "Yes"
+
+#: include/items.php:2309 mod/allfriends.php:14 mod/api.php:28 mod/api.php:33
+#: mod/attach.php:35 mod/cal.php:301 mod/common.php:20 mod/crepair.php:105
+#: mod/delegate.php:14 mod/dfrn_confirm.php:63 mod/dirfind.php:15
+#: mod/display.php:482 mod/editpost.php:12 mod/events.php:188
+#: mod/follow.php:13 mod/follow.php:76 mod/follow.php:160 mod/fsuggest.php:80
+#: mod/group.php:20 mod/invite.php:17 mod/invite.php:105 mod/manage.php:103
+#: mod/message.php:48 mod/message.php:173 mod/mood.php:116 mod/network.php:7
+#: mod/nogroup.php:29 mod/notes.php:25 mod/notifications.php:73
+#: mod/ostatus_subscribe.php:11 mod/photos.php:168 mod/photos.php:1111
+#: mod/poke.php:155 mod/register.php:44 mod/repair_ostatus.php:11
+#: mod/suggest.php:60 mod/viewcontacts.php:49 mod/wall_attach.php:69
+#: mod/wall_attach.php:72 mod/wall_upload.php:101 mod/wall_upload.php:104
+#: mod/wallmessage.php:11 mod/wallmessage.php:35 mod/wallmessage.php:75
+#: mod/wallmessage.php:99 mod/item.php:197 mod/item.php:209 mod/regmod.php:106
+#: mod/uimport.php:26 mod/contacts.php:363 mod/profile_photo.php:19
+#: mod/profile_photo.php:179 mod/profile_photo.php:190
+#: mod/profile_photo.php:203 mod/profiles.php:172 mod/profiles.php:610
+#: mod/settings.php:24 mod/settings.php:132 mod/settings.php:669 index.php:410
+msgid "Permission denied."
+msgstr "Permission denied."
+
+#: include/items.php:2426
+msgid "Archives"
+msgstr "Archives"
+
+#: include/ostatus.php:1962
+#, php-format
+msgid "%s is now following %s."
+msgstr "%s is now following %s."
+
+#: include/ostatus.php:1963
+msgid "following"
+msgstr "following"
+
+#: include/ostatus.php:1966
+#, php-format
+msgid "%s stopped following %s."
+msgstr "%s stopped following %s."
+
+#: include/ostatus.php:1967
+msgid "stopped following"
+msgstr "stopped following"
+
+#: include/plugin.php:531 include/plugin.php:533
+msgid "Click here to upgrade."
+msgstr "Click here to upgrade."
+
+#: include/plugin.php:539
+msgid "This action exceeds the limits set by your subscription plan."
+msgstr "This action exceeds the limits set by your subscription plan."
+
+#: include/plugin.php:544
+msgid "This action is not available under your subscription plan."
+msgstr "This action is not available under your subscription plan."
+
+#: include/profile_selectors.php:6
+msgid "Male"
+msgstr "Male"
+
+#: include/profile_selectors.php:6
+msgid "Female"
+msgstr "Female"
+
+#: include/profile_selectors.php:6
+msgid "Currently Male"
+msgstr "Currently Male"
+
+#: include/profile_selectors.php:6
+msgid "Currently Female"
+msgstr "Currently Female"
+
+#: include/profile_selectors.php:6
+msgid "Mostly Male"
+msgstr "Mostly Male"
+
+#: include/profile_selectors.php:6
+msgid "Mostly Female"
+msgstr "Mostly Female"
+
+#: include/profile_selectors.php:6
+msgid "Transgender"
+msgstr "Transgender"
+
+#: include/profile_selectors.php:6
+msgid "Intersex"
+msgstr "Intersex"
+
+#: include/profile_selectors.php:6
+msgid "Transsexual"
+msgstr "Transsexual"
+
+#: include/profile_selectors.php:6
+msgid "Hermaphrodite"
+msgstr "Hermaphrodite"
+
+#: include/profile_selectors.php:6
+msgid "Neuter"
+msgstr "Neuter"
+
+#: include/profile_selectors.php:6
+msgid "Non-specific"
+msgstr "Non-specific"
+
+#: include/profile_selectors.php:6
+msgid "Other"
+msgstr "Other"
+
+#: include/profile_selectors.php:23
+msgid "Males"
+msgstr "Males"
+
+#: include/profile_selectors.php:23
+msgid "Females"
+msgstr "Females"
+
+#: include/profile_selectors.php:23
+msgid "Gay"
+msgstr "Gay"
+
+#: include/profile_selectors.php:23
+msgid "Lesbian"
+msgstr "Lesbian"
+
+#: include/profile_selectors.php:23
+msgid "No Preference"
+msgstr "No Preference"
+
+#: include/profile_selectors.php:23
+msgid "Bisexual"
+msgstr "Bisexual"
+
+#: include/profile_selectors.php:23
+msgid "Autosexual"
+msgstr "Auto-sexual"
+
+#: include/profile_selectors.php:23
+msgid "Abstinent"
+msgstr "Abstinent"
+
+#: include/profile_selectors.php:23
+msgid "Virgin"
+msgstr "Virgin"
+
+#: include/profile_selectors.php:23
+msgid "Deviant"
+msgstr "Deviant"
+
+#: include/profile_selectors.php:23
+msgid "Fetish"
+msgstr "Fetish"
+
+#: include/profile_selectors.php:23
+msgid "Oodles"
+msgstr "Oodles"
+
+#: include/profile_selectors.php:23
+msgid "Nonsexual"
+msgstr "Asexual"
+
+#: include/profile_selectors.php:42
+msgid "Single"
+msgstr "Single"
+
+#: include/profile_selectors.php:42
+msgid "Lonely"
+msgstr "Lonely"
+
+#: include/profile_selectors.php:42
+msgid "Available"
+msgstr "Available"
+
+#: include/profile_selectors.php:42
+msgid "Unavailable"
+msgstr "Unavailable"
+
+#: include/profile_selectors.php:42
+msgid "Has crush"
+msgstr "Having a crush"
+
+#: include/profile_selectors.php:42
+msgid "Infatuated"
+msgstr "Infatuated"
+
+#: include/profile_selectors.php:42
+msgid "Dating"
+msgstr "Dating"
+
+#: include/profile_selectors.php:42
+msgid "Unfaithful"
+msgstr "Unfaithful"
+
+#: include/profile_selectors.php:42
+msgid "Sex Addict"
+msgstr "Sex addict"
+
+#: include/profile_selectors.php:42
+msgid "Friends/Benefits"
+msgstr "Friends with benefits"
+
+#: include/profile_selectors.php:42
+msgid "Casual"
+msgstr "Casual"
+
+#: include/profile_selectors.php:42
+msgid "Engaged"
+msgstr "Engaged"
+
+#: include/profile_selectors.php:42
+msgid "Married"
+msgstr "Married"
+
+#: include/profile_selectors.php:42
+msgid "Imaginarily married"
+msgstr "Imaginarily married"
+
+#: include/profile_selectors.php:42
+msgid "Partners"
+msgstr "Partners"
+
+#: include/profile_selectors.php:42
+msgid "Cohabiting"
+msgstr "Cohabiting"
+
+#: include/profile_selectors.php:42
+msgid "Common law"
+msgstr "Common law spouse"
+
+#: include/profile_selectors.php:42
+msgid "Happy"
+msgstr "Happy"
+
+#: include/profile_selectors.php:42
+msgid "Not looking"
+msgstr "Not looking"
+
+#: include/profile_selectors.php:42
+msgid "Swinger"
+msgstr "Swinger"
+
+#: include/profile_selectors.php:42
+msgid "Betrayed"
+msgstr "Betrayed"
+
+#: include/profile_selectors.php:42
+msgid "Separated"
+msgstr "Separated"
+
+#: include/profile_selectors.php:42
+msgid "Unstable"
+msgstr "Unstable"
+
+#: include/profile_selectors.php:42
+msgid "Divorced"
+msgstr "Divorced"
+
+#: include/profile_selectors.php:42
+msgid "Imaginarily divorced"
+msgstr "Imaginarily divorced"
+
+#: include/profile_selectors.php:42
+msgid "Widowed"
+msgstr "Widowed"
+
+#: include/profile_selectors.php:42
+msgid "Uncertain"
+msgstr "Uncertain"
+
+#: include/profile_selectors.php:42
+msgid "It's complicated"
+msgstr "It's complicated"
+
+#: include/profile_selectors.php:42
+msgid "Don't care"
+msgstr "Don't care"
+
+#: include/profile_selectors.php:42
+msgid "Ask me"
+msgstr "Ask me"
+
+#: mod/allfriends.php:48
+msgid "No friends to display."
+msgstr "No friends to display."
+
+#: mod/api.php:78 mod/api.php:104
+msgid "Authorize application connection"
+msgstr "Authorize application connection"
+
+#: mod/api.php:79
+msgid "Return to your app and insert this Securty Code:"
+msgstr "Return to your app and insert this security code:"
+
+#: mod/api.php:91
+msgid "Please login to continue."
+msgstr "Please login to continue."
+
+#: mod/api.php:106
+msgid ""
+"Do you want to authorize this application to access your posts and contacts,"
+" and/or create new posts for you?"
+msgstr "Do you want to authorize this application to access your posts and contacts and create new posts for you?"
+
+#: mod/api.php:108 mod/follow.php:115 mod/register.php:248
+#: mod/dfrn_request.php:880 mod/profiles.php:643 mod/profiles.php:647
+#: mod/profiles.php:673 mod/settings.php:1172 mod/settings.php:1178
+#: mod/settings.php:1185 mod/settings.php:1189 mod/settings.php:1194
+#: mod/settings.php:1199 mod/settings.php:1204 mod/settings.php:1209
+#: mod/settings.php:1235 mod/settings.php:1236 mod/settings.php:1237
+#: mod/settings.php:1238 mod/settings.php:1239
+msgid "No"
+msgstr "No"
+
+#: mod/apps.php:9 index.php:257
+msgid "You must be logged in to use addons. "
+msgstr "You must be logged in to use addons. "
+
+#: mod/apps.php:14
+msgid "Applications"
+msgstr "Applications"
+
+#: mod/apps.php:17
+msgid "No installed applications."
+msgstr "No installed applications."
+
+#: mod/attach.php:10
+msgid "Item not available."
+msgstr "Item not available."
+
+#: mod/attach.php:22
+msgid "Item was not found."
+msgstr "Item was not found."
+
+#: mod/babel.php:18
+msgid "Source (bbcode) text:"
+msgstr "Source (bbcode) text:"
+
+#: mod/babel.php:25
+msgid "Source (Diaspora) text to convert to BBcode:"
+msgstr "Source (Diaspora) text to convert to BBcode:"
+
+#: mod/babel.php:33
+msgid "Source input: "
+msgstr "Source input: "
+
+#: mod/babel.php:37
+msgid "bb2html (raw HTML): "
+msgstr "bb2html (raw HTML): "
+
+#: mod/babel.php:41
+msgid "bb2html: "
+msgstr "bb2html: "
+
+#: mod/babel.php:45
+msgid "bb2html2bb: "
+msgstr "bb2html2bb: "
+
+#: mod/babel.php:49
+msgid "bb2md: "
+msgstr "bb2md: "
+
+#: mod/babel.php:53
+msgid "bb2md2html: "
+msgstr "bb2md2html: "
+
+#: mod/babel.php:57
+msgid "bb2dia2bb: "
+msgstr "bb2dia2bb: "
+
+#: mod/babel.php:61
+msgid "bb2md2html2bb: "
+msgstr "bb2md2html2bb: "
+
+#: mod/babel.php:67
+msgid "Source input (Diaspora format): "
+msgstr "Source input (Diaspora format): "
+
+#: mod/babel.php:71
+msgid "diaspora2bb: "
+msgstr "diaspora2bb: "
+
+#: mod/bookmarklet.php:43
+msgid "The post was created"
+msgstr "The post was created"
+
+#: mod/cal.php:145 mod/display.php:329 mod/profile.php:156
+msgid "Access to this profile has been restricted."
+msgstr "Access to this profile has been restricted."
+
+#: mod/cal.php:273 mod/events.php:378
+msgid "View"
+msgstr "View"
+
+#: mod/cal.php:274 mod/events.php:380
+msgid "Previous"
+msgstr "Previous"
+
+#: mod/cal.php:275 mod/events.php:381 mod/install.php:203
+msgid "Next"
+msgstr "Next"
+
+#: mod/cal.php:284 mod/events.php:390
+msgid "list"
+msgstr "List"
+
+#: mod/cal.php:294
+msgid "User not found"
+msgstr "User not found"
+
+#: mod/cal.php:310
+msgid "This calendar format is not supported"
+msgstr "This calendar format is not supported"
+
+#: mod/cal.php:312
+msgid "No exportable data found"
+msgstr "No exportable data found"
+
+#: mod/cal.php:327
+msgid "calendar"
+msgstr "calendar"
+
+#: mod/common.php:93
+msgid "No contacts in common."
+msgstr "No contacts in common."
+
+#: mod/common.php:143 mod/contacts.php:874
+msgid "Common Friends"
+msgstr "Common friends"
+
+#: mod/community.php:18 mod/directory.php:33 mod/display.php:201
+#: mod/photos.php:981 mod/search.php:96 mod/search.php:102 mod/videos.php:200
+#: mod/viewcontacts.php:39 mod/webfinger.php:10 mod/dfrn_request.php:804
+#: mod/probe.php:9
+msgid "Public access denied."
+msgstr "Public access denied."
+
+#: mod/community.php:23
+msgid "Not available."
+msgstr "Not available."
+
+#: mod/community.php:50 mod/search.php:222
+msgid "No results."
+msgstr "No results."
+
+#: mod/content.php:120 mod/network.php:478
+msgid "No such group"
+msgstr "No such group"
+
+#: mod/content.php:131 mod/group.php:214 mod/network.php:505
+msgid "Group is empty"
+msgstr "Group is empty"
+
+#: mod/content.php:136 mod/network.php:509
+#, php-format
+msgid "Group: %s"
+msgstr "Group: %s"
+
+#: mod/content.php:326 object/Item.php:96
+msgid "This entry was edited"
+msgstr "This entry was edited"
+
+#: mod/content.php:622 object/Item.php:414
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%d comment"
+msgstr[1] "%d comments -"
+
+#: mod/content.php:639 mod/photos.php:1431 object/Item.php:117
+msgid "Private Message"
+msgstr "Private message"
+
+#: mod/content.php:703 mod/photos.php:1627 object/Item.php:271
+msgid "I like this (toggle)"
+msgstr "I like this (toggle)"
+
+#: mod/content.php:703 object/Item.php:271
+msgid "like"
+msgstr "Like"
+
+#: mod/content.php:704 mod/photos.php:1628 object/Item.php:272
+msgid "I don't like this (toggle)"
+msgstr "I don't like this (toggle)"
+
+#: mod/content.php:704 object/Item.php:272
+msgid "dislike"
+msgstr "Dislike"
+
+#: mod/content.php:706 object/Item.php:275
+msgid "Share this"
+msgstr "Share this"
+
+#: mod/content.php:706 object/Item.php:275
+msgid "share"
+msgstr "Share"
+
+#: mod/content.php:726 mod/photos.php:1645 mod/photos.php:1687
+#: mod/photos.php:1767 object/Item.php:699
+msgid "This is you"
+msgstr "This is me"
+
+#: mod/content.php:728 mod/content.php:951 mod/photos.php:1647
+#: mod/photos.php:1689 mod/photos.php:1769 object/Item.php:389
+#: object/Item.php:701
+msgid "Comment"
+msgstr "Comment"
+
+#: mod/content.php:729 mod/crepair.php:159 mod/events.php:508
+#: mod/fsuggest.php:109 mod/install.php:244 mod/install.php:284
+#: mod/invite.php:144 mod/localtime.php:46 mod/manage.php:156
+#: mod/message.php:340 mod/message.php:523 mod/mood.php:139
+#: mod/photos.php:1143 mod/photos.php:1273 mod/photos.php:1599
+#: mod/photos.php:1648 mod/photos.php:1690 mod/photos.php:1770
+#: mod/poke.php:204 mod/contacts.php:588 mod/profiles.php:684
+#: object/Item.php:702 view/theme/duepuntozero/config.php:64
+#: view/theme/frio/config.php:67 view/theme/quattro/config.php:70
+#: view/theme/vier/config.php:113
+msgid "Submit"
+msgstr "Submit"
+
+#: mod/content.php:730 object/Item.php:703
+msgid "Bold"
+msgstr "Bold"
+
+#: mod/content.php:731 object/Item.php:704
+msgid "Italic"
+msgstr "Italic"
+
+#: mod/content.php:732 object/Item.php:705
+msgid "Underline"
+msgstr "Underline"
+
+#: mod/content.php:733 object/Item.php:706
+msgid "Quote"
+msgstr "Quote"
+
+#: mod/content.php:734 object/Item.php:707
+msgid "Code"
+msgstr "Code"
+
+#: mod/content.php:735 object/Item.php:708
+msgid "Image"
+msgstr "Image"
+
+#: mod/content.php:736 object/Item.php:709
+msgid "Link"
+msgstr "Link"
+
+#: mod/content.php:737 object/Item.php:710
+msgid "Video"
+msgstr "Video"
+
+#: mod/content.php:747 mod/settings.php:744 object/Item.php:122
+#: object/Item.php:124
+msgid "Edit"
+msgstr "Edit"
+
+#: mod/content.php:773 object/Item.php:238
+msgid "add star"
+msgstr "Add star"
+
+#: mod/content.php:774 object/Item.php:239
+msgid "remove star"
+msgstr "Remove star"
+
+#: mod/content.php:775 object/Item.php:240
+msgid "toggle star status"
+msgstr "Toggle star status"
+
+#: mod/content.php:778 object/Item.php:243
+msgid "starred"
+msgstr "Starred"
+
+#: mod/content.php:779 mod/content.php:801 object/Item.php:260
+msgid "add tag"
+msgstr "Add tag"
+
+#: mod/content.php:790 object/Item.php:248
+msgid "ignore thread"
+msgstr "Ignore thread"
+
+#: mod/content.php:791 object/Item.php:249
+msgid "unignore thread"
+msgstr "Unignore thread"
+
+#: mod/content.php:792 object/Item.php:250
+msgid "toggle ignore status"
+msgstr "Toggle ignore status"
+
+#: mod/content.php:795 mod/ostatus_subscribe.php:75 object/Item.php:253
+msgid "ignored"
+msgstr "Ignored"
+
+#: mod/content.php:806 object/Item.php:141
+msgid "save to folder"
+msgstr "Save to folder"
+
+#: mod/content.php:854 object/Item.php:212
+msgid "I will attend"
+msgstr "I will attend"
+
+#: mod/content.php:854 object/Item.php:212
+msgid "I will not attend"
+msgstr "I will not attend"
+
+#: mod/content.php:854 object/Item.php:212
+msgid "I might attend"
+msgstr "I might attend"
+
+#: mod/content.php:918 object/Item.php:355
+msgid "to"
+msgstr "to"
+
+#: mod/content.php:919 object/Item.php:357
+msgid "Wall-to-Wall"
+msgstr "Wall-to-wall"
+
+#: mod/content.php:920 object/Item.php:358
+msgid "via Wall-To-Wall:"
+msgstr "via wall-to-wall:"
+
+#: mod/credits.php:19
+msgid "Credits"
+msgstr "Credits"
+
+#: mod/credits.php:20
+msgid ""
+"Friendica is a community project, that would not be possible without the "
+"help of many people. Here is a list of those who have contributed to the "
+"code or the translation of Friendica. Thank you all!"
+msgstr "Friendica is a community project that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"
+
+#: mod/crepair.php:92
+msgid "Contact settings applied."
+msgstr "Contact settings applied."
+
+#: mod/crepair.php:94
+msgid "Contact update failed."
+msgstr "Contact update failed."
+
+#: mod/crepair.php:119 mod/dfrn_confirm.php:128 mod/fsuggest.php:22
+#: mod/fsuggest.php:94
+msgid "Contact not found."
+msgstr "Contact not found."
+
+#: mod/crepair.php:125
+msgid ""
+"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
+" information your communications with this contact may stop working."
+msgstr "<strong>Warning: These are highly advanced settings.</strong> If you enter incorrect information your communications with this contact may not working."
+
+#: mod/crepair.php:126
+msgid ""
+"Please use your browser 'Back' button <strong>now</strong> if you are "
+"uncertain what to do on this page."
+msgstr "Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."
+
+#: mod/crepair.php:139 mod/crepair.php:141
+msgid "No mirroring"
+msgstr "No mirroring"
+
+#: mod/crepair.php:139
+msgid "Mirror as forwarded posting"
+msgstr "Mirror as forwarded posting"
+
+#: mod/crepair.php:139 mod/crepair.php:141
+msgid "Mirror as my own posting"
+msgstr "Mirror as my own posting"
+
+#: mod/crepair.php:155
+msgid "Return to contact editor"
+msgstr "Return to contact editor"
+
+#: mod/crepair.php:157
+msgid "Refetch contact data"
+msgstr "Re-fetch contact data."
+
+#: mod/crepair.php:161
+msgid "Remote Self"
+msgstr "Remote self"
+
+#: mod/crepair.php:164
+msgid "Mirror postings from this contact"
+msgstr "Mirror postings from this contact:"
+
+#: mod/crepair.php:166
+msgid ""
+"Mark this contact as remote_self, this will cause friendica to repost new "
+"entries from this contact."
+msgstr "This will cause Friendica to repost new entries from this contact."
+
+#: mod/crepair.php:170 mod/admin.php:1496 mod/admin.php:1509
+#: mod/admin.php:1522 mod/admin.php:1538 mod/settings.php:684
+#: mod/settings.php:710
+msgid "Name"
+msgstr "Name:"
+
+#: mod/crepair.php:171
+msgid "Account Nickname"
+msgstr "Account nickname:"
+
+#: mod/crepair.php:172
+msgid "@Tagname - overrides Name/Nickname"
+msgstr "@Tag name - overrides name/nickname:"
+
+#: mod/crepair.php:173
+msgid "Account URL"
+msgstr "Account URL:"
+
+#: mod/crepair.php:174
+msgid "Friend Request URL"
+msgstr "Friend request URL:"
+
+#: mod/crepair.php:175
+msgid "Friend Confirm URL"
+msgstr "Friend confirm URL:"
+
+#: mod/crepair.php:176
+msgid "Notification Endpoint URL"
+msgstr "Notification endpoint URL"
+
+#: mod/crepair.php:177
+msgid "Poll/Feed URL"
+msgstr "Poll/Feed URL:"
+
+#: mod/crepair.php:178
+msgid "New photo from this URL"
+msgstr "New photo from this URL:"
+
+#: mod/delegate.php:103
+msgid "No potential page delegates located."
+msgstr "No potential page delegates found."
+
+#: mod/delegate.php:134
+msgid ""
+"Delegates are able to manage all aspects of this account/page except for "
+"basic account settings. Please do not delegate your personal account to "
+"anybody that you do not trust completely."
+msgstr "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely."
+
+#: mod/delegate.php:135
+msgid "Existing Page Managers"
+msgstr "Existing page managers"
+
+#: mod/delegate.php:137
+msgid "Existing Page Delegates"
+msgstr "Existing page delegates"
+
+#: mod/delegate.php:139
+msgid "Potential Delegates"
+msgstr "Potential delegates"
+
+#: mod/delegate.php:141 mod/tagrm.php:97
+msgid "Remove"
+msgstr "Remove"
+
+#: mod/delegate.php:142
+msgid "Add"
+msgstr "Add"
+
+#: mod/delegate.php:143
+msgid "No entries."
+msgstr "No entries."
+
+#: mod/dfrn_confirm.php:72 mod/profiles.php:23 mod/profiles.php:139
+#: mod/profiles.php:186 mod/profiles.php:622
+msgid "Profile not found."
+msgstr "Profile not found."
+
+#: mod/dfrn_confirm.php:129
+msgid ""
+"This may occasionally happen if contact was requested by both persons and it"
+" has already been approved."
+msgstr "This may occasionally happen if contact was requested by both persons and it has already been approved."
+
+#: mod/dfrn_confirm.php:246
+msgid "Response from remote site was not understood."
+msgstr "Response from remote site was not understood."
+
+#: mod/dfrn_confirm.php:255 mod/dfrn_confirm.php:260
+msgid "Unexpected response from remote site: "
+msgstr "Unexpected response from remote site: "
+
+#: mod/dfrn_confirm.php:269
+msgid "Confirmation completed successfully."
+msgstr "Confirmation completed successfully."
+
+#: mod/dfrn_confirm.php:271 mod/dfrn_confirm.php:285 mod/dfrn_confirm.php:292
+msgid "Remote site reported: "
+msgstr "Remote site reported: "
+
+#: mod/dfrn_confirm.php:283
+msgid "Temporary failure. Please wait and try again."
+msgstr "Temporary failure. Please wait and try again."
+
+#: mod/dfrn_confirm.php:290
+msgid "Introduction failed or was revoked."
+msgstr "Introduction failed or was revoked."
+
+#: mod/dfrn_confirm.php:420
+msgid "Unable to set contact photo."
+msgstr "Unable to set contact photo."
+
+#: mod/dfrn_confirm.php:561
+#, php-format
+msgid "No user record found for '%s' "
+msgstr "No user record found for '%s' "
+
+#: mod/dfrn_confirm.php:571
+msgid "Our site encryption key is apparently messed up."
+msgstr "Our site encryption key is apparently messed up."
+
+#: mod/dfrn_confirm.php:582
+msgid "Empty site URL was provided or URL could not be decrypted by us."
+msgstr "An empty URL was provided or the URL could not be decrypted by us."
+
+#: mod/dfrn_confirm.php:604
+msgid "Contact record was not found for you on our site."
+msgstr "Contact record was not found for you on our site."
+
+#: mod/dfrn_confirm.php:618
+#, php-format
+msgid "Site public key not available in contact record for URL %s."
+msgstr "Site public key not available in contact record for URL %s."
+
+#: mod/dfrn_confirm.php:638
+msgid ""
+"The ID provided by your system is a duplicate on our system. It should work "
+"if you try again."
+msgstr "The ID provided by your system is a duplicate on our system. It should work if you try again."
+
+#: mod/dfrn_confirm.php:649
+msgid "Unable to set your contact credentials on our system."
+msgstr "Unable to set your contact credentials on our system."
+
+#: mod/dfrn_confirm.php:711
+msgid "Unable to update your contact profile details on our system"
+msgstr "Unable to update your contact profile details on our system"
+
+#: mod/dfrn_confirm.php:783
+#, php-format
+msgid "%1$s has joined %2$s"
+msgstr "%1$s has joined %2$s"
+
+#: mod/dfrn_poll.php:104 mod/dfrn_poll.php:539
+#, php-format
+msgid "%1$s welcomes %2$s"
+msgstr "%1$s welcomes %2$s"
+
+#: mod/directory.php:195 view/theme/vier/theme.php:201
+msgid "Global Directory"
+msgstr "Global Directory"
+
+#: mod/directory.php:197
+msgid "Find on this site"
+msgstr "Find on this site"
+
+#: mod/directory.php:199
+msgid "Results for:"
+msgstr "Results for:"
+
+#: mod/directory.php:201
+msgid "Site Directory"
+msgstr "Site directory"
+
+#: mod/directory.php:208
+msgid "No entries (some entries may be hidden)."
+msgstr "No entries (entries may be hidden)."
+
+#: mod/dirfind.php:39
+#, php-format
+msgid "People Search - %s"
+msgstr "People search - %s"
+
+#: mod/dirfind.php:50
+#, php-format
+msgid "Forum Search - %s"
+msgstr "Forum search - %s"
+
+#: mod/dirfind.php:247 mod/match.php:112
+msgid "No matches"
+msgstr "No matches"
+
+#: mod/display.php:480
+msgid "Item has been removed."
+msgstr "Item has been removed."
+
+#: mod/editpost.php:19 mod/editpost.php:29
+msgid "Item not found"
+msgstr "Item not found"
+
+#: mod/editpost.php:34
+msgid "Edit post"
+msgstr "Edit post"
+
+#: mod/events.php:96 mod/events.php:98
+msgid "Event can not end before it has started."
+msgstr "Event cannot end before it has started."
+
+#: mod/events.php:105 mod/events.php:107
+msgid "Event title and start time are required."
+msgstr "Event title and starting time are required."
+
+#: mod/events.php:379
+msgid "Create New Event"
+msgstr "Create new event"
+
+#: mod/events.php:484
+msgid "Event details"
+msgstr "Event details"
+
+#: mod/events.php:485
+msgid "Starting date and Title are required."
+msgstr "Starting date and title are required."
+
+#: mod/events.php:486 mod/events.php:487
+msgid "Event Starts:"
+msgstr "Event starts:"
+
+#: mod/events.php:486 mod/events.php:498 mod/profiles.php:712
+msgid "Required"
+msgstr "Required"
+
+#: mod/events.php:488 mod/events.php:504
+msgid "Finish date/time is not known or not relevant"
+msgstr "Finish date/time is not known or not relevant"
+
+#: mod/events.php:490 mod/events.php:491
+msgid "Event Finishes:"
+msgstr "Event finishes:"
+
+#: mod/events.php:492 mod/events.php:505
+msgid "Adjust for viewer timezone"
+msgstr "Adjust for viewer's time zone"
+
+#: mod/events.php:494
+msgid "Description:"
+msgstr "Description:"
+
+#: mod/events.php:498 mod/events.php:500
+msgid "Title:"
+msgstr "Title:"
+
+#: mod/events.php:501 mod/events.php:502
+msgid "Share this event"
+msgstr "Share this event"
+
+#: mod/events.php:531
+msgid "Failed to remove event"
+msgstr "Failed to remove event"
+
+#: mod/events.php:533
+msgid "Event removed"
+msgstr "Event removed"
+
+#: mod/fbrowser.php:134
+msgid "Files"
+msgstr "Files"
+
+#: mod/fetch.php:15 mod/fetch.php:42 mod/fetch.php:51 mod/help.php:56
+#: mod/p.php:19 mod/p.php:46 mod/p.php:55 index.php:301
+msgid "Not Found"
+msgstr "Not found"
+
+#: mod/filer.php:31
+msgid "- select -"
+msgstr "- select -"
+
+#: mod/follow.php:21 mod/dfrn_request.php:893
+msgid "Submit Request"
+msgstr "Submit request"
+
+#: mod/follow.php:32
+msgid "You already added this contact."
+msgstr "You already added this contact."
+
+#: mod/follow.php:41
+msgid "Diaspora support isn't enabled. Contact can't be added."
+msgstr "Diaspora support isn't enabled. Contact can't be added."
+
+#: mod/follow.php:48
+msgid "OStatus support is disabled. Contact can't be added."
+msgstr "OStatus support is disabled. Contact can't be added."
+
+#: mod/follow.php:55
+msgid "The network type couldn't be detected. Contact can't be added."
+msgstr "The network type couldn't be detected. Contact can't be added."
+
+#: mod/follow.php:114 mod/dfrn_request.php:879
+msgid "Please answer the following:"
+msgstr "Please answer the following:"
+
+#: mod/follow.php:115 mod/dfrn_request.php:880
+#, php-format
+msgid "Does %s know you?"
+msgstr "Does %s know you?"
+
+#: mod/follow.php:116 mod/dfrn_request.php:884
+msgid "Add a personal note:"
+msgstr "Add a personal note:"
+
+#: mod/follow.php:122 mod/dfrn_request.php:890
+msgid "Your Identity Address:"
+msgstr "My identity address:"
+
+#: mod/follow.php:131 mod/notifications.php:257 mod/contacts.php:635
+msgid "Profile URL"
+msgstr "Profile URL:"
+
+#: mod/follow.php:188
+msgid "Contact added"
+msgstr "Contact added"
+
+#: mod/friendica.php:69
+msgid "This is Friendica, version"
+msgstr "This is Friendica, version"
+
+#: mod/friendica.php:70
+msgid "running at web location"
+msgstr "running at web location"
+
+#: mod/friendica.php:74
+msgid ""
+"Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn "
+"more about the Friendica project."
+msgstr "Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."
+
+#: mod/friendica.php:78
+msgid "Bug reports and issues: please visit"
+msgstr "Bug reports and issues: please visit"
+
+#: mod/friendica.php:78
+msgid "the bugtracker at github"
+msgstr "the bugtracker at github"
+
+#: mod/friendica.php:81
+msgid ""
+"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
+"dot com"
+msgstr "Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"
+
+#: mod/friendica.php:95
+msgid "Installed plugins/addons/apps:"
+msgstr "Installed plugins/addons/apps:"
+
+#: mod/friendica.php:109
+msgid "No installed plugins/addons/apps"
+msgstr "No installed plugins/addons/apps"
+
+#: mod/friendica.php:114
+msgid "On this server the following remote servers are blocked."
+msgstr "On this server the following remote servers are blocked."
+
+#: mod/friendica.php:115 mod/admin.php:281 mod/admin.php:299
+msgid "Reason for the block"
+msgstr "Reason for the block"
+
+#: mod/fsuggest.php:65
+msgid "Friend suggestion sent."
+msgstr "Friend suggestion sent"
+
+#: mod/fsuggest.php:99
+msgid "Suggest Friends"
+msgstr "Suggest friends"
+
+#: mod/fsuggest.php:101
+#, php-format
+msgid "Suggest a friend for %s"
+msgstr "Suggest a friend for %s"
+
+#: mod/group.php:30
+msgid "Group created."
+msgstr "Group created."
+
+#: mod/group.php:36
+msgid "Could not create group."
+msgstr "Could not create group."
+
+#: mod/group.php:50 mod/group.php:155
+msgid "Group not found."
+msgstr "Group not found."
+
+#: mod/group.php:64
+msgid "Group name changed."
+msgstr "Group name changed."
+
+#: mod/group.php:77 mod/profperm.php:22 index.php:409
+msgid "Permission denied"
+msgstr "Permission denied"
+
+#: mod/group.php:94
+msgid "Save Group"
+msgstr "Save group"
+
+#: mod/group.php:99
+msgid "Create a group of contacts/friends."
+msgstr "Create a group of contacts/friends."
+
+#: mod/group.php:124
+msgid "Group removed."
+msgstr "Group removed."
+
+#: mod/group.php:126
+msgid "Unable to remove group."
+msgstr "Unable to remove group."
+
+#: mod/group.php:190
+msgid "Delete Group"
+msgstr "Delete group"
+
+#: mod/group.php:196
+msgid "Group Editor"
+msgstr "Group Editor"
+
+#: mod/group.php:201
+msgid "Edit Group Name"
+msgstr "Edit group name"
+
+#: mod/group.php:211
+msgid "Members"
+msgstr "Members"
+
+#: mod/group.php:213 mod/contacts.php:703
+msgid "All Contacts"
+msgstr "All contacts"
+
+#: mod/group.php:227
+msgid "Remove Contact"
+msgstr "Remove contact"
+
+#: mod/group.php:251
+msgid "Add Contact"
+msgstr "Add contact"
+
+#: mod/group.php:263 mod/profperm.php:109
+msgid "Click on a contact to add or remove."
+msgstr "Click on a contact to add or remove."
+
+#: mod/hcard.php:13
+msgid "No profile"
+msgstr "No profile"
+
+#: mod/help.php:44
+msgid "Help:"
+msgstr "Help:"
+
+#: mod/help.php:59 index.php:304
+msgid "Page not found."
+msgstr "Page not found"
+
+#: mod/home.php:41
+#, php-format
+msgid "Welcome to %s"
+msgstr "Welcome to %s"
+
+#: mod/install.php:108
+msgid "Friendica Communications Server - Setup"
+msgstr "Friendica Communications Server - Setup"
+
+#: mod/install.php:114
+msgid "Could not connect to database."
+msgstr "Could not connect to database."
+
+#: mod/install.php:118
+msgid "Could not create table."
+msgstr "Could not create table."
+
+#: mod/install.php:124
+msgid "Your Friendica site database has been installed."
+msgstr "Your Friendica site database has been installed."
+
+#: mod/install.php:129
+msgid ""
+"You may need to import the file \"database.sql\" manually using phpmyadmin "
+"or mysql."
+msgstr "You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."
+
+#: mod/install.php:130 mod/install.php:202 mod/install.php:549
+msgid "Please see the file \"INSTALL.txt\"."
+msgstr "Please see the file \"INSTALL.txt\"."
+
+#: mod/install.php:142
+msgid "Database already in use."
+msgstr "Database already in use."
+
+#: mod/install.php:199
+msgid "System check"
+msgstr "System check"
+
+#: mod/install.php:204
+msgid "Check again"
+msgstr "Check again"
+
+#: mod/install.php:223
+msgid "Database connection"
+msgstr "Database connection"
+
+#: mod/install.php:224
+msgid ""
+"In order to install Friendica we need to know how to connect to your "
+"database."
+msgstr "In order to install Friendica we need to know how to connect to your database."
+
+#: mod/install.php:225
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
+msgstr "Please contact your hosting provider or site administrator if you have questions about these settings."
+
+#: mod/install.php:226
+msgid ""
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
+msgstr "The database you specify below should already exist. If it does not, please create it before continuing."
+
+#: mod/install.php:230
+msgid "Database Server Name"
+msgstr "Database server name"
+
+#: mod/install.php:231
+msgid "Database Login Name"
+msgstr "Database login name"
+
+#: mod/install.php:232
+msgid "Database Login Password"
+msgstr "Database login password"
+
+#: mod/install.php:232
+msgid "For security reasons the password must not be empty"
+msgstr "For security reasons the password must not be empty"
+
+#: mod/install.php:233
+msgid "Database Name"
+msgstr "Database name"
+
+#: mod/install.php:234 mod/install.php:275
+msgid "Site administrator email address"
+msgstr "Site administrator email address"
+
+#: mod/install.php:234 mod/install.php:275
+msgid ""
+"Your account email address must match this in order to use the web admin "
+"panel."
+msgstr "Your account email address must match this in order to use the web admin panel."
+
+#: mod/install.php:238 mod/install.php:278
+msgid "Please select a default timezone for your website"
+msgstr "Please select a default time zone for your website"
+
+#: mod/install.php:265
+msgid "Site settings"
+msgstr "Site settings"
+
+#: mod/install.php:279
+msgid "System Language:"
+msgstr "System language:"
+
+#: mod/install.php:279
+msgid ""
+"Set the default language for your Friendica installation interface and to "
+"send emails."
+msgstr "Set the default language for your Friendica installation interface and email communication."
+
+#: mod/install.php:319
+msgid "Could not find a command line version of PHP in the web server PATH."
+msgstr "Could not find a command line version of PHP in the web server PATH."
+
+#: mod/install.php:320
+msgid ""
+"If you don't have a command line version of PHP installed on server, you "
+"will not be able to run the background processing. See <a "
+"href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-"
+"up-the-poller'>'Setup the poller'</a>"
+msgstr "If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-poller'>'Setup the poller'</a>"
+
+#: mod/install.php:324
+msgid "PHP executable path"
+msgstr "PHP executable path"
+
+#: mod/install.php:324
+msgid ""
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
+msgstr "Enter full path to php executable. You can leave this blank to continue the installation."
+
+#: mod/install.php:329
+msgid "Command line PHP"
+msgstr "Command line PHP"
+
+#: mod/install.php:338
+msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
+msgstr "PHP executable is not a php cli binary; it could possibly be a cgi-fgci version."
+
+#: mod/install.php:339
+msgid "Found PHP version: "
+msgstr "Found PHP version: "
+
+#: mod/install.php:341
+msgid "PHP cli binary"
+msgstr "PHP cli binary"
+
+#: mod/install.php:352
+msgid ""
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
+msgstr "The command line version of PHP on your system does not have \"register_argc_argv\" enabled."
+
+#: mod/install.php:353
+msgid "This is required for message delivery to work."
+msgstr "This is required for message delivery to work."
+
+#: mod/install.php:355
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
+
+#: mod/install.php:378
+msgid ""
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
+msgstr "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"
+
+#: mod/install.php:379
+msgid ""
+"If running under Windows, please see "
+"\"http://www.php.net/manual/en/openssl.installation.php\"."
+msgstr "If running under Windows OS, please see \"http://www.php.net/manual/en/openssl.installation.php\"."
+
+#: mod/install.php:381
+msgid "Generate encryption keys"
+msgstr "Generate encryption keys"
+
+#: mod/install.php:388
+msgid "libCurl PHP module"
+msgstr "libCurl PHP module"
+
+#: mod/install.php:389
+msgid "GD graphics PHP module"
+msgstr "GD graphics PHP module"
+
+#: mod/install.php:390
+msgid "OpenSSL PHP module"
+msgstr "OpenSSL PHP module"
+
+#: mod/install.php:391
+msgid "PDO or MySQLi PHP module"
+msgstr "PDO or MySQLi PHP module"
+
+#: mod/install.php:392
+msgid "mb_string PHP module"
+msgstr "mb_string PHP module"
+
+#: mod/install.php:393
+msgid "XML PHP module"
+msgstr "XML PHP module"
+
+#: mod/install.php:394
+msgid "iconv module"
+msgstr "iconv module"
+
+#: mod/install.php:398 mod/install.php:400
+msgid "Apache mod_rewrite module"
+msgstr "Apache mod_rewrite module"
+
+#: mod/install.php:398
+msgid ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr "Error: Apache web server mod-rewrite module is required but not installed."
+
+#: mod/install.php:406
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "Error: libCURL PHP module required but not installed."
+
+#: mod/install.php:410
+msgid ""
+"Error: GD graphics PHP module with JPEG support required but not installed."
+msgstr "Error: GD graphics PHP module with JPEG support required but not installed."
+
+#: mod/install.php:414
+msgid "Error: openssl PHP module required but not installed."
+msgstr "Error: openssl PHP module required but not installed."
+
+#: mod/install.php:418
+msgid "Error: PDO or MySQLi PHP module required but not installed."
+msgstr "Error: PDO or MySQLi PHP module required but not installed."
+
+#: mod/install.php:422
+msgid "Error: The MySQL driver for PDO is not installed."
+msgstr "Error: MySQL driver for PDO is not installed."
+
+#: mod/install.php:426
+msgid "Error: mb_string PHP module required but not installed."
+msgstr "Error: mb_string PHP module required but not installed."
+
+#: mod/install.php:430
+msgid "Error: iconv PHP module required but not installed."
+msgstr "Error: iconv PHP module required but not installed."
+
+#: mod/install.php:440
+msgid "Error, XML PHP module required but not installed."
+msgstr "Error, XML PHP module required but not installed."
+
+#: mod/install.php:452
+msgid ""
+"The web installer needs to be able to create a file called \".htconfig.php\""
+" in the top folder of your web server and it is unable to do so."
+msgstr "The web installer needs to be able to create a file called \".htconfig.php\" in the top-level directory of your web server, but it is unable to do so."
+
+#: mod/install.php:453
+msgid ""
+"This is most often a permission setting, as the web server may not be able "
+"to write files in your folder - even if you can."
+msgstr "This is most often a permission setting issue, as the web server may not be able to write files in your directory - even if you can."
+
+#: mod/install.php:454
+msgid ""
+"At the end of this procedure, we will give you a text to save in a file "
+"named .htconfig.php in your Friendica top folder."
+msgstr "At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top-level directory."
+
+#: mod/install.php:455
+msgid ""
+"You can alternatively skip this procedure and perform a manual installation."
+" Please see the file \"INSTALL.txt\" for instructions."
+msgstr "Alternatively, you may skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."
+
+#: mod/install.php:458
+msgid ".htconfig.php is writable"
+msgstr ".htconfig.php is writeable"
+
+#: mod/install.php:468
+msgid ""
+"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
+msgstr "Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."
+
+#: mod/install.php:469
+msgid ""
+"In order to store these compiled templates, the web server needs to have "
+"write access to the directory view/smarty3/ under the Friendica top level "
+"folder."
+msgstr "In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top-level directory."
+
+#: mod/install.php:470
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has"
+" write access to this folder."
+msgstr "Please ensure the user (e.g. www-data) that your web server runs as has write access to this directory."
+
+#: mod/install.php:471
+msgid ""
+"Note: as a security measure, you should give the web server write access to "
+"view/smarty3/ only--not the template files (.tpl) that it contains."
+msgstr "Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."
+
+#: mod/install.php:474
+msgid "view/smarty3 is writable"
+msgstr "view/smarty3 is writeable"
+
+#: mod/install.php:490
+msgid ""
+"Url rewrite in .htaccess is not working. Check your server configuration."
+msgstr "URL rewrite in .htaccess is not working. Check your server configuration."
+
+#: mod/install.php:492
+msgid "Url rewrite is working"
+msgstr "URL rewrite is working"
+
+#: mod/install.php:511
+msgid "ImageMagick PHP extension is not installed"
+msgstr "ImageMagick PHP extension is not installed"
+
+#: mod/install.php:513
+msgid "ImageMagick PHP extension is installed"
+msgstr "ImageMagick PHP extension is installed"
+
+#: mod/install.php:515
+msgid "ImageMagick supports GIF"
+msgstr "ImageMagick supports GIF"
+
+#: mod/install.php:522
+msgid ""
+"The database configuration file \".htconfig.php\" could not be written. "
+"Please use the enclosed text to create a configuration file in your web "
+"server root."
+msgstr "The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."
+
+#: mod/install.php:547
+msgid "<h1>What next</h1>"
+msgstr "<h1>What next</h1>"
+
+#: mod/install.php:548
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the "
+"poller."
+msgstr "IMPORTANT: You will need to [manually] setup a scheduled task for the poller."
+
+#: mod/invite.php:30
+msgid "Total invitation limit exceeded."
+msgstr "Total invitation limit exceeded"
+
+#: mod/invite.php:53
+#, php-format
+msgid "%s : Not a valid email address."
+msgstr "%s : Not a valid email address"
+
+#: mod/invite.php:78
+msgid "Please join us on Friendica"
+msgstr "Please join us on Friendica."
+
+#: mod/invite.php:89
+msgid "Invitation limit exceeded. Please contact your site administrator."
+msgstr "Invitation limit is exceeded. Please contact your site administrator."
+
+#: mod/invite.php:93
+#, php-format
+msgid "%s : Message delivery failed."
+msgstr "%s : Message delivery failed"
+
+#: mod/invite.php:97
+#, php-format
+msgid "%d message sent."
+msgid_plural "%d messages sent."
+msgstr[0] "%d message sent."
+msgstr[1] "%d messages sent."
+
+#: mod/invite.php:116
+msgid "You have no more invitations available"
+msgstr "You have no more invitations available."
+
+#: mod/invite.php:124
+#, php-format
+msgid ""
+"Visit %s for a list of public sites that you can join. Friendica members on "
+"other sites can all connect with each other, as well as with members of many"
+" other social networks."
+msgstr "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."
+
+#: mod/invite.php:126
+#, php-format
+msgid ""
+"To accept this invitation, please visit and register at %s or any other "
+"public Friendica website."
+msgstr "To accept this invitation, please register at %s or any other public Friendica website."
+
+#: mod/invite.php:127
+#, php-format
+msgid ""
+"Friendica sites all inter-connect to create a huge privacy-enhanced social "
+"web that is owned and controlled by its members. They can also connect with "
+"many traditional social networks. See %s for a list of alternate Friendica "
+"sites you can join."
+msgstr "Friendica sites are all inter-connect to create a large privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."
+
+#: mod/invite.php:130
+msgid ""
+"Our apologies. This system is not currently configured to connect with other"
+" public sites or invite members."
+msgstr "Our apologies. This system is not currently configured to connect with other public sites or invite members."
+
+#: mod/invite.php:136
+msgid "Send invitations"
+msgstr "Send invitations"
+
+#: mod/invite.php:137
+msgid "Enter email addresses, one per line:"
+msgstr "Enter email addresses, one per line:"
+
+#: mod/invite.php:138 mod/message.php:334 mod/message.php:517
+#: mod/wallmessage.php:137
+msgid "Your message:"
+msgstr "Your message:"
+
+#: mod/invite.php:139
+msgid ""
+"You are cordially invited to join me and other close friends on Friendica - "
+"and help us to create a better social web."
+msgstr "You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."
+
+#: mod/invite.php:141
+msgid "You will need to supply this invitation code: $invite_code"
+msgstr "You will need to supply this invitation code: $invite_code"
+
+#: mod/invite.php:141
+msgid ""
+"Once you have registered, please connect with me via my profile page at:"
+msgstr "Once you have registered, please connect with me via my profile page at:"
+
+#: mod/invite.php:143
+msgid ""
+"For more information about the Friendica project and why we feel it is "
+"important, please visit http://friendica.com"
+msgstr "For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"
+
+#: mod/localtime.php:25
+msgid "Time Conversion"
+msgstr "Time conversion"
+
+#: mod/localtime.php:27
+msgid ""
+"Friendica provides this service for sharing events with other networks and "
+"friends in unknown timezones."
+msgstr "Friendica provides this service for sharing events with other networks and friends in unknown time zones."
+
+#: mod/localtime.php:31
+#, php-format
+msgid "UTC time: %s"
+msgstr "UTC time: %s"
+
+#: mod/localtime.php:34
+#, php-format
+msgid "Current timezone: %s"
+msgstr "Current time zone: %s"
+
+#: mod/localtime.php:37
+#, php-format
+msgid "Converted localtime: %s"
+msgstr "Converted local time: %s"
+
+#: mod/localtime.php:42
+msgid "Please select your timezone:"
+msgstr "Please select your time zone:"
+
+#: mod/lockview.php:33 mod/lockview.php:41
+msgid "Remote privacy information not available."
+msgstr "Remote privacy information not available."
+
+#: mod/lockview.php:50
+msgid "Visible to:"
+msgstr "Visible to:"
+
+#: mod/lostpass.php:21
+msgid "No valid account found."
+msgstr "No valid account found."
+
+#: mod/lostpass.php:37
+msgid "Password reset request issued. Check your email."
+msgstr "Password reset request issued. Please check your email."
+
+#: mod/lostpass.php:43
+#, php-format
+msgid ""
+"\n"
+"\t\tDear %1$s,\n"
+"\t\t\tA request was recently received at \"%2$s\" to reset your account\n"
+"\t\tpassword. In order to confirm this request, please select the verification link\n"
+"\t\tbelow or paste it into your web browser address bar.\n"
+"\n"
+"\t\tIf you did NOT request this change, please DO NOT follow the link\n"
+"\t\tprovided and ignore and/or delete this email.\n"
+"\n"
+"\t\tYour password will not be changed unless we can verify that you\n"
+"\t\tissued this request."
+msgstr "\n\t\tDear %1$s,\n\t\t\tA request was issued at \"%2$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore/delete this email.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."
+
+#: mod/lostpass.php:54
+#, php-format
+msgid ""
+"\n"
+"\t\tFollow this link to verify your identity:\n"
+"\n"
+"\t\t%1$s\n"
+"\n"
+"\t\tYou will then receive a follow-up message containing the new password.\n"
+"\t\tYou may change that password from your account settings page after logging in.\n"
+"\n"
+"\t\tThe login details are as follows:\n"
+"\n"
+"\t\tSite Location:\t%2$s\n"
+"\t\tLogin Name:\t%3$s"
+msgstr "\n\t\tFollow this link to verify your identity:\n\n\t\t%1$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2$s\n\t\tLogin Name:\t%3$s"
+
+#: mod/lostpass.php:73
+#, php-format
+msgid "Password reset requested at %s"
+msgstr "Password reset requested at %s"
+
+#: mod/lostpass.php:93
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr "Request could not be verified. (You may have previously submitted it.) Password reset failed."
+
+#: mod/lostpass.php:112 boot.php:877
+msgid "Password Reset"
+msgstr "Password reset"
+
+#: mod/lostpass.php:113
+msgid "Your password has been reset as requested."
+msgstr "Your password has been reset as requested."
+
+#: mod/lostpass.php:114
+msgid "Your new password is"
+msgstr "Your new password is"
+
+#: mod/lostpass.php:115
+msgid "Save or copy your new password - and then"
+msgstr "Save or copy your new password - and then"
+
+#: mod/lostpass.php:116
+msgid "click here to login"
+msgstr "click here to login"
+
+#: mod/lostpass.php:117
+msgid ""
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr "Your password may be changed from the <em>Settings</em> page after successful login."
+
+#: mod/lostpass.php:127
+#, php-format
+msgid ""
+"\n"
+"\t\t\t\tDear %1$s,\n"
+"\t\t\t\t\tYour password has been changed as requested. Please retain this\n"
+"\t\t\t\tinformation for your records (or change your password immediately to\n"
+"\t\t\t\tsomething that you will remember).\n"
+"\t\t\t"
+msgstr "\n\t\t\t\tDear %1$s,\n\t\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\t\tinformation for your records or change your password immediately to\n\t\t\t\tsomething that you will remember.\n\t\t\t"
+
+#: mod/lostpass.php:133
+#, php-format
+msgid ""
+"\n"
+"\t\t\t\tYour login details are as follows:\n"
+"\n"
+"\t\t\t\tSite Location:\t%1$s\n"
+"\t\t\t\tLogin Name:\t%2$s\n"
+"\t\t\t\tPassword:\t%3$s\n"
+"\n"
+"\t\t\t\tYou may change that password from your account settings page after logging in.\n"
+"\t\t\t"
+msgstr "\n\t\t\t\tYour login details are as follows:\n\n\t\t\t\tSite Location:\t%1$s\n\t\t\t\tLogin Name:\t%2$s\n\t\t\t\tPassword:\t%3$s\n\n\t\t\t\tYou may change that password from your account settings page after logging in.\n\t\t\t"
+
+#: mod/lostpass.php:149
+#, php-format
+msgid "Your password has been changed at %s"
+msgstr "Your password has been changed at %s"
+
+#: mod/lostpass.php:161
+msgid "Forgot your Password?"
+msgstr "Reset My Password"
+
+#: mod/lostpass.php:162
+msgid ""
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
+msgstr "Enter email address or nickname to reset your password. You will receive further instruction via email."
+
+#: mod/lostpass.php:163 boot.php:865
+msgid "Nickname or Email: "
+msgstr "Nickname or email: "
+
+#: mod/lostpass.php:164
+msgid "Reset"
+msgstr "Reset"
+
+#: mod/maintenance.php:21
+msgid "System down for maintenance"
+msgstr "Sorry, the system is currently down for maintenance."
+
+#: mod/manage.php:152
+msgid "Manage Identities and/or Pages"
+msgstr "Manage Identities and Pages"
+
+#: mod/manage.php:153
+msgid ""
+"Toggle between different identities or community/group pages which share "
+"your account details or which you have been granted \"manage\" permissions"
+msgstr "Accounts that I manage or own."
+
+#: mod/manage.php:154
+msgid "Select an identity to manage: "
+msgstr "Select identity:"
+
+#: mod/match.php:38
+msgid "No keywords to match. Please add keywords to your default profile."
+msgstr "No keywords to match. Please add keywords to your default profile."
+
+#: mod/match.php:91
+msgid "is interested in:"
+msgstr "is interested in:"
+
+#: mod/match.php:105
+msgid "Profile Match"
+msgstr "Profile Match"
+
+#: mod/message.php:62 mod/wallmessage.php:52
+msgid "No recipient selected."
+msgstr "No recipient selected."
+
+#: mod/message.php:66
+msgid "Unable to locate contact information."
+msgstr "Unable to locate contact information."
+
+#: mod/message.php:69 mod/wallmessage.php:58
+msgid "Message could not be sent."
+msgstr "Message could not be sent."
+
+#: mod/message.php:72 mod/wallmessage.php:61
+msgid "Message collection failure."
+msgstr "Message collection failure."
+
+#: mod/message.php:75 mod/wallmessage.php:64
+msgid "Message sent."
+msgstr "Message sent."
+
+#: mod/message.php:206
+msgid "Do you really want to delete this message?"
+msgstr "Do you really want to delete this message?"
+
+#: mod/message.php:226
+msgid "Message deleted."
+msgstr "Message deleted."
+
+#: mod/message.php:257
+msgid "Conversation removed."
+msgstr "Conversation removed."
+
+#: mod/message.php:324 mod/wallmessage.php:128
+msgid "Send Private Message"
+msgstr "Send private message"
+
+#: mod/message.php:325 mod/message.php:512 mod/wallmessage.php:130
+msgid "To:"
+msgstr "To:"
+
+#: mod/message.php:330 mod/message.php:514 mod/wallmessage.php:131
+msgid "Subject:"
+msgstr "Subject:"
+
+#: mod/message.php:366
+msgid "No messages."
+msgstr "No messages."
+
+#: mod/message.php:405
+msgid "Message not available."
+msgstr "Message not available."
+
+#: mod/message.php:479
+msgid "Delete message"
+msgstr "Delete message"
+
+#: mod/message.php:505 mod/message.php:593
+msgid "Delete conversation"
+msgstr "Delete conversation"
+
+#: mod/message.php:507
+msgid ""
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
+msgstr "No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."
+
+#: mod/message.php:511
+msgid "Send Reply"
+msgstr "Send reply"
+
+#: mod/message.php:563
+#, php-format
+msgid "Unknown sender - %s"
+msgstr "Unknown sender - %s"
+
+#: mod/message.php:565
+#, php-format
+msgid "You and %s"
+msgstr "Me and %s"
+
+#: mod/message.php:567
+#, php-format
+msgid "%s and You"
+msgstr "%s and me"
+
+#: mod/message.php:596
+msgid "D, d M Y - g:i A"
+msgstr "D, d M Y - g:i A"
+
+#: mod/message.php:599
+#, php-format
+msgid "%d message"
+msgid_plural "%d messages"
+msgstr[0] "%d message"
+msgstr[1] "%d messages"
+
+#: mod/mood.php:135
+msgid "Mood"
+msgstr "Mood"
+
+#: mod/mood.php:136
+msgid "Set your current mood and tell your friends"
+msgstr "Set your current mood and tell your friends"
+
+#: mod/network.php:154 mod/search.php:230 mod/contacts.php:808
+#, php-format
+msgid "Results for: %s"
+msgstr "Results for: %s"
+
+#: mod/network.php:200 mod/search.php:28
+msgid "Remove term"
+msgstr "Remove term"
+
+#: mod/network.php:407
+#, php-format
+msgid ""
+"Warning: This group contains %s member from a network that doesn't allow non"
+" public messages."
+msgid_plural ""
+"Warning: This group contains %s members from a network that doesn't allow "
+"non public messages."
+msgstr[0] "Warning: This group contains %s member from a network that doesn't allow non public messages."
+msgstr[1] "Warning: This group contains %s members from a network that doesn't allow non public messages."
+
+#: mod/network.php:410
+msgid "Messages in this group won't be send to these receivers."
+msgstr "Messages in this group won't be send to these receivers."
+
+#: mod/network.php:538
+msgid "Private messages to this person are at risk of public disclosure."
+msgstr "Private messages to this person are at risk of public disclosure."
+
+#: mod/network.php:543
+msgid "Invalid contact."
+msgstr "Invalid contact."
+
+#: mod/network.php:816
+msgid "Commented Order"
+msgstr "Commented last"
+
+#: mod/network.php:819
+msgid "Sort by Comment Date"
+msgstr "Sort by comment date"
+
+#: mod/network.php:824
+msgid "Posted Order"
+msgstr "Posted last"
+
+#: mod/network.php:827
+msgid "Sort by Post Date"
+msgstr "Sort by post date"
+
+#: mod/network.php:838
+msgid "Posts that mention or involve you"
+msgstr "Posts mentioning or involving me"
+
+#: mod/network.php:846
+msgid "New"
+msgstr "New"
+
+#: mod/network.php:849
+msgid "Activity Stream - by date"
+msgstr "Activity Stream - by date"
+
+#: mod/network.php:857
+msgid "Shared Links"
+msgstr "Shared links"
+
+#: mod/network.php:860
+msgid "Interesting Links"
+msgstr "Interesting links"
+
+#: mod/network.php:868
+msgid "Starred"
+msgstr "Starred"
+
+#: mod/network.php:871
+msgid "Favourite Posts"
+msgstr "My favourite posts"
+
+#: mod/newmember.php:7
+msgid "Welcome to Friendica"
+msgstr "Welcome to Friendica"
+
+#: mod/newmember.php:8
+msgid "New Member Checklist"
+msgstr "New Member Checklist"
+
+#: mod/newmember.php:10
+msgid ""
+"We would like to offer some tips and links to help make your experience "
+"enjoyable. Click any item to visit the relevant page. A link to this page "
+"will be visible from your home page for two weeks after your initial "
+"registration and then will quietly disappear."
+msgstr "We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."
+
+#: mod/newmember.php:11
+msgid "Getting Started"
+msgstr "Getting started"
+
+#: mod/newmember.php:13
+msgid "Friendica Walk-Through"
+msgstr "Friendica walk-through"
+
+#: mod/newmember.php:13
+msgid ""
+"On your <em>Quick Start</em> page - find a brief introduction to your "
+"profile and network tabs, make some new connections, and find some groups to"
+" join."
+msgstr "On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."
+
+#: mod/newmember.php:17
+msgid "Go to Your Settings"
+msgstr "Go to your settings"
+
+#: mod/newmember.php:17
+msgid ""
+"On your <em>Settings</em> page -  change your initial password. Also make a "
+"note of your Identity Address. This looks just like an email address - and "
+"will be useful in making friends on the free social web."
+msgstr "On your <em>Settings</em> page -  change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."
+
+#: mod/newmember.php:18
+msgid ""
+"Review the other settings, particularly the privacy settings. An unpublished"
+" directory listing is like having an unlisted phone number. In general, you "
+"should probably publish your listing - unless all of your friends and "
+"potential friends know exactly how to find you."
+msgstr "Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."
+
+#: mod/newmember.php:22 mod/profile_photo.php:255 mod/profiles.php:703
+msgid "Upload Profile Photo"
+msgstr "Upload profile photo"
+
+#: mod/newmember.php:22
+msgid ""
+"Upload a profile photo if you have not done so already. Studies have shown "
+"that people with real photos of themselves are ten times more likely to make"
+" friends than people who do not."
+msgstr "Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."
+
+#: mod/newmember.php:23
+msgid "Edit Your Profile"
+msgstr "Edit your profile"
+
+#: mod/newmember.php:23
+msgid ""
+"Edit your <strong>default</strong> profile to your liking. Review the "
+"settings for hiding your list of friends and hiding the profile from unknown"
+" visitors."
+msgstr "Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."
+
+#: mod/newmember.php:24
+msgid "Profile Keywords"
+msgstr "Profile keywords"
+
+#: mod/newmember.php:24
+msgid ""
+"Set some public keywords for your default profile which describe your "
+"interests. We may be able to find other people with similar interests and "
+"suggest friendships."
+msgstr "Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."
+
+#: mod/newmember.php:26
+msgid "Connecting"
+msgstr "Connecting"
+
+#: mod/newmember.php:32
+msgid "Importing Emails"
+msgstr "Importing emails"
+
+#: mod/newmember.php:32
+msgid ""
+"Enter your email access information on your Connector Settings page if you "
+"wish to import and interact with friends or mailing lists from your email "
+"INBOX"
+msgstr "Enter your email access information on your Connector Settings if you wish to import and interact with friends or mailing lists from your email INBOX"
+
+#: mod/newmember.php:35
+msgid "Go to Your Contacts Page"
+msgstr "Go to your contacts page"
+
+#: mod/newmember.php:35
+msgid ""
+"Your Contacts page is your gateway to managing friendships and connecting "
+"with friends on other networks. Typically you enter their address or site "
+"URL in the <em>Add New Contact</em> dialog."
+msgstr "Your contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the <em>Add new contact</em> dialog."
+
+#: mod/newmember.php:36
+msgid "Go to Your Site's Directory"
+msgstr "Go to your site's directory"
+
+#: mod/newmember.php:36
+msgid ""
+"The Directory page lets you find other people in this network or other "
+"federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on "
+"their profile page. Provide your own Identity Address if requested."
+msgstr "The directory lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own identity address when requested."
+
+#: mod/newmember.php:37
+msgid "Finding New People"
+msgstr "Finding new people"
+
+#: mod/newmember.php:37
+msgid ""
+"On the side panel of the Contacts page are several tools to find new "
+"friends. We can match people by interest, look up people by name or "
+"interest, and provide suggestions based on network relationships. On a brand"
+" new site, friend suggestions will usually begin to be populated within 24 "
+"hours."
+msgstr "On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."
+
+#: mod/newmember.php:41
+msgid "Group Your Contacts"
+msgstr "Group your contacts"
+
+#: mod/newmember.php:41
+msgid ""
+"Once you have made some friends, organize them into private conversation "
+"groups from the sidebar of your Contacts page and then you can interact with"
+" each group privately on your Network page."
+msgstr "Once you have made some friends, organize them into private conversation groups from the sidebar of your contacts page and then you can interact with each group privately on your network page."
+
+#: mod/newmember.php:44
+msgid "Why Aren't My Posts Public?"
+msgstr "Why aren't my posts public?"
+
+#: mod/newmember.php:44
+msgid ""
+"Friendica respects your privacy. By default, your posts will only show up to"
+" people you've added as friends. For more information, see the help section "
+"from the link above."
+msgstr "Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."
+
+#: mod/newmember.php:48
+msgid "Getting Help"
+msgstr "Getting help"
+
+#: mod/newmember.php:50
+msgid "Go to the Help Section"
+msgstr "Go to the help section"
+
+#: mod/newmember.php:50
+msgid ""
+"Our <strong>help</strong> pages may be consulted for detail on other program"
+" features and resources."
+msgstr "Our <strong>help</strong> pages may be consulted for detail on other program features and resources."
+
+#: mod/nogroup.php:45 mod/viewcontacts.php:105 mod/contacts.php:597
+#: mod/contacts.php:941
+#, php-format
+msgid "Visit %s's profile [%s]"
+msgstr "Visit %s's profile [%s]"
+
+#: mod/nogroup.php:46 mod/contacts.php:942
+msgid "Edit contact"
+msgstr "Edit contact"
+
+#: mod/nogroup.php:67
+msgid "Contacts who are not members of a group"
+msgstr "Contacts who are not members of a group"
+
+#: mod/notifications.php:37
+msgid "Invalid request identifier."
+msgstr "Invalid request identifier."
+
+#: mod/notifications.php:46 mod/notifications.php:182
+#: mod/notifications.php:229
+msgid "Discard"
+msgstr "Discard"
+
+#: mod/notifications.php:62 mod/notifications.php:181
+#: mod/notifications.php:265 mod/contacts.php:617 mod/contacts.php:817
+#: mod/contacts.php:1002
+msgid "Ignore"
+msgstr "Ignore"
+
+#: mod/notifications.php:107
+msgid "Network Notifications"
+msgstr "Network notifications"
+
+#: mod/notifications.php:113 mod/notify.php:72
+msgid "System Notifications"
+msgstr "System notifications"
+
+#: mod/notifications.php:119
+msgid "Personal Notifications"
+msgstr "Personal notifications"
+
+#: mod/notifications.php:125
+msgid "Home Notifications"
+msgstr "Home notifications"
+
+#: mod/notifications.php:154
+msgid "Show Ignored Requests"
+msgstr "Show ignored requests."
+
+#: mod/notifications.php:154
+msgid "Hide Ignored Requests"
+msgstr "Hide ignored requests"
+
+#: mod/notifications.php:166 mod/notifications.php:236
+msgid "Notification type: "
+msgstr "Notification type: "
+
+#: mod/notifications.php:169
+#, php-format
+msgid "suggested by %s"
+msgstr "suggested by %s"
+
+#: mod/notifications.php:174 mod/notifications.php:253 mod/contacts.php:624
+msgid "Hide this contact from others"
+msgstr "Hide this contact from others"
+
+#: mod/notifications.php:175 mod/notifications.php:254
+msgid "Post a new friend activity"
+msgstr "Post a new friend activity"
+
+#: mod/notifications.php:175 mod/notifications.php:254
+msgid "if applicable"
+msgstr "if applicable"
+
+#: mod/notifications.php:178 mod/notifications.php:263 mod/admin.php:1512
+msgid "Approve"
+msgstr "Approve"
+
+#: mod/notifications.php:197
+msgid "Claims to be known to you: "
+msgstr "Says they know me:"
+
+#: mod/notifications.php:198
+msgid "yes"
+msgstr "yes"
+
+#: mod/notifications.php:198
+msgid "no"
+msgstr "no"
+
+#: mod/notifications.php:199 mod/notifications.php:204
+msgid "Shall your connection be bidirectional or not?"
+msgstr "Shall your connection be in both directions or not?"
+
+#: mod/notifications.php:200 mod/notifications.php:205
+#, php-format
+msgid ""
+"Accepting %s as a friend allows %s to subscribe to your posts, and you will "
+"also receive updates from them in your news feed."
+msgstr "Accepting %s as a friend allows %s to subscribe to your posts; you will also receive updates from them in your news feed."
+
+#: mod/notifications.php:201
+#, php-format
+msgid ""
+"Accepting %s as a subscriber allows them to subscribe to your posts, but you"
+" will not receive updates from them in your news feed."
+msgstr "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."
+
+#: mod/notifications.php:206
+#, php-format
+msgid ""
+"Accepting %s as a sharer allows them to subscribe to your posts, but you "
+"will not receive updates from them in your news feed."
+msgstr "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."
+
+#: mod/notifications.php:217
+msgid "Friend"
+msgstr "Friend"
+
+#: mod/notifications.php:218
+msgid "Sharer"
+msgstr "Sharer"
+
+#: mod/notifications.php:218
+msgid "Subscriber"
+msgstr "Subscriber"
+
+#: mod/notifications.php:274
+msgid "No introductions."
+msgstr "No introductions."
+
+#: mod/notifications.php:315
+msgid "Show unread"
+msgstr "Show unread"
+
+#: mod/notifications.php:315
+msgid "Show all"
+msgstr "Show all"
+
+#: mod/notifications.php:321
+#, php-format
+msgid "No more %s notifications."
+msgstr "No more %s notifications."
+
+#: mod/notify.php:68
+msgid "No more system notifications."
+msgstr "No more system notifications."
+
+#: mod/oexchange.php:24
+msgid "Post successful."
+msgstr "Post successful."
+
+#: mod/openid.php:24
+msgid "OpenID protocol error. No ID returned."
+msgstr "OpenID protocol error. No ID returned."
+
+#: mod/openid.php:60
+msgid ""
+"Account not found and OpenID registration is not permitted on this site."
+msgstr "Account not found and OpenID registration is not permitted on this site."
+
+#: mod/ostatus_subscribe.php:16
+msgid "Subscribing to OStatus contacts"
+msgstr "Subscribing to OStatus contacts"
+
+#: mod/ostatus_subscribe.php:27
+msgid "No contact provided."
+msgstr "No contact provided."
+
+#: mod/ostatus_subscribe.php:33
+msgid "Couldn't fetch information for contact."
+msgstr "Couldn't fetch information for contact."
+
+#: mod/ostatus_subscribe.php:42
+msgid "Couldn't fetch friends for contact."
+msgstr "Couldn't fetch friends for contact."
+
+#: mod/ostatus_subscribe.php:56 mod/repair_ostatus.php:46
+msgid "Done"
+msgstr "Done"
+
+#: mod/ostatus_subscribe.php:70
+msgid "success"
+msgstr "success"
+
+#: mod/ostatus_subscribe.php:72
+msgid "failed"
+msgstr "failed"
+
+#: mod/ostatus_subscribe.php:80 mod/repair_ostatus.php:52
+msgid "Keep this window open until done."
+msgstr "Keep this window open until done."
+
+#: mod/p.php:12
+msgid "Not Extended"
+msgstr "Not extended"
+
+#: mod/photos.php:96 mod/photos.php:1902
+msgid "Recent Photos"
+msgstr "Recent photos"
+
+#: mod/photos.php:99 mod/photos.php:1330 mod/photos.php:1904
+msgid "Upload New Photos"
+msgstr "Upload new photos"
+
+#: mod/photos.php:114 mod/settings.php:38
+msgid "everybody"
+msgstr "everybody"
+
+#: mod/photos.php:178
+msgid "Contact information unavailable"
+msgstr "Contact information unavailable"
+
+#: mod/photos.php:199
+msgid "Album not found."
+msgstr "Album not found."
+
+#: mod/photos.php:232 mod/photos.php:244 mod/photos.php:1274
+msgid "Delete Album"
+msgstr "Delete album"
+
+#: mod/photos.php:242
+msgid "Do you really want to delete this photo album and all its photos?"
+msgstr "Do you really want to delete this photo album and all its photos?"
+
+#: mod/photos.php:325 mod/photos.php:336 mod/photos.php:1600
+msgid "Delete Photo"
+msgstr "Delete photo"
+
+#: mod/photos.php:334
+msgid "Do you really want to delete this photo?"
+msgstr "Do you really want to delete this photo?"
+
+#: mod/photos.php:715
+#, php-format
+msgid "%1$s was tagged in %2$s by %3$s"
+msgstr "%1$s was tagged in %2$s by %3$s"
+
+#: mod/photos.php:715
+msgid "a photo"
+msgstr "a photo"
+
+#: mod/photos.php:815 mod/wall_upload.php:181 mod/profile_photo.php:155
+#, php-format
+msgid "Image exceeds size limit of %s"
+msgstr "Image exceeds size limit of %s"
+
+#: mod/photos.php:823
+msgid "Image file is empty."
+msgstr "Image file is empty."
+
+#: mod/photos.php:856 mod/wall_upload.php:218 mod/profile_photo.php:164
+msgid "Unable to process image."
+msgstr "Unable to process image."
+
+#: mod/photos.php:885 mod/wall_upload.php:257 mod/profile_photo.php:314
+msgid "Image upload failed."
+msgstr "Image upload failed."
+
+#: mod/photos.php:990
+msgid "No photos selected"
+msgstr "No photos selected"
+
+#: mod/photos.php:1093 mod/videos.php:311
+msgid "Access to this item is restricted."
+msgstr "Access to this item is restricted."
+
+#: mod/photos.php:1153
+#, php-format
+msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
+msgstr "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
+
+#: mod/photos.php:1190
+msgid "Upload Photos"
+msgstr "Upload photos"
+
+#: mod/photos.php:1194 mod/photos.php:1269
+msgid "New album name: "
+msgstr "New album name: "
+
+#: mod/photos.php:1195
+msgid "or existing album name: "
+msgstr "or existing album name: "
+
+#: mod/photos.php:1196
+msgid "Do not show a status post for this upload"
+msgstr "Do not show a status post for this upload"
+
+#: mod/photos.php:1207 mod/photos.php:1604 mod/settings.php:1308
+msgid "Show to Groups"
+msgstr "Show to groups"
+
+#: mod/photos.php:1208 mod/photos.php:1605 mod/settings.php:1309
+msgid "Show to Contacts"
+msgstr "Show to contacts"
+
+#: mod/photos.php:1209
+msgid "Private Photo"
+msgstr "Private photo"
+
+#: mod/photos.php:1210
+msgid "Public Photo"
+msgstr "Public photo"
+
+#: mod/photos.php:1280
+msgid "Edit Album"
+msgstr "Edit album"
+
+#: mod/photos.php:1285
+msgid "Show Newest First"
+msgstr "Show newest first"
+
+#: mod/photos.php:1287
+msgid "Show Oldest First"
+msgstr "Show oldest first"
+
+#: mod/photos.php:1316 mod/photos.php:1887
+msgid "View Photo"
+msgstr "View photo"
+
+#: mod/photos.php:1361
+msgid "Permission denied. Access to this item may be restricted."
+msgstr "Permission denied. Access to this item may be restricted."
+
+#: mod/photos.php:1363
+msgid "Photo not available"
+msgstr "Photo not available"
+
+#: mod/photos.php:1424
+msgid "View photo"
+msgstr "View photo"
+
+#: mod/photos.php:1424
+msgid "Edit photo"
+msgstr "Edit photo"
+
+#: mod/photos.php:1425
+msgid "Use as profile photo"
+msgstr "Use as profile photo"
+
+#: mod/photos.php:1450
+msgid "View Full Size"
+msgstr "View full size"
+
+#: mod/photos.php:1540
+msgid "Tags: "
+msgstr "Tags: "
+
+#: mod/photos.php:1543
+msgid "[Remove any tag]"
+msgstr "[Remove any tag]"
+
+#: mod/photos.php:1586
+msgid "New album name"
+msgstr "New album name"
+
+#: mod/photos.php:1587
+msgid "Caption"
+msgstr "Caption"
+
+#: mod/photos.php:1588
+msgid "Add a Tag"
+msgstr "Add Tag"
+
+#: mod/photos.php:1588
+msgid ""
+"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+msgstr "Example: @bob, @jojo@example.com, #California, #camping"
+
+#: mod/photos.php:1589
+msgid "Do not rotate"
+msgstr "Do not rotate"
+
+#: mod/photos.php:1590
+msgid "Rotate CW (right)"
+msgstr "Rotate right (CW)"
+
+#: mod/photos.php:1591
+msgid "Rotate CCW (left)"
+msgstr "Rotate left (CCW)"
+
+#: mod/photos.php:1606
+msgid "Private photo"
+msgstr "Private photo"
+
+#: mod/photos.php:1607
+msgid "Public photo"
+msgstr "Public photo"
+
+#: mod/photos.php:1816
+msgid "Map"
+msgstr "Map"
+
+#: mod/photos.php:1893 mod/videos.php:395
+msgid "View Album"
+msgstr "View album"
+
+#: mod/ping.php:273
+msgid "{0} wants to be your friend"
+msgstr "{0} wants to be your friend"
+
+#: mod/ping.php:288
+msgid "{0} sent you a message"
+msgstr "{0} sent you a message"
+
+#: mod/ping.php:303
+msgid "{0} requested registration"
+msgstr "{0} requested registration"
+
+#: mod/poke.php:197
+msgid "Poke/Prod"
+msgstr "Poke/Prod"
+
+#: mod/poke.php:198
+msgid "poke, prod or do other things to somebody"
+msgstr "Poke, prod or do other things to somebody"
+
+#: mod/poke.php:199
+msgid "Recipient"
+msgstr "Recipient:"
+
+#: mod/poke.php:200
+msgid "Choose what you wish to do to recipient"
+msgstr "Choose what you wish to do:"
+
+#: mod/poke.php:203
+msgid "Make this post private"
+msgstr "Make this post private"
+
+#: mod/profile.php:176
+msgid "Tips for New Members"
+msgstr "Tips for New Members"
+
+#: mod/profperm.php:28 mod/profperm.php:59
+msgid "Invalid profile identifier."
+msgstr "Invalid profile identifier."
+
+#: mod/profperm.php:105
+msgid "Profile Visibility Editor"
+msgstr "Profile Visibility Editor"
+
+#: mod/profperm.php:118
+msgid "Visible To"
+msgstr "Visible to"
+
+#: mod/profperm.php:134
+msgid "All Contacts (with secure profile access)"
+msgstr "All contacts with secure profile access"
+
+#: mod/register.php:95
+msgid ""
+"Registration successful. Please check your email for further instructions."
+msgstr "Registration successful. Please check your email for further instructions."
+
+#: mod/register.php:100
+#, php-format
+msgid ""
+"Failed to send email message. Here your accout details:<br> login: %s<br> "
+"password: %s<br><br>You can change your password after login."
+msgstr "Failed to send email message. Here your account details:<br> login: %s<br> password: %s<br><br>You can change your password after login."
+
+#: mod/register.php:107
+msgid "Registration successful."
+msgstr "Registration successful."
+
+#: mod/register.php:113
+msgid "Your registration can not be processed."
+msgstr "Your registration cannot be processed."
+
+#: mod/register.php:162
+msgid "Your registration is pending approval by the site owner."
+msgstr "Your registration is pending approval by the site administrator."
+
+#: mod/register.php:200 mod/uimport.php:53
+msgid ""
+"This site has exceeded the number of allowed daily account registrations. "
+"Please try again tomorrow."
+msgstr "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."
+
+#: mod/register.php:228
+msgid ""
+"You may (optionally) fill in this form via OpenID by supplying your OpenID "
+"and clicking 'Register'."
+msgstr "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."
+
+#: mod/register.php:229
+msgid ""
+"If you are not familiar with OpenID, please leave that field blank and fill "
+"in the rest of the items."
+msgstr "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."
+
+#: mod/register.php:230
+msgid "Your OpenID (optional): "
+msgstr "Your OpenID (optional): "
+
+#: mod/register.php:244
+msgid "Include your profile in member directory?"
+msgstr "Include your profile in member directory?"
+
+#: mod/register.php:269
+msgid "Note for the admin"
+msgstr "Note for the admin"
+
+#: mod/register.php:269
+msgid "Leave a message for the admin, why you want to join this node"
+msgstr "Leave a message for the admin, why you want to join this node."
+
+#: mod/register.php:270
+msgid "Membership on this site is by invitation only."
+msgstr "Membership on this site is by invitation only."
+
+#: mod/register.php:271
+msgid "Your invitation ID: "
+msgstr "Your invitation ID: "
+
+#: mod/register.php:274 mod/admin.php:1062
+msgid "Registration"
+msgstr "Registration"
+
+#: mod/register.php:282
+msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
+msgstr "Your full name: "
+
+#: mod/register.php:283
+msgid "Your Email Address: "
+msgstr "Your email address: "
+
+#: mod/register.php:285 mod/settings.php:1279
+msgid "New Password:"
+msgstr "New password:"
+
+#: mod/register.php:285
+msgid "Leave empty for an auto generated password."
+msgstr "Leave empty for an auto generated password."
+
+#: mod/register.php:286 mod/settings.php:1280
+msgid "Confirm:"
+msgstr "Confirm new password:"
+
+#: mod/register.php:287
+msgid ""
+"Choose a profile nickname. This must begin with a text character. Your "
+"profile address on this site will then be "
+"'<strong>nickname@$sitename</strong>'."
+msgstr "Choose a profile nickname. Your nickname will be part of your identity address; for example:  '<strong>nickname@$sitename</strong>'."
+
+#: mod/register.php:288
+msgid "Choose a nickname: "
+msgstr "Choose a nickname: "
+
+#: mod/register.php:297 mod/uimport.php:68
+msgid "Import"
+msgstr "Import profile"
+
+#: mod/register.php:298
+msgid "Import your profile to this friendica instance"
+msgstr "Import an existing Friendica profile to this node."
+
+#: mod/removeme.php:54 mod/removeme.php:57
+msgid "Remove My Account"
+msgstr "Remove My Account"
+
+#: mod/removeme.php:55
+msgid ""
+"This will completely remove your account. Once this has been done it is not "
+"recoverable."
+msgstr "This will completely remove your account. Once this has been done it is not recoverable."
+
+#: mod/removeme.php:56
+msgid "Please enter your password for verification:"
+msgstr "Please enter your password for verification:"
+
+#: mod/repair_ostatus.php:16
+msgid "Resubscribing to OStatus contacts"
+msgstr "Resubscribing to OStatus contacts"
+
+#: mod/repair_ostatus.php:32
+msgid "Error"
+msgstr "Error"
+
+#: mod/search.php:103
+msgid "Only logged in users are permitted to perform a search."
+msgstr "Only logged in users are permitted to perform a search."
+
+#: mod/search.php:127
+msgid "Too Many Requests"
+msgstr "Too many requests"
+
+#: mod/search.php:128
+msgid "Only one search per minute is permitted for not logged in users."
+msgstr "Only one search per minute is permitted for not logged in users."
+
+#: mod/search.php:228
+#, php-format
+msgid "Items tagged with: %s"
+msgstr "Items tagged with: %s"
+
+#: mod/subthread.php:105
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$s is following %2$s's %3$s"
+
+#: mod/suggest.php:29
+msgid "Do you really want to delete this suggestion?"
+msgstr "Do you really want to delete this suggestion?"
+
+#: mod/suggest.php:73
+msgid ""
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
+msgstr "No suggestions available. If this is a new site, please try again in 24 hours."
+
+#: mod/suggest.php:86 mod/suggest.php:106
+msgid "Ignore/Hide"
+msgstr "Ignore/Hide"
+
+#: mod/tagrm.php:45
+msgid "Tag removed"
+msgstr "Tag removed"
+
+#: mod/tagrm.php:84
+msgid "Remove Item Tag"
+msgstr "Remove Item tag"
+
+#: mod/tagrm.php:86
+msgid "Select a tag to remove: "
+msgstr "Select a tag to remove: "
+
+#: mod/uexport.php:38
+msgid "Export account"
+msgstr "Export account"
+
+#: mod/uexport.php:38
+msgid ""
+"Export your account info and contacts. Use this to make a backup of your "
+"account and/or to move it to another server."
+msgstr "Export your account info and contacts. Use this to backup your account or to move it to another server."
+
+#: mod/uexport.php:39
+msgid "Export all"
+msgstr "Export all"
+
+#: mod/uexport.php:39
+msgid ""
+"Export your accout info, contacts and all your items as json. Could be a "
+"very big file, and could take a lot of time. Use this to make a full backup "
+"of your account (photos are not exported)"
+msgstr "Export your account info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"
+
+#: mod/uexport.php:46 mod/settings.php:97
+msgid "Export personal data"
+msgstr "Export personal data"
+
+#: mod/update_community.php:21 mod/update_display.php:25
+#: mod/update_network.php:29 mod/update_notes.php:38 mod/update_profile.php:37
+msgid "[Embedded content - reload page to view]"
+msgstr "[Embedded content - reload page to view]"
+
+#: mod/videos.php:126
+msgid "Do you really want to delete this video?"
+msgstr "Do you really want to delete this video?"
+
+#: mod/videos.php:131
+msgid "Delete Video"
+msgstr "Delete video"
+
+#: mod/videos.php:210
+msgid "No videos selected"
+msgstr "No videos selected"
+
+#: mod/videos.php:404
+msgid "Recent Videos"
+msgstr "Recent videos"
+
+#: mod/videos.php:406
+msgid "Upload New Videos"
+msgstr "Upload new videos"
+
+#: mod/viewcontacts.php:78
+msgid "No contacts."
+msgstr "No contacts."
+
+#: mod/viewsrc.php:8
+msgid "Access denied."
+msgstr "Access denied."
+
+#: mod/wall_attach.php:19 mod/wall_attach.php:27 mod/wall_attach.php:78
+#: mod/wall_upload.php:36 mod/wall_upload.php:52 mod/wall_upload.php:110
+#: mod/wall_upload.php:150 mod/wall_upload.php:153
+msgid "Invalid request."
+msgstr "Invalid request."
+
+#: mod/wall_attach.php:96
+msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
+msgstr "Sorry, maybe your upload is bigger than the PHP configuration allows"
+
+#: mod/wall_attach.php:96
+msgid "Or - did you try to upload an empty file?"
+msgstr "Or did you try to upload an empty file?"
+
+#: mod/wall_attach.php:107
+#, php-format
+msgid "File exceeds size limit of %s"
+msgstr "File exceeds size limit of %s"
+
+#: mod/wall_attach.php:160 mod/wall_attach.php:176
+msgid "File upload failed."
+msgstr "File upload failed."
+
+#: mod/wallmessage.php:44 mod/wallmessage.php:108
+#, php-format
+msgid "Number of daily wall messages for %s exceeded. Message failed."
+msgstr "Number of daily wall messages for %s exceeded. Message failed."
+
+#: mod/wallmessage.php:55
+msgid "Unable to check your home location."
+msgstr "Unable to check your home location."
+
+#: mod/wallmessage.php:82 mod/wallmessage.php:91
+msgid "No recipient."
+msgstr "No recipient."
+
+#: mod/wallmessage.php:129
+#, php-format
+msgid ""
+"If you wish for %s to respond, please check that the privacy settings on "
+"your site allow private mail from unknown senders."
+msgstr "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."
+
+#: mod/webfinger.php:11 mod/probe.php:10
+msgid "Only logged in users are permitted to perform a probing."
+msgstr "Only logged in users are permitted to perform a probing."
+
+#: mod/dfrn_request.php:103
+msgid "This introduction has already been accepted."
+msgstr "This introduction has already been accepted."
+
+#: mod/dfrn_request.php:126 mod/dfrn_request.php:528
+msgid "Profile location is not valid or does not contain profile information."
+msgstr "Profile location is not valid or does not contain profile information."
+
+#: mod/dfrn_request.php:131 mod/dfrn_request.php:533
+msgid "Warning: profile location has no identifiable owner name."
+msgstr "Warning: profile location has no identifiable owner name."
+
+#: mod/dfrn_request.php:134 mod/dfrn_request.php:536
+msgid "Warning: profile location has no profile photo."
+msgstr "Warning: profile location has no profile photo."
+
+#: mod/dfrn_request.php:138 mod/dfrn_request.php:540
+#, php-format
+msgid "%d required parameter was not found at the given location"
+msgid_plural "%d required parameters were not found at the given location"
+msgstr[0] "%d required parameter was not found at the given location"
+msgstr[1] "%d required parameters were not found at the given location"
+
+#: mod/dfrn_request.php:182
+msgid "Introduction complete."
+msgstr "Introduction complete."
+
+#: mod/dfrn_request.php:227
+msgid "Unrecoverable protocol error."
+msgstr "Unrecoverable protocol error."
+
+#: mod/dfrn_request.php:255
+msgid "Profile unavailable."
+msgstr "Profile unavailable."
+
+#: mod/dfrn_request.php:282
+#, php-format
+msgid "%s has received too many connection requests today."
+msgstr "%s has received too many connection requests today."
+
+#: mod/dfrn_request.php:283
+msgid "Spam protection measures have been invoked."
+msgstr "Spam protection measures have been invoked."
+
+#: mod/dfrn_request.php:284
+msgid "Friends are advised to please try again in 24 hours."
+msgstr "Friends are advised to please try again in 24 hours."
+
+#: mod/dfrn_request.php:346
+msgid "Invalid locator"
+msgstr "Invalid locator"
+
+#: mod/dfrn_request.php:355
+msgid "Invalid email address."
+msgstr "Invalid email address."
+
+#: mod/dfrn_request.php:380
+msgid "This account has not been configured for email. Request failed."
+msgstr "This account has not been configured for email. Request failed."
+
+#: mod/dfrn_request.php:483
+msgid "You have already introduced yourself here."
+msgstr "You have already introduced yourself here."
+
+#: mod/dfrn_request.php:487
+#, php-format
+msgid "Apparently you are already friends with %s."
+msgstr "Apparently you are already friends with %s."
+
+#: mod/dfrn_request.php:508
+msgid "Invalid profile URL."
+msgstr "Invalid profile URL."
+
+#: mod/dfrn_request.php:593 mod/contacts.php:221
+msgid "Failed to update contact record."
+msgstr "Failed to update contact record."
+
+#: mod/dfrn_request.php:614
+msgid "Your introduction has been sent."
+msgstr "Your introduction has been sent."
+
+#: mod/dfrn_request.php:656
+msgid ""
+"Remote subscription can't be done for your network. Please subscribe "
+"directly on your system."
+msgstr "Remote subscription can't be done for your network. Please subscribe directly on your system."
+
+#: mod/dfrn_request.php:677
+msgid "Please login to confirm introduction."
+msgstr "Please login to confirm introduction."
+
+#: mod/dfrn_request.php:687
+msgid ""
+"Incorrect identity currently logged in. Please login to "
+"<strong>this</strong> profile."
+msgstr "Incorrect identity currently logged in. Please login to <strong>this</strong> profile."
+
+#: mod/dfrn_request.php:701 mod/dfrn_request.php:718
+msgid "Confirm"
+msgstr "Confirm"
+
+#: mod/dfrn_request.php:713
+msgid "Hide this contact"
+msgstr "Hide this contact"
+
+#: mod/dfrn_request.php:716
+#, php-format
+msgid "Welcome home %s."
+msgstr "Welcome home %s."
+
+#: mod/dfrn_request.php:717
+#, php-format
+msgid "Please confirm your introduction/connection request to %s."
+msgstr "Please confirm your introduction/connection request to %s."
+
+#: mod/dfrn_request.php:848
+msgid ""
+"Please enter your 'Identity Address' from one of the following supported "
+"communications networks:"
+msgstr "Please enter your 'Identity address' from one of the following supported communications networks:"
+
+#: mod/dfrn_request.php:872
+#, php-format
+msgid ""
+"If you are not yet a member of the free social web, <a "
+"href=\"%s/siteinfo\">follow this link to find a public Friendica site and "
+"join us today</a>."
+msgstr "If you are not yet a member of the free social web, <a href=\"%s/siteinfo\">follow this link to find a public Friendica site and join us today</a>."
+
+#: mod/dfrn_request.php:877
+msgid "Friend/Connection Request"
+msgstr "Friend/Connection request"
+
+#: mod/dfrn_request.php:878
+msgid ""
+"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
+"testuser@identi.ca"
+msgstr "Examples: jojo@friendica.example.com, http://friendica.example.com/profile/jojo, sam@identi.ca"
+
+#: mod/dfrn_request.php:887
+msgid "StatusNet/Federated Social Web"
+msgstr "StatusNet/Federated social web"
+
+#: mod/dfrn_request.php:889
+#, php-format
+msgid ""
+" - please do not use this form.  Instead, enter %s into your Diaspora search"
+" bar."
+msgstr " - please do not use this form.  Instead, enter %s into your Diaspora search bar."
+
+#: mod/item.php:118
+msgid "Unable to locate original post."
+msgstr "Unable to locate original post."
+
+#: mod/item.php:345
+msgid "Empty post discarded."
+msgstr "Empty post discarded."
+
+#: mod/item.php:904
+msgid "System error. Post not saved."
+msgstr "System error. Post not saved."
+
+#: mod/item.php:995
+#, php-format
+msgid ""
+"This message was sent to you by %s, a member of the Friendica social "
+"network."
+msgstr "This message was sent to you by %s, a member of the Friendica social network."
+
+#: mod/item.php:997
+#, php-format
+msgid "You may visit them online at %s"
+msgstr "You may visit them online at %s"
+
+#: mod/item.php:998
+msgid ""
+"Please contact the sender by replying to this post if you do not wish to "
+"receive these messages."
+msgstr "Please contact the sender by replying to this post if you do not wish to receive these messages."
+
+#: mod/item.php:1002
+#, php-format
+msgid "%s posted an update."
+msgstr "%s posted an update."
+
+#: mod/regmod.php:60
+msgid "Account approved."
+msgstr "Account approved."
+
+#: mod/regmod.php:88
+#, php-format
+msgid "Registration revoked for %s"
+msgstr "Registration revoked for %s"
+
+#: mod/regmod.php:100
+msgid "Please login."
+msgstr "Please login."
+
+#: mod/uimport.php:70
+msgid "Move account"
+msgstr "Move Existing Friendica Account"
+
+#: mod/uimport.php:71
+msgid "You can import an account from another Friendica server."
+msgstr "You can import an existing Friendica profile to this node."
+
+#: mod/uimport.php:72
+msgid ""
+"You need to export your account from the old server and upload it here. We "
+"will recreate your old account here with all your contacts. We will try also"
+" to inform your friends that you moved here."
+msgstr "You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."
+
+#: mod/uimport.php:73
+msgid ""
+"This feature is experimental. We can't import contacts from the OStatus "
+"network (GNU Social/Statusnet) or from Diaspora"
+msgstr "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora."
+
+#: mod/uimport.php:74
+msgid "Account file"
+msgstr "Account file:"
+
+#: mod/uimport.php:74
+msgid ""
+"To export your account, go to \"Settings->Export your personal data\" and "
+"select \"Export account\""
+msgstr "To export your account, go to \"Settings->Export personal data\" and select \"Export account\""
+
+#: mod/admin.php:97
+msgid "Theme settings updated."
+msgstr "Theme settings updated."
+
+#: mod/admin.php:166 mod/admin.php:1060
+msgid "Site"
+msgstr "Site"
+
+#: mod/admin.php:167 mod/admin.php:994 mod/admin.php:1504 mod/admin.php:1520
+msgid "Users"
+msgstr "Users"
+
+#: mod/admin.php:168 mod/admin.php:1622 mod/admin.php:1685 mod/settings.php:76
+msgid "Plugins"
+msgstr "Plugins"
+
+#: mod/admin.php:169 mod/admin.php:1898 mod/admin.php:1948
+msgid "Themes"
+msgstr "Theme selection"
+
+#: mod/admin.php:170 mod/settings.php:54
+msgid "Additional features"
+msgstr "Additional features"
+
+#: mod/admin.php:171
+msgid "DB updates"
+msgstr "DB updates"
+
+#: mod/admin.php:172 mod/admin.php:513
+msgid "Inspect Queue"
+msgstr "Inspect queue"
+
+#: mod/admin.php:173 mod/admin.php:289
+msgid "Server Blocklist"
+msgstr "Server blocklist"
+
+#: mod/admin.php:174 mod/admin.php:479
+msgid "Federation Statistics"
+msgstr "Federation statistics"
+
+#: mod/admin.php:188 mod/admin.php:199 mod/admin.php:2022
+msgid "Logs"
+msgstr "Logs"
+
+#: mod/admin.php:189 mod/admin.php:2090
+msgid "View Logs"
+msgstr "View logs"
+
+#: mod/admin.php:190
+msgid "probe address"
+msgstr "Probe address"
+
+#: mod/admin.php:191
+msgid "check webfinger"
+msgstr "Check webfinger"
+
+#: mod/admin.php:198
+msgid "Plugin Features"
+msgstr "Plugin Features"
+
+#: mod/admin.php:200
+msgid "diagnostics"
+msgstr "Diagnostics"
+
+#: mod/admin.php:201
+msgid "User registrations waiting for confirmation"
+msgstr "User registrations awaiting confirmation"
+
+#: mod/admin.php:280
+msgid "The blocked domain"
+msgstr "Blocked domain"
+
+#: mod/admin.php:281 mod/admin.php:294
+msgid "The reason why you blocked this domain."
+msgstr "Reason why you blocked this domain."
+
+#: mod/admin.php:282
+msgid "Delete domain"
+msgstr "Delete domain"
+
+#: mod/admin.php:282
+msgid "Check to delete this entry from the blocklist"
+msgstr "Check to delete this entry from the blocklist"
+
+#: mod/admin.php:288 mod/admin.php:478 mod/admin.php:512 mod/admin.php:592
+#: mod/admin.php:1059 mod/admin.php:1503 mod/admin.php:1621 mod/admin.php:1684
+#: mod/admin.php:1897 mod/admin.php:1947 mod/admin.php:2021 mod/admin.php:2089
+msgid "Administration"
+msgstr "Administration"
+
+#: mod/admin.php:290
+msgid ""
+"This page can be used to define a black list of servers from the federated "
+"network that are not allowed to interact with your node. For all entered "
+"domains you should also give a reason why you have blocked the remote "
+"server."
+msgstr "This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."
+
+#: mod/admin.php:291
+msgid ""
+"The list of blocked servers will be made publically available on the "
+"/friendica page so that your users and people investigating communication "
+"problems can find the reason easily."
+msgstr "The list of blocked servers will publicly available on the Friendica page so that your users and people investigating communication problems can readily find the reason."
+
+#: mod/admin.php:292
+msgid "Add new entry to block list"
+msgstr "Add new entry to block list"
+
+#: mod/admin.php:293
+msgid "Server Domain"
+msgstr "Server domain"
+
+#: mod/admin.php:293
+msgid ""
+"The domain of the new server to add to the block list. Do not include the "
+"protocol."
+msgstr "The domain of the new server to add to the block list. Do not include the protocol."
+
+#: mod/admin.php:294
+msgid "Block reason"
+msgstr "Block reason"
+
+#: mod/admin.php:295
+msgid "Add Entry"
+msgstr "Add entry"
+
+#: mod/admin.php:296
+msgid "Save changes to the blocklist"
+msgstr "Save changes to the blocklist"
+
+#: mod/admin.php:297
+msgid "Current Entries in the Blocklist"
+msgstr "Current entries in the blocklist"
+
+#: mod/admin.php:300
+msgid "Delete entry from blocklist"
+msgstr "Delete entry from blocklist"
+
+#: mod/admin.php:303
+msgid "Delete entry from blocklist?"
+msgstr "Delete entry from blocklist?"
+
+#: mod/admin.php:328
+msgid "Server added to blocklist."
+msgstr "Server added to blocklist."
+
+#: mod/admin.php:344
+msgid "Site blocklist updated."
+msgstr "Site blocklist updated."
+
+#: mod/admin.php:409
+msgid "unknown"
+msgstr "unknown"
+
+#: mod/admin.php:472
+msgid ""
+"This page offers you some numbers to the known part of the federated social "
+"network your Friendica node is part of. These numbers are not complete but "
+"only reflect the part of the network your node is aware of."
+msgstr "This page offers you the amount of known part of the federated social network your Friendica node is part of. These numbers are not complete and only reflect the part of the network your node is aware of."
+
+#: mod/admin.php:473
+msgid ""
+"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
+"will improve the data displayed here."
+msgstr "The <em>Auto Discovered Contact Directory</em> feature is not enabled; enabling it will improve the data displayed here."
+
+#: mod/admin.php:485
+#, php-format
+msgid "Currently this node is aware of %d nodes from the following platforms:"
+msgstr "Currently this node is aware of %d nodes from the following platforms:"
+
+#: mod/admin.php:515
+msgid "ID"
+msgstr "ID"
+
+#: mod/admin.php:516
+msgid "Recipient Name"
+msgstr "Recipient name"
+
+#: mod/admin.php:517
+msgid "Recipient Profile"
+msgstr "Recipient profile"
+
+#: mod/admin.php:519
+msgid "Created"
+msgstr "Created"
+
+#: mod/admin.php:520
+msgid "Last Tried"
+msgstr "Last Tried"
+
+#: mod/admin.php:521
+msgid ""
+"This page lists the content of the queue for outgoing postings. These are "
+"postings the initial delivery failed for. They will be resend later and "
+"eventually deleted if the delivery fails permanently."
+msgstr "This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."
+
+#: mod/admin.php:546
+#, php-format
+msgid ""
+"Your DB still runs with MyISAM tables. You should change the engine type to "
+"InnoDB. As Friendica will use InnoDB only features in the future, you should"
+" change this! See <a href=\"%s\">here</a> for a guide that may be helpful "
+"converting the table engines. You may also use the command <tt>php "
+"include/dbstructure.php toinnodb</tt> of your Friendica installation for an "
+"automatic conversion.<br />"
+msgstr "Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See <a href=\"%s\">here</a> for a guide that may be helpful converting the table engines. You may also use the command <tt>php include/dbstructure.php toinnodb</tt> of your Friendica installation for an automatic conversion.<br />"
+
+#: mod/admin.php:555
+msgid ""
+"The database update failed. Please run \"php include/dbstructure.php "
+"update\" from the command line and have a look at the errors that might "
+"appear."
+msgstr "The database update failed. Please run 'php include/dbstructure.php update' from the command line and have a look at the errors that might appear."
+
+#: mod/admin.php:560 mod/admin.php:1453
+msgid "Normal Account"
+msgstr "Standard account"
+
+#: mod/admin.php:561 mod/admin.php:1454
+msgid "Soapbox Account"
+msgstr "Soapbox account"
+
+#: mod/admin.php:562 mod/admin.php:1455
+msgid "Community/Celebrity Account"
+msgstr "Community/Celebrity account"
+
+#: mod/admin.php:563 mod/admin.php:1456
+msgid "Automatic Friend Account"
+msgstr "Automatic friend account"
+
+#: mod/admin.php:564
+msgid "Blog Account"
+msgstr "Blog account"
+
+#: mod/admin.php:565
+msgid "Private Forum"
+msgstr "Private forum"
+
+#: mod/admin.php:587
+msgid "Message queues"
+msgstr "Message queues"
+
+#: mod/admin.php:593
+msgid "Summary"
+msgstr "Summary"
+
+#: mod/admin.php:595
+msgid "Registered users"
+msgstr "Registered users"
+
+#: mod/admin.php:597
+msgid "Pending registrations"
+msgstr "Pending registrations"
+
+#: mod/admin.php:598
+msgid "Version"
+msgstr "Version"
+
+#: mod/admin.php:603
+msgid "Active plugins"
+msgstr "Active plugins"
+
+#: mod/admin.php:628
+msgid "Can not parse base url. Must have at least <scheme>://<domain>"
+msgstr "Can not parse base URL. Must have at least <scheme>://<domain>"
+
+#: mod/admin.php:920
+msgid "Site settings updated."
+msgstr "Site settings updated."
+
+#: mod/admin.php:948 mod/settings.php:944
+msgid "No special theme for mobile devices"
+msgstr "No special theme for mobile devices"
+
+#: mod/admin.php:977
+msgid "No community page"
+msgstr "No community page"
+
+#: mod/admin.php:978
+msgid "Public postings from users of this site"
+msgstr "Public postings from users of this site"
+
+#: mod/admin.php:979
+msgid "Global community page"
+msgstr "Global community page"
+
+#: mod/admin.php:984 mod/contacts.php:541
+msgid "Never"
+msgstr "Never"
+
+#: mod/admin.php:985
+msgid "At post arrival"
+msgstr "At post arrival"
+
+#: mod/admin.php:993 mod/contacts.php:568
+msgid "Disabled"
+msgstr "Disabled"
+
+#: mod/admin.php:995
+msgid "Users, Global Contacts"
+msgstr "Users, Global Contacts"
+
+#: mod/admin.php:996
+msgid "Users, Global Contacts/fallback"
+msgstr "Users, Global Contacts/fallback"
+
+#: mod/admin.php:1000
+msgid "One month"
+msgstr "One month"
+
+#: mod/admin.php:1001
+msgid "Three months"
+msgstr "Three months"
+
+#: mod/admin.php:1002
+msgid "Half a year"
+msgstr "Half a year"
+
+#: mod/admin.php:1003
+msgid "One year"
+msgstr "One a year"
+
+#: mod/admin.php:1008
+msgid "Multi user instance"
+msgstr "Multi user instance"
+
+#: mod/admin.php:1031
+msgid "Closed"
+msgstr "Closed"
+
+#: mod/admin.php:1032
+msgid "Requires approval"
+msgstr "Requires approval"
+
+#: mod/admin.php:1033
+msgid "Open"
+msgstr "Open"
+
+#: mod/admin.php:1037
+msgid "No SSL policy, links will track page SSL state"
+msgstr "No SSL policy, links will track page SSL state"
+
+#: mod/admin.php:1038
+msgid "Force all links to use SSL"
+msgstr "Force all links to use SSL"
+
+#: mod/admin.php:1039
+msgid "Self-signed certificate, use SSL for local links only (discouraged)"
+msgstr "Self-signed certificate, use SSL for local links only (discouraged)"
+
+#: mod/admin.php:1061 mod/admin.php:1686 mod/admin.php:1949 mod/admin.php:2023
+#: mod/admin.php:2176 mod/settings.php:682 mod/settings.php:793
+#: mod/settings.php:842 mod/settings.php:909 mod/settings.php:1006
+#: mod/settings.php:1272
+msgid "Save Settings"
+msgstr "Save settings"
+
+#: mod/admin.php:1063
+msgid "File upload"
+msgstr "File upload"
+
+#: mod/admin.php:1064
+msgid "Policies"
+msgstr "Policies"
+
+#: mod/admin.php:1066
+msgid "Auto Discovered Contact Directory"
+msgstr "Auto-discovered contact directory"
+
+#: mod/admin.php:1067
+msgid "Performance"
+msgstr "Performance"
+
+#: mod/admin.php:1068
+msgid "Worker"
+msgstr "Worker"
+
+#: mod/admin.php:1069
+msgid ""
+"Relocate - WARNING: advanced function. Could make this server unreachable."
+msgstr "Relocate - Warning, advanced function: This could make this server unreachable."
+
+#: mod/admin.php:1072
+msgid "Site name"
+msgstr "Site name"
+
+#: mod/admin.php:1073
+msgid "Host name"
+msgstr "Host name"
+
+#: mod/admin.php:1074
+msgid "Sender Email"
+msgstr "Sender email"
+
+#: mod/admin.php:1074
+msgid ""
+"The email address your server shall use to send notification emails from."
+msgstr "The email address your server shall use to send notification emails from."
+
+#: mod/admin.php:1075
+msgid "Banner/Logo"
+msgstr "Banner/Logo"
+
+#: mod/admin.php:1076
+msgid "Shortcut icon"
+msgstr "Shortcut icon"
+
+#: mod/admin.php:1076
+msgid "Link to an icon that will be used for browsers."
+msgstr "Link to an icon that will be used for browsers."
+
+#: mod/admin.php:1077
+msgid "Touch icon"
+msgstr "Touch icon"
+
+#: mod/admin.php:1077
+msgid "Link to an icon that will be used for tablets and mobiles."
+msgstr "Link to an icon that will be used for tablets and mobiles."
+
+#: mod/admin.php:1078
+msgid "Additional Info"
+msgstr "Additional Info"
+
+#: mod/admin.php:1078
+#, php-format
+msgid ""
+"For public servers: you can add additional information here that will be "
+"listed at %s/siteinfo."
+msgstr "For public servers: add additional information here that will be listed at %s/siteinfo."
+
+#: mod/admin.php:1079
+msgid "System language"
+msgstr "System language"
+
+#: mod/admin.php:1080
+msgid "System theme"
+msgstr "System theme"
+
+#: mod/admin.php:1080
+msgid ""
+"Default system theme - may be over-ridden by user profiles - <a href='#' "
+"id='cnftheme'>change theme settings</a>"
+msgstr "Default system theme - may be overridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"
+
+#: mod/admin.php:1081
+msgid "Mobile system theme"
+msgstr "Mobile system theme"
+
+#: mod/admin.php:1081
+msgid "Theme for mobile devices"
+msgstr "Theme for mobile devices"
+
+#: mod/admin.php:1082
+msgid "SSL link policy"
+msgstr "SSL link policy"
+
+#: mod/admin.php:1082
+msgid "Determines whether generated links should be forced to use SSL"
+msgstr "Determines whether generated links should be forced to use SSL"
+
+#: mod/admin.php:1083
+msgid "Force SSL"
+msgstr "Force SSL"
+
+#: mod/admin.php:1083
+msgid ""
+"Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
+" to endless loops."
+msgstr "Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."
+
+#: mod/admin.php:1084
+msgid "Hide help entry from navigation menu"
+msgstr "Hide help entry from navigation menu"
+
+#: mod/admin.php:1084
+msgid ""
+"Hides the menu entry for the Help pages from the navigation menu. You can "
+"still access it calling /help directly."
+msgstr "Hides the menu entry for the Help pages from the navigation menu. Help pages can still be accessed by calling ../help directly via its URL."
+
+#: mod/admin.php:1085
+msgid "Single user instance"
+msgstr "Single user instance"
+
+#: mod/admin.php:1085
+msgid "Make this instance multi-user or single-user for the named user"
+msgstr "Make this instance multi-user or single-user for the named user"
+
+#: mod/admin.php:1086
+msgid "Maximum image size"
+msgstr "Maximum image size"
+
+#: mod/admin.php:1086
+msgid ""
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
+msgstr "Maximum size in bytes of uploaded images. Default is 0, which means no limits."
+
+#: mod/admin.php:1087
+msgid "Maximum image length"
+msgstr "Maximum image length"
+
+#: mod/admin.php:1087
+msgid ""
+"Maximum length in pixels of the longest side of uploaded images. Default is "
+"-1, which means no limits."
+msgstr "Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."
+
+#: mod/admin.php:1088
+msgid "JPEG image quality"
+msgstr "JPEG image quality"
+
+#: mod/admin.php:1088
+msgid ""
+"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
+"100, which is full quality."
+msgstr "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is the original quality level."
+
+#: mod/admin.php:1090
+msgid "Register policy"
+msgstr "Register policy"
+
+#: mod/admin.php:1091
+msgid "Maximum Daily Registrations"
+msgstr "Maximum daily registrations"
+
+#: mod/admin.php:1091
+msgid ""
+"If registration is permitted above, this sets the maximum number of new user"
+" registrations to accept per day.  If register is set to closed, this "
+"setting has no effect."
+msgstr "If registration is permitted above, this sets the maximum number of new user registrations to accept per day.  If register is set to closed, this setting has no effect."
+
+#: mod/admin.php:1092
+msgid "Register text"
+msgstr "Register text"
+
+#: mod/admin.php:1092
+msgid "Will be displayed prominently on the registration page."
+msgstr "Will be displayed prominently on the registration page."
+
+#: mod/admin.php:1093
+msgid "Accounts abandoned after x days"
+msgstr "Accounts abandoned after so many days"
+
+#: mod/admin.php:1093
+msgid ""
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
+msgstr "Will not waste system resources polling external sites for abandoned accounts. Enter 0 for no time limit."
+
+#: mod/admin.php:1094
+msgid "Allowed friend domains"
+msgstr "Allowed friend domains"
+
+#: mod/admin.php:1094
+msgid ""
+"Comma separated list of domains which are allowed to establish friendships "
+"with this site. Wildcards are accepted. Empty to allow any domains"
+msgstr "Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Leave empty to allow any domains"
+
+#: mod/admin.php:1095
+msgid "Allowed email domains"
+msgstr "Allowed email domains"
+
+#: mod/admin.php:1095
+msgid ""
+"Comma separated list of domains which are allowed in email addresses for "
+"registrations to this site. Wildcards are accepted. Empty to allow any "
+"domains"
+msgstr "Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Leave empty to allow any domains"
+
+#: mod/admin.php:1096
+msgid "Block public"
+msgstr "Block public"
+
+#: mod/admin.php:1096
+msgid ""
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
+msgstr "Block public access to all otherwise public personal pages on this site, except for local users when logged in."
+
+#: mod/admin.php:1097
+msgid "Force publish"
+msgstr "Mandatory directory listing"
+
+#: mod/admin.php:1097
+msgid ""
+"Check to force all profiles on this site to be listed in the site directory."
+msgstr "Force all profiles on this site to be listed in the site directory."
+
+#: mod/admin.php:1098
+msgid "Global directory URL"
+msgstr "Global directory URL"
+
+#: mod/admin.php:1098
+msgid ""
+"URL to the global directory. If this is not set, the global directory is "
+"completely unavailable to the application."
+msgstr "URL to the global directory: If this is not set, the global directory is completely unavailable to the application."
+
+#: mod/admin.php:1099
+msgid "Allow threaded items"
+msgstr "Allow threaded items"
+
+#: mod/admin.php:1099
+msgid "Allow infinite level threading for items on this site."
+msgstr "Allow infinite levels of threading for items on this site."
+
+#: mod/admin.php:1100
+msgid "Private posts by default for new users"
+msgstr "Private posts by default for new users"
+
+#: mod/admin.php:1100
+msgid ""
+"Set default post permissions for all new members to the default privacy "
+"group rather than public."
+msgstr "Set default post permissions for all new members to the default privacy group rather than public."
+
+#: mod/admin.php:1101
+msgid "Don't include post content in email notifications"
+msgstr "Don't include post content in email notifications"
+
+#: mod/admin.php:1101
+msgid ""
+"Don't include the content of a post/comment/private message/etc. in the "
+"email notifications that are sent out from this site, as a privacy measure."
+msgstr "Don't include the content of a post/comment/private message in the email notifications sent from this site, as a privacy measure."
+
+#: mod/admin.php:1102
+msgid "Disallow public access to addons listed in the apps menu."
+msgstr "Disallow public access to addons listed in the apps menu."
+
+#: mod/admin.php:1102
+msgid ""
+"Checking this box will restrict addons listed in the apps menu to members "
+"only."
+msgstr "Checking this box will restrict addons listed in the apps menu to members only."
+
+#: mod/admin.php:1103
+msgid "Don't embed private images in posts"
+msgstr "Don't embed private images in posts"
+
+#: mod/admin.php:1103
+msgid ""
+"Don't replace locally-hosted private photos in posts with an embedded copy "
+"of the image. This means that contacts who receive posts containing private "
+"photos will have to authenticate and load each image, which may take a "
+"while."
+msgstr "Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."
+
+#: mod/admin.php:1104
+msgid "Allow Users to set remote_self"
+msgstr "Allow users to set \"Remote self\""
+
+#: mod/admin.php:1104
+msgid ""
+"With checking this, every user is allowed to mark every contact as a "
+"remote_self in the repair contact dialog. Setting this flag on a contact "
+"causes mirroring every posting of that contact in the users stream."
+msgstr "This allows every user to mark contacts as a \"Remote self\" in the repair contact dialogue. Setting this flag on a contact will mirror every posting of that contact in the users stream."
+
+#: mod/admin.php:1105
+msgid "Block multiple registrations"
+msgstr "Block multiple registrations"
+
+#: mod/admin.php:1105
+msgid "Disallow users to register additional accounts for use as pages."
+msgstr "Disallow users to register additional accounts for use as pages."
+
+#: mod/admin.php:1106
+msgid "OpenID support"
+msgstr "OpenID support"
+
+#: mod/admin.php:1106
+msgid "OpenID support for registration and logins."
+msgstr "OpenID support for registration and logins."
+
+#: mod/admin.php:1107
+msgid "Fullname check"
+msgstr "Full name check"
+
+#: mod/admin.php:1107
+msgid ""
+"Force users to register with a space between firstname and lastname in Full "
+"name, as an antispam measure"
+msgstr "Force users to register with a space between first name and last name in the full name field; it may reduce spam and abuse registrations."
+
+#: mod/admin.php:1108
+msgid "Community Page Style"
+msgstr "Community page style"
+
+#: mod/admin.php:1108
+msgid ""
+"Type of community page to show. 'Global community' shows every public "
+"posting from an open distributed network that arrived on this server."
+msgstr "Type of community page to show. 'Global community' shows every public posting from an open distributed network that arrived on this server."
+
+#: mod/admin.php:1109
+msgid "Posts per user on community page"
+msgstr "Posts per user on community page"
+
+#: mod/admin.php:1109
+msgid ""
+"The maximum number of posts per user on the community page. (Not valid for "
+"'Global Community')"
+msgstr "Maximum number of posts per user on the community page (not valid for 'Global Community')."
+
+#: mod/admin.php:1110
+msgid "Enable OStatus support"
+msgstr "Enable OStatus support"
+
+#: mod/admin.php:1110
+msgid ""
+"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
+"communications in OStatus are public, so privacy warnings will be "
+"occasionally displayed."
+msgstr "Provide built-in OStatus (StatusNet, GNU Social, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."
+
+#: mod/admin.php:1111
+msgid "OStatus conversation completion interval"
+msgstr "OStatus conversation completion interval"
+
+#: mod/admin.php:1111
+msgid ""
+"How often shall the poller check for new entries in OStatus conversations? "
+"This can be a very ressource task."
+msgstr "How often shall the poller check for new entries in OStatus conversations? This can be rather resources consuming."
+
+#: mod/admin.php:1112
+msgid "Only import OStatus threads from our contacts"
+msgstr "Only import OStatus threads from known contacts"
+
+#: mod/admin.php:1112
+msgid ""
+"Normally we import every content from our OStatus contacts. With this option"
+" we only store threads that are started by a contact that is known on our "
+"system."
+msgstr "Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."
+
+#: mod/admin.php:1113
+msgid "OStatus support can only be enabled if threading is enabled."
+msgstr "OStatus support can only be enabled if threading is enabled."
+
+#: mod/admin.php:1115
+msgid ""
+"Diaspora support can't be enabled because Friendica was installed into a sub"
+" directory."
+msgstr "Diaspora support can't be enabled because Friendica was installed into a sub directory."
+
+#: mod/admin.php:1116
+msgid "Enable Diaspora support"
+msgstr "Enable Diaspora support"
+
+#: mod/admin.php:1116
+msgid "Provide built-in Diaspora network compatibility."
+msgstr "Provide built-in Diaspora network compatibility."
+
+#: mod/admin.php:1117
+msgid "Only allow Friendica contacts"
+msgstr "Only allow Friendica contacts"
+
+#: mod/admin.php:1117
+msgid ""
+"All contacts must use Friendica protocols. All other built-in communication "
+"protocols disabled."
+msgstr "All contacts must use Friendica protocols. All other built-in communication protocols will be disabled."
+
+#: mod/admin.php:1118
+msgid "Verify SSL"
+msgstr "Verify SSL"
+
+#: mod/admin.php:1118
+msgid ""
+"If you wish, you can turn on strict certificate checking. This will mean you"
+" cannot connect (at all) to self-signed SSL sites."
+msgstr "If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."
+
+#: mod/admin.php:1119
+msgid "Proxy user"
+msgstr "Proxy user"
+
+#: mod/admin.php:1120
+msgid "Proxy URL"
+msgstr "Proxy URL"
+
+#: mod/admin.php:1121
+msgid "Network timeout"
+msgstr "Network timeout"
+
+#: mod/admin.php:1121
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+msgstr "Value is in seconds. Set to 0 for unlimited (not recommended)."
+
+#: mod/admin.php:1122
+msgid "Maximum Load Average"
+msgstr "Maximum load average"
+
+#: mod/admin.php:1122
+msgid ""
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
+msgstr "Maximum system load before delivery and poll processes are deferred (default 50)."
+
+#: mod/admin.php:1123
+msgid "Maximum Load Average (Frontend)"
+msgstr "Maximum load average (frontend)"
+
+#: mod/admin.php:1123
+msgid "Maximum system load before the frontend quits service - default 50."
+msgstr "Maximum system load before the frontend quits service (default 50)."
+
+#: mod/admin.php:1124
+msgid "Minimal Memory"
+msgstr "Minimal memory"
+
+#: mod/admin.php:1124
+msgid ""
+"Minimal free memory in MB for the poller. Needs access to /proc/meminfo - "
+"default 0 (deactivated)."
+msgstr "Minimal free memory in MB for the poller. Needs access to /proc/meminfo (default 0 - deactivated)."
+
+#: mod/admin.php:1125
+msgid "Maximum table size for optimization"
+msgstr "Maximum table size for optimization"
+
+#: mod/admin.php:1125
+msgid ""
+"Maximum table size (in MB) for the automatic optimization - default 100 MB. "
+"Enter -1 to disable it."
+msgstr "Maximum table size (in MB) for the automatic optimization (default 100 MB; -1 to deactivate)."
+
+#: mod/admin.php:1126
+msgid "Minimum level of fragmentation"
+msgstr "Minimum level of fragmentation"
+
+#: mod/admin.php:1126
+msgid ""
+"Minimum fragmenation level to start the automatic optimization - default "
+"value is 30%."
+msgstr "Minimum fragmentation level to start the automatic optimization (default 30%)."
+
+#: mod/admin.php:1128
+msgid "Periodical check of global contacts"
+msgstr "Periodical check of global contacts"
+
+#: mod/admin.php:1128
+msgid ""
+"If enabled, the global contacts are checked periodically for missing or "
+"outdated data and the vitality of the contacts and servers."
+msgstr "This checks global contacts periodically for missing or outdated data and the vitality of the contacts and servers."
+
+#: mod/admin.php:1129
+msgid "Days between requery"
+msgstr "Days between enquiry"
+
+#: mod/admin.php:1129
+msgid "Number of days after which a server is requeried for his contacts."
+msgstr "Number of days after which a server is required check contacts."
+
+#: mod/admin.php:1130
+msgid "Discover contacts from other servers"
+msgstr "Discover contacts from other servers"
+
+#: mod/admin.php:1130
+msgid ""
+"Periodically query other servers for contacts. You can choose between "
+"'users': the users on the remote system, 'Global Contacts': active contacts "
+"that are known on the system. The fallback is meant for Redmatrix servers "
+"and older friendica servers, where global contacts weren't available. The "
+"fallback increases the server load, so the recommened setting is 'Users, "
+"Global Contacts'."
+msgstr "Periodically query other servers for contacts. You can choose between 'Users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older Friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommend setting is 'Users, Global Contacts'."
+
+#: mod/admin.php:1131
+msgid "Timeframe for fetching global contacts"
+msgstr "Time-frame for fetching global contacts"
+
+#: mod/admin.php:1131
+msgid ""
+"When the discovery is activated, this value defines the timeframe for the "
+"activity of the global contacts that are fetched from other servers."
+msgstr "If discovery is activated, this value defines the time-frame for the activity of the global contacts that are fetched from other servers."
+
+#: mod/admin.php:1132
+msgid "Search the local directory"
+msgstr "Search the local directory"
+
+#: mod/admin.php:1132
+msgid ""
+"Search the local directory instead of the global directory. When searching "
+"locally, every search will be executed on the global directory in the "
+"background. This improves the search results when the search is repeated."
+msgstr "Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."
+
+#: mod/admin.php:1134
+msgid "Publish server information"
+msgstr "Publish server information"
+
+#: mod/admin.php:1134
+msgid ""
+"If enabled, general server and usage data will be published. The data "
+"contains the name and version of the server, number of users with public "
+"profiles, number of posts and the activated protocols and connectors. See <a"
+" href='http://the-federation.info/'>the-federation.info</a> for details."
+msgstr "This publishes generic data about the server and its usage. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See <a href='http://the-federation.info/'>the-federation.info</a> for details."
+
+#: mod/admin.php:1136
+msgid "Suppress Tags"
+msgstr "Suppress tags"
+
+#: mod/admin.php:1136
+msgid "Suppress showing a list of hashtags at the end of the posting."
+msgstr "Suppress listed hashtags at the end of posts."
+
+#: mod/admin.php:1137
+msgid "Path to item cache"
+msgstr "Path to item cache"
+
+#: mod/admin.php:1137
+msgid "The item caches buffers generated bbcode and external images."
+msgstr "The item caches buffers generated bbcode and external images."
+
+#: mod/admin.php:1138
+msgid "Cache duration in seconds"
+msgstr "Cache duration in seconds"
+
+#: mod/admin.php:1138
+msgid ""
+"How long should the cache files be hold? Default value is 86400 seconds (One"
+" day). To disable the item cache, set the value to -1."
+msgstr "How long should cache files be held? (Default 86400 seconds - one day;  -1 disables item cache)"
+
+#: mod/admin.php:1139
+msgid "Maximum numbers of comments per post"
+msgstr "Maximum numbers of comments per post"
+
+#: mod/admin.php:1139
+msgid "How much comments should be shown for each post? Default value is 100."
+msgstr "How many comments should be shown for each post? (Default 100)"
+
+#: mod/admin.php:1140
+msgid "Temp path"
+msgstr "Temp path"
+
+#: mod/admin.php:1140
+msgid ""
+"If you have a restricted system where the webserver can't access the system "
+"temp path, enter another path here."
+msgstr "Enter a different tmp path, if your system restricts the webserver's access to the system temp path."
+
+#: mod/admin.php:1141
+msgid "Base path to installation"
+msgstr "Base path to installation"
+
+#: mod/admin.php:1141
+msgid ""
+"If the system cannot detect the correct path to your installation, enter the"
+" correct path here. This setting should only be set if you are using a "
+"restricted system and symbolic links to your webroot."
+msgstr "If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."
+
+#: mod/admin.php:1142
+msgid "Disable picture proxy"
+msgstr "Disable picture proxy"
+
+#: mod/admin.php:1142
+msgid ""
+"The picture proxy increases performance and privacy. It shouldn't be used on"
+" systems with very low bandwith."
+msgstr "The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith."
+
+#: mod/admin.php:1143
+msgid "Only search in tags"
+msgstr "Only search in tags"
+
+#: mod/admin.php:1143
+msgid "On large systems the text search can slow down the system extremely."
+msgstr "On large systems the text search can slow down the system significantly."
+
+#: mod/admin.php:1145
+msgid "New base url"
+msgstr "New base URL"
+
+#: mod/admin.php:1145
+msgid ""
+"Change base url for this server. Sends relocate message to all DFRN contacts"
+" of all users."
+msgstr "Change base URL for this server. Sends relocate message to all DFRN contacts of all users."
+
+#: mod/admin.php:1147
+msgid "RINO Encryption"
+msgstr "RINO Encryption"
+
+#: mod/admin.php:1147
+msgid "Encryption layer between nodes."
+msgstr "Encryption layer between nodes."
+
+#: mod/admin.php:1149
+msgid "Maximum number of parallel workers"
+msgstr "Maximum number of parallel workers"
+
+#: mod/admin.php:1149
+msgid ""
+"On shared hosters set this to 2. On larger systems, values of 10 are great. "
+"Default value is 4."
+msgstr "On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."
+
+#: mod/admin.php:1150
+msgid "Don't use 'proc_open' with the worker"
+msgstr "Don't use 'proc_open' with the worker"
+
+#: mod/admin.php:1150
+msgid ""
+"Enable this if your system doesn't allow the use of 'proc_open'. This can "
+"happen on shared hosters. If this is enabled you should increase the "
+"frequency of poller calls in your crontab."
+msgstr "Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosts. If this is enabled you should increase the frequency of poller calls in your crontab."
+
+#: mod/admin.php:1151
+msgid "Enable fastlane"
+msgstr "Enable fast-lane"
+
+#: mod/admin.php:1151
+msgid ""
+"When enabed, the fastlane mechanism starts an additional worker if processes"
+" with higher priority are blocked by processes of lower priority."
+msgstr "The fast-lane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."
+
+#: mod/admin.php:1152
+msgid "Enable frontend worker"
+msgstr "Enable frontend worker"
+
+#: mod/admin.php:1152
+msgid ""
+"When enabled the Worker process is triggered when backend access is "
+"performed (e.g. messages being delivered). On smaller sites you might want "
+"to call yourdomain.tld/worker on a regular basis via an external cron job. "
+"You should only enable this option if you cannot utilize cron/scheduled jobs"
+" on your server. The worker background process needs to be activated for "
+"this."
+msgstr "If enabled the Worker process is triggered when backend access is performed (e.g. messages being delivered). On smaller sites you might want to call yourdomain.tld/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server. The worker background process needs to be activated for this."
+
+#: mod/admin.php:1182
+msgid "Update has been marked successful"
+msgstr "Update has been marked successful"
+
+#: mod/admin.php:1190
+#, php-format
+msgid "Database structure update %s was successfully applied."
+msgstr "Database structure update %s was successfully applied."
+
+#: mod/admin.php:1193
+#, php-format
+msgid "Executing of database structure update %s failed with error: %s"
+msgstr "Executing of database structure update %s failed with error: %s"
+
+#: mod/admin.php:1207
+#, php-format
+msgid "Executing %s failed with error: %s"
+msgstr "Executing %s failed with error: %s"
+
+#: mod/admin.php:1210
+#, php-format
+msgid "Update %s was successfully applied."
+msgstr "Update %s was successfully applied."
+
+#: mod/admin.php:1213
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
+msgstr "Update %s did not return a status. Unknown if it succeeded."
+
+#: mod/admin.php:1216
+#, php-format
+msgid "There was no additional update function %s that needed to be called."
+msgstr "There was no additional update function %s that needed to be called."
+
+#: mod/admin.php:1236
+msgid "No failed updates."
+msgstr "No failed updates."
+
+#: mod/admin.php:1237
+msgid "Check database structure"
+msgstr "Check database structure"
+
+#: mod/admin.php:1242
+msgid "Failed Updates"
+msgstr "Failed updates"
+
+#: mod/admin.php:1243
+msgid ""
+"This does not include updates prior to 1139, which did not return a status."
+msgstr "This does not include updates prior to 1139, which did not return a status."
+
+#: mod/admin.php:1244
+msgid "Mark success (if update was manually applied)"
+msgstr "Mark success (if update was manually applied)"
+
+#: mod/admin.php:1245
+msgid "Attempt to execute this update step automatically"
+msgstr "Attempt to execute this update step automatically"
+
+#: mod/admin.php:1279
+#, php-format
+msgid ""
+"\n"
+"\t\t\tDear %1$s,\n"
+"\t\t\t\tthe administrator of %2$s has set up an account for you."
+msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tThe administrator of %2$s has set up an account for you."
+
+#: mod/admin.php:1282
+#, php-format
+msgid ""
+"\n"
+"\t\t\tThe login details are as follows:\n"
+"\n"
+"\t\t\tSite Location:\t%1$s\n"
+"\t\t\tLogin Name:\t\t%2$s\n"
+"\t\t\tPassword:\t\t%3$s\n"
+"\n"
+"\t\t\tYou may change your password from your account \"Settings\" page after logging\n"
+"\t\t\tin.\n"
+"\n"
+"\t\t\tPlease take a few moments to review the other account settings on that page.\n"
+"\n"
+"\t\t\tYou may also wish to add some basic information to your default profile\n"
+"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
+"\n"
+"\t\t\tWe recommend setting your full name, adding a profile photo,\n"
+"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n"
+"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n"
+"\t\t\tthan that.\n"
+"\n"
+"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n"
+"\t\t\tIf you are new and do not know anybody here, they may help\n"
+"\t\t\tyou to make some new and interesting friends.\n"
+"\n"
+"\t\t\tThank you and welcome to %4$s."
+msgstr "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1$s\n\t\t\tLogin Name:\t\t%2$s\n\t\t\tPassword:\t\t%3$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, this may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tThank you and welcome to %4$s."
+
+#: mod/admin.php:1326
+#, php-format
+msgid "%s user blocked/unblocked"
+msgid_plural "%s users blocked/unblocked"
+msgstr[0] "%s user blocked/unblocked"
+msgstr[1] "%s users blocked/unblocked"
+
+#: mod/admin.php:1333
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] "%s user deleted"
+msgstr[1] "%s users deleted"
+
+#: mod/admin.php:1380
+#, php-format
+msgid "User '%s' deleted"
+msgstr "User '%s' deleted"
+
+#: mod/admin.php:1388
+#, php-format
+msgid "User '%s' unblocked"
+msgstr "User '%s' unblocked"
+
+#: mod/admin.php:1388
+#, php-format
+msgid "User '%s' blocked"
+msgstr "User '%s' blocked"
+
+#: mod/admin.php:1496 mod/admin.php:1522
+msgid "Register date"
+msgstr "Register date"
+
+#: mod/admin.php:1496 mod/admin.php:1522
+msgid "Last login"
+msgstr "Last login"
+
+#: mod/admin.php:1496 mod/admin.php:1522
+msgid "Last item"
+msgstr "Last item"
+
+#: mod/admin.php:1496 mod/settings.php:45
+msgid "Account"
+msgstr "Account"
+
+#: mod/admin.php:1505
+msgid "Add User"
+msgstr "Add user"
+
+#: mod/admin.php:1506
+msgid "select all"
+msgstr "select all"
+
+#: mod/admin.php:1507
+msgid "User registrations waiting for confirm"
+msgstr "User registrations awaiting confirmation"
+
+#: mod/admin.php:1508
+msgid "User waiting for permanent deletion"
+msgstr "User awaiting permanent deletion"
+
+#: mod/admin.php:1509
+msgid "Request date"
+msgstr "Request date"
+
+#: mod/admin.php:1510
+msgid "No registrations."
+msgstr "No registrations."
+
+#: mod/admin.php:1511
+msgid "Note from the user"
+msgstr "Note from the user"
+
+#: mod/admin.php:1513
+msgid "Deny"
+msgstr "Deny"
+
+#: mod/admin.php:1515 mod/contacts.php:616 mod/contacts.php:816
+#: mod/contacts.php:994
+msgid "Block"
+msgstr "Block"
+
+#: mod/admin.php:1516 mod/contacts.php:616 mod/contacts.php:816
+#: mod/contacts.php:994
+msgid "Unblock"
+msgstr "Unblock"
+
+#: mod/admin.php:1517
+msgid "Site admin"
+msgstr "Site admin"
+
+#: mod/admin.php:1518
+msgid "Account expired"
+msgstr "Account expired"
+
+#: mod/admin.php:1521
+msgid "New User"
+msgstr "New user"
+
+#: mod/admin.php:1522
+msgid "Deleted since"
+msgstr "Deleted since"
+
+#: mod/admin.php:1527
+msgid ""
+"Selected users will be deleted!\\n\\nEverything these users had posted on "
+"this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "Selected users will be deleted!\\n\\nEverything these users has posted on this site will be permanently deleted!\\n\\nAre you sure?"
+
+#: mod/admin.php:1528
+msgid ""
+"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
+"site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"
+
+#: mod/admin.php:1538
+msgid "Name of the new user."
+msgstr "Name of the new user."
+
+#: mod/admin.php:1539
+msgid "Nickname"
+msgstr "Nickname"
+
+#: mod/admin.php:1539
+msgid "Nickname of the new user."
+msgstr "Nickname of the new user."
+
+#: mod/admin.php:1540
+msgid "Email address of the new user."
+msgstr "Email address of the new user."
+
+#: mod/admin.php:1583
+#, php-format
+msgid "Plugin %s disabled."
+msgstr "Plugin %s disabled."
+
+#: mod/admin.php:1587
+#, php-format
+msgid "Plugin %s enabled."
+msgstr "Plugin %s enabled."
+
+#: mod/admin.php:1598 mod/admin.php:1850
+msgid "Disable"
+msgstr "Disable"
+
+#: mod/admin.php:1600 mod/admin.php:1852
+msgid "Enable"
+msgstr "Enable"
+
+#: mod/admin.php:1623 mod/admin.php:1899
+msgid "Toggle"
+msgstr "Toggle"
+
+#: mod/admin.php:1631 mod/admin.php:1908
+msgid "Author: "
+msgstr "Author: "
+
+#: mod/admin.php:1632 mod/admin.php:1909
+msgid "Maintainer: "
+msgstr "Maintainer: "
+
+#: mod/admin.php:1687
+msgid "Reload active plugins"
+msgstr "Reload active plugins"
+
+#: mod/admin.php:1692
+#, php-format
+msgid ""
+"There are currently no plugins available on your node. You can find the "
+"official plugin repository at %1$s and might find other interesting plugins "
+"in the open plugin registry at %2$s"
+msgstr "There are currently no plugins available on your node. You can find the official plugin repository at %1$s and might find other interesting plugins in the open plugin registry at %2$s"
+
+#: mod/admin.php:1811
+msgid "No themes found."
+msgstr "No themes found."
+
+#: mod/admin.php:1890
+msgid "Screenshot"
+msgstr "Screenshot"
+
+#: mod/admin.php:1950
+msgid "Reload active themes"
+msgstr "Reload active themes"
+
+#: mod/admin.php:1955
+#, php-format
+msgid "No themes found on the system. They should be paced in %1$s"
+msgstr "No themes found on the system. They should be paced in %1$s"
+
+#: mod/admin.php:1956
+msgid "[Experimental]"
+msgstr "[Experimental]"
+
+#: mod/admin.php:1957
+msgid "[Unsupported]"
+msgstr "[Unsupported]"
+
+#: mod/admin.php:1981
+msgid "Log settings updated."
+msgstr "Log settings updated."
+
+#: mod/admin.php:2013
+msgid "PHP log currently enabled."
+msgstr "PHP log currently enabled."
+
+#: mod/admin.php:2015
+msgid "PHP log currently disabled."
+msgstr "PHP log currently disabled."
+
+#: mod/admin.php:2024
+msgid "Clear"
+msgstr "Clear"
+
+#: mod/admin.php:2029
+msgid "Enable Debugging"
+msgstr "Enable debugging"
+
+#: mod/admin.php:2030
+msgid "Log file"
+msgstr "Log file"
+
+#: mod/admin.php:2030
+msgid ""
+"Must be writable by web server. Relative to your Friendica top-level "
+"directory."
+msgstr "Must be writable by web server and relative to your Friendica top-level directory."
+
+#: mod/admin.php:2031
+msgid "Log level"
+msgstr "Log level"
+
+#: mod/admin.php:2034
+msgid "PHP logging"
+msgstr "PHP logging"
+
+#: mod/admin.php:2035
+msgid ""
+"To enable logging of PHP errors and warnings you can add the following to "
+"the .htconfig.php file of your installation. The filename set in the "
+"'error_log' line is relative to the friendica top-level directory and must "
+"be writeable by the web server. The option '1' for 'log_errors' and "
+"'display_errors' is to enable these options, set to '0' to disable them."
+msgstr "To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The file name set in the 'error_log' line is relative to the Friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."
+
+#: mod/admin.php:2165 mod/admin.php:2166 mod/settings.php:783
+msgid "Off"
+msgstr "Off"
+
+#: mod/admin.php:2165 mod/admin.php:2166 mod/settings.php:783
+msgid "On"
+msgstr "On"
+
+#: mod/admin.php:2166
+#, php-format
+msgid "Lock feature %s"
+msgstr "Lock feature %s"
+
+#: mod/admin.php:2174
+msgid "Manage Additional Features"
+msgstr "Manage additional features"
+
+#: mod/contacts.php:137
+#, php-format
+msgid "%d contact edited."
+msgid_plural "%d contacts edited."
+msgstr[0] "%d contact edited."
+msgstr[1] "%d contacts edited."
+
+#: mod/contacts.php:172 mod/contacts.php:381
+msgid "Could not access contact record."
+msgstr "Could not access contact record."
+
+#: mod/contacts.php:186
+msgid "Could not locate selected profile."
+msgstr "Could not locate selected profile."
+
+#: mod/contacts.php:219
+msgid "Contact updated."
+msgstr "Contact updated."
+
+#: mod/contacts.php:402
+msgid "Contact has been blocked"
+msgstr "Contact has been blocked"
+
+#: mod/contacts.php:402
+msgid "Contact has been unblocked"
+msgstr "Contact has been unblocked"
+
+#: mod/contacts.php:413
+msgid "Contact has been ignored"
+msgstr "Contact has been ignored"
+
+#: mod/contacts.php:413
+msgid "Contact has been unignored"
+msgstr "Contact has been unignored"
+
+#: mod/contacts.php:425
+msgid "Contact has been archived"
+msgstr "Contact has been archived"
+
+#: mod/contacts.php:425
+msgid "Contact has been unarchived"
+msgstr "Contact has been unarchived"
+
+#: mod/contacts.php:450
+msgid "Drop contact"
+msgstr "Drop contact"
+
+#: mod/contacts.php:453 mod/contacts.php:812
+msgid "Do you really want to delete this contact?"
+msgstr "Do you really want to delete this contact?"
+
+#: mod/contacts.php:472
+msgid "Contact has been removed."
+msgstr "Contact has been removed."
+
+#: mod/contacts.php:509
+#, php-format
+msgid "You are mutual friends with %s"
+msgstr "You are mutual friends with %s"
+
+#: mod/contacts.php:513
+#, php-format
+msgid "You are sharing with %s"
+msgstr "You are sharing with %s"
+
+#: mod/contacts.php:518
+#, php-format
+msgid "%s is sharing with you"
+msgstr "%s is sharing with you"
+
+#: mod/contacts.php:538
+msgid "Private communications are not available for this contact."
+msgstr "Private communications are not available for this contact."
+
+#: mod/contacts.php:545
+msgid "(Update was successful)"
+msgstr "(Update was successful)"
+
+#: mod/contacts.php:545
+msgid "(Update was not successful)"
+msgstr "(Update was not successful)"
+
+#: mod/contacts.php:547 mod/contacts.php:975
+msgid "Suggest friends"
+msgstr "Suggest friends"
+
+#: mod/contacts.php:551
+#, php-format
+msgid "Network type: %s"
+msgstr "Network type: %s"
+
+#: mod/contacts.php:564
+msgid "Communications lost with this contact!"
+msgstr "Communications lost with this contact!"
+
+#: mod/contacts.php:567
+msgid "Fetch further information for feeds"
+msgstr "Fetch further information for feeds"
+
+#: mod/contacts.php:568
+msgid "Fetch information"
+msgstr "Fetch information"
+
+#: mod/contacts.php:568
+msgid "Fetch information and keywords"
+msgstr "Fetch information and keywords"
+
+#: mod/contacts.php:586
+msgid "Contact"
+msgstr "Contact"
+
+#: mod/contacts.php:589
+msgid "Profile Visibility"
+msgstr "Profile visibility"
+
+#: mod/contacts.php:590
+#, php-format
+msgid ""
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
+msgstr "Please choose the profile you would like to display to %s when viewing your profile securely."
+
+#: mod/contacts.php:591
+msgid "Contact Information / Notes"
+msgstr "Personal note"
+
+#: mod/contacts.php:592
+msgid "Edit contact notes"
+msgstr "Edit contact notes"
+
+#: mod/contacts.php:598
+msgid "Block/Unblock contact"
+msgstr "Block/Unblock contact"
+
+#: mod/contacts.php:599
+msgid "Ignore contact"
+msgstr "Ignore contact"
+
+#: mod/contacts.php:600
+msgid "Repair URL settings"
+msgstr "Repair URL settings"
+
+#: mod/contacts.php:601
+msgid "View conversations"
+msgstr "View conversations"
+
+#: mod/contacts.php:607
+msgid "Last update:"
+msgstr "Last update:"
+
+#: mod/contacts.php:609
+msgid "Update public posts"
+msgstr "Update public posts"
+
+#: mod/contacts.php:611 mod/contacts.php:985
+msgid "Update now"
+msgstr "Update now"
+
+#: mod/contacts.php:617 mod/contacts.php:817 mod/contacts.php:1002
+msgid "Unignore"
+msgstr "Unignore"
+
+#: mod/contacts.php:621
+msgid "Currently blocked"
+msgstr "Currently blocked"
+
+#: mod/contacts.php:622
+msgid "Currently ignored"
+msgstr "Currently ignored"
+
+#: mod/contacts.php:623
+msgid "Currently archived"
+msgstr "Currently archived"
+
+#: mod/contacts.php:624
+msgid ""
+"Replies/likes to your public posts <strong>may</strong> still be visible"
+msgstr "Replies/Likes to your public posts <strong>may</strong> still be visible"
+
+#: mod/contacts.php:625
+msgid "Notification for new posts"
+msgstr "Notification for new posts"
+
+#: mod/contacts.php:625
+msgid "Send a notification of every new post of this contact"
+msgstr "Send notification for every new post from this contact"
+
+#: mod/contacts.php:628
+msgid "Blacklisted keywords"
+msgstr "Blacklisted keywords"
+
+#: mod/contacts.php:628
+msgid ""
+"Comma separated list of keywords that should not be converted to hashtags, "
+"when \"Fetch information and keywords\" is selected"
+msgstr "Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"
+
+#: mod/contacts.php:646
+msgid "Actions"
+msgstr "Actions"
+
+#: mod/contacts.php:649
+msgid "Contact Settings"
+msgstr "Notification and privacy "
+
+#: mod/contacts.php:695
+msgid "Suggestions"
+msgstr "Suggestions"
+
+#: mod/contacts.php:698
+msgid "Suggest potential friends"
+msgstr "Suggest potential friends"
+
+#: mod/contacts.php:706
+msgid "Show all contacts"
+msgstr "Show all contacts"
+
+#: mod/contacts.php:711
+msgid "Unblocked"
+msgstr "Unblocked"
+
+#: mod/contacts.php:714
+msgid "Only show unblocked contacts"
+msgstr "Only show unblocked contacts"
+
+#: mod/contacts.php:720
+msgid "Blocked"
+msgstr "Blocked"
+
+#: mod/contacts.php:723
+msgid "Only show blocked contacts"
+msgstr "Only show blocked contacts"
+
+#: mod/contacts.php:729
+msgid "Ignored"
+msgstr "Ignored"
+
+#: mod/contacts.php:732
+msgid "Only show ignored contacts"
+msgstr "Only show ignored contacts"
+
+#: mod/contacts.php:738
+msgid "Archived"
+msgstr "Archived"
+
+#: mod/contacts.php:741
+msgid "Only show archived contacts"
+msgstr "Only show archived contacts"
+
+#: mod/contacts.php:747
+msgid "Hidden"
+msgstr "Hidden"
+
+#: mod/contacts.php:750
+msgid "Only show hidden contacts"
+msgstr "Only show hidden contacts"
+
+#: mod/contacts.php:807
+msgid "Search your contacts"
+msgstr "Search your contacts"
+
+#: mod/contacts.php:815 mod/settings.php:162 mod/settings.php:708
+msgid "Update"
+msgstr "Update"
+
+#: mod/contacts.php:818 mod/contacts.php:1010
+msgid "Archive"
+msgstr "Archive"
+
+#: mod/contacts.php:818 mod/contacts.php:1010
+msgid "Unarchive"
+msgstr "Unarchive"
+
+#: mod/contacts.php:821
+msgid "Batch Actions"
+msgstr "Batch actions"
+
+#: mod/contacts.php:867
+msgid "View all contacts"
+msgstr "View all contacts"
+
+#: mod/contacts.php:877
+msgid "View all common friends"
+msgstr "View all common friends"
+
+#: mod/contacts.php:884
+msgid "Advanced Contact Settings"
+msgstr "Advanced contact settings"
+
+#: mod/contacts.php:918
+msgid "Mutual Friendship"
+msgstr "Mutual friendship"
+
+#: mod/contacts.php:922
+msgid "is a fan of yours"
+msgstr "is a fan of yours"
+
+#: mod/contacts.php:926
+msgid "you are a fan of"
+msgstr "I follow them"
+
+#: mod/contacts.php:996
+msgid "Toggle Blocked status"
+msgstr "Toggle blocked status"
+
+#: mod/contacts.php:1004
+msgid "Toggle Ignored status"
+msgstr "Toggle ignored status"
+
+#: mod/contacts.php:1012
+msgid "Toggle Archive status"
+msgstr "Toggle archive status"
+
+#: mod/contacts.php:1020
+msgid "Delete contact"
+msgstr "Delete contact"
+
+#: mod/profile_photo.php:44
+msgid "Image uploaded but image cropping failed."
+msgstr "Image uploaded but image cropping failed."
+
+#: mod/profile_photo.php:77 mod/profile_photo.php:85 mod/profile_photo.php:93
+#: mod/profile_photo.php:322
+#, php-format
+msgid "Image size reduction [%s] failed."
+msgstr "Image size reduction [%s] failed."
+
+#: mod/profile_photo.php:127
+msgid ""
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr "Shift-reload the page or clear browser cache if the new photo does not display immediately."
+
+#: mod/profile_photo.php:136
+msgid "Unable to process image"
+msgstr "Unable to process image"
+
+#: mod/profile_photo.php:253
+msgid "Upload File:"
+msgstr "Upload File:"
+
+#: mod/profile_photo.php:254
+msgid "Select a profile:"
+msgstr "Select a profile:"
+
+#: mod/profile_photo.php:256
+msgid "Upload"
+msgstr "Upload"
+
+#: mod/profile_photo.php:259
+msgid "or"
+msgstr "or"
+
+#: mod/profile_photo.php:259
+msgid "skip this step"
+msgstr "skip this step"
+
+#: mod/profile_photo.php:259
+msgid "select a photo from your photo albums"
+msgstr "select a photo from your photo albums"
+
+#: mod/profile_photo.php:273
+msgid "Crop Image"
+msgstr "Crop Image"
+
+#: mod/profile_photo.php:274
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "Please adjust the image cropping for optimum viewing."
+
+#: mod/profile_photo.php:276
+msgid "Done Editing"
+msgstr "Done editing"
+
+#: mod/profile_photo.php:312
+msgid "Image uploaded successfully."
+msgstr "Image uploaded successfully."
+
+#: mod/profiles.php:42
+msgid "Profile deleted."
+msgstr "Profile deleted."
+
+#: mod/profiles.php:58 mod/profiles.php:94
+msgid "Profile-"
+msgstr "Profile-"
+
+#: mod/profiles.php:77 mod/profiles.php:122
+msgid "New profile created."
+msgstr "New profile created."
+
+#: mod/profiles.php:100
+msgid "Profile unavailable to clone."
+msgstr "Profile unavailable to clone."
+
+#: mod/profiles.php:196
+msgid "Profile Name is required."
+msgstr "Profile name is required."
+
+#: mod/profiles.php:336
+msgid "Marital Status"
+msgstr "Marital status"
+
+#: mod/profiles.php:340
+msgid "Romantic Partner"
+msgstr "Romantic partner"
+
+#: mod/profiles.php:352
+msgid "Work/Employment"
+msgstr "Work/Employment:"
+
+#: mod/profiles.php:355
+msgid "Religion"
+msgstr "Religion"
+
+#: mod/profiles.php:359
+msgid "Political Views"
+msgstr "Political views"
+
+#: mod/profiles.php:363
+msgid "Gender"
+msgstr "Gender"
+
+#: mod/profiles.php:367
+msgid "Sexual Preference"
+msgstr "Sexual preference"
+
+#: mod/profiles.php:371
+msgid "XMPP"
+msgstr "XMPP"
+
+#: mod/profiles.php:375
+msgid "Homepage"
+msgstr "Homepage"
+
+#: mod/profiles.php:379 mod/profiles.php:698
+msgid "Interests"
+msgstr "Interests"
+
+#: mod/profiles.php:383
+msgid "Address"
+msgstr "Address"
+
+#: mod/profiles.php:390 mod/profiles.php:694
+msgid "Location"
+msgstr "Location"
+
+#: mod/profiles.php:475
+msgid "Profile updated."
+msgstr "Profile updated."
+
+#: mod/profiles.php:567
+msgid " and "
+msgstr " and "
+
+#: mod/profiles.php:576
+msgid "public profile"
+msgstr "public profile"
+
+#: mod/profiles.php:579
+#, php-format
+msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+msgstr "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+
+#: mod/profiles.php:580
+#, php-format
+msgid " - Visit %1$s's %2$s"
+msgstr " - Visit %1$s's %2$s"
+
+#: mod/profiles.php:582
+#, php-format
+msgid "%1$s has an updated %2$s, changing %3$s."
+msgstr "%1$s has an updated %2$s, changing %3$s."
+
+#: mod/profiles.php:640
+msgid "Hide contacts and friends:"
+msgstr "Hide contacts and friends:"
+
+#: mod/profiles.php:645
+msgid "Hide your contact/friend list from viewers of this profile?"
+msgstr "Hide your contact/friend list from viewers of this profile?"
+
+#: mod/profiles.php:670
+msgid "Show more profile fields:"
+msgstr "Show more profile fields:"
+
+#: mod/profiles.php:682
+msgid "Profile Actions"
+msgstr "Profile actions"
+
+#: mod/profiles.php:683
+msgid "Edit Profile Details"
+msgstr "Edit Profile Details"
+
+#: mod/profiles.php:685
+msgid "Change Profile Photo"
+msgstr "Change profile photo"
+
+#: mod/profiles.php:686
+msgid "View this profile"
+msgstr "View this profile"
+
+#: mod/profiles.php:688
+msgid "Create a new profile using these settings"
+msgstr "Create a new profile using these settings"
+
+#: mod/profiles.php:689
+msgid "Clone this profile"
+msgstr "Clone this profile"
+
+#: mod/profiles.php:690
+msgid "Delete this profile"
+msgstr "Delete this profile"
+
+#: mod/profiles.php:692
+msgid "Basic information"
+msgstr "Basic information"
+
+#: mod/profiles.php:693
+msgid "Profile picture"
+msgstr "Profile picture"
+
+#: mod/profiles.php:695
+msgid "Preferences"
+msgstr "Preferences"
+
+#: mod/profiles.php:696
+msgid "Status information"
+msgstr "Status information"
+
+#: mod/profiles.php:697
+msgid "Additional information"
+msgstr "Additional information"
+
+#: mod/profiles.php:700
+msgid "Relation"
+msgstr "Relation"
+
+#: mod/profiles.php:704
+msgid "Your Gender:"
+msgstr "Gender:"
+
+#: mod/profiles.php:705
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+msgstr "<span class=\"heart\">&hearts;</span> Marital status:"
+
+#: mod/profiles.php:707
+msgid "Example: fishing photography software"
+msgstr "Example: fishing photography software"
+
+#: mod/profiles.php:712
+msgid "Profile Name:"
+msgstr "Profile name:"
+
+#: mod/profiles.php:714
+msgid ""
+"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
+"be visible to anybody using the internet."
+msgstr "This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."
+
+#: mod/profiles.php:715
+msgid "Your Full Name:"
+msgstr "My full name:"
+
+#: mod/profiles.php:716
+msgid "Title/Description:"
+msgstr "Title/Description:"
+
+#: mod/profiles.php:719
+msgid "Street Address:"
+msgstr "Street address:"
+
+#: mod/profiles.php:720
+msgid "Locality/City:"
+msgstr "Locality/City:"
+
+#: mod/profiles.php:721
+msgid "Region/State:"
+msgstr "Region/State:"
+
+#: mod/profiles.php:722
+msgid "Postal/Zip Code:"
+msgstr "Postcode:"
+
+#: mod/profiles.php:723
+msgid "Country:"
+msgstr "Country:"
+
+#: mod/profiles.php:727
+msgid "Who: (if applicable)"
+msgstr "Who: (if applicable)"
+
+#: mod/profiles.php:727
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "Examples: cathy123, Cathy Williams, cathy@example.com"
+
+#: mod/profiles.php:728
+msgid "Since [date]:"
+msgstr "Since when:"
+
+#: mod/profiles.php:730
+msgid "Tell us about yourself..."
+msgstr "About myself:"
+
+#: mod/profiles.php:731
+msgid "XMPP (Jabber) address:"
+msgstr "XMPP (Jabber) address:"
+
+#: mod/profiles.php:731
+msgid ""
+"The XMPP address will be propagated to your contacts so that they can follow"
+" you."
+msgstr "The XMPP address will be propagated to your contacts so that they can follow you."
+
+#: mod/profiles.php:732
+msgid "Homepage URL:"
+msgstr "Homepage URL:"
+
+#: mod/profiles.php:735
+msgid "Religious Views:"
+msgstr "Religious views:"
+
+#: mod/profiles.php:736
+msgid "Public Keywords:"
+msgstr "Public keywords:"
+
+#: mod/profiles.php:736
+msgid "(Used for suggesting potential friends, can be seen by others)"
+msgstr "Used for suggesting potential friends, can be seen by others."
+
+#: mod/profiles.php:737
+msgid "Private Keywords:"
+msgstr "Private keywords:"
+
+#: mod/profiles.php:737
+msgid "(Used for searching profiles, never shown to others)"
+msgstr "Used for searching profiles, never shown to others."
+
+#: mod/profiles.php:740
+msgid "Musical interests"
+msgstr "Music:"
+
+#: mod/profiles.php:741
+msgid "Books, literature"
+msgstr "Books, literature, poetry:"
+
+#: mod/profiles.php:742
+msgid "Television"
+msgstr "Television:"
+
+#: mod/profiles.php:743
+msgid "Film/dance/culture/entertainment"
+msgstr "Film, dance, culture, entertainment"
+
+#: mod/profiles.php:744
+msgid "Hobbies/Interests"
+msgstr "Hobbies/Interests:"
+
+#: mod/profiles.php:745
+msgid "Love/romance"
+msgstr "Love/Romance:"
+
+#: mod/profiles.php:746
+msgid "Work/employment"
+msgstr "Work/Employment:"
+
+#: mod/profiles.php:747
+msgid "School/education"
+msgstr "School/Education:"
+
+#: mod/profiles.php:748
+msgid "Contact information and Social Networks"
+msgstr "Contact information and other social networks:"
+
+#: mod/profiles.php:789
+msgid "Edit/Manage Profiles"
+msgstr "Edit/Manage Profiles"
+
+#: mod/settings.php:62
+msgid "Display"
+msgstr "Display"
+
+#: mod/settings.php:69 mod/settings.php:891
+msgid "Social Networks"
+msgstr "Social networks"
+
+#: mod/settings.php:90
+msgid "Connected apps"
+msgstr "Connected apps"
+
+#: mod/settings.php:104
+msgid "Remove account"
+msgstr "Remove account"
+
+#: mod/settings.php:159
+msgid "Missing some important data!"
+msgstr "Missing some important data!"
+
+#: mod/settings.php:273
+msgid "Failed to connect with email account using the settings provided."
+msgstr "Failed to connect with email account using the settings provided."
+
+#: mod/settings.php:278
+msgid "Email settings updated."
+msgstr "Email settings updated."
+
+#: mod/settings.php:293
+msgid "Features updated"
+msgstr "Features updated"
+
+#: mod/settings.php:363
+msgid "Relocate message has been send to your contacts"
+msgstr "Relocate message has been send to your contacts"
+
+#: mod/settings.php:382
+msgid "Empty passwords are not allowed. Password unchanged."
+msgstr "Empty passwords are not allowed. Password unchanged."
+
+#: mod/settings.php:390
+msgid "Wrong password."
+msgstr "Wrong password."
+
+#: mod/settings.php:401
+msgid "Password changed."
+msgstr "Password changed."
+
+#: mod/settings.php:403
+msgid "Password update failed. Please try again."
+msgstr "Password update failed. Please try again."
+
+#: mod/settings.php:483
+msgid " Please use a shorter name."
+msgstr " Please use a shorter name."
+
+#: mod/settings.php:485
+msgid " Name too short."
+msgstr " Name too short."
+
+#: mod/settings.php:494
+msgid "Wrong Password"
+msgstr "Wrong password"
+
+#: mod/settings.php:499
+msgid " Not valid email."
+msgstr "Invalid email."
+
+#: mod/settings.php:505
+msgid " Cannot change to that email."
+msgstr " Cannot change to that email."
+
+#: mod/settings.php:561
+msgid "Private forum has no privacy permissions. Using default privacy group."
+msgstr "Private forum has no privacy permissions. Using default privacy group."
+
+#: mod/settings.php:565
+msgid "Private forum has no privacy permissions and no default privacy group."
+msgstr "Private forum has no privacy permissions and no default privacy group."
+
+#: mod/settings.php:605
+msgid "Settings updated."
+msgstr "Settings updated."
+
+#: mod/settings.php:681 mod/settings.php:707 mod/settings.php:743
+msgid "Add application"
+msgstr "Add application"
+
+#: mod/settings.php:685 mod/settings.php:711
+msgid "Consumer Key"
+msgstr "Consumer key"
+
+#: mod/settings.php:686 mod/settings.php:712
+msgid "Consumer Secret"
+msgstr "Consumer secret"
+
+#: mod/settings.php:687 mod/settings.php:713
+msgid "Redirect"
+msgstr "Redirect"
+
+#: mod/settings.php:688 mod/settings.php:714
+msgid "Icon url"
+msgstr "Icon URL"
+
+#: mod/settings.php:699
+msgid "You can't edit this application."
+msgstr "You cannot edit this application."
+
+#: mod/settings.php:742
+msgid "Connected Apps"
+msgstr "Connected Apps"
+
+#: mod/settings.php:746
+msgid "Client key starts with"
+msgstr "Client key starts with"
+
+#: mod/settings.php:747
+msgid "No name"
+msgstr "No name"
+
+#: mod/settings.php:748
+msgid "Remove authorization"
+msgstr "Remove authorization"
+
+#: mod/settings.php:760
+msgid "No Plugin settings configured"
+msgstr "No plugin settings configured"
+
+#: mod/settings.php:769
+msgid "Plugin Settings"
+msgstr "Plugin Settings"
+
+#: mod/settings.php:791
+msgid "Additional Features"
+msgstr "Additional Features"
+
+#: mod/settings.php:801 mod/settings.php:805
+msgid "General Social Media Settings"
+msgstr "General Social Media Settings"
+
+#: mod/settings.php:811
+msgid "Disable intelligent shortening"
+msgstr "Disable intelligent shortening"
+
+#: mod/settings.php:813
+msgid ""
+"Normally the system tries to find the best link to add to shortened posts. "
+"If this option is enabled then every shortened post will always point to the"
+" original friendica post."
+msgstr "Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original Friendica post."
+
+#: mod/settings.php:819
+msgid "Automatically follow any GNU Social (OStatus) followers/mentioners"
+msgstr "Automatically follow any GNU Social (OStatus) followers/mentioners"
+
+#: mod/settings.php:821
+msgid ""
+"If you receive a message from an unknown OStatus user, this option decides "
+"what to do. If it is checked, a new contact will be created for every "
+"unknown user."
+msgstr "Create a new contact for every unknown OStatus user from whom you receive a message."
+
+#: mod/settings.php:827
+msgid "Default group for OStatus contacts"
+msgstr "Default group for OStatus contacts"
+
+#: mod/settings.php:835
+msgid "Your legacy GNU Social account"
+msgstr "Your legacy GNU Social account"
+
+#: mod/settings.php:837
+msgid ""
+"If you enter your old GNU Social/Statusnet account name here (in the format "
+"user@domain.tld), your contacts will be added automatically. The field will "
+"be emptied when done."
+msgstr "Entering your old GNU Social/Statusnet account name here (format: user@domain.tld), will automatically added your contacts. The field will be emptied when done."
+
+#: mod/settings.php:840
+msgid "Repair OStatus subscriptions"
+msgstr "Repair OStatus subscriptions"
+
+#: mod/settings.php:849 mod/settings.php:850
+#, php-format
+msgid "Built-in support for %s connectivity is %s"
+msgstr "Built-in support for %s connectivity is %s"
+
+#: mod/settings.php:849 mod/settings.php:850
+msgid "enabled"
+msgstr "enabled"
+
+#: mod/settings.php:849 mod/settings.php:850
+msgid "disabled"
+msgstr "disabled"
+
+#: mod/settings.php:850
+msgid "GNU Social (OStatus)"
+msgstr "GNU Social (OStatus)"
+
+#: mod/settings.php:884
+msgid "Email access is disabled on this site."
+msgstr "Email access is disabled on this site."
+
+#: mod/settings.php:896
+msgid "Email/Mailbox Setup"
+msgstr "Email/Mailbox setup"
+
+#: mod/settings.php:897
+msgid ""
+"If you wish to communicate with email contacts using this service "
+"(optional), please specify how to connect to your mailbox."
+msgstr "Specify how to connect to your mailbox, if you wish to communicate with existing email contacts."
+
+#: mod/settings.php:898
+msgid "Last successful email check:"
+msgstr "Last successful email check:"
+
+#: mod/settings.php:900
+msgid "IMAP server name:"
+msgstr "IMAP server name:"
+
+#: mod/settings.php:901
+msgid "IMAP port:"
+msgstr "IMAP port:"
+
+#: mod/settings.php:902
+msgid "Security:"
+msgstr "Security:"
+
+#: mod/settings.php:902 mod/settings.php:907
+msgid "None"
+msgstr "None"
+
+#: mod/settings.php:903
+msgid "Email login name:"
+msgstr "Email login name:"
+
+#: mod/settings.php:904
+msgid "Email password:"
+msgstr "Email password:"
+
+#: mod/settings.php:905
+msgid "Reply-to address:"
+msgstr "Reply-to address:"
+
+#: mod/settings.php:906
+msgid "Send public posts to all email contacts:"
+msgstr "Send public posts to all email contacts:"
+
+#: mod/settings.php:907
+msgid "Action after import:"
+msgstr "Action after import:"
+
+#: mod/settings.php:907
+msgid "Move to folder"
+msgstr "Move to folder"
+
+#: mod/settings.php:908
+msgid "Move to folder:"
+msgstr "Move to folder:"
+
+#: mod/settings.php:1004
+msgid "Display Settings"
+msgstr "Display Settings"
+
+#: mod/settings.php:1010 mod/settings.php:1033
+msgid "Display Theme:"
+msgstr "Display theme:"
+
+#: mod/settings.php:1011
+msgid "Mobile Theme:"
+msgstr "Mobile theme:"
+
+#: mod/settings.php:1012
+msgid "Suppress warning of insecure networks"
+msgstr "Suppress warning of insecure networks"
+
+#: mod/settings.php:1012
+msgid ""
+"Should the system suppress the warning that the current group contains "
+"members of networks that can't receive non public postings."
+msgstr "Suppresses warnings if groups contains members whose networks that cannot receive non-public postings."
+
+#: mod/settings.php:1013
+msgid "Update browser every xx seconds"
+msgstr "Update browser every so many seconds:"
+
+#: mod/settings.php:1013
+msgid "Minimum of 10 seconds. Enter -1 to disable it."
+msgstr "Minimum 10 seconds; to disable -1."
+
+#: mod/settings.php:1014
+msgid "Number of items to display per page:"
+msgstr "Number of items displayed per page:"
+
+#: mod/settings.php:1014 mod/settings.php:1015
+msgid "Maximum of 100 items"
+msgstr "Maximum of 100 items"
+
+#: mod/settings.php:1015
+msgid "Number of items to display per page when viewed from mobile device:"
+msgstr "Number of items displayed per page on mobile devices:"
+
+#: mod/settings.php:1016
+msgid "Don't show emoticons"
+msgstr "Don't show emoticons"
+
+#: mod/settings.php:1017
+msgid "Calendar"
+msgstr "Calendar"
+
+#: mod/settings.php:1018
+msgid "Beginning of week:"
+msgstr "Week begins: "
+
+#: mod/settings.php:1019
+msgid "Don't show notices"
+msgstr "Don't show notices"
+
+#: mod/settings.php:1020
+msgid "Infinite scroll"
+msgstr "Infinite scroll"
+
+#: mod/settings.php:1021
+msgid "Automatic updates only at the top of the network page"
+msgstr "Automatically updates only top of the network page"
+
+#: mod/settings.php:1022
+msgid "Bandwith Saver Mode"
+msgstr "Bandwith saving mode"
+
+#: mod/settings.php:1022
+msgid ""
+"When enabled, embedded content is not displayed on automatic updates, they "
+"only show on page reload."
+msgstr "If enabled, embedded content is not displayed on automatic updates; it is only shown on page reload."
+
+#: mod/settings.php:1024
+msgid "General Theme Settings"
+msgstr "Themes"
+
+#: mod/settings.php:1025
+msgid "Custom Theme Settings"
+msgstr "Theme customisation"
+
+#: mod/settings.php:1026
+msgid "Content Settings"
+msgstr "Content/Layout"
+
+#: mod/settings.php:1027 view/theme/duepuntozero/config.php:66
+#: view/theme/frio/config.php:69 view/theme/quattro/config.php:72
+#: view/theme/vier/config.php:115
+msgid "Theme settings"
+msgstr "Theme settings"
+
+#: mod/settings.php:1111
+msgid "Account Types"
+msgstr "Account types:"
+
+#: mod/settings.php:1112
+msgid "Personal Page Subtypes"
+msgstr "Personal Page subtypes"
+
+#: mod/settings.php:1113
+msgid "Community Forum Subtypes"
+msgstr "Community forum subtypes"
+
+#: mod/settings.php:1120
+msgid "Personal Page"
+msgstr "Personal Page"
+
+#: mod/settings.php:1121
+msgid "This account is a regular personal profile"
+msgstr "Regular personal profile"
+
+#: mod/settings.php:1124
+msgid "Organisation Page"
+msgstr "Organisation Page"
+
+#: mod/settings.php:1125
+msgid "This account is a profile for an organisation"
+msgstr "Profile for an organisation"
+
+#: mod/settings.php:1128
+msgid "News Page"
+msgstr "News Page"
+
+#: mod/settings.php:1129
+msgid "This account is a news account/reflector"
+msgstr "News reflector"
+
+#: mod/settings.php:1132
+msgid "Community Forum"
+msgstr "Community Forum"
+
+#: mod/settings.php:1133
+msgid ""
+"This account is a community forum where people can discuss with each other"
+msgstr "Discussion forum for community"
+
+#: mod/settings.php:1136
+msgid "Normal Account Page"
+msgstr "Standard"
+
+#: mod/settings.php:1137
+msgid "This account is a normal personal profile"
+msgstr "Regular personal profile"
+
+#: mod/settings.php:1140
+msgid "Soapbox Page"
+msgstr "Soapbox"
+
+#: mod/settings.php:1141
+msgid "Automatically approve all connection/friend requests as read-only fans"
+msgstr "Automatically approves contact requests as followers"
+
+#: mod/settings.php:1144
+msgid "Public Forum"
+msgstr "Public forum"
+
+#: mod/settings.php:1145
+msgid "Automatically approve all contact requests"
+msgstr "Automatically approve all contact requests"
+
+#: mod/settings.php:1148
+msgid "Automatic Friend Page"
+msgstr "Popularity"
+
+#: mod/settings.php:1149
+msgid "Automatically approve all connection/friend requests as friends"
+msgstr "Automatically approves contact requests as friends"
+
+#: mod/settings.php:1152
+msgid "Private Forum [Experimental]"
+msgstr "Private forum [Experimental]"
+
+#: mod/settings.php:1153
+msgid "Private forum - approved members only"
+msgstr "Private forum - approved members only"
+
+#: mod/settings.php:1164
+msgid "OpenID:"
+msgstr "OpenID:"
+
+#: mod/settings.php:1164
+msgid "(Optional) Allow this OpenID to login to this account."
+msgstr "(Optional) Allow this OpenID to login to this account."
+
+#: mod/settings.php:1172
+msgid "Publish your default profile in your local site directory?"
+msgstr "Publish default profile in local site directory?"
+
+#: mod/settings.php:1172
+msgid "Your profile may be visible in public."
+msgstr "Your local directory may be publicly visible"
+
+#: mod/settings.php:1178
+msgid "Publish your default profile in the global social directory?"
+msgstr "Publish default profile in global directory?"
+
+#: mod/settings.php:1185
+msgid "Hide your contact/friend list from viewers of your default profile?"
+msgstr "Hide my contact list from others?"
+
+#: mod/settings.php:1189
+msgid ""
+"If enabled, posting public messages to Diaspora and other networks isn't "
+"possible."
+msgstr "Posting public messages to Diaspora and other networks will not be possible if enabled"
+
+#: mod/settings.php:1194
+msgid "Allow friends to post to your profile page?"
+msgstr "Allow friends to post to my wall?"
+
+#: mod/settings.php:1199
+msgid "Allow friends to tag your posts?"
+msgstr "Allow friends to tag my post?"
+
+#: mod/settings.php:1204
+msgid "Allow us to suggest you as a potential friend to new members?"
+msgstr "Allow us to suggest you as a potential friend to new members?"
+
+#: mod/settings.php:1209
+msgid "Permit unknown people to send you private mail?"
+msgstr "Allow unknown people to send me private messages?"
+
+#: mod/settings.php:1217
+msgid "Profile is <strong>not published</strong>."
+msgstr "Profile is <strong>not published</strong>."
+
+#: mod/settings.php:1225
+#, php-format
+msgid "Your Identity Address is <strong>'%s'</strong> or '%s'."
+msgstr "My identity address: <strong>'%s'</strong> or '%s'"
+
+#: mod/settings.php:1232
+msgid "Automatically expire posts after this many days:"
+msgstr "Automatically expire posts after this many days:"
+
+#: mod/settings.php:1232
+msgid "If empty, posts will not expire. Expired posts will be deleted"
+msgstr "Posts will not expire if empty;  expired posts will be deleted"
+
+#: mod/settings.php:1233
+msgid "Advanced expiration settings"
+msgstr "Advanced expiration settings"
+
+#: mod/settings.php:1234
+msgid "Advanced Expiration"
+msgstr "Advanced expiration"
+
+#: mod/settings.php:1235
+msgid "Expire posts:"
+msgstr "Expire posts:"
+
+#: mod/settings.php:1236
+msgid "Expire personal notes:"
+msgstr "Expire personal notes:"
+
+#: mod/settings.php:1237
+msgid "Expire starred posts:"
+msgstr "Expire starred posts:"
+
+#: mod/settings.php:1238
+msgid "Expire photos:"
+msgstr "Expire photos:"
+
+#: mod/settings.php:1239
+msgid "Only expire posts by others:"
+msgstr "Only expire posts by others:"
+
+#: mod/settings.php:1270
+msgid "Account Settings"
+msgstr "Account Settings"
+
+#: mod/settings.php:1278
+msgid "Password Settings"
+msgstr "Password change"
+
+#: mod/settings.php:1280
+msgid "Leave password fields blank unless changing"
+msgstr "Leave password fields blank unless changing"
+
+#: mod/settings.php:1281
+msgid "Current Password:"
+msgstr "Current password:"
+
+#: mod/settings.php:1281 mod/settings.php:1282
+msgid "Your current password to confirm the changes"
+msgstr "Current password to confirm change"
+
+#: mod/settings.php:1282
+msgid "Password:"
+msgstr "Password:"
+
+#: mod/settings.php:1286
+msgid "Basic Settings"
+msgstr "Basic information"
+
+#: mod/settings.php:1288
+msgid "Email Address:"
+msgstr "Email address:"
+
+#: mod/settings.php:1289
+msgid "Your Timezone:"
+msgstr "Time zone:"
+
+#: mod/settings.php:1290
+msgid "Your Language:"
+msgstr "Language:"
+
+#: mod/settings.php:1290
+msgid ""
+"Set the language we use to show you friendica interface and to send you "
+"emails"
+msgstr "Set the language of your Friendica interface and emails receiving"
+
+#: mod/settings.php:1291
+msgid "Default Post Location:"
+msgstr "Posting location:"
+
+#: mod/settings.php:1292
+msgid "Use Browser Location:"
+msgstr "Use browser location:"
+
+#: mod/settings.php:1295
+msgid "Security and Privacy Settings"
+msgstr "Security and privacy"
+
+#: mod/settings.php:1297
+msgid "Maximum Friend Requests/Day:"
+msgstr "Maximum friend requests per day:"
+
+#: mod/settings.php:1297 mod/settings.php:1327
+msgid "(to prevent spam abuse)"
+msgstr "May prevent spam or abuse registrations"
+
+#: mod/settings.php:1298
+msgid "Default Post Permissions"
+msgstr "Default post permissions"
+
+#: mod/settings.php:1299
+msgid "(click to open/close)"
+msgstr "(click to open/close)"
+
+#: mod/settings.php:1310
+msgid "Default Private Post"
+msgstr "Default private post"
+
+#: mod/settings.php:1311
+msgid "Default Public Post"
+msgstr "Default public post"
+
+#: mod/settings.php:1315
+msgid "Default Permissions for New Posts"
+msgstr "Default permissions for new posts"
+
+#: mod/settings.php:1327
+msgid "Maximum private messages per day from unknown people:"
+msgstr "Maximum private messages per day from unknown people:"
+
+#: mod/settings.php:1330
+msgid "Notification Settings"
+msgstr "Notification"
+
+#: mod/settings.php:1331
+msgid "By default post a status message when:"
+msgstr "By default post a status message when:"
+
+#: mod/settings.php:1332
+msgid "accepting a friend request"
+msgstr "accepting friend requests"
+
+#: mod/settings.php:1333
+msgid "joining a forum/community"
+msgstr "joining forums or communities"
+
+#: mod/settings.php:1334
+msgid "making an <em>interesting</em> profile change"
+msgstr "making an <em>interesting</em> profile change"
+
+#: mod/settings.php:1335
+msgid "Send a notification email when:"
+msgstr "Send notification email when:"
+
+#: mod/settings.php:1336
+msgid "You receive an introduction"
+msgstr "Receiving an introduction"
+
+#: mod/settings.php:1337
+msgid "Your introductions are confirmed"
+msgstr "My introductions are confirmed"
+
+#: mod/settings.php:1338
+msgid "Someone writes on your profile wall"
+msgstr "Someone writes on my wall"
+
+#: mod/settings.php:1339
+msgid "Someone writes a followup comment"
+msgstr "A follow up comment is posted"
+
+#: mod/settings.php:1340
+msgid "You receive a private message"
+msgstr "receiving a private message"
+
+#: mod/settings.php:1341
+msgid "You receive a friend suggestion"
+msgstr "Receiving a friend suggestion"
+
+#: mod/settings.php:1342
+msgid "You are tagged in a post"
+msgstr "Tagged in a post"
+
+#: mod/settings.php:1343
+msgid "You are poked/prodded/etc. in a post"
+msgstr "Poked in a post"
+
+#: mod/settings.php:1345
+msgid "Activate desktop notifications"
+msgstr "Activate desktop notifications"
+
+#: mod/settings.php:1345
+msgid "Show desktop popup on new notifications"
+msgstr "Show desktop pop-up on new notifications"
+
+#: mod/settings.php:1347
+msgid "Text-only notification emails"
+msgstr "Text-only notification emails"
+
+#: mod/settings.php:1349
+msgid "Send text only notification emails, without the html part"
+msgstr "Receive text only emails without HTML "
+
+#: mod/settings.php:1351
+msgid "Advanced Account/Page Type Settings"
+msgstr "Advanced account types"
+
+#: mod/settings.php:1352
+msgid "Change the behaviour of this account for special situations"
+msgstr "Change behaviour of this account for special situations"
+
+#: mod/settings.php:1355
+msgid "Relocate"
+msgstr "Recent relocation"
+
+#: mod/settings.php:1356
+msgid ""
+"If you have moved this profile from another server, and some of your "
+"contacts don't receive your updates, try pushing this button."
+msgstr "If you have moved this profile from another server and some of your contacts don't receive your updates:"
+
+#: mod/settings.php:1357
+msgid "Resend relocate message to contacts"
+msgstr "Resend relocation message to contacts"
+
+#: object/Item.php:356
+msgid "via"
+msgstr "via"
+
+#: view/theme/duepuntozero/config.php:47
+msgid "greenzero"
+msgstr "greenzero"
+
+#: view/theme/duepuntozero/config.php:48
+msgid "purplezero"
+msgstr "purplezero"
+
+#: view/theme/duepuntozero/config.php:49
+msgid "easterbunny"
+msgstr "easterbunny"
+
+#: view/theme/duepuntozero/config.php:50
+msgid "darkzero"
+msgstr "darkzero"
+
+#: view/theme/duepuntozero/config.php:51
+msgid "comix"
+msgstr "comix"
+
+#: view/theme/duepuntozero/config.php:52
+msgid "slackr"
+msgstr "slackr"
+
+#: view/theme/duepuntozero/config.php:67
+msgid "Variations"
+msgstr "Variations"
+
+#: view/theme/frio/php/Image.php:23
+msgid "Repeat the image"
+msgstr "Repeat the image"
+
+#: view/theme/frio/php/Image.php:23
+msgid "Will repeat your image to fill the background."
+msgstr "Will repeat your image to fill the background."
+
+#: view/theme/frio/php/Image.php:25
+msgid "Stretch"
+msgstr "Stretch"
+
+#: view/theme/frio/php/Image.php:25
+msgid "Will stretch to width/height of the image."
+msgstr "Will stretch to width/height of the image."
+
+#: view/theme/frio/php/Image.php:27
+msgid "Resize fill and-clip"
+msgstr "Resize fill and-clip"
+
+#: view/theme/frio/php/Image.php:27
+msgid "Resize to fill and retain aspect ratio."
+msgstr "Resize to fill and retain aspect ratio."
+
+#: view/theme/frio/php/Image.php:29
+msgid "Resize best fit"
+msgstr "Resize to best fit"
+
+#: view/theme/frio/php/Image.php:29
+msgid "Resize to best fit and retain aspect ratio."
+msgstr "Resize to best fit and retain aspect ratio."
+
+#: view/theme/frio/config.php:50
+msgid "Default"
+msgstr "Default"
+
+#: view/theme/frio/config.php:62
+msgid "Note: "
+msgstr "Note - "
+
+#: view/theme/frio/config.php:62
+msgid "Check image permissions if all users are allowed to visit the image"
+msgstr "Check image permissions if all users are allowed to visit the image"
+
+#: view/theme/frio/config.php:70
+msgid "Select scheme"
+msgstr "Select scheme:"
+
+#: view/theme/frio/config.php:71
+msgid "Navigation bar background color"
+msgstr "Navigation bar background colour:"
+
+#: view/theme/frio/config.php:72
+msgid "Navigation bar icon color "
+msgstr "Navigation bar icon colour:"
+
+#: view/theme/frio/config.php:73
+msgid "Link color"
+msgstr "Link colour:"
+
+#: view/theme/frio/config.php:74
+msgid "Set the background color"
+msgstr "Background colour:"
+
+#: view/theme/frio/config.php:75
+msgid "Content background transparency"
+msgstr "Content background transparency:"
+
+#: view/theme/frio/config.php:76
+msgid "Set the background image"
+msgstr "Background image:"
+
+#: view/theme/frio/theme.php:228
+msgid "Guest"
+msgstr "Guest"
+
+#: view/theme/frio/theme.php:234
+msgid "Visitor"
+msgstr "Visitor"
+
+#: view/theme/quattro/config.php:73
+msgid "Alignment"
+msgstr "Alignment"
+
+#: view/theme/quattro/config.php:73
+msgid "Left"
+msgstr "Left"
+
+#: view/theme/quattro/config.php:73
+msgid "Center"
+msgstr "Centre"
+
+#: view/theme/quattro/config.php:74
+msgid "Color scheme"
+msgstr "Colour scheme"
+
+#: view/theme/quattro/config.php:75
+msgid "Posts font size"
+msgstr "Posts font size"
+
+#: view/theme/quattro/config.php:76
+msgid "Textareas font size"
+msgstr "Textareas font size"
+
+#: view/theme/vier/config.php:70
+msgid "Comma separated list of helper forums"
+msgstr "Comma separated list of helper forums"
+
+#: view/theme/vier/config.php:116
+msgid "Set style"
+msgstr "Set style"
+
+#: view/theme/vier/config.php:117
+msgid "Community Pages"
+msgstr "Community pages"
+
+#: view/theme/vier/config.php:118 view/theme/vier/theme.php:151
+msgid "Community Profiles"
+msgstr "Community profiles"
+
+#: view/theme/vier/config.php:119
+msgid "Help or @NewHere ?"
+msgstr "Help or @NewHere ?"
+
+#: view/theme/vier/config.php:120 view/theme/vier/theme.php:392
+msgid "Connect Services"
+msgstr "Connect services"
+
+#: view/theme/vier/config.php:121 view/theme/vier/theme.php:199
+msgid "Find Friends"
+msgstr "Find friends"
+
+#: view/theme/vier/config.php:122 view/theme/vier/theme.php:181
+msgid "Last users"
+msgstr "Last users"
+
+#: view/theme/vier/theme.php:200
+msgid "Local Directory"
+msgstr "Local directory"
+
+#: view/theme/vier/theme.php:292
+msgid "Quick Start"
+msgstr "Quick start"
+
+#: src/App.php:505
+msgid "Delete this item?"
+msgstr "Delete this item?"
+
+#: src/App.php:507
+msgid "show fewer"
+msgstr "Show fewer."
+
+#: index.php:436
+msgid "toggle mobile"
+msgstr "Toggle mobile"
+
+#: boot.php:726
+#, php-format
+msgid "Update %s failed. See error logs."
+msgstr "Update %s failed. See error logs."
+
+#: boot.php:838
+msgid "Create a New Account"
+msgstr "Create a new account"
+
+#: boot.php:866
+msgid "Password: "
+msgstr "Password: "
+
+#: boot.php:867
+msgid "Remember me"
+msgstr "Remember me"
+
+#: boot.php:870
+msgid "Or login using OpenID: "
+msgstr "Or login with OpenID: "
+
+#: boot.php:876
+msgid "Forgot your password?"
+msgstr "Forgot your password?"
+
+#: boot.php:879
+msgid "Website Terms of Service"
+msgstr "Website Terms of Service"
+
+#: boot.php:880
+msgid "terms of service"
+msgstr "Terms of service"
+
+#: boot.php:882
+msgid "Website Privacy Policy"
+msgstr "Website Privacy Policy"
+
+#: boot.php:883
+msgid "privacy policy"
+msgstr "Privacy policy"
diff --git a/view/lang/en-gb/strings.php b/view/lang/en-gb/strings.php
new file mode 100644 (file)
index 0000000..2a4f0c5
--- /dev/null
@@ -0,0 +1,2062 @@
+<?php
+
+if(! function_exists("string_plural_select_en_GB")) {
+function string_plural_select_en_GB($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Unknown | Not categorised"] = "Unknown | Not categorised";
+$a->strings["Block immediately"] = "Block immediately";
+$a->strings["Shady, spammer, self-marketer"] = "Shady, spammer, self-marketer";
+$a->strings["Known to me, but no opinion"] = "Known to me, but no opinion";
+$a->strings["OK, probably harmless"] = "OK, probably harmless";
+$a->strings["Reputable, has my trust"] = "Reputable, has my trust";
+$a->strings["Frequently"] = "Frequently";
+$a->strings["Hourly"] = "Hourly";
+$a->strings["Twice daily"] = "Twice daily";
+$a->strings["Daily"] = "Daily";
+$a->strings["Weekly"] = "Weekly";
+$a->strings["Monthly"] = "Monthly";
+$a->strings["Friendica"] = "Friendica";
+$a->strings["OStatus"] = "OStatus";
+$a->strings["RSS/Atom"] = "RSS/Atom";
+$a->strings["Email"] = "Email";
+$a->strings["Diaspora"] = "Diaspora";
+$a->strings["Facebook"] = "Facebook";
+$a->strings["Zot!"] = "Zot!";
+$a->strings["LinkedIn"] = "LinkedIn";
+$a->strings["XMPP/IM"] = "XMPP/IM";
+$a->strings["MySpace"] = "MySpace";
+$a->strings["Google+"] = "Google+";
+$a->strings["pump.io"] = "Pump.io";
+$a->strings["Twitter"] = "Twitter";
+$a->strings["Diaspora Connector"] = "Diaspora connector";
+$a->strings["GNU Social Connector"] = "GNU Social connector";
+$a->strings["pnut"] = "Pnut";
+$a->strings["App.net"] = "App.net";
+$a->strings["General Features"] = "General";
+$a->strings["Multiple Profiles"] = "Multiple profiles";
+$a->strings["Ability to create multiple profiles"] = "Ability to create multiple profiles";
+$a->strings["Photo Location"] = "Photo location";
+$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Photo metadata is normally removed. This extracts the location (if present) prior to removing metadata and links it to a map.";
+$a->strings["Export Public Calendar"] = "Export public calendar";
+$a->strings["Ability for visitors to download the public calendar"] = "Ability for visitors to download the public calendar";
+$a->strings["Post Composition Features"] = "Post composition";
+$a->strings["Post Preview"] = "Post preview";
+$a->strings["Allow previewing posts and comments before publishing them"] = "Allow previewing posts and comments before publishing them";
+$a->strings["Auto-mention Forums"] = "Auto-mention forums";
+$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Add/Remove mention when a forum page is selected or deselected in the ACL window.";
+$a->strings["Network Sidebar Widgets"] = "Network sidebars";
+$a->strings["Search by Date"] = "Search by date";
+$a->strings["Ability to select posts by date ranges"] = "Ability to select posts by date ranges";
+$a->strings["List Forums"] = "List forums";
+$a->strings["Enable widget to display the forums your are connected with"] = "Enable widget to display the forums your are connected with";
+$a->strings["Group Filter"] = "Group filter";
+$a->strings["Enable widget to display Network posts only from selected group"] = "Enable widget to display network posts only from selected group";
+$a->strings["Network Filter"] = "Network filter";
+$a->strings["Enable widget to display Network posts only from selected network"] = "Enable widget to display network posts only from selected network";
+$a->strings["Saved Searches"] = "Saved searches";
+$a->strings["Save search terms for re-use"] = "Save search terms for re-use";
+$a->strings["Network Tabs"] = "Network tabs";
+$a->strings["Network Personal Tab"] = "Network personal tab";
+$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Enable tab to display only network posts that you've interacted with";
+$a->strings["Network New Tab"] = "Network new tab";
+$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Enable tab to display only new network posts (last 12 hours)";
+$a->strings["Network Shared Links Tab"] = "Network shared links tab";
+$a->strings["Enable tab to display only Network posts with links in them"] = "Enable tab to display only network posts with links in them";
+$a->strings["Post/Comment Tools"] = "Post/Comment tools";
+$a->strings["Multiple Deletion"] = "Multiple deletion";
+$a->strings["Select and delete multiple posts/comments at once"] = "Select and delete multiple posts/comments at once";
+$a->strings["Edit Sent Posts"] = "Edit sent posts";
+$a->strings["Edit and correct posts and comments after sending"] = "Ability to editing posts and comments after sending";
+$a->strings["Tagging"] = "Tagging";
+$a->strings["Ability to tag existing posts"] = "Ability to tag existing posts";
+$a->strings["Post Categories"] = "Post categories";
+$a->strings["Add categories to your posts"] = "Add categories to your posts";
+$a->strings["Saved Folders"] = "Saved Folders";
+$a->strings["Ability to file posts under folders"] = "Ability to file posts under folders";
+$a->strings["Dislike Posts"] = "Dislike posts";
+$a->strings["Ability to dislike posts/comments"] = "Ability to dislike posts/comments";
+$a->strings["Star Posts"] = "Star posts";
+$a->strings["Ability to mark special posts with a star indicator"] = "Ability to highlight posts with a star";
+$a->strings["Mute Post Notifications"] = "Mute post notifications";
+$a->strings["Ability to mute notifications for a thread"] = "Ability to mute notifications for a thread";
+$a->strings["Advanced Profile Settings"] = "Advanced profiles";
+$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Show visitors of public community forums at the advanced profile page";
+$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "A deleted group with this name has been revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name.";
+$a->strings["Default privacy group for new contacts"] = "Default privacy group for new contacts";
+$a->strings["Everybody"] = "Everybody";
+$a->strings["edit"] = "edit";
+$a->strings["Groups"] = "Groups";
+$a->strings["Edit groups"] = "Edit groups";
+$a->strings["Edit group"] = "Edit group";
+$a->strings["Create a new group"] = "Create new group";
+$a->strings["Group Name: "] = "Group name: ";
+$a->strings["Contacts not in any group"] = "Contacts not in any group";
+$a->strings["add"] = "add";
+$a->strings["Forums"] = "Forums";
+$a->strings["External link to forum"] = "External link to forum";
+$a->strings["show more"] = "Show more...";
+$a->strings["System"] = "System";
+$a->strings["Network"] = "Network";
+$a->strings["Personal"] = "Personal";
+$a->strings["Home"] = "Home";
+$a->strings["Introductions"] = "Introductions";
+$a->strings["%s commented on %s's post"] = "%s commented on %s's post";
+$a->strings["%s created a new post"] = "%s posted something new";
+$a->strings["%s liked %s's post"] = "%s liked %s's post";
+$a->strings["%s disliked %s's post"] = "%s disliked %s's post";
+$a->strings["%s is attending %s's event"] = "%s is going to %s's event";
+$a->strings["%s is not attending %s's event"] = "%s is not going to %s's event";
+$a->strings["%s may attend %s's event"] = "%s may go to %s's event";
+$a->strings["%s is now friends with %s"] = "%s is now friends with %s";
+$a->strings["Friend Suggestion"] = "Friend suggestion";
+$a->strings["Friend/Connect Request"] = "Friend/Contact request";
+$a->strings["New Follower"] = "New follower";
+$a->strings["Post to Email"] = "Post to email";
+$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Connectors are disabled since \"%s\" is enabled.";
+$a->strings["Hide your profile details from unknown viewers?"] = "Hide profile details from unknown viewers?";
+$a->strings["Visible to everybody"] = "Visible to everybody";
+$a->strings["show"] = "show";
+$a->strings["don't show"] = "don't show";
+$a->strings["CC: email addresses"] = "CC: email addresses";
+$a->strings["Example: bob@example.com, mary@example.com"] = "Example: bob@example.com, mary@example.com";
+$a->strings["Permissions"] = "Permissions";
+$a->strings["Close"] = "Close";
+$a->strings["Logged out."] = "Logged out.";
+$a->strings["Login failed."] = "Login failed.";
+$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID.";
+$a->strings["The error message was:"] = "The error message was:";
+$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
+$a->strings["Starts:"] = "Starts:";
+$a->strings["Finishes:"] = "Finishes:";
+$a->strings["Location:"] = "Location:";
+$a->strings["Add New Contact"] = "Add new contact";
+$a->strings["Enter address or web location"] = "Enter address or web location";
+$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Example: jo@example.com, http://example.com/jo";
+$a->strings["Connect"] = "Connect";
+$a->strings["%d invitation available"] = array(
+       0 => "%d invitation available",
+       1 => "%d invitations available",
+);
+$a->strings["Find People"] = "Find people";
+$a->strings["Enter name or interest"] = "Enter name or interest";
+$a->strings["Connect/Follow"] = "Connect/Follow";
+$a->strings["Examples: Robert Morgenstein, Fishing"] = "Examples: Robert Morgenstein, fishing";
+$a->strings["Find"] = "Find";
+$a->strings["Friend Suggestions"] = "Friend suggestions";
+$a->strings["Similar Interests"] = "Similar interests";
+$a->strings["Random Profile"] = "Random profile";
+$a->strings["Invite Friends"] = "Invite friends";
+$a->strings["Networks"] = "Networks";
+$a->strings["All Networks"] = "All networks";
+$a->strings["Everything"] = "Everything";
+$a->strings["Categories"] = "Categories";
+$a->strings["%d contact in common"] = array(
+       0 => "%d contact in common",
+       1 => "%d contacts in common",
+);
+$a->strings["event"] = "event";
+$a->strings["status"] = "status";
+$a->strings["photo"] = "photo";
+$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s likes %2\$s's %3\$s";
+$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s doesn't like %2\$s's %3\$s";
+$a->strings["%1\$s attends %2\$s's %3\$s"] = "%1\$s goes to %2\$s's %3\$s";
+$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = "%1\$s doesn't go %2\$s's %3\$s";
+$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = "%1\$s might go to %2\$s's %3\$s";
+$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s is now friends with %2\$s";
+$a->strings["%1\$s poked %2\$s"] = "%1\$s poked %2\$s";
+$a->strings["%1\$s is currently %2\$s"] = "%1\$s is currently %2\$s";
+$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s tagged %2\$s's %3\$s with %4\$s";
+$a->strings["post/item"] = "Post/Item";
+$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s marked %2\$s's %3\$s as favourite";
+$a->strings["Likes"] = "Likes";
+$a->strings["Dislikes"] = "Dislikes";
+$a->strings["Attending"] = array(
+       0 => "Attending",
+       1 => "Attending",
+);
+$a->strings["Not attending"] = "Not attending";
+$a->strings["Might attend"] = "Might attend";
+$a->strings["Select"] = "Select";
+$a->strings["Delete"] = "Delete";
+$a->strings["View %s's profile @ %s"] = "View %s's profile @ %s";
+$a->strings["Categories:"] = "Categories:";
+$a->strings["Filed under:"] = "Filed under:";
+$a->strings["%s from %s"] = "%s from %s";
+$a->strings["View in context"] = "View in context";
+$a->strings["Please wait"] = "Please wait";
+$a->strings["remove"] = "Remove";
+$a->strings["Delete Selected Items"] = "Delete selected items";
+$a->strings["Follow Thread"] = "Follow thread";
+$a->strings["View Status"] = "View status";
+$a->strings["View Profile"] = "View profile";
+$a->strings["View Photos"] = "View photos";
+$a->strings["Network Posts"] = "Network posts";
+$a->strings["View Contact"] = "View contact";
+$a->strings["Send PM"] = "Send PM";
+$a->strings["Poke"] = "Poke";
+$a->strings["%s likes this."] = "%s likes this.";
+$a->strings["%s doesn't like this."] = "%s doesn't like this.";
+$a->strings["%s attends."] = "%s attends.";
+$a->strings["%s doesn't attend."] = "%s doesn't attend.";
+$a->strings["%s attends maybe."] = "%s may attend.";
+$a->strings["and"] = "and";
+$a->strings[", and %d other people"] = ", and %d other people";
+$a->strings["<span  %1\$s>%2\$d people</span> like this"] = "<span  %1\$s>%2\$d people</span> like this";
+$a->strings["%s like this."] = "%s like this.";
+$a->strings["<span  %1\$s>%2\$d people</span> don't like this"] = "<span  %1\$s>%2\$d people</span> don't like this";
+$a->strings["%s don't like this."] = "%s don't like this.";
+$a->strings["<span  %1\$s>%2\$d people</span> attend"] = "<span  %1\$s>%2\$d people</span> attend";
+$a->strings["%s attend."] = "%s attend.";
+$a->strings["<span  %1\$s>%2\$d people</span> don't attend"] = "<span  %1\$s>%2\$d people</span> don't attend";
+$a->strings["%s don't attend."] = "%s don't attend.";
+$a->strings["<span  %1\$s>%2\$d people</span> attend maybe"] = "<span  %1\$s>%2\$d people</span> attend maybe";
+$a->strings["%s anttend maybe."] = "%s attend maybe.";
+$a->strings["Visible to <strong>everybody</strong>"] = "Visible to <strong>everybody</strong>";
+$a->strings["Please enter a link URL:"] = "Please enter a link URL:";
+$a->strings["Please enter a video link/URL:"] = "Please enter a video link/URL:";
+$a->strings["Please enter an audio link/URL:"] = "Please enter an audio link/URL:";
+$a->strings["Tag term:"] = "Tag term:";
+$a->strings["Save to Folder:"] = "Save to folder:";
+$a->strings["Where are you right now?"] = "Where are you right now?";
+$a->strings["Delete item(s)?"] = "Delete item(s)?";
+$a->strings["Share"] = "Share";
+$a->strings["Upload photo"] = "Upload photo";
+$a->strings["upload photo"] = "upload photo";
+$a->strings["Attach file"] = "Attach file";
+$a->strings["attach file"] = "attach file";
+$a->strings["Insert web link"] = "Insert web link";
+$a->strings["web link"] = "web link";
+$a->strings["Insert video link"] = "Insert video link";
+$a->strings["video link"] = "video link";
+$a->strings["Insert audio link"] = "Insert audio link";
+$a->strings["audio link"] = "audio link";
+$a->strings["Set your location"] = "Set your location";
+$a->strings["set location"] = "set location";
+$a->strings["Clear browser location"] = "Clear browser location";
+$a->strings["clear location"] = "clear location";
+$a->strings["Set title"] = "Set title";
+$a->strings["Categories (comma-separated list)"] = "Categories (comma-separated list)";
+$a->strings["Permission settings"] = "Permission settings";
+$a->strings["permissions"] = "permissions";
+$a->strings["Public post"] = "Public post";
+$a->strings["Preview"] = "Preview";
+$a->strings["Cancel"] = "Cancel";
+$a->strings["Post to Groups"] = "Post to groups";
+$a->strings["Post to Contacts"] = "Post to contacts";
+$a->strings["Private post"] = "Private post";
+$a->strings["Message"] = "Message";
+$a->strings["Browser"] = "Browser";
+$a->strings["View all"] = "View all";
+$a->strings["Like"] = array(
+       0 => "Like",
+       1 => "Likes",
+);
+$a->strings["Dislike"] = array(
+       0 => "Dislike",
+       1 => "Dislikes",
+);
+$a->strings["Not Attending"] = array(
+       0 => "Not attending",
+       1 => "Not attending",
+);
+$a->strings["Undecided"] = array(
+       0 => "Undecided",
+       1 => "Undecided",
+);
+$a->strings["Miscellaneous"] = "Miscellaneous";
+$a->strings["Birthday:"] = "Birthday:";
+$a->strings["Age: "] = "Age: ";
+$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD or MM-DD";
+$a->strings["never"] = "never";
+$a->strings["less than a second ago"] = "less than a second ago";
+$a->strings["year"] = "year";
+$a->strings["years"] = "years";
+$a->strings["month"] = "month";
+$a->strings["months"] = "months";
+$a->strings["week"] = "week";
+$a->strings["weeks"] = "weeks";
+$a->strings["day"] = "day";
+$a->strings["days"] = "days";
+$a->strings["hour"] = "hour";
+$a->strings["hours"] = "hours";
+$a->strings["minute"] = "minute";
+$a->strings["minutes"] = "minutes";
+$a->strings["second"] = "second";
+$a->strings["seconds"] = "seconds";
+$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s ago";
+$a->strings["%s's birthday"] = "%s's birthday";
+$a->strings["Happy Birthday %s"] = "Happy Birthday, %s!";
+$a->strings["(no subject)"] = "(no subject)";
+$a->strings["noreply"] = "noreply";
+$a->strings["%s\\'s birthday"] = "%s\\'s birthday";
+$a->strings["all-day"] = "All-day";
+$a->strings["Sun"] = "Sun";
+$a->strings["Mon"] = "Mon";
+$a->strings["Tue"] = "Tue";
+$a->strings["Wed"] = "Wed";
+$a->strings["Thu"] = "Thu";
+$a->strings["Fri"] = "Fri";
+$a->strings["Sat"] = "Sat";
+$a->strings["Sunday"] = "Sunday";
+$a->strings["Monday"] = "Monday";
+$a->strings["Tuesday"] = "Tuesday";
+$a->strings["Wednesday"] = "Wednesday";
+$a->strings["Thursday"] = "Thursday";
+$a->strings["Friday"] = "Friday";
+$a->strings["Saturday"] = "Saturday";
+$a->strings["Jan"] = "Jan";
+$a->strings["Feb"] = "Feb";
+$a->strings["Mar"] = "Mar";
+$a->strings["Apr"] = "Apr";
+$a->strings["May"] = "May";
+$a->strings["Jun"] = "Jun";
+$a->strings["Jul"] = "Jul";
+$a->strings["Aug"] = "Aug";
+$a->strings["Sept"] = "Sep";
+$a->strings["Oct"] = "Oct";
+$a->strings["Nov"] = "Nov";
+$a->strings["Dec"] = "Dec";
+$a->strings["January"] = "January";
+$a->strings["February"] = "February";
+$a->strings["March"] = "March";
+$a->strings["April"] = "April";
+$a->strings["June"] = "June";
+$a->strings["July"] = "July";
+$a->strings["August"] = "August";
+$a->strings["September"] = "September";
+$a->strings["October"] = "October";
+$a->strings["November"] = "November";
+$a->strings["December"] = "December";
+$a->strings["today"] = "today";
+$a->strings["No events to display"] = "No events to display";
+$a->strings["l, F j"] = "l, F j";
+$a->strings["Edit event"] = "Edit event";
+$a->strings["Delete event"] = "Delete event";
+$a->strings["link to source"] = "Link to source";
+$a->strings["Export"] = "Export";
+$a->strings["Export calendar as ical"] = "Export calendar as ical";
+$a->strings["Export calendar as csv"] = "Export calendar as csv";
+$a->strings["Disallowed profile URL."] = "Disallowed profile URL.";
+$a->strings["Blocked domain"] = "Blocked domain";
+$a->strings["Connect URL missing."] = "Connect URL missing.";
+$a->strings["This site is not configured to allow communications with other networks."] = "This site is not configured to allow communications with other networks.";
+$a->strings["No compatible communication protocols or feeds were discovered."] = "No compatible communication protocols or feeds were discovered.";
+$a->strings["The profile address specified does not provide adequate information."] = "The profile address specified does not provide adequate information.";
+$a->strings["An author or name was not found."] = "An author or name was not found.";
+$a->strings["No browser URL could be matched to this address."] = "No browser URL could be matched to this address.";
+$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Unable to match @-style identity address with a known protocol or email contact.";
+$a->strings["Use mailto: in front of address to force email check."] = "Use mailto: in front of address to force email check.";
+$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "The profile address specified belongs to a network which has been disabled on this site.";
+$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Limited profile: This person will be unable to receive direct/private messages from you.";
+$a->strings["Unable to retrieve contact information."] = "Unable to retrieve contact information.";
+$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s is going to %2\$s's %3\$s";
+$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s is not going to %2\$s's %3\$s";
+$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s may go to %2\$s's %3\$s";
+$a->strings["Contact Photos"] = "Contact photos";
+$a->strings["Welcome "] = "Welcome ";
+$a->strings["Please upload a profile photo."] = "Please upload a profile photo.";
+$a->strings["Welcome back "] = "Welcome back ";
+$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours.";
+$a->strings["newer"] = "Later posts";
+$a->strings["older"] = "Earlier posts";
+$a->strings["first"] = "first";
+$a->strings["prev"] = "prev";
+$a->strings["next"] = "next";
+$a->strings["last"] = "last";
+$a->strings["Loading more entries..."] = "Loading more entries...";
+$a->strings["The end"] = "The end";
+$a->strings["No contacts"] = "No contacts";
+$a->strings["%d Contact"] = array(
+       0 => "%d contact",
+       1 => "%d contacts",
+);
+$a->strings["View Contacts"] = "View contacts";
+$a->strings["Search"] = "Search";
+$a->strings["Save"] = "Save";
+$a->strings["@name, !forum, #tags, content"] = "@name, !forum, #tags, content";
+$a->strings["Full Text"] = "Full text";
+$a->strings["Tags"] = "Tags";
+$a->strings["Contacts"] = "Contacts";
+$a->strings["poke"] = "poke";
+$a->strings["poked"] = "poked";
+$a->strings["ping"] = "ping";
+$a->strings["pinged"] = "pinged";
+$a->strings["prod"] = "prod";
+$a->strings["prodded"] = "prodded";
+$a->strings["slap"] = "slap";
+$a->strings["slapped"] = "slapped";
+$a->strings["finger"] = "finger";
+$a->strings["fingered"] = "fingered";
+$a->strings["rebuff"] = "rebuff";
+$a->strings["rebuffed"] = "rebuffed";
+$a->strings["happy"] = "happy";
+$a->strings["sad"] = "sad";
+$a->strings["mellow"] = "mellow";
+$a->strings["tired"] = "tired";
+$a->strings["perky"] = "perky";
+$a->strings["angry"] = "angry";
+$a->strings["stupified"] = "stupified";
+$a->strings["puzzled"] = "puzzled";
+$a->strings["interested"] = "interested";
+$a->strings["bitter"] = "bitter";
+$a->strings["cheerful"] = "cheerful";
+$a->strings["alive"] = "alive";
+$a->strings["annoyed"] = "annoyed";
+$a->strings["anxious"] = "anxious";
+$a->strings["cranky"] = "cranky";
+$a->strings["disturbed"] = "disturbed";
+$a->strings["frustrated"] = "frustrated";
+$a->strings["motivated"] = "motivated";
+$a->strings["relaxed"] = "relaxed";
+$a->strings["surprised"] = "surprised";
+$a->strings["View Video"] = "View video";
+$a->strings["bytes"] = "bytes";
+$a->strings["Click to open/close"] = "Click to open/close";
+$a->strings["View on separate page"] = "View on separate page";
+$a->strings["view on separate page"] = "view on separate page";
+$a->strings["activity"] = "activity";
+$a->strings["comment"] = array(
+       0 => "comment",
+       1 => "comments",
+);
+$a->strings["post"] = "post";
+$a->strings["Item filed"] = "Item filed";
+$a->strings["Drop Contact"] = "Drop contact";
+$a->strings["Organisation"] = "Organisation";
+$a->strings["News"] = "News";
+$a->strings["Forum"] = "Forum";
+$a->strings["Image/photo"] = "Image/Photo";
+$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s";
+$a->strings["$1 wrote:"] = "$1 wrote:";
+$a->strings["Encrypted content"] = "Encrypted content";
+$a->strings["Invalid source protocol"] = "Invalid source protocol";
+$a->strings["Invalid link protocol"] = "Invalid link protocol";
+$a->strings["Friendica Notification"] = "Friendica notification";
+$a->strings["Thank You,"] = "Thank you";
+$a->strings["%s Administrator"] = "%s Administrator";
+$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Administrator";
+$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
+$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify] New mail received at %s";
+$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s sent you a new private message at %2\$s.";
+$a->strings["%1\$s sent you %2\$s."] = "%1\$s sent you %2\$s.";
+$a->strings["a private message"] = "a private message";
+$a->strings["Please visit %s to view and/or reply to your private messages."] = "Please visit %s to view or reply to your private messages.";
+$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]a %3\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]your %3\$s[/url]";
+$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify] Comment to conversation #%1\$d by %2\$s";
+$a->strings["%s commented on an item/conversation you have been following."] = "%s commented on an item/conversation you have been following.";
+$a->strings["Please visit %s to view and/or reply to the conversation."] = "Please visit %s to view or reply to the conversation.";
+$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notify] %s posted to your profile wall";
+$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s posted to your profile wall at %2\$s";
+$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s posted to [url=%2\$s]your wall[/url]";
+$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s tagged you";
+$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s tagged you at %2\$s";
+$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]tagged you[/url].";
+$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Notify] %s shared a new post";
+$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s shared a new post at %2\$s";
+$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]shared a post[/url].";
+$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s poked you";
+$a->strings["%1\$s poked you at %2\$s"] = "%1\$s poked you at %2\$s";
+$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]poked you[/url].";
+$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s tagged your post";
+$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s tagged your post at %2\$s";
+$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s tagged [url=%2\$s]your post[/url]";
+$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notify] Introduction received";
+$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "You've received an introduction from '%1\$s' at %2\$s";
+$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "You've received [url=%1\$s]an introduction[/url] from %2\$s.";
+$a->strings["You may visit their profile at %s"] = "You may visit their profile at %s";
+$a->strings["Please visit %s to approve or reject the introduction."] = "Please visit %s to approve or reject the introduction.";
+$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Notify] A new person is sharing with you";
+$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s is sharing with you at %2\$s";
+$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Notify] You have a new follower";
+$a->strings["You have a new follower at %2\$s : %1\$s"] = "You have a new follower at %2\$s : %1\$s";
+$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notify] Friend suggestion received";
+$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "You've received a friend suggestion from '%1\$s' at %2\$s";
+$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s.";
+$a->strings["Name:"] = "Name:";
+$a->strings["Photo:"] = "Photo:";
+$a->strings["Please visit %s to approve or reject the suggestion."] = "Please visit %s to approve or reject the suggestion.";
+$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica:Notify] Connection accepted";
+$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' has accepted your connection request at %2\$s";
+$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s has accepted your [url=%1\$s]connection request[/url].";
+$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "You are now mutual friends and may exchange status updates, photos, and email without restriction.";
+$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Please visit %s if you wish to make any changes to this relationship.";
+$a->strings["'%1\$s' has chosen to accept you a \"fan\", which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "'%1\$s' has chosen to accept you as \"Follower\". This restricts some forms of communication, such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically.";
+$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future.";
+$a->strings["Please visit %s  if you wish to make any changes to this relationship."] = "Please visit %s  if you wish to make any changes to this relationship.";
+$a->strings["[Friendica System:Notify] registration request"] = "[Friendica:Notify] registration request";
+$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "You've received a registration request from '%1\$s' at %2\$s.";
+$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "You've received a [url=%1\$s]registration request[/url] from %2\$s.";
+$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = "Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)";
+$a->strings["Please visit %s to approve or reject the request."] = "Please visit %s to approve or reject the request.";
+$a->strings["[no subject]"] = "[no subject]";
+$a->strings["Wall Photos"] = "Wall photos";
+$a->strings["Nothing new here"] = "Nothing new here";
+$a->strings["Clear notifications"] = "Clear notifications";
+$a->strings["Logout"] = "Logout";
+$a->strings["End this session"] = "End this session";
+$a->strings["Status"] = "Status";
+$a->strings["Your posts and conversations"] = "My posts and conversations";
+$a->strings["Profile"] = "Profile";
+$a->strings["Your profile page"] = "My profile page";
+$a->strings["Photos"] = "Photos";
+$a->strings["Your photos"] = "My photos";
+$a->strings["Videos"] = "Videos";
+$a->strings["Your videos"] = "My videos";
+$a->strings["Events"] = "Events";
+$a->strings["Your events"] = "My events";
+$a->strings["Personal notes"] = "Personal notes";
+$a->strings["Your personal notes"] = "My personal notes";
+$a->strings["Login"] = "Login";
+$a->strings["Sign in"] = "Sign in";
+$a->strings["Home Page"] = "Home page";
+$a->strings["Register"] = "Register";
+$a->strings["Create an account"] = "Create account";
+$a->strings["Help"] = "Help";
+$a->strings["Help and documentation"] = "Help and documentation";
+$a->strings["Apps"] = "Apps";
+$a->strings["Addon applications, utilities, games"] = "Addon applications, utilities, games";
+$a->strings["Search site content"] = "Search site content";
+$a->strings["Community"] = "Community";
+$a->strings["Conversations on this site"] = "Public conversations on this site";
+$a->strings["Conversations on the network"] = "Conversations on the network";
+$a->strings["Events and Calendar"] = "Events and calendar";
+$a->strings["Directory"] = "Directory";
+$a->strings["People directory"] = "People directory";
+$a->strings["Information"] = "Information";
+$a->strings["Information about this friendica instance"] = "Information about this Friendica instance";
+$a->strings["Conversations from your friends"] = "My friends' conversations";
+$a->strings["Network Reset"] = "Network reset";
+$a->strings["Load Network page with no filters"] = "Load network page without filters";
+$a->strings["Friend Requests"] = "Friend requests";
+$a->strings["Notifications"] = "Notifications";
+$a->strings["See all notifications"] = "See all notifications";
+$a->strings["Mark as seen"] = "Mark as seen";
+$a->strings["Mark all system notifications seen"] = "Mark all system notifications seen";
+$a->strings["Messages"] = "Messages";
+$a->strings["Private mail"] = "Private messages";
+$a->strings["Inbox"] = "Inbox";
+$a->strings["Outbox"] = "Outbox";
+$a->strings["New Message"] = "New Message";
+$a->strings["Manage"] = "Manage";
+$a->strings["Manage other pages"] = "Manage other pages";
+$a->strings["Delegations"] = "Delegations";
+$a->strings["Delegate Page Management"] = "Delegate Page Management";
+$a->strings["Settings"] = "Settings";
+$a->strings["Account settings"] = "Account settings";
+$a->strings["Profiles"] = "Profiles";
+$a->strings["Manage/Edit Profiles"] = "Manage/Edit profiles";
+$a->strings["Manage/edit friends and contacts"] = "Manage/Edit friends and contacts";
+$a->strings["Admin"] = "Admin";
+$a->strings["Site setup and configuration"] = "Site setup and configuration";
+$a->strings["Navigation"] = "Navigation";
+$a->strings["Site map"] = "Site map";
+$a->strings["view full size"] = "view full size";
+$a->strings["Embedded content"] = "Embedded content";
+$a->strings["Embedding disabled"] = "Embedding disabled";
+$a->strings["Error decoding account file"] = "Error decoding account file";
+$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Error! No version data in file! Is this a Friendica account file?";
+$a->strings["Error! Cannot check nickname"] = "Error! Cannot check nickname.";
+$a->strings["User '%s' already exists on this server!"] = "User '%s' already exists on this server!";
+$a->strings["User creation error"] = "User creation error";
+$a->strings["User profile creation error"] = "User profile creation error";
+$a->strings["%d contact not imported"] = array(
+       0 => "%d contact not imported",
+       1 => "%d contacts not imported",
+);
+$a->strings["Done. You can now login with your username and password"] = "Done. You can now login with your username and password";
+$a->strings["Passwords do not match. Password unchanged."] = "Passwords do not match. Password unchanged.";
+$a->strings["An invitation is required."] = "An invitation is required.";
+$a->strings["Invitation could not be verified."] = "Invitation could not be verified.";
+$a->strings["Invalid OpenID url"] = "Invalid OpenID URL";
+$a->strings["Please enter the required information."] = "Please enter the required information.";
+$a->strings["Please use a shorter name."] = "Please use a shorter name.";
+$a->strings["Name too short."] = "Name too short.";
+$a->strings["That doesn't appear to be your full (First Last) name."] = "That doesn't appear to be your full (i.e first and last) name.";
+$a->strings["Your email domain is not among those allowed on this site."] = "Your email domain is not allowed on this site.";
+$a->strings["Not a valid email address."] = "Not a valid email address.";
+$a->strings["Cannot use that email."] = "Cannot use that email.";
+$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\" and \"_\"."] = "Your \"nickname\" can only contain \"a-z\", \"0-9\" and \"_\".";
+$a->strings["Nickname is already registered. Please choose another."] = "Nickname is already registered. Please choose another.";
+$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Nickname was once registered here and may not be re-used. Please choose another.";
+$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "SERIOUS ERROR: Generation of security keys failed.";
+$a->strings["An error occurred during registration. Please try again."] = "An error occurred during registration. Please try again.";
+$a->strings["default"] = "default";
+$a->strings["An error occurred creating your default profile. Please try again."] = "An error occurred creating your default profile. Please try again.";
+$a->strings["Friends"] = "Friends";
+$a->strings["Profile Photos"] = "Profile photos";
+$a->strings["\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t"] = "\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account is pending approval by the administrator.\n\t";
+$a->strings["Registration at %s"] = "Registration at %s";
+$a->strings["\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t"] = "\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t";
+$a->strings["\n\t\tThe login details are as follows:\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t%1\$s\n\t\t\tPassword:\t%5\$s\n\n\t\tYou may change your password from your account \"Settings\" page after logging\n\t\tin.\n\n\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\tYou may also wish to add some basic information to your default profile\n\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\tWe recommend setting your full name, adding a profile photo,\n\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\tthan that.\n\n\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\tIf you are new and do not know anybody here, they may help\n\t\tyou to make some new and interesting friends.\n\n\n\t\tThank you and welcome to %2\$s."] = "\n\t\tThe login details are as follows:\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t%1\$s\n\t\t\tPassword:\t%5\$s\n\n\t\tYou may change your password for your account \"Settings\" after logging\n\t\tin.\n\n\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\tYou may wish to add some basic information to your default profile\n\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\tWe recommend setting your full name, adding a profile photo,\n\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\tperhaps what country you live in, if you do not wish to be more specific\n\t\tthan that.\n\n\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\tIf you are new and do not know anybody here, these settings may help to\n\t\tmake new and interesting friends.\n\n\n\t\tThank you and welcome to %2\$s.";
+$a->strings["Registration details for %s"] = "Registration details for %s";
+$a->strings["Daily posting limit of %d posts reached. The post was rejected."] = "Daily posting limit of %d posts reached. This post was rejected.";
+$a->strings["Weekly posting limit of %d posts reached. The post was rejected."] = "Weekly posting limit of %d posts reached. This post was rejected.";
+$a->strings["Monthly posting limit of %d posts reached. The post was rejected."] = "Monthly posting limit of %d posts reached. This post was rejected.";
+$a->strings["Cannot locate DNS info for database server '%s'"] = "Cannot locate DNS info for database server '%s'";
+$a->strings["There are no tables on MyISAM."] = "There are no tables on MyISAM.";
+$a->strings["\n\t\t\tThe friendica developers released update %s recently,\n\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\tThe Friendica developers released update %s recently,\n\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\tFriendica developer if you can not help me on your own. My database\n                        might be invalid.";
+$a->strings["The error message is\n[pre]%s[/pre]"] = "The error message is\n[pre]%s[/pre]";
+$a->strings["\nError %d occurred during database update:\n%s\n"] = "\nError %d occurred during database update:\n%s\n";
+$a->strings["Errors encountered performing database changes: "] = "Errors encountered performing database changes: ";
+$a->strings[": Database update"] = ": Database update";
+$a->strings["%s: updating %s table."] = "%s: updating %s table.";
+$a->strings["Sharing notification from Diaspora network"] = "Sharing notification from Diaspora network";
+$a->strings["Attachments:"] = "Attachments:";
+$a->strings["Requested account is not available."] = "Requested account is unavailable.";
+$a->strings["Requested profile is not available."] = "Requested profile is unavailable.";
+$a->strings["Edit profile"] = "Edit profile";
+$a->strings["Atom feed"] = "Atom feed";
+$a->strings["Manage/edit profiles"] = "Manage/Edit profiles";
+$a->strings["Change profile photo"] = "Change profile photo";
+$a->strings["Create New Profile"] = "Create new profile";
+$a->strings["Profile Image"] = "Profile image";
+$a->strings["visible to everybody"] = "Visible to everybody";
+$a->strings["Edit visibility"] = "Edit visibility";
+$a->strings["Gender:"] = "Gender:";
+$a->strings["Status:"] = "Status:";
+$a->strings["Homepage:"] = "Homepage:";
+$a->strings["About:"] = "About:";
+$a->strings["XMPP:"] = "XMPP:";
+$a->strings["Network:"] = "Network:";
+$a->strings["g A l F d"] = "g A l F d";
+$a->strings["F d"] = "F d";
+$a->strings["[today]"] = "[today]";
+$a->strings["Birthday Reminders"] = "Birthday reminders";
+$a->strings["Birthdays this week:"] = "Birthdays this week:";
+$a->strings["[No description]"] = "[No description]";
+$a->strings["Event Reminders"] = "Event reminders";
+$a->strings["Events this week:"] = "Events this week:";
+$a->strings["Full Name:"] = "Full name:";
+$a->strings["j F, Y"] = "j F, Y";
+$a->strings["j F"] = "j F";
+$a->strings["Age:"] = "Age:";
+$a->strings["for %1\$d %2\$s"] = "for %1\$d %2\$s";
+$a->strings["Sexual Preference:"] = "Sexual preference:";
+$a->strings["Hometown:"] = "Home town:";
+$a->strings["Tags:"] = "Tags:";
+$a->strings["Political Views:"] = "Political views:";
+$a->strings["Religion:"] = "Religion:";
+$a->strings["Hobbies/Interests:"] = "Hobbies/Interests:";
+$a->strings["Likes:"] = "Likes:";
+$a->strings["Dislikes:"] = "Dislikes:";
+$a->strings["Contact information and Social Networks:"] = "Contact information and social networks:";
+$a->strings["Musical interests:"] = "Music:";
+$a->strings["Books, literature:"] = "Books/Literature:";
+$a->strings["Television:"] = "Television:";
+$a->strings["Film/dance/culture/entertainment:"] = "Arts, culture, entertainment:";
+$a->strings["Love/Romance:"] = "Love/Romance:";
+$a->strings["Work/employment:"] = "Work/Employment:";
+$a->strings["School/education:"] = "School/Education:";
+$a->strings["Forums:"] = "Forums:";
+$a->strings["Basic"] = "Basic";
+$a->strings["Advanced"] = "Advanced";
+$a->strings["Status Messages and Posts"] = "Status Messages and Posts";
+$a->strings["Profile Details"] = "Profile Details";
+$a->strings["Photo Albums"] = "Photo Albums";
+$a->strings["Personal Notes"] = "Personal notes";
+$a->strings["Only You Can See This"] = "Only you can see this.";
+$a->strings["[Name Withheld]"] = "[Name Withheld]";
+$a->strings["Item not found."] = "Item not found.";
+$a->strings["Do you really want to delete this item?"] = "Do you really want to delete this item?";
+$a->strings["Yes"] = "Yes";
+$a->strings["Permission denied."] = "Permission denied.";
+$a->strings["Archives"] = "Archives";
+$a->strings["%s is now following %s."] = "%s is now following %s.";
+$a->strings["following"] = "following";
+$a->strings["%s stopped following %s."] = "%s stopped following %s.";
+$a->strings["stopped following"] = "stopped following";
+$a->strings["Click here to upgrade."] = "Click here to upgrade.";
+$a->strings["This action exceeds the limits set by your subscription plan."] = "This action exceeds the limits set by your subscription plan.";
+$a->strings["This action is not available under your subscription plan."] = "This action is not available under your subscription plan.";
+$a->strings["Male"] = "Male";
+$a->strings["Female"] = "Female";
+$a->strings["Currently Male"] = "Currently Male";
+$a->strings["Currently Female"] = "Currently Female";
+$a->strings["Mostly Male"] = "Mostly Male";
+$a->strings["Mostly Female"] = "Mostly Female";
+$a->strings["Transgender"] = "Transgender";
+$a->strings["Intersex"] = "Intersex";
+$a->strings["Transsexual"] = "Transsexual";
+$a->strings["Hermaphrodite"] = "Hermaphrodite";
+$a->strings["Neuter"] = "Neuter";
+$a->strings["Non-specific"] = "Non-specific";
+$a->strings["Other"] = "Other";
+$a->strings["Males"] = "Males";
+$a->strings["Females"] = "Females";
+$a->strings["Gay"] = "Gay";
+$a->strings["Lesbian"] = "Lesbian";
+$a->strings["No Preference"] = "No Preference";
+$a->strings["Bisexual"] = "Bisexual";
+$a->strings["Autosexual"] = "Auto-sexual";
+$a->strings["Abstinent"] = "Abstinent";
+$a->strings["Virgin"] = "Virgin";
+$a->strings["Deviant"] = "Deviant";
+$a->strings["Fetish"] = "Fetish";
+$a->strings["Oodles"] = "Oodles";
+$a->strings["Nonsexual"] = "Asexual";
+$a->strings["Single"] = "Single";
+$a->strings["Lonely"] = "Lonely";
+$a->strings["Available"] = "Available";
+$a->strings["Unavailable"] = "Unavailable";
+$a->strings["Has crush"] = "Having a crush";
+$a->strings["Infatuated"] = "Infatuated";
+$a->strings["Dating"] = "Dating";
+$a->strings["Unfaithful"] = "Unfaithful";
+$a->strings["Sex Addict"] = "Sex addict";
+$a->strings["Friends/Benefits"] = "Friends with benefits";
+$a->strings["Casual"] = "Casual";
+$a->strings["Engaged"] = "Engaged";
+$a->strings["Married"] = "Married";
+$a->strings["Imaginarily married"] = "Imaginarily married";
+$a->strings["Partners"] = "Partners";
+$a->strings["Cohabiting"] = "Cohabiting";
+$a->strings["Common law"] = "Common law spouse";
+$a->strings["Happy"] = "Happy";
+$a->strings["Not looking"] = "Not looking";
+$a->strings["Swinger"] = "Swinger";
+$a->strings["Betrayed"] = "Betrayed";
+$a->strings["Separated"] = "Separated";
+$a->strings["Unstable"] = "Unstable";
+$a->strings["Divorced"] = "Divorced";
+$a->strings["Imaginarily divorced"] = "Imaginarily divorced";
+$a->strings["Widowed"] = "Widowed";
+$a->strings["Uncertain"] = "Uncertain";
+$a->strings["It's complicated"] = "It's complicated";
+$a->strings["Don't care"] = "Don't care";
+$a->strings["Ask me"] = "Ask me";
+$a->strings["No friends to display."] = "No friends to display.";
+$a->strings["Authorize application connection"] = "Authorize application connection";
+$a->strings["Return to your app and insert this Securty Code:"] = "Return to your app and insert this security code:";
+$a->strings["Please login to continue."] = "Please login to continue.";
+$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Do you want to authorize this application to access your posts and contacts and create new posts for you?";
+$a->strings["No"] = "No";
+$a->strings["You must be logged in to use addons. "] = "You must be logged in to use addons. ";
+$a->strings["Applications"] = "Applications";
+$a->strings["No installed applications."] = "No installed applications.";
+$a->strings["Item not available."] = "Item not available.";
+$a->strings["Item was not found."] = "Item was not found.";
+$a->strings["Source (bbcode) text:"] = "Source (bbcode) text:";
+$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Source (Diaspora) text to convert to BBcode:";
+$a->strings["Source input: "] = "Source input: ";
+$a->strings["bb2html (raw HTML): "] = "bb2html (raw HTML): ";
+$a->strings["bb2html: "] = "bb2html: ";
+$a->strings["bb2html2bb: "] = "bb2html2bb: ";
+$a->strings["bb2md: "] = "bb2md: ";
+$a->strings["bb2md2html: "] = "bb2md2html: ";
+$a->strings["bb2dia2bb: "] = "bb2dia2bb: ";
+$a->strings["bb2md2html2bb: "] = "bb2md2html2bb: ";
+$a->strings["Source input (Diaspora format): "] = "Source input (Diaspora format): ";
+$a->strings["diaspora2bb: "] = "diaspora2bb: ";
+$a->strings["The post was created"] = "The post was created";
+$a->strings["Access to this profile has been restricted."] = "Access to this profile has been restricted.";
+$a->strings["View"] = "View";
+$a->strings["Previous"] = "Previous";
+$a->strings["Next"] = "Next";
+$a->strings["list"] = "List";
+$a->strings["User not found"] = "User not found";
+$a->strings["This calendar format is not supported"] = "This calendar format is not supported";
+$a->strings["No exportable data found"] = "No exportable data found";
+$a->strings["calendar"] = "calendar";
+$a->strings["No contacts in common."] = "No contacts in common.";
+$a->strings["Common Friends"] = "Common friends";
+$a->strings["Public access denied."] = "Public access denied.";
+$a->strings["Not available."] = "Not available.";
+$a->strings["No results."] = "No results.";
+$a->strings["No such group"] = "No such group";
+$a->strings["Group is empty"] = "Group is empty";
+$a->strings["Group: %s"] = "Group: %s";
+$a->strings["This entry was edited"] = "This entry was edited";
+$a->strings["%d comment"] = array(
+       0 => "%d comment",
+       1 => "%d comments -",
+);
+$a->strings["Private Message"] = "Private message";
+$a->strings["I like this (toggle)"] = "I like this (toggle)";
+$a->strings["like"] = "Like";
+$a->strings["I don't like this (toggle)"] = "I don't like this (toggle)";
+$a->strings["dislike"] = "Dislike";
+$a->strings["Share this"] = "Share this";
+$a->strings["share"] = "Share";
+$a->strings["This is you"] = "This is me";
+$a->strings["Comment"] = "Comment";
+$a->strings["Submit"] = "Submit";
+$a->strings["Bold"] = "Bold";
+$a->strings["Italic"] = "Italic";
+$a->strings["Underline"] = "Underline";
+$a->strings["Quote"] = "Quote";
+$a->strings["Code"] = "Code";
+$a->strings["Image"] = "Image";
+$a->strings["Link"] = "Link";
+$a->strings["Video"] = "Video";
+$a->strings["Edit"] = "Edit";
+$a->strings["add star"] = "Add star";
+$a->strings["remove star"] = "Remove star";
+$a->strings["toggle star status"] = "Toggle star status";
+$a->strings["starred"] = "Starred";
+$a->strings["add tag"] = "Add tag";
+$a->strings["ignore thread"] = "Ignore thread";
+$a->strings["unignore thread"] = "Unignore thread";
+$a->strings["toggle ignore status"] = "Toggle ignore status";
+$a->strings["ignored"] = "Ignored";
+$a->strings["save to folder"] = "Save to folder";
+$a->strings["I will attend"] = "I will attend";
+$a->strings["I will not attend"] = "I will not attend";
+$a->strings["I might attend"] = "I might attend";
+$a->strings["to"] = "to";
+$a->strings["Wall-to-Wall"] = "Wall-to-wall";
+$a->strings["via Wall-To-Wall:"] = "via wall-to-wall:";
+$a->strings["Credits"] = "Credits";
+$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = "Friendica is a community project that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!";
+$a->strings["Contact settings applied."] = "Contact settings applied.";
+$a->strings["Contact update failed."] = "Contact update failed.";
+$a->strings["Contact not found."] = "Contact not found.";
+$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>Warning: These are highly advanced settings.</strong> If you enter incorrect information your communications with this contact may not working.";
+$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page.";
+$a->strings["No mirroring"] = "No mirroring";
+$a->strings["Mirror as forwarded posting"] = "Mirror as forwarded posting";
+$a->strings["Mirror as my own posting"] = "Mirror as my own posting";
+$a->strings["Return to contact editor"] = "Return to contact editor";
+$a->strings["Refetch contact data"] = "Re-fetch contact data.";
+$a->strings["Remote Self"] = "Remote self";
+$a->strings["Mirror postings from this contact"] = "Mirror postings from this contact:";
+$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "This will cause Friendica to repost new entries from this contact.";
+$a->strings["Name"] = "Name:";
+$a->strings["Account Nickname"] = "Account nickname:";
+$a->strings["@Tagname - overrides Name/Nickname"] = "@Tag name - overrides name/nickname:";
+$a->strings["Account URL"] = "Account URL:";
+$a->strings["Friend Request URL"] = "Friend request URL:";
+$a->strings["Friend Confirm URL"] = "Friend confirm URL:";
+$a->strings["Notification Endpoint URL"] = "Notification endpoint URL";
+$a->strings["Poll/Feed URL"] = "Poll/Feed URL:";
+$a->strings["New photo from this URL"] = "New photo from this URL:";
+$a->strings["No potential page delegates located."] = "No potential page delegates found.";
+$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely.";
+$a->strings["Existing Page Managers"] = "Existing page managers";
+$a->strings["Existing Page Delegates"] = "Existing page delegates";
+$a->strings["Potential Delegates"] = "Potential delegates";
+$a->strings["Remove"] = "Remove";
+$a->strings["Add"] = "Add";
+$a->strings["No entries."] = "No entries.";
+$a->strings["Profile not found."] = "Profile not found.";
+$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "This may occasionally happen if contact was requested by both persons and it has already been approved.";
+$a->strings["Response from remote site was not understood."] = "Response from remote site was not understood.";
+$a->strings["Unexpected response from remote site: "] = "Unexpected response from remote site: ";
+$a->strings["Confirmation completed successfully."] = "Confirmation completed successfully.";
+$a->strings["Remote site reported: "] = "Remote site reported: ";
+$a->strings["Temporary failure. Please wait and try again."] = "Temporary failure. Please wait and try again.";
+$a->strings["Introduction failed or was revoked."] = "Introduction failed or was revoked.";
+$a->strings["Unable to set contact photo."] = "Unable to set contact photo.";
+$a->strings["No user record found for '%s' "] = "No user record found for '%s' ";
+$a->strings["Our site encryption key is apparently messed up."] = "Our site encryption key is apparently messed up.";
+$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "An empty URL was provided or the URL could not be decrypted by us.";
+$a->strings["Contact record was not found for you on our site."] = "Contact record was not found for you on our site.";
+$a->strings["Site public key not available in contact record for URL %s."] = "Site public key not available in contact record for URL %s.";
+$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "The ID provided by your system is a duplicate on our system. It should work if you try again.";
+$a->strings["Unable to set your contact credentials on our system."] = "Unable to set your contact credentials on our system.";
+$a->strings["Unable to update your contact profile details on our system"] = "Unable to update your contact profile details on our system";
+$a->strings["%1\$s has joined %2\$s"] = "%1\$s has joined %2\$s";
+$a->strings["%1\$s welcomes %2\$s"] = "%1\$s welcomes %2\$s";
+$a->strings["Global Directory"] = "Global Directory";
+$a->strings["Find on this site"] = "Find on this site";
+$a->strings["Results for:"] = "Results for:";
+$a->strings["Site Directory"] = "Site directory";
+$a->strings["No entries (some entries may be hidden)."] = "No entries (entries may be hidden).";
+$a->strings["People Search - %s"] = "People search - %s";
+$a->strings["Forum Search - %s"] = "Forum search - %s";
+$a->strings["No matches"] = "No matches";
+$a->strings["Item has been removed."] = "Item has been removed.";
+$a->strings["Item not found"] = "Item not found";
+$a->strings["Edit post"] = "Edit post";
+$a->strings["Event can not end before it has started."] = "Event cannot end before it has started.";
+$a->strings["Event title and start time are required."] = "Event title and starting time are required.";
+$a->strings["Create New Event"] = "Create new event";
+$a->strings["Event details"] = "Event details";
+$a->strings["Starting date and Title are required."] = "Starting date and title are required.";
+$a->strings["Event Starts:"] = "Event starts:";
+$a->strings["Required"] = "Required";
+$a->strings["Finish date/time is not known or not relevant"] = "Finish date/time is not known or not relevant";
+$a->strings["Event Finishes:"] = "Event finishes:";
+$a->strings["Adjust for viewer timezone"] = "Adjust for viewer's time zone";
+$a->strings["Description:"] = "Description:";
+$a->strings["Title:"] = "Title:";
+$a->strings["Share this event"] = "Share this event";
+$a->strings["Failed to remove event"] = "Failed to remove event";
+$a->strings["Event removed"] = "Event removed";
+$a->strings["Files"] = "Files";
+$a->strings["Not Found"] = "Not found";
+$a->strings["- select -"] = "- select -";
+$a->strings["Submit Request"] = "Submit request";
+$a->strings["You already added this contact."] = "You already added this contact.";
+$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diaspora support isn't enabled. Contact can't be added.";
+$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus support is disabled. Contact can't be added.";
+$a->strings["The network type couldn't be detected. Contact can't be added."] = "The network type couldn't be detected. Contact can't be added.";
+$a->strings["Please answer the following:"] = "Please answer the following:";
+$a->strings["Does %s know you?"] = "Does %s know you?";
+$a->strings["Add a personal note:"] = "Add a personal note:";
+$a->strings["Your Identity Address:"] = "My identity address:";
+$a->strings["Profile URL"] = "Profile URL:";
+$a->strings["Contact added"] = "Contact added";
+$a->strings["This is Friendica, version"] = "This is Friendica, version";
+$a->strings["running at web location"] = "running at web location";
+$a->strings["Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."] = "Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project.";
+$a->strings["Bug reports and issues: please visit"] = "Bug reports and issues: please visit";
+$a->strings["the bugtracker at github"] = "the bugtracker at github";
+$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com";
+$a->strings["Installed plugins/addons/apps:"] = "Installed plugins/addons/apps:";
+$a->strings["No installed plugins/addons/apps"] = "No installed plugins/addons/apps";
+$a->strings["On this server the following remote servers are blocked."] = "On this server the following remote servers are blocked.";
+$a->strings["Reason for the block"] = "Reason for the block";
+$a->strings["Friend suggestion sent."] = "Friend suggestion sent";
+$a->strings["Suggest Friends"] = "Suggest friends";
+$a->strings["Suggest a friend for %s"] = "Suggest a friend for %s";
+$a->strings["Group created."] = "Group created.";
+$a->strings["Could not create group."] = "Could not create group.";
+$a->strings["Group not found."] = "Group not found.";
+$a->strings["Group name changed."] = "Group name changed.";
+$a->strings["Permission denied"] = "Permission denied";
+$a->strings["Save Group"] = "Save group";
+$a->strings["Create a group of contacts/friends."] = "Create a group of contacts/friends.";
+$a->strings["Group removed."] = "Group removed.";
+$a->strings["Unable to remove group."] = "Unable to remove group.";
+$a->strings["Delete Group"] = "Delete group";
+$a->strings["Group Editor"] = "Group Editor";
+$a->strings["Edit Group Name"] = "Edit group name";
+$a->strings["Members"] = "Members";
+$a->strings["All Contacts"] = "All contacts";
+$a->strings["Remove Contact"] = "Remove contact";
+$a->strings["Add Contact"] = "Add contact";
+$a->strings["Click on a contact to add or remove."] = "Click on a contact to add or remove.";
+$a->strings["No profile"] = "No profile";
+$a->strings["Help:"] = "Help:";
+$a->strings["Page not found."] = "Page not found";
+$a->strings["Welcome to %s"] = "Welcome to %s";
+$a->strings["Friendica Communications Server - Setup"] = "Friendica Communications Server - Setup";
+$a->strings["Could not connect to database."] = "Could not connect to database.";
+$a->strings["Could not create table."] = "Could not create table.";
+$a->strings["Your Friendica site database has been installed."] = "Your Friendica site database has been installed.";
+$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "You may need to import the file \"database.sql\" manually using phpmyadmin or mysql.";
+$a->strings["Please see the file \"INSTALL.txt\"."] = "Please see the file \"INSTALL.txt\".";
+$a->strings["Database already in use."] = "Database already in use.";
+$a->strings["System check"] = "System check";
+$a->strings["Check again"] = "Check again";
+$a->strings["Database connection"] = "Database connection";
+$a->strings["In order to install Friendica we need to know how to connect to your database."] = "In order to install Friendica we need to know how to connect to your database.";
+$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Please contact your hosting provider or site administrator if you have questions about these settings.";
+$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "The database you specify below should already exist. If it does not, please create it before continuing.";
+$a->strings["Database Server Name"] = "Database server name";
+$a->strings["Database Login Name"] = "Database login name";
+$a->strings["Database Login Password"] = "Database login password";
+$a->strings["For security reasons the password must not be empty"] = "For security reasons the password must not be empty";
+$a->strings["Database Name"] = "Database name";
+$a->strings["Site administrator email address"] = "Site administrator email address";
+$a->strings["Your account email address must match this in order to use the web admin panel."] = "Your account email address must match this in order to use the web admin panel.";
+$a->strings["Please select a default timezone for your website"] = "Please select a default time zone for your website";
+$a->strings["Site settings"] = "Site settings";
+$a->strings["System Language:"] = "System language:";
+$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Set the default language for your Friendica installation interface and email communication.";
+$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Could not find a command line version of PHP in the web server PATH.";
+$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run the background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-poller'>'Setup the poller'</a>"] = "If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-poller'>'Setup the poller'</a>";
+$a->strings["PHP executable path"] = "PHP executable path";
+$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Enter full path to php executable. You can leave this blank to continue the installation.";
+$a->strings["Command line PHP"] = "Command line PHP";
+$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "PHP executable is not a php cli binary; it could possibly be a cgi-fgci version.";
+$a->strings["Found PHP version: "] = "Found PHP version: ";
+$a->strings["PHP cli binary"] = "PHP cli binary";
+$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "The command line version of PHP on your system does not have \"register_argc_argv\" enabled.";
+$a->strings["This is required for message delivery to work."] = "This is required for message delivery to work.";
+$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv";
+$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys";
+$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "If running under Windows OS, please see \"http://www.php.net/manual/en/openssl.installation.php\".";
+$a->strings["Generate encryption keys"] = "Generate encryption keys";
+$a->strings["libCurl PHP module"] = "libCurl PHP module";
+$a->strings["GD graphics PHP module"] = "GD graphics PHP module";
+$a->strings["OpenSSL PHP module"] = "OpenSSL PHP module";
+$a->strings["PDO or MySQLi PHP module"] = "PDO or MySQLi PHP module";
+$a->strings["mb_string PHP module"] = "mb_string PHP module";
+$a->strings["XML PHP module"] = "XML PHP module";
+$a->strings["iconv module"] = "iconv module";
+$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module";
+$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Error: Apache web server mod-rewrite module is required but not installed.";
+$a->strings["Error: libCURL PHP module required but not installed."] = "Error: libCURL PHP module required but not installed.";
+$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Error: GD graphics PHP module with JPEG support required but not installed.";
+$a->strings["Error: openssl PHP module required but not installed."] = "Error: openssl PHP module required but not installed.";
+$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "Error: PDO or MySQLi PHP module required but not installed.";
+$a->strings["Error: The MySQL driver for PDO is not installed."] = "Error: MySQL driver for PDO is not installed.";
+$a->strings["Error: mb_string PHP module required but not installed."] = "Error: mb_string PHP module required but not installed.";
+$a->strings["Error: iconv PHP module required but not installed."] = "Error: iconv PHP module required but not installed.";
+$a->strings["Error, XML PHP module required but not installed."] = "Error, XML PHP module required but not installed.";
+$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "The web installer needs to be able to create a file called \".htconfig.php\" in the top-level directory of your web server, but it is unable to do so.";
+$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "This is most often a permission setting issue, as the web server may not be able to write files in your directory - even if you can.";
+$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top-level directory.";
+$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Alternatively, you may skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions.";
+$a->strings[".htconfig.php is writable"] = ".htconfig.php is writeable";
+$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering.";
+$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top-level directory.";
+$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Please ensure the user (e.g. www-data) that your web server runs as has write access to this directory.";
+$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains.";
+$a->strings["view/smarty3 is writable"] = "view/smarty3 is writeable";
+$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "URL rewrite in .htaccess is not working. Check your server configuration.";
+$a->strings["Url rewrite is working"] = "URL rewrite is working";
+$a->strings["ImageMagick PHP extension is not installed"] = "ImageMagick PHP extension is not installed";
+$a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP extension is installed";
+$a->strings["ImageMagick supports GIF"] = "ImageMagick supports GIF";
+$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root.";
+$a->strings["<h1>What next</h1>"] = "<h1>What next</h1>";
+$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANT: You will need to [manually] setup a scheduled task for the poller.";
+$a->strings["Total invitation limit exceeded."] = "Total invitation limit exceeded";
+$a->strings["%s : Not a valid email address."] = "%s : Not a valid email address";
+$a->strings["Please join us on Friendica"] = "Please join us on Friendica.";
+$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Invitation limit is exceeded. Please contact your site administrator.";
+$a->strings["%s : Message delivery failed."] = "%s : Message delivery failed";
+$a->strings["%d message sent."] = array(
+       0 => "%d message sent.",
+       1 => "%d messages sent.",
+);
+$a->strings["You have no more invitations available"] = "You have no more invitations available.";
+$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks.";
+$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "To accept this invitation, please register at %s or any other public Friendica website.";
+$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica sites are all inter-connect to create a large privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join.";
+$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Our apologies. This system is not currently configured to connect with other public sites or invite members.";
+$a->strings["Send invitations"] = "Send invitations";
+$a->strings["Enter email addresses, one per line:"] = "Enter email addresses, one per line:";
+$a->strings["Your message:"] = "Your message:";
+$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web.";
+$a->strings["You will need to supply this invitation code: \$invite_code"] = "You will need to supply this invitation code: \$invite_code";
+$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Once you have registered, please connect with me via my profile page at:";
+$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "For more information about the Friendica project and why we feel it is important, please visit http://friendica.com";
+$a->strings["Time Conversion"] = "Time conversion";
+$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica provides this service for sharing events with other networks and friends in unknown time zones.";
+$a->strings["UTC time: %s"] = "UTC time: %s";
+$a->strings["Current timezone: %s"] = "Current time zone: %s";
+$a->strings["Converted localtime: %s"] = "Converted local time: %s";
+$a->strings["Please select your timezone:"] = "Please select your time zone:";
+$a->strings["Remote privacy information not available."] = "Remote privacy information not available.";
+$a->strings["Visible to:"] = "Visible to:";
+$a->strings["No valid account found."] = "No valid account found.";
+$a->strings["Password reset request issued. Check your email."] = "Password reset request issued. Please check your email.";
+$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\n\t\tDear %1\$s,\n\t\t\tA request was issued at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore/delete this email.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request.";
+$a->strings["\n\t\tFollow this link to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\n\t\tFollow this link to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s";
+$a->strings["Password reset requested at %s"] = "Password reset requested at %s";
+$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Request could not be verified. (You may have previously submitted it.) Password reset failed.";
+$a->strings["Password Reset"] = "Password reset";
+$a->strings["Your password has been reset as requested."] = "Your password has been reset as requested.";
+$a->strings["Your new password is"] = "Your new password is";
+$a->strings["Save or copy your new password - and then"] = "Save or copy your new password - and then";
+$a->strings["click here to login"] = "click here to login";
+$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Your password may be changed from the <em>Settings</em> page after successful login.";
+$a->strings["\n\t\t\t\tDear %1\$s,\n\t\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\t\tinformation for your records (or change your password immediately to\n\t\t\t\tsomething that you will remember).\n\t\t\t"] = "\n\t\t\t\tDear %1\$s,\n\t\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\t\tinformation for your records or change your password immediately to\n\t\t\t\tsomething that you will remember.\n\t\t\t";
+$a->strings["\n\t\t\t\tYour login details are as follows:\n\n\t\t\t\tSite Location:\t%1\$s\n\t\t\t\tLogin Name:\t%2\$s\n\t\t\t\tPassword:\t%3\$s\n\n\t\t\t\tYou may change that password from your account settings page after logging in.\n\t\t\t"] = "\n\t\t\t\tYour login details are as follows:\n\n\t\t\t\tSite Location:\t%1\$s\n\t\t\t\tLogin Name:\t%2\$s\n\t\t\t\tPassword:\t%3\$s\n\n\t\t\t\tYou may change that password from your account settings page after logging in.\n\t\t\t";
+$a->strings["Your password has been changed at %s"] = "Your password has been changed at %s";
+$a->strings["Forgot your Password?"] = "Reset My Password";
+$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Enter email address or nickname to reset your password. You will receive further instruction via email.";
+$a->strings["Nickname or Email: "] = "Nickname or email: ";
+$a->strings["Reset"] = "Reset";
+$a->strings["System down for maintenance"] = "Sorry, the system is currently down for maintenance.";
+$a->strings["Manage Identities and/or Pages"] = "Manage Identities and Pages";
+$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Accounts that I manage or own.";
+$a->strings["Select an identity to manage: "] = "Select identity:";
+$a->strings["No keywords to match. Please add keywords to your default profile."] = "No keywords to match. Please add keywords to your default profile.";
+$a->strings["is interested in:"] = "is interested in:";
+$a->strings["Profile Match"] = "Profile Match";
+$a->strings["No recipient selected."] = "No recipient selected.";
+$a->strings["Unable to locate contact information."] = "Unable to locate contact information.";
+$a->strings["Message could not be sent."] = "Message could not be sent.";
+$a->strings["Message collection failure."] = "Message collection failure.";
+$a->strings["Message sent."] = "Message sent.";
+$a->strings["Do you really want to delete this message?"] = "Do you really want to delete this message?";
+$a->strings["Message deleted."] = "Message deleted.";
+$a->strings["Conversation removed."] = "Conversation removed.";
+$a->strings["Send Private Message"] = "Send private message";
+$a->strings["To:"] = "To:";
+$a->strings["Subject:"] = "Subject:";
+$a->strings["No messages."] = "No messages.";
+$a->strings["Message not available."] = "Message not available.";
+$a->strings["Delete message"] = "Delete message";
+$a->strings["Delete conversation"] = "Delete conversation";
+$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page.";
+$a->strings["Send Reply"] = "Send reply";
+$a->strings["Unknown sender - %s"] = "Unknown sender - %s";
+$a->strings["You and %s"] = "Me and %s";
+$a->strings["%s and You"] = "%s and me";
+$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A";
+$a->strings["%d message"] = array(
+       0 => "%d message",
+       1 => "%d messages",
+);
+$a->strings["Mood"] = "Mood";
+$a->strings["Set your current mood and tell your friends"] = "Set your current mood and tell your friends";
+$a->strings["Results for: %s"] = "Results for: %s";
+$a->strings["Remove term"] = "Remove term";
+$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = array(
+       0 => "Warning: This group contains %s member from a network that doesn't allow non public messages.",
+       1 => "Warning: This group contains %s members from a network that doesn't allow non public messages.",
+);
+$a->strings["Messages in this group won't be send to these receivers."] = "Messages in this group won't be send to these receivers.";
+$a->strings["Private messages to this person are at risk of public disclosure."] = "Private messages to this person are at risk of public disclosure.";
+$a->strings["Invalid contact."] = "Invalid contact.";
+$a->strings["Commented Order"] = "Commented last";
+$a->strings["Sort by Comment Date"] = "Sort by comment date";
+$a->strings["Posted Order"] = "Posted last";
+$a->strings["Sort by Post Date"] = "Sort by post date";
+$a->strings["Posts that mention or involve you"] = "Posts mentioning or involving me";
+$a->strings["New"] = "New";
+$a->strings["Activity Stream - by date"] = "Activity Stream - by date";
+$a->strings["Shared Links"] = "Shared links";
+$a->strings["Interesting Links"] = "Interesting links";
+$a->strings["Starred"] = "Starred";
+$a->strings["Favourite Posts"] = "My favourite posts";
+$a->strings["Welcome to Friendica"] = "Welcome to Friendica";
+$a->strings["New Member Checklist"] = "New Member Checklist";
+$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear.";
+$a->strings["Getting Started"] = "Getting started";
+$a->strings["Friendica Walk-Through"] = "Friendica walk-through";
+$a->strings["On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join.";
+$a->strings["Go to Your Settings"] = "Go to your settings";
+$a->strings["On your <em>Settings</em> page -  change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "On your <em>Settings</em> page -  change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web.";
+$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you.";
+$a->strings["Upload Profile Photo"] = "Upload profile photo";
+$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not.";
+$a->strings["Edit Your Profile"] = "Edit your profile";
+$a->strings["Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors.";
+$a->strings["Profile Keywords"] = "Profile keywords";
+$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships.";
+$a->strings["Connecting"] = "Connecting";
+$a->strings["Importing Emails"] = "Importing emails";
+$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Enter your email access information on your Connector Settings if you wish to import and interact with friends or mailing lists from your email INBOX";
+$a->strings["Go to Your Contacts Page"] = "Go to your contacts page";
+$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the <em>Add New Contact</em> dialog."] = "Your contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the <em>Add new contact</em> dialog.";
+$a->strings["Go to Your Site's Directory"] = "Go to your site's directory";
+$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own Identity Address if requested."] = "The directory lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own identity address when requested.";
+$a->strings["Finding New People"] = "Finding new people";
+$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours.";
+$a->strings["Group Your Contacts"] = "Group your contacts";
+$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Once you have made some friends, organize them into private conversation groups from the sidebar of your contacts page and then you can interact with each group privately on your network page.";
+$a->strings["Why Aren't My Posts Public?"] = "Why aren't my posts public?";
+$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above.";
+$a->strings["Getting Help"] = "Getting help";
+$a->strings["Go to the Help Section"] = "Go to the help section";
+$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Our <strong>help</strong> pages may be consulted for detail on other program features and resources.";
+$a->strings["Visit %s's profile [%s]"] = "Visit %s's profile [%s]";
+$a->strings["Edit contact"] = "Edit contact";
+$a->strings["Contacts who are not members of a group"] = "Contacts who are not members of a group";
+$a->strings["Invalid request identifier."] = "Invalid request identifier.";
+$a->strings["Discard"] = "Discard";
+$a->strings["Ignore"] = "Ignore";
+$a->strings["Network Notifications"] = "Network notifications";
+$a->strings["System Notifications"] = "System notifications";
+$a->strings["Personal Notifications"] = "Personal notifications";
+$a->strings["Home Notifications"] = "Home notifications";
+$a->strings["Show Ignored Requests"] = "Show ignored requests.";
+$a->strings["Hide Ignored Requests"] = "Hide ignored requests";
+$a->strings["Notification type: "] = "Notification type: ";
+$a->strings["suggested by %s"] = "suggested by %s";
+$a->strings["Hide this contact from others"] = "Hide this contact from others";
+$a->strings["Post a new friend activity"] = "Post a new friend activity";
+$a->strings["if applicable"] = "if applicable";
+$a->strings["Approve"] = "Approve";
+$a->strings["Claims to be known to you: "] = "Says they know me:";
+$a->strings["yes"] = "yes";
+$a->strings["no"] = "no";
+$a->strings["Shall your connection be bidirectional or not?"] = "Shall your connection be in both directions or not?";
+$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "Accepting %s as a friend allows %s to subscribe to your posts; you will also receive updates from them in your news feed.";
+$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed.";
+$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed.";
+$a->strings["Friend"] = "Friend";
+$a->strings["Sharer"] = "Sharer";
+$a->strings["Subscriber"] = "Subscriber";
+$a->strings["No introductions."] = "No introductions.";
+$a->strings["Show unread"] = "Show unread";
+$a->strings["Show all"] = "Show all";
+$a->strings["No more %s notifications."] = "No more %s notifications.";
+$a->strings["No more system notifications."] = "No more system notifications.";
+$a->strings["Post successful."] = "Post successful.";
+$a->strings["OpenID protocol error. No ID returned."] = "OpenID protocol error. No ID returned.";
+$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Account not found and OpenID registration is not permitted on this site.";
+$a->strings["Subscribing to OStatus contacts"] = "Subscribing to OStatus contacts";
+$a->strings["No contact provided."] = "No contact provided.";
+$a->strings["Couldn't fetch information for contact."] = "Couldn't fetch information for contact.";
+$a->strings["Couldn't fetch friends for contact."] = "Couldn't fetch friends for contact.";
+$a->strings["Done"] = "Done";
+$a->strings["success"] = "success";
+$a->strings["failed"] = "failed";
+$a->strings["Keep this window open until done."] = "Keep this window open until done.";
+$a->strings["Not Extended"] = "Not extended";
+$a->strings["Recent Photos"] = "Recent photos";
+$a->strings["Upload New Photos"] = "Upload new photos";
+$a->strings["everybody"] = "everybody";
+$a->strings["Contact information unavailable"] = "Contact information unavailable";
+$a->strings["Album not found."] = "Album not found.";
+$a->strings["Delete Album"] = "Delete album";
+$a->strings["Do you really want to delete this photo album and all its photos?"] = "Do you really want to delete this photo album and all its photos?";
+$a->strings["Delete Photo"] = "Delete photo";
+$a->strings["Do you really want to delete this photo?"] = "Do you really want to delete this photo?";
+$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s was tagged in %2\$s by %3\$s";
+$a->strings["a photo"] = "a photo";
+$a->strings["Image exceeds size limit of %s"] = "Image exceeds size limit of %s";
+$a->strings["Image file is empty."] = "Image file is empty.";
+$a->strings["Unable to process image."] = "Unable to process image.";
+$a->strings["Image upload failed."] = "Image upload failed.";
+$a->strings["No photos selected"] = "No photos selected";
+$a->strings["Access to this item is restricted."] = "Access to this item is restricted.";
+$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage.";
+$a->strings["Upload Photos"] = "Upload photos";
+$a->strings["New album name: "] = "New album name: ";
+$a->strings["or existing album name: "] = "or existing album name: ";
+$a->strings["Do not show a status post for this upload"] = "Do not show a status post for this upload";
+$a->strings["Show to Groups"] = "Show to groups";
+$a->strings["Show to Contacts"] = "Show to contacts";
+$a->strings["Private Photo"] = "Private photo";
+$a->strings["Public Photo"] = "Public photo";
+$a->strings["Edit Album"] = "Edit album";
+$a->strings["Show Newest First"] = "Show newest first";
+$a->strings["Show Oldest First"] = "Show oldest first";
+$a->strings["View Photo"] = "View photo";
+$a->strings["Permission denied. Access to this item may be restricted."] = "Permission denied. Access to this item may be restricted.";
+$a->strings["Photo not available"] = "Photo not available";
+$a->strings["View photo"] = "View photo";
+$a->strings["Edit photo"] = "Edit photo";
+$a->strings["Use as profile photo"] = "Use as profile photo";
+$a->strings["View Full Size"] = "View full size";
+$a->strings["Tags: "] = "Tags: ";
+$a->strings["[Remove any tag]"] = "[Remove any tag]";
+$a->strings["New album name"] = "New album name";
+$a->strings["Caption"] = "Caption";
+$a->strings["Add a Tag"] = "Add Tag";
+$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Example: @bob, @jojo@example.com, #California, #camping";
+$a->strings["Do not rotate"] = "Do not rotate";
+$a->strings["Rotate CW (right)"] = "Rotate right (CW)";
+$a->strings["Rotate CCW (left)"] = "Rotate left (CCW)";
+$a->strings["Private photo"] = "Private photo";
+$a->strings["Public photo"] = "Public photo";
+$a->strings["Map"] = "Map";
+$a->strings["View Album"] = "View album";
+$a->strings["{0} wants to be your friend"] = "{0} wants to be your friend";
+$a->strings["{0} sent you a message"] = "{0} sent you a message";
+$a->strings["{0} requested registration"] = "{0} requested registration";
+$a->strings["Poke/Prod"] = "Poke/Prod";
+$a->strings["poke, prod or do other things to somebody"] = "Poke, prod or do other things to somebody";
+$a->strings["Recipient"] = "Recipient:";
+$a->strings["Choose what you wish to do to recipient"] = "Choose what you wish to do:";
+$a->strings["Make this post private"] = "Make this post private";
+$a->strings["Tips for New Members"] = "Tips for New Members";
+$a->strings["Invalid profile identifier."] = "Invalid profile identifier.";
+$a->strings["Profile Visibility Editor"] = "Profile Visibility Editor";
+$a->strings["Visible To"] = "Visible to";
+$a->strings["All Contacts (with secure profile access)"] = "All contacts with secure profile access";
+$a->strings["Registration successful. Please check your email for further instructions."] = "Registration successful. Please check your email for further instructions.";
+$a->strings["Failed to send email message. Here your accout details:<br> login: %s<br> password: %s<br><br>You can change your password after login."] = "Failed to send email message. Here your account details:<br> login: %s<br> password: %s<br><br>You can change your password after login.";
+$a->strings["Registration successful."] = "Registration successful.";
+$a->strings["Your registration can not be processed."] = "Your registration cannot be processed.";
+$a->strings["Your registration is pending approval by the site owner."] = "Your registration is pending approval by the site administrator.";
+$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow.";
+$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'.";
+$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items.";
+$a->strings["Your OpenID (optional): "] = "Your OpenID (optional): ";
+$a->strings["Include your profile in member directory?"] = "Include your profile in member directory?";
+$a->strings["Note for the admin"] = "Note for the admin";
+$a->strings["Leave a message for the admin, why you want to join this node"] = "Leave a message for the admin, why you want to join this node.";
+$a->strings["Membership on this site is by invitation only."] = "Membership on this site is by invitation only.";
+$a->strings["Your invitation ID: "] = "Your invitation ID: ";
+$a->strings["Registration"] = "Registration";
+$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Your full name: ";
+$a->strings["Your Email Address: "] = "Your email address: ";
+$a->strings["New Password:"] = "New password:";
+$a->strings["Leave empty for an auto generated password."] = "Leave empty for an auto generated password.";
+$a->strings["Confirm:"] = "Confirm new password:";
+$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be '<strong>nickname@\$sitename</strong>'."] = "Choose a profile nickname. Your nickname will be part of your identity address; for example:  '<strong>nickname@\$sitename</strong>'.";
+$a->strings["Choose a nickname: "] = "Choose a nickname: ";
+$a->strings["Import"] = "Import profile";
+$a->strings["Import your profile to this friendica instance"] = "Import an existing Friendica profile to this node.";
+$a->strings["Remove My Account"] = "Remove My Account";
+$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "This will completely remove your account. Once this has been done it is not recoverable.";
+$a->strings["Please enter your password for verification:"] = "Please enter your password for verification:";
+$a->strings["Resubscribing to OStatus contacts"] = "Resubscribing to OStatus contacts";
+$a->strings["Error"] = "Error";
+$a->strings["Only logged in users are permitted to perform a search."] = "Only logged in users are permitted to perform a search.";
+$a->strings["Too Many Requests"] = "Too many requests";
+$a->strings["Only one search per minute is permitted for not logged in users."] = "Only one search per minute is permitted for not logged in users.";
+$a->strings["Items tagged with: %s"] = "Items tagged with: %s";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s is following %2\$s's %3\$s";
+$a->strings["Do you really want to delete this suggestion?"] = "Do you really want to delete this suggestion?";
+$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "No suggestions available. If this is a new site, please try again in 24 hours.";
+$a->strings["Ignore/Hide"] = "Ignore/Hide";
+$a->strings["Tag removed"] = "Tag removed";
+$a->strings["Remove Item Tag"] = "Remove Item tag";
+$a->strings["Select a tag to remove: "] = "Select a tag to remove: ";
+$a->strings["Export account"] = "Export account";
+$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Export your account info and contacts. Use this to backup your account or to move it to another server.";
+$a->strings["Export all"] = "Export all";
+$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Export your account info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)";
+$a->strings["Export personal data"] = "Export personal data";
+$a->strings["[Embedded content - reload page to view]"] = "[Embedded content - reload page to view]";
+$a->strings["Do you really want to delete this video?"] = "Do you really want to delete this video?";
+$a->strings["Delete Video"] = "Delete video";
+$a->strings["No videos selected"] = "No videos selected";
+$a->strings["Recent Videos"] = "Recent videos";
+$a->strings["Upload New Videos"] = "Upload new videos";
+$a->strings["No contacts."] = "No contacts.";
+$a->strings["Access denied."] = "Access denied.";
+$a->strings["Invalid request."] = "Invalid request.";
+$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Sorry, maybe your upload is bigger than the PHP configuration allows";
+$a->strings["Or - did you try to upload an empty file?"] = "Or did you try to upload an empty file?";
+$a->strings["File exceeds size limit of %s"] = "File exceeds size limit of %s";
+$a->strings["File upload failed."] = "File upload failed.";
+$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Number of daily wall messages for %s exceeded. Message failed.";
+$a->strings["Unable to check your home location."] = "Unable to check your home location.";
+$a->strings["No recipient."] = "No recipient.";
+$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders.";
+$a->strings["Only logged in users are permitted to perform a probing."] = "Only logged in users are permitted to perform a probing.";
+$a->strings["This introduction has already been accepted."] = "This introduction has already been accepted.";
+$a->strings["Profile location is not valid or does not contain profile information."] = "Profile location is not valid or does not contain profile information.";
+$a->strings["Warning: profile location has no identifiable owner name."] = "Warning: profile location has no identifiable owner name.";
+$a->strings["Warning: profile location has no profile photo."] = "Warning: profile location has no profile photo.";
+$a->strings["%d required parameter was not found at the given location"] = array(
+       0 => "%d required parameter was not found at the given location",
+       1 => "%d required parameters were not found at the given location",
+);
+$a->strings["Introduction complete."] = "Introduction complete.";
+$a->strings["Unrecoverable protocol error."] = "Unrecoverable protocol error.";
+$a->strings["Profile unavailable."] = "Profile unavailable.";
+$a->strings["%s has received too many connection requests today."] = "%s has received too many connection requests today.";
+$a->strings["Spam protection measures have been invoked."] = "Spam protection measures have been invoked.";
+$a->strings["Friends are advised to please try again in 24 hours."] = "Friends are advised to please try again in 24 hours.";
+$a->strings["Invalid locator"] = "Invalid locator";
+$a->strings["Invalid email address."] = "Invalid email address.";
+$a->strings["This account has not been configured for email. Request failed."] = "This account has not been configured for email. Request failed.";
+$a->strings["You have already introduced yourself here."] = "You have already introduced yourself here.";
+$a->strings["Apparently you are already friends with %s."] = "Apparently you are already friends with %s.";
+$a->strings["Invalid profile URL."] = "Invalid profile URL.";
+$a->strings["Failed to update contact record."] = "Failed to update contact record.";
+$a->strings["Your introduction has been sent."] = "Your introduction has been sent.";
+$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Remote subscription can't be done for your network. Please subscribe directly on your system.";
+$a->strings["Please login to confirm introduction."] = "Please login to confirm introduction.";
+$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Incorrect identity currently logged in. Please login to <strong>this</strong> profile.";
+$a->strings["Confirm"] = "Confirm";
+$a->strings["Hide this contact"] = "Hide this contact";
+$a->strings["Welcome home %s."] = "Welcome home %s.";
+$a->strings["Please confirm your introduction/connection request to %s."] = "Please confirm your introduction/connection request to %s.";
+$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Please enter your 'Identity address' from one of the following supported communications networks:";
+$a->strings["If you are not yet a member of the free social web, <a href=\"%s/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = "If you are not yet a member of the free social web, <a href=\"%s/siteinfo\">follow this link to find a public Friendica site and join us today</a>.";
+$a->strings["Friend/Connection Request"] = "Friend/Connection request";
+$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Examples: jojo@friendica.example.com, http://friendica.example.com/profile/jojo, sam@identi.ca";
+$a->strings["StatusNet/Federated Social Web"] = "StatusNet/Federated social web";
+$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = " - please do not use this form.  Instead, enter %s into your Diaspora search bar.";
+$a->strings["Unable to locate original post."] = "Unable to locate original post.";
+$a->strings["Empty post discarded."] = "Empty post discarded.";
+$a->strings["System error. Post not saved."] = "System error. Post not saved.";
+$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "This message was sent to you by %s, a member of the Friendica social network.";
+$a->strings["You may visit them online at %s"] = "You may visit them online at %s";
+$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Please contact the sender by replying to this post if you do not wish to receive these messages.";
+$a->strings["%s posted an update."] = "%s posted an update.";
+$a->strings["Account approved."] = "Account approved.";
+$a->strings["Registration revoked for %s"] = "Registration revoked for %s";
+$a->strings["Please login."] = "Please login.";
+$a->strings["Move account"] = "Move Existing Friendica Account";
+$a->strings["You can import an account from another Friendica server."] = "You can import an existing Friendica profile to this node.";
+$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here.";
+$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora.";
+$a->strings["Account file"] = "Account file:";
+$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "To export your account, go to \"Settings->Export personal data\" and select \"Export account\"";
+$a->strings["Theme settings updated."] = "Theme settings updated.";
+$a->strings["Site"] = "Site";
+$a->strings["Users"] = "Users";
+$a->strings["Plugins"] = "Plugins";
+$a->strings["Themes"] = "Theme selection";
+$a->strings["Additional features"] = "Additional features";
+$a->strings["DB updates"] = "DB updates";
+$a->strings["Inspect Queue"] = "Inspect queue";
+$a->strings["Server Blocklist"] = "Server blocklist";
+$a->strings["Federation Statistics"] = "Federation statistics";
+$a->strings["Logs"] = "Logs";
+$a->strings["View Logs"] = "View logs";
+$a->strings["probe address"] = "Probe address";
+$a->strings["check webfinger"] = "Check webfinger";
+$a->strings["Plugin Features"] = "Plugin Features";
+$a->strings["diagnostics"] = "Diagnostics";
+$a->strings["User registrations waiting for confirmation"] = "User registrations awaiting confirmation";
+$a->strings["The blocked domain"] = "Blocked domain";
+$a->strings["The reason why you blocked this domain."] = "Reason why you blocked this domain.";
+$a->strings["Delete domain"] = "Delete domain";
+$a->strings["Check to delete this entry from the blocklist"] = "Check to delete this entry from the blocklist";
+$a->strings["Administration"] = "Administration";
+$a->strings["This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."] = "This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server.";
+$a->strings["The list of blocked servers will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = "The list of blocked servers will publicly available on the Friendica page so that your users and people investigating communication problems can readily find the reason.";
+$a->strings["Add new entry to block list"] = "Add new entry to block list";
+$a->strings["Server Domain"] = "Server domain";
+$a->strings["The domain of the new server to add to the block list. Do not include the protocol."] = "The domain of the new server to add to the block list. Do not include the protocol.";
+$a->strings["Block reason"] = "Block reason";
+$a->strings["Add Entry"] = "Add entry";
+$a->strings["Save changes to the blocklist"] = "Save changes to the blocklist";
+$a->strings["Current Entries in the Blocklist"] = "Current entries in the blocklist";
+$a->strings["Delete entry from blocklist"] = "Delete entry from blocklist";
+$a->strings["Delete entry from blocklist?"] = "Delete entry from blocklist?";
+$a->strings["Server added to blocklist."] = "Server added to blocklist.";
+$a->strings["Site blocklist updated."] = "Site blocklist updated.";
+$a->strings["unknown"] = "unknown";
+$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = "This page offers you the amount of known part of the federated social network your Friendica node is part of. These numbers are not complete and only reflect the part of the network your node is aware of.";
+$a->strings["The <em>Auto Discovered Contact Directory</em> feature is not enabled, it will improve the data displayed here."] = "The <em>Auto Discovered Contact Directory</em> feature is not enabled; enabling it will improve the data displayed here.";
+$a->strings["Currently this node is aware of %d nodes from the following platforms:"] = "Currently this node is aware of %d nodes from the following platforms:";
+$a->strings["ID"] = "ID";
+$a->strings["Recipient Name"] = "Recipient name";
+$a->strings["Recipient Profile"] = "Recipient profile";
+$a->strings["Created"] = "Created";
+$a->strings["Last Tried"] = "Last Tried";
+$a->strings["This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."] = "This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently.";
+$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See <a href=\"%s\">here</a> for a guide that may be helpful converting the table engines. You may also use the command <tt>php include/dbstructure.php toinnodb</tt> of your Friendica installation for an automatic conversion.<br />"] = "Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See <a href=\"%s\">here</a> for a guide that may be helpful converting the table engines. You may also use the command <tt>php include/dbstructure.php toinnodb</tt> of your Friendica installation for an automatic conversion.<br />";
+$a->strings["The database update failed. Please run \"php include/dbstructure.php update\" from the command line and have a look at the errors that might appear."] = "The database update failed. Please run 'php include/dbstructure.php update' from the command line and have a look at the errors that might appear.";
+$a->strings["Normal Account"] = "Standard account";
+$a->strings["Soapbox Account"] = "Soapbox account";
+$a->strings["Community/Celebrity Account"] = "Community/Celebrity account";
+$a->strings["Automatic Friend Account"] = "Automatic friend account";
+$a->strings["Blog Account"] = "Blog account";
+$a->strings["Private Forum"] = "Private forum";
+$a->strings["Message queues"] = "Message queues";
+$a->strings["Summary"] = "Summary";
+$a->strings["Registered users"] = "Registered users";
+$a->strings["Pending registrations"] = "Pending registrations";
+$a->strings["Version"] = "Version";
+$a->strings["Active plugins"] = "Active plugins";
+$a->strings["Can not parse base url. Must have at least <scheme>://<domain>"] = "Can not parse base URL. Must have at least <scheme>://<domain>";
+$a->strings["Site settings updated."] = "Site settings updated.";
+$a->strings["No special theme for mobile devices"] = "No special theme for mobile devices";
+$a->strings["No community page"] = "No community page";
+$a->strings["Public postings from users of this site"] = "Public postings from users of this site";
+$a->strings["Global community page"] = "Global community page";
+$a->strings["Never"] = "Never";
+$a->strings["At post arrival"] = "At post arrival";
+$a->strings["Disabled"] = "Disabled";
+$a->strings["Users, Global Contacts"] = "Users, Global Contacts";
+$a->strings["Users, Global Contacts/fallback"] = "Users, Global Contacts/fallback";
+$a->strings["One month"] = "One month";
+$a->strings["Three months"] = "Three months";
+$a->strings["Half a year"] = "Half a year";
+$a->strings["One year"] = "One a year";
+$a->strings["Multi user instance"] = "Multi user instance";
+$a->strings["Closed"] = "Closed";
+$a->strings["Requires approval"] = "Requires approval";
+$a->strings["Open"] = "Open";
+$a->strings["No SSL policy, links will track page SSL state"] = "No SSL policy, links will track page SSL state";
+$a->strings["Force all links to use SSL"] = "Force all links to use SSL";
+$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Self-signed certificate, use SSL for local links only (discouraged)";
+$a->strings["Save Settings"] = "Save settings";
+$a->strings["File upload"] = "File upload";
+$a->strings["Policies"] = "Policies";
+$a->strings["Auto Discovered Contact Directory"] = "Auto-discovered contact directory";
+$a->strings["Performance"] = "Performance";
+$a->strings["Worker"] = "Worker";
+$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "Relocate - Warning, advanced function: This could make this server unreachable.";
+$a->strings["Site name"] = "Site name";
+$a->strings["Host name"] = "Host name";
+$a->strings["Sender Email"] = "Sender email";
+$a->strings["The email address your server shall use to send notification emails from."] = "The email address your server shall use to send notification emails from.";
+$a->strings["Banner/Logo"] = "Banner/Logo";
+$a->strings["Shortcut icon"] = "Shortcut icon";
+$a->strings["Link to an icon that will be used for browsers."] = "Link to an icon that will be used for browsers.";
+$a->strings["Touch icon"] = "Touch icon";
+$a->strings["Link to an icon that will be used for tablets and mobiles."] = "Link to an icon that will be used for tablets and mobiles.";
+$a->strings["Additional Info"] = "Additional Info";
+$a->strings["For public servers: you can add additional information here that will be listed at %s/siteinfo."] = "For public servers: add additional information here that will be listed at %s/siteinfo.";
+$a->strings["System language"] = "System language";
+$a->strings["System theme"] = "System theme";
+$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Default system theme - may be overridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>";
+$a->strings["Mobile system theme"] = "Mobile system theme";
+$a->strings["Theme for mobile devices"] = "Theme for mobile devices";
+$a->strings["SSL link policy"] = "SSL link policy";
+$a->strings["Determines whether generated links should be forced to use SSL"] = "Determines whether generated links should be forced to use SSL";
+$a->strings["Force SSL"] = "Force SSL";
+$a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops.";
+$a->strings["Hide help entry from navigation menu"] = "Hide help entry from navigation menu";
+$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Hides the menu entry for the Help pages from the navigation menu. Help pages can still be accessed by calling ../help directly via its URL.";
+$a->strings["Single user instance"] = "Single user instance";
+$a->strings["Make this instance multi-user or single-user for the named user"] = "Make this instance multi-user or single-user for the named user";
+$a->strings["Maximum image size"] = "Maximum image size";
+$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maximum size in bytes of uploaded images. Default is 0, which means no limits.";
+$a->strings["Maximum image length"] = "Maximum image length";
+$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits.";
+$a->strings["JPEG image quality"] = "JPEG image quality";
+$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is the original quality level.";
+$a->strings["Register policy"] = "Register policy";
+$a->strings["Maximum Daily Registrations"] = "Maximum daily registrations";
+$a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day.  If register is set to closed, this setting has no effect."] = "If registration is permitted above, this sets the maximum number of new user registrations to accept per day.  If register is set to closed, this setting has no effect.";
+$a->strings["Register text"] = "Register text";
+$a->strings["Will be displayed prominently on the registration page."] = "Will be displayed prominently on the registration page.";
+$a->strings["Accounts abandoned after x days"] = "Accounts abandoned after so many days";
+$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Will not waste system resources polling external sites for abandoned accounts. Enter 0 for no time limit.";
+$a->strings["Allowed friend domains"] = "Allowed friend domains";
+$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Leave empty to allow any domains";
+$a->strings["Allowed email domains"] = "Allowed email domains";
+$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Leave empty to allow any domains";
+$a->strings["Block public"] = "Block public";
+$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Block public access to all otherwise public personal pages on this site, except for local users when logged in.";
+$a->strings["Force publish"] = "Mandatory directory listing";
+$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Force all profiles on this site to be listed in the site directory.";
+$a->strings["Global directory URL"] = "Global directory URL";
+$a->strings["URL to the global directory. If this is not set, the global directory is completely unavailable to the application."] = "URL to the global directory: If this is not set, the global directory is completely unavailable to the application.";
+$a->strings["Allow threaded items"] = "Allow threaded items";
+$a->strings["Allow infinite level threading for items on this site."] = "Allow infinite levels of threading for items on this site.";
+$a->strings["Private posts by default for new users"] = "Private posts by default for new users";
+$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Set default post permissions for all new members to the default privacy group rather than public.";
+$a->strings["Don't include post content in email notifications"] = "Don't include post content in email notifications";
+$a->strings["Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure."] = "Don't include the content of a post/comment/private message in the email notifications sent from this site, as a privacy measure.";
+$a->strings["Disallow public access to addons listed in the apps menu."] = "Disallow public access to addons listed in the apps menu.";
+$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = "Checking this box will restrict addons listed in the apps menu to members only.";
+$a->strings["Don't embed private images in posts"] = "Don't embed private images in posts";
+$a->strings["Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."] = "Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while.";
+$a->strings["Allow Users to set remote_self"] = "Allow users to set \"Remote self\"";
+$a->strings["With checking this, every user is allowed to mark every contact as a remote_self in the repair contact dialog. Setting this flag on a contact causes mirroring every posting of that contact in the users stream."] = "This allows every user to mark contacts as a \"Remote self\" in the repair contact dialogue. Setting this flag on a contact will mirror every posting of that contact in the users stream.";
+$a->strings["Block multiple registrations"] = "Block multiple registrations";
+$a->strings["Disallow users to register additional accounts for use as pages."] = "Disallow users to register additional accounts for use as pages.";
+$a->strings["OpenID support"] = "OpenID support";
+$a->strings["OpenID support for registration and logins."] = "OpenID support for registration and logins.";
+$a->strings["Fullname check"] = "Full name check";
+$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Force users to register with a space between first name and last name in the full name field; it may reduce spam and abuse registrations.";
+$a->strings["Community Page Style"] = "Community page style";
+$a->strings["Type of community page to show. 'Global community' shows every public posting from an open distributed network that arrived on this server."] = "Type of community page to show. 'Global community' shows every public posting from an open distributed network that arrived on this server.";
+$a->strings["Posts per user on community page"] = "Posts per user on community page";
+$a->strings["The maximum number of posts per user on the community page. (Not valid for 'Global Community')"] = "Maximum number of posts per user on the community page (not valid for 'Global Community').";
+$a->strings["Enable OStatus support"] = "Enable OStatus support";
+$a->strings["Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Provide built-in OStatus (StatusNet, GNU Social, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed.";
+$a->strings["OStatus conversation completion interval"] = "OStatus conversation completion interval";
+$a->strings["How often shall the poller check for new entries in OStatus conversations? This can be a very ressource task."] = "How often shall the poller check for new entries in OStatus conversations? This can be rather resources consuming.";
+$a->strings["Only import OStatus threads from our contacts"] = "Only import OStatus threads from known contacts";
+$a->strings["Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."] = "Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system.";
+$a->strings["OStatus support can only be enabled if threading is enabled."] = "OStatus support can only be enabled if threading is enabled.";
+$a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = "Diaspora support can't be enabled because Friendica was installed into a sub directory.";
+$a->strings["Enable Diaspora support"] = "Enable Diaspora support";
+$a->strings["Provide built-in Diaspora network compatibility."] = "Provide built-in Diaspora network compatibility.";
+$a->strings["Only allow Friendica contacts"] = "Only allow Friendica contacts";
+$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "All contacts must use Friendica protocols. All other built-in communication protocols will be disabled.";
+$a->strings["Verify SSL"] = "Verify SSL";
+$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = "If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites.";
+$a->strings["Proxy user"] = "Proxy user";
+$a->strings["Proxy URL"] = "Proxy URL";
+$a->strings["Network timeout"] = "Network timeout";
+$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Value is in seconds. Set to 0 for unlimited (not recommended).";
+$a->strings["Maximum Load Average"] = "Maximum load average";
+$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maximum system load before delivery and poll processes are deferred (default 50).";
+$a->strings["Maximum Load Average (Frontend)"] = "Maximum load average (frontend)";
+$a->strings["Maximum system load before the frontend quits service - default 50."] = "Maximum system load before the frontend quits service (default 50).";
+$a->strings["Minimal Memory"] = "Minimal memory";
+$a->strings["Minimal free memory in MB for the poller. Needs access to /proc/meminfo - default 0 (deactivated)."] = "Minimal free memory in MB for the poller. Needs access to /proc/meminfo (default 0 - deactivated).";
+$a->strings["Maximum table size for optimization"] = "Maximum table size for optimization";
+$a->strings["Maximum table size (in MB) for the automatic optimization - default 100 MB. Enter -1 to disable it."] = "Maximum table size (in MB) for the automatic optimization (default 100 MB; -1 to deactivate).";
+$a->strings["Minimum level of fragmentation"] = "Minimum level of fragmentation";
+$a->strings["Minimum fragmenation level to start the automatic optimization - default value is 30%."] = "Minimum fragmentation level to start the automatic optimization (default 30%).";
+$a->strings["Periodical check of global contacts"] = "Periodical check of global contacts";
+$a->strings["If enabled, the global contacts are checked periodically for missing or outdated data and the vitality of the contacts and servers."] = "This checks global contacts periodically for missing or outdated data and the vitality of the contacts and servers.";
+$a->strings["Days between requery"] = "Days between enquiry";
+$a->strings["Number of days after which a server is requeried for his contacts."] = "Number of days after which a server is required check contacts.";
+$a->strings["Discover contacts from other servers"] = "Discover contacts from other servers";
+$a->strings["Periodically query other servers for contacts. You can choose between 'users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommened setting is 'Users, Global Contacts'."] = "Periodically query other servers for contacts. You can choose between 'Users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older Friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommend setting is 'Users, Global Contacts'.";
+$a->strings["Timeframe for fetching global contacts"] = "Time-frame for fetching global contacts";
+$a->strings["When the discovery is activated, this value defines the timeframe for the activity of the global contacts that are fetched from other servers."] = "If discovery is activated, this value defines the time-frame for the activity of the global contacts that are fetched from other servers.";
+$a->strings["Search the local directory"] = "Search the local directory";
+$a->strings["Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."] = "Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated.";
+$a->strings["Publish server information"] = "Publish server information";
+$a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See <a href='http://the-federation.info/'>the-federation.info</a> for details."] = "This publishes generic data about the server and its usage. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See <a href='http://the-federation.info/'>the-federation.info</a> for details.";
+$a->strings["Suppress Tags"] = "Suppress tags";
+$a->strings["Suppress showing a list of hashtags at the end of the posting."] = "Suppress listed hashtags at the end of posts.";
+$a->strings["Path to item cache"] = "Path to item cache";
+$a->strings["The item caches buffers generated bbcode and external images."] = "The item caches buffers generated bbcode and external images.";
+$a->strings["Cache duration in seconds"] = "Cache duration in seconds";
+$a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day). To disable the item cache, set the value to -1."] = "How long should cache files be held? (Default 86400 seconds - one day;  -1 disables item cache)";
+$a->strings["Maximum numbers of comments per post"] = "Maximum numbers of comments per post";
+$a->strings["How much comments should be shown for each post? Default value is 100."] = "How many comments should be shown for each post? (Default 100)";
+$a->strings["Temp path"] = "Temp path";
+$a->strings["If you have a restricted system where the webserver can't access the system temp path, enter another path here."] = "Enter a different tmp path, if your system restricts the webserver's access to the system temp path.";
+$a->strings["Base path to installation"] = "Base path to installation";
+$a->strings["If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."] = "If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot.";
+$a->strings["Disable picture proxy"] = "Disable picture proxy";
+$a->strings["The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith."] = "The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith.";
+$a->strings["Only search in tags"] = "Only search in tags";
+$a->strings["On large systems the text search can slow down the system extremely."] = "On large systems the text search can slow down the system significantly.";
+$a->strings["New base url"] = "New base URL";
+$a->strings["Change base url for this server. Sends relocate message to all DFRN contacts of all users."] = "Change base URL for this server. Sends relocate message to all DFRN contacts of all users.";
+$a->strings["RINO Encryption"] = "RINO Encryption";
+$a->strings["Encryption layer between nodes."] = "Encryption layer between nodes.";
+$a->strings["Maximum number of parallel workers"] = "Maximum number of parallel workers";
+$a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = "On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4.";
+$a->strings["Don't use 'proc_open' with the worker"] = "Don't use 'proc_open' with the worker";
+$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of poller calls in your crontab."] = "Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosts. If this is enabled you should increase the frequency of poller calls in your crontab.";
+$a->strings["Enable fastlane"] = "Enable fast-lane";
+$a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = "The fast-lane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority.";
+$a->strings["Enable frontend worker"] = "Enable frontend worker";
+$a->strings["When enabled the Worker process is triggered when backend access is performed (e.g. messages being delivered). On smaller sites you might want to call yourdomain.tld/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server. The worker background process needs to be activated for this."] = "If enabled the Worker process is triggered when backend access is performed (e.g. messages being delivered). On smaller sites you might want to call yourdomain.tld/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server. The worker background process needs to be activated for this.";
+$a->strings["Update has been marked successful"] = "Update has been marked successful";
+$a->strings["Database structure update %s was successfully applied."] = "Database structure update %s was successfully applied.";
+$a->strings["Executing of database structure update %s failed with error: %s"] = "Executing of database structure update %s failed with error: %s";
+$a->strings["Executing %s failed with error: %s"] = "Executing %s failed with error: %s";
+$a->strings["Update %s was successfully applied."] = "Update %s was successfully applied.";
+$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Update %s did not return a status. Unknown if it succeeded.";
+$a->strings["There was no additional update function %s that needed to be called."] = "There was no additional update function %s that needed to be called.";
+$a->strings["No failed updates."] = "No failed updates.";
+$a->strings["Check database structure"] = "Check database structure";
+$a->strings["Failed Updates"] = "Failed updates";
+$a->strings["This does not include updates prior to 1139, which did not return a status."] = "This does not include updates prior to 1139, which did not return a status.";
+$a->strings["Mark success (if update was manually applied)"] = "Mark success (if update was manually applied)";
+$a->strings["Attempt to execute this update step automatically"] = "Attempt to execute this update step automatically";
+$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThe administrator of %2\$s has set up an account for you.";
+$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tThank you and welcome to %4\$s."] = "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, this may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tThank you and welcome to %4\$s.";
+$a->strings["%s user blocked/unblocked"] = array(
+       0 => "%s user blocked/unblocked",
+       1 => "%s users blocked/unblocked",
+);
+$a->strings["%s user deleted"] = array(
+       0 => "%s user deleted",
+       1 => "%s users deleted",
+);
+$a->strings["User '%s' deleted"] = "User '%s' deleted";
+$a->strings["User '%s' unblocked"] = "User '%s' unblocked";
+$a->strings["User '%s' blocked"] = "User '%s' blocked";
+$a->strings["Register date"] = "Register date";
+$a->strings["Last login"] = "Last login";
+$a->strings["Last item"] = "Last item";
+$a->strings["Account"] = "Account";
+$a->strings["Add User"] = "Add user";
+$a->strings["select all"] = "select all";
+$a->strings["User registrations waiting for confirm"] = "User registrations awaiting confirmation";
+$a->strings["User waiting for permanent deletion"] = "User awaiting permanent deletion";
+$a->strings["Request date"] = "Request date";
+$a->strings["No registrations."] = "No registrations.";
+$a->strings["Note from the user"] = "Note from the user";
+$a->strings["Deny"] = "Deny";
+$a->strings["Block"] = "Block";
+$a->strings["Unblock"] = "Unblock";
+$a->strings["Site admin"] = "Site admin";
+$a->strings["Account expired"] = "Account expired";
+$a->strings["New User"] = "New user";
+$a->strings["Deleted since"] = "Deleted since";
+$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Selected users will be deleted!\\n\\nEverything these users has posted on this site will be permanently deleted!\\n\\nAre you sure?";
+$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?";
+$a->strings["Name of the new user."] = "Name of the new user.";
+$a->strings["Nickname"] = "Nickname";
+$a->strings["Nickname of the new user."] = "Nickname of the new user.";
+$a->strings["Email address of the new user."] = "Email address of the new user.";
+$a->strings["Plugin %s disabled."] = "Plugin %s disabled.";
+$a->strings["Plugin %s enabled."] = "Plugin %s enabled.";
+$a->strings["Disable"] = "Disable";
+$a->strings["Enable"] = "Enable";
+$a->strings["Toggle"] = "Toggle";
+$a->strings["Author: "] = "Author: ";
+$a->strings["Maintainer: "] = "Maintainer: ";
+$a->strings["Reload active plugins"] = "Reload active plugins";
+$a->strings["There are currently no plugins available on your node. You can find the official plugin repository at %1\$s and might find other interesting plugins in the open plugin registry at %2\$s"] = "There are currently no plugins available on your node. You can find the official plugin repository at %1\$s and might find other interesting plugins in the open plugin registry at %2\$s";
+$a->strings["No themes found."] = "No themes found.";
+$a->strings["Screenshot"] = "Screenshot";
+$a->strings["Reload active themes"] = "Reload active themes";
+$a->strings["No themes found on the system. They should be paced in %1\$s"] = "No themes found on the system. They should be paced in %1\$s";
+$a->strings["[Experimental]"] = "[Experimental]";
+$a->strings["[Unsupported]"] = "[Unsupported]";
+$a->strings["Log settings updated."] = "Log settings updated.";
+$a->strings["PHP log currently enabled."] = "PHP log currently enabled.";
+$a->strings["PHP log currently disabled."] = "PHP log currently disabled.";
+$a->strings["Clear"] = "Clear";
+$a->strings["Enable Debugging"] = "Enable debugging";
+$a->strings["Log file"] = "Log file";
+$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Must be writable by web server and relative to your Friendica top-level directory.";
+$a->strings["Log level"] = "Log level";
+$a->strings["PHP logging"] = "PHP logging";
+$a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The file name set in the 'error_log' line is relative to the Friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them.";
+$a->strings["Off"] = "Off";
+$a->strings["On"] = "On";
+$a->strings["Lock feature %s"] = "Lock feature %s";
+$a->strings["Manage Additional Features"] = "Manage additional features";
+$a->strings["%d contact edited."] = array(
+       0 => "%d contact edited.",
+       1 => "%d contacts edited.",
+);
+$a->strings["Could not access contact record."] = "Could not access contact record.";
+$a->strings["Could not locate selected profile."] = "Could not locate selected profile.";
+$a->strings["Contact updated."] = "Contact updated.";
+$a->strings["Contact has been blocked"] = "Contact has been blocked";
+$a->strings["Contact has been unblocked"] = "Contact has been unblocked";
+$a->strings["Contact has been ignored"] = "Contact has been ignored";
+$a->strings["Contact has been unignored"] = "Contact has been unignored";
+$a->strings["Contact has been archived"] = "Contact has been archived";
+$a->strings["Contact has been unarchived"] = "Contact has been unarchived";
+$a->strings["Drop contact"] = "Drop contact";
+$a->strings["Do you really want to delete this contact?"] = "Do you really want to delete this contact?";
+$a->strings["Contact has been removed."] = "Contact has been removed.";
+$a->strings["You are mutual friends with %s"] = "You are mutual friends with %s";
+$a->strings["You are sharing with %s"] = "You are sharing with %s";
+$a->strings["%s is sharing with you"] = "%s is sharing with you";
+$a->strings["Private communications are not available for this contact."] = "Private communications are not available for this contact.";
+$a->strings["(Update was successful)"] = "(Update was successful)";
+$a->strings["(Update was not successful)"] = "(Update was not successful)";
+$a->strings["Suggest friends"] = "Suggest friends";
+$a->strings["Network type: %s"] = "Network type: %s";
+$a->strings["Communications lost with this contact!"] = "Communications lost with this contact!";
+$a->strings["Fetch further information for feeds"] = "Fetch further information for feeds";
+$a->strings["Fetch information"] = "Fetch information";
+$a->strings["Fetch information and keywords"] = "Fetch information and keywords";
+$a->strings["Contact"] = "Contact";
+$a->strings["Profile Visibility"] = "Profile visibility";
+$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Please choose the profile you would like to display to %s when viewing your profile securely.";
+$a->strings["Contact Information / Notes"] = "Personal note";
+$a->strings["Edit contact notes"] = "Edit contact notes";
+$a->strings["Block/Unblock contact"] = "Block/Unblock contact";
+$a->strings["Ignore contact"] = "Ignore contact";
+$a->strings["Repair URL settings"] = "Repair URL settings";
+$a->strings["View conversations"] = "View conversations";
+$a->strings["Last update:"] = "Last update:";
+$a->strings["Update public posts"] = "Update public posts";
+$a->strings["Update now"] = "Update now";
+$a->strings["Unignore"] = "Unignore";
+$a->strings["Currently blocked"] = "Currently blocked";
+$a->strings["Currently ignored"] = "Currently ignored";
+$a->strings["Currently archived"] = "Currently archived";
+$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Replies/Likes to your public posts <strong>may</strong> still be visible";
+$a->strings["Notification for new posts"] = "Notification for new posts";
+$a->strings["Send a notification of every new post of this contact"] = "Send notification for every new post from this contact";
+$a->strings["Blacklisted keywords"] = "Blacklisted keywords";
+$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected";
+$a->strings["Actions"] = "Actions";
+$a->strings["Contact Settings"] = "Notification and privacy ";
+$a->strings["Suggestions"] = "Suggestions";
+$a->strings["Suggest potential friends"] = "Suggest potential friends";
+$a->strings["Show all contacts"] = "Show all contacts";
+$a->strings["Unblocked"] = "Unblocked";
+$a->strings["Only show unblocked contacts"] = "Only show unblocked contacts";
+$a->strings["Blocked"] = "Blocked";
+$a->strings["Only show blocked contacts"] = "Only show blocked contacts";
+$a->strings["Ignored"] = "Ignored";
+$a->strings["Only show ignored contacts"] = "Only show ignored contacts";
+$a->strings["Archived"] = "Archived";
+$a->strings["Only show archived contacts"] = "Only show archived contacts";
+$a->strings["Hidden"] = "Hidden";
+$a->strings["Only show hidden contacts"] = "Only show hidden contacts";
+$a->strings["Search your contacts"] = "Search your contacts";
+$a->strings["Update"] = "Update";
+$a->strings["Archive"] = "Archive";
+$a->strings["Unarchive"] = "Unarchive";
+$a->strings["Batch Actions"] = "Batch actions";
+$a->strings["View all contacts"] = "View all contacts";
+$a->strings["View all common friends"] = "View all common friends";
+$a->strings["Advanced Contact Settings"] = "Advanced contact settings";
+$a->strings["Mutual Friendship"] = "Mutual friendship";
+$a->strings["is a fan of yours"] = "is a fan of yours";
+$a->strings["you are a fan of"] = "I follow them";
+$a->strings["Toggle Blocked status"] = "Toggle blocked status";
+$a->strings["Toggle Ignored status"] = "Toggle ignored status";
+$a->strings["Toggle Archive status"] = "Toggle archive status";
+$a->strings["Delete contact"] = "Delete contact";
+$a->strings["Image uploaded but image cropping failed."] = "Image uploaded but image cropping failed.";
+$a->strings["Image size reduction [%s] failed."] = "Image size reduction [%s] failed.";
+$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-reload the page or clear browser cache if the new photo does not display immediately.";
+$a->strings["Unable to process image"] = "Unable to process image";
+$a->strings["Upload File:"] = "Upload File:";
+$a->strings["Select a profile:"] = "Select a profile:";
+$a->strings["Upload"] = "Upload";
+$a->strings["or"] = "or";
+$a->strings["skip this step"] = "skip this step";
+$a->strings["select a photo from your photo albums"] = "select a photo from your photo albums";
+$a->strings["Crop Image"] = "Crop Image";
+$a->strings["Please adjust the image cropping for optimum viewing."] = "Please adjust the image cropping for optimum viewing.";
+$a->strings["Done Editing"] = "Done editing";
+$a->strings["Image uploaded successfully."] = "Image uploaded successfully.";
+$a->strings["Profile deleted."] = "Profile deleted.";
+$a->strings["Profile-"] = "Profile-";
+$a->strings["New profile created."] = "New profile created.";
+$a->strings["Profile unavailable to clone."] = "Profile unavailable to clone.";
+$a->strings["Profile Name is required."] = "Profile name is required.";
+$a->strings["Marital Status"] = "Marital status";
+$a->strings["Romantic Partner"] = "Romantic partner";
+$a->strings["Work/Employment"] = "Work/Employment:";
+$a->strings["Religion"] = "Religion";
+$a->strings["Political Views"] = "Political views";
+$a->strings["Gender"] = "Gender";
+$a->strings["Sexual Preference"] = "Sexual preference";
+$a->strings["XMPP"] = "XMPP";
+$a->strings["Homepage"] = "Homepage";
+$a->strings["Interests"] = "Interests";
+$a->strings["Address"] = "Address";
+$a->strings["Location"] = "Location";
+$a->strings["Profile updated."] = "Profile updated.";
+$a->strings[" and "] = " and ";
+$a->strings["public profile"] = "public profile";
+$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;";
+$a->strings[" - Visit %1\$s's %2\$s"] = " - Visit %1\$s's %2\$s";
+$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s has an updated %2\$s, changing %3\$s.";
+$a->strings["Hide contacts and friends:"] = "Hide contacts and friends:";
+$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Hide your contact/friend list from viewers of this profile?";
+$a->strings["Show more profile fields:"] = "Show more profile fields:";
+$a->strings["Profile Actions"] = "Profile actions";
+$a->strings["Edit Profile Details"] = "Edit Profile Details";
+$a->strings["Change Profile Photo"] = "Change profile photo";
+$a->strings["View this profile"] = "View this profile";
+$a->strings["Create a new profile using these settings"] = "Create a new profile using these settings";
+$a->strings["Clone this profile"] = "Clone this profile";
+$a->strings["Delete this profile"] = "Delete this profile";
+$a->strings["Basic information"] = "Basic information";
+$a->strings["Profile picture"] = "Profile picture";
+$a->strings["Preferences"] = "Preferences";
+$a->strings["Status information"] = "Status information";
+$a->strings["Additional information"] = "Additional information";
+$a->strings["Relation"] = "Relation";
+$a->strings["Your Gender:"] = "Gender:";
+$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Marital status:";
+$a->strings["Example: fishing photography software"] = "Example: fishing photography software";
+$a->strings["Profile Name:"] = "Profile name:";
+$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet.";
+$a->strings["Your Full Name:"] = "My full name:";
+$a->strings["Title/Description:"] = "Title/Description:";
+$a->strings["Street Address:"] = "Street address:";
+$a->strings["Locality/City:"] = "Locality/City:";
+$a->strings["Region/State:"] = "Region/State:";
+$a->strings["Postal/Zip Code:"] = "Postcode:";
+$a->strings["Country:"] = "Country:";
+$a->strings["Who: (if applicable)"] = "Who: (if applicable)";
+$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Examples: cathy123, Cathy Williams, cathy@example.com";
+$a->strings["Since [date]:"] = "Since when:";
+$a->strings["Tell us about yourself..."] = "About myself:";
+$a->strings["XMPP (Jabber) address:"] = "XMPP (Jabber) address:";
+$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "The XMPP address will be propagated to your contacts so that they can follow you.";
+$a->strings["Homepage URL:"] = "Homepage URL:";
+$a->strings["Religious Views:"] = "Religious views:";
+$a->strings["Public Keywords:"] = "Public keywords:";
+$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "Used for suggesting potential friends, can be seen by others.";
+$a->strings["Private Keywords:"] = "Private keywords:";
+$a->strings["(Used for searching profiles, never shown to others)"] = "Used for searching profiles, never shown to others.";
+$a->strings["Musical interests"] = "Music:";
+$a->strings["Books, literature"] = "Books, literature, poetry:";
+$a->strings["Television"] = "Television:";
+$a->strings["Film/dance/culture/entertainment"] = "Film, dance, culture, entertainment";
+$a->strings["Hobbies/Interests"] = "Hobbies/Interests:";
+$a->strings["Love/romance"] = "Love/Romance:";
+$a->strings["Work/employment"] = "Work/Employment:";
+$a->strings["School/education"] = "School/Education:";
+$a->strings["Contact information and Social Networks"] = "Contact information and other social networks:";
+$a->strings["Edit/Manage Profiles"] = "Edit/Manage Profiles";
+$a->strings["Display"] = "Display";
+$a->strings["Social Networks"] = "Social networks";
+$a->strings["Connected apps"] = "Connected apps";
+$a->strings["Remove account"] = "Remove account";
+$a->strings["Missing some important data!"] = "Missing some important data!";
+$a->strings["Failed to connect with email account using the settings provided."] = "Failed to connect with email account using the settings provided.";
+$a->strings["Email settings updated."] = "Email settings updated.";
+$a->strings["Features updated"] = "Features updated";
+$a->strings["Relocate message has been send to your contacts"] = "Relocate message has been send to your contacts";
+$a->strings["Empty passwords are not allowed. Password unchanged."] = "Empty passwords are not allowed. Password unchanged.";
+$a->strings["Wrong password."] = "Wrong password.";
+$a->strings["Password changed."] = "Password changed.";
+$a->strings["Password update failed. Please try again."] = "Password update failed. Please try again.";
+$a->strings[" Please use a shorter name."] = " Please use a shorter name.";
+$a->strings[" Name too short."] = " Name too short.";
+$a->strings["Wrong Password"] = "Wrong password";
+$a->strings[" Not valid email."] = "Invalid email.";
+$a->strings[" Cannot change to that email."] = " Cannot change to that email.";
+$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Private forum has no privacy permissions. Using default privacy group.";
+$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Private forum has no privacy permissions and no default privacy group.";
+$a->strings["Settings updated."] = "Settings updated.";
+$a->strings["Add application"] = "Add application";
+$a->strings["Consumer Key"] = "Consumer key";
+$a->strings["Consumer Secret"] = "Consumer secret";
+$a->strings["Redirect"] = "Redirect";
+$a->strings["Icon url"] = "Icon URL";
+$a->strings["You can't edit this application."] = "You cannot edit this application.";
+$a->strings["Connected Apps"] = "Connected Apps";
+$a->strings["Client key starts with"] = "Client key starts with";
+$a->strings["No name"] = "No name";
+$a->strings["Remove authorization"] = "Remove authorization";
+$a->strings["No Plugin settings configured"] = "No plugin settings configured";
+$a->strings["Plugin Settings"] = "Plugin Settings";
+$a->strings["Additional Features"] = "Additional Features";
+$a->strings["General Social Media Settings"] = "General Social Media Settings";
+$a->strings["Disable intelligent shortening"] = "Disable intelligent shortening";
+$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original Friendica post.";
+$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "Automatically follow any GNU Social (OStatus) followers/mentioners";
+$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = "Create a new contact for every unknown OStatus user from whom you receive a message.";
+$a->strings["Default group for OStatus contacts"] = "Default group for OStatus contacts";
+$a->strings["Your legacy GNU Social account"] = "Your legacy GNU Social account";
+$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = "Entering your old GNU Social/Statusnet account name here (format: user@domain.tld), will automatically added your contacts. The field will be emptied when done.";
+$a->strings["Repair OStatus subscriptions"] = "Repair OStatus subscriptions";
+$a->strings["Built-in support for %s connectivity is %s"] = "Built-in support for %s connectivity is %s";
+$a->strings["enabled"] = "enabled";
+$a->strings["disabled"] = "disabled";
+$a->strings["GNU Social (OStatus)"] = "GNU Social (OStatus)";
+$a->strings["Email access is disabled on this site."] = "Email access is disabled on this site.";
+$a->strings["Email/Mailbox Setup"] = "Email/Mailbox setup";
+$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Specify how to connect to your mailbox, if you wish to communicate with existing email contacts.";
+$a->strings["Last successful email check:"] = "Last successful email check:";
+$a->strings["IMAP server name:"] = "IMAP server name:";
+$a->strings["IMAP port:"] = "IMAP port:";
+$a->strings["Security:"] = "Security:";
+$a->strings["None"] = "None";
+$a->strings["Email login name:"] = "Email login name:";
+$a->strings["Email password:"] = "Email password:";
+$a->strings["Reply-to address:"] = "Reply-to address:";
+$a->strings["Send public posts to all email contacts:"] = "Send public posts to all email contacts:";
+$a->strings["Action after import:"] = "Action after import:";
+$a->strings["Move to folder"] = "Move to folder";
+$a->strings["Move to folder:"] = "Move to folder:";
+$a->strings["Display Settings"] = "Display Settings";
+$a->strings["Display Theme:"] = "Display theme:";
+$a->strings["Mobile Theme:"] = "Mobile theme:";
+$a->strings["Suppress warning of insecure networks"] = "Suppress warning of insecure networks";
+$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "Suppresses warnings if groups contains members whose networks that cannot receive non-public postings.";
+$a->strings["Update browser every xx seconds"] = "Update browser every so many seconds:";
+$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "Minimum 10 seconds; to disable -1.";
+$a->strings["Number of items to display per page:"] = "Number of items displayed per page:";
+$a->strings["Maximum of 100 items"] = "Maximum of 100 items";
+$a->strings["Number of items to display per page when viewed from mobile device:"] = "Number of items displayed per page on mobile devices:";
+$a->strings["Don't show emoticons"] = "Don't show emoticons";
+$a->strings["Calendar"] = "Calendar";
+$a->strings["Beginning of week:"] = "Week begins: ";
+$a->strings["Don't show notices"] = "Don't show notices";
+$a->strings["Infinite scroll"] = "Infinite scroll";
+$a->strings["Automatic updates only at the top of the network page"] = "Automatically updates only top of the network page";
+$a->strings["Bandwith Saver Mode"] = "Bandwith saving mode";
+$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "If enabled, embedded content is not displayed on automatic updates; it is only shown on page reload.";
+$a->strings["General Theme Settings"] = "Themes";
+$a->strings["Custom Theme Settings"] = "Theme customisation";
+$a->strings["Content Settings"] = "Content/Layout";
+$a->strings["Theme settings"] = "Theme settings";
+$a->strings["Account Types"] = "Account types:";
+$a->strings["Personal Page Subtypes"] = "Personal Page subtypes";
+$a->strings["Community Forum Subtypes"] = "Community forum subtypes";
+$a->strings["Personal Page"] = "Personal Page";
+$a->strings["This account is a regular personal profile"] = "Regular personal profile";
+$a->strings["Organisation Page"] = "Organisation Page";
+$a->strings["This account is a profile for an organisation"] = "Profile for an organisation";
+$a->strings["News Page"] = "News Page";
+$a->strings["This account is a news account/reflector"] = "News reflector";
+$a->strings["Community Forum"] = "Community Forum";
+$a->strings["This account is a community forum where people can discuss with each other"] = "Discussion forum for community";
+$a->strings["Normal Account Page"] = "Standard";
+$a->strings["This account is a normal personal profile"] = "Regular personal profile";
+$a->strings["Soapbox Page"] = "Soapbox";
+$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Automatically approves contact requests as followers";
+$a->strings["Public Forum"] = "Public forum";
+$a->strings["Automatically approve all contact requests"] = "Automatically approve all contact requests";
+$a->strings["Automatic Friend Page"] = "Popularity";
+$a->strings["Automatically approve all connection/friend requests as friends"] = "Automatically approves contact requests as friends";
+$a->strings["Private Forum [Experimental]"] = "Private forum [Experimental]";
+$a->strings["Private forum - approved members only"] = "Private forum - approved members only";
+$a->strings["OpenID:"] = "OpenID:";
+$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Optional) Allow this OpenID to login to this account.";
+$a->strings["Publish your default profile in your local site directory?"] = "Publish default profile in local site directory?";
+$a->strings["Your profile may be visible in public."] = "Your local directory may be publicly visible";
+$a->strings["Publish your default profile in the global social directory?"] = "Publish default profile in global directory?";
+$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Hide my contact list from others?";
+$a->strings["If enabled, posting public messages to Diaspora and other networks isn't possible."] = "Posting public messages to Diaspora and other networks will not be possible if enabled";
+$a->strings["Allow friends to post to your profile page?"] = "Allow friends to post to my wall?";
+$a->strings["Allow friends to tag your posts?"] = "Allow friends to tag my post?";
+$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Allow us to suggest you as a potential friend to new members?";
+$a->strings["Permit unknown people to send you private mail?"] = "Allow unknown people to send me private messages?";
+$a->strings["Profile is <strong>not published</strong>."] = "Profile is <strong>not published</strong>.";
+$a->strings["Your Identity Address is <strong>'%s'</strong> or '%s'."] = "My identity address: <strong>'%s'</strong> or '%s'";
+$a->strings["Automatically expire posts after this many days:"] = "Automatically expire posts after this many days:";
+$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Posts will not expire if empty;  expired posts will be deleted";
+$a->strings["Advanced expiration settings"] = "Advanced expiration settings";
+$a->strings["Advanced Expiration"] = "Advanced expiration";
+$a->strings["Expire posts:"] = "Expire posts:";
+$a->strings["Expire personal notes:"] = "Expire personal notes:";
+$a->strings["Expire starred posts:"] = "Expire starred posts:";
+$a->strings["Expire photos:"] = "Expire photos:";
+$a->strings["Only expire posts by others:"] = "Only expire posts by others:";
+$a->strings["Account Settings"] = "Account Settings";
+$a->strings["Password Settings"] = "Password change";
+$a->strings["Leave password fields blank unless changing"] = "Leave password fields blank unless changing";
+$a->strings["Current Password:"] = "Current password:";
+$a->strings["Your current password to confirm the changes"] = "Current password to confirm change";
+$a->strings["Password:"] = "Password:";
+$a->strings["Basic Settings"] = "Basic information";
+$a->strings["Email Address:"] = "Email address:";
+$a->strings["Your Timezone:"] = "Time zone:";
+$a->strings["Your Language:"] = "Language:";
+$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Set the language of your Friendica interface and emails receiving";
+$a->strings["Default Post Location:"] = "Posting location:";
+$a->strings["Use Browser Location:"] = "Use browser location:";
+$a->strings["Security and Privacy Settings"] = "Security and privacy";
+$a->strings["Maximum Friend Requests/Day:"] = "Maximum friend requests per day:";
+$a->strings["(to prevent spam abuse)"] = "May prevent spam or abuse registrations";
+$a->strings["Default Post Permissions"] = "Default post permissions";
+$a->strings["(click to open/close)"] = "(click to open/close)";
+$a->strings["Default Private Post"] = "Default private post";
+$a->strings["Default Public Post"] = "Default public post";
+$a->strings["Default Permissions for New Posts"] = "Default permissions for new posts";
+$a->strings["Maximum private messages per day from unknown people:"] = "Maximum private messages per day from unknown people:";
+$a->strings["Notification Settings"] = "Notification";
+$a->strings["By default post a status message when:"] = "By default post a status message when:";
+$a->strings["accepting a friend request"] = "accepting friend requests";
+$a->strings["joining a forum/community"] = "joining forums or communities";
+$a->strings["making an <em>interesting</em> profile change"] = "making an <em>interesting</em> profile change";
+$a->strings["Send a notification email when:"] = "Send notification email when:";
+$a->strings["You receive an introduction"] = "Receiving an introduction";
+$a->strings["Your introductions are confirmed"] = "My introductions are confirmed";
+$a->strings["Someone writes on your profile wall"] = "Someone writes on my wall";
+$a->strings["Someone writes a followup comment"] = "A follow up comment is posted";
+$a->strings["You receive a private message"] = "receiving a private message";
+$a->strings["You receive a friend suggestion"] = "Receiving a friend suggestion";
+$a->strings["You are tagged in a post"] = "Tagged in a post";
+$a->strings["You are poked/prodded/etc. in a post"] = "Poked in a post";
+$a->strings["Activate desktop notifications"] = "Activate desktop notifications";
+$a->strings["Show desktop popup on new notifications"] = "Show desktop pop-up on new notifications";
+$a->strings["Text-only notification emails"] = "Text-only notification emails";
+$a->strings["Send text only notification emails, without the html part"] = "Receive text only emails without HTML ";
+$a->strings["Advanced Account/Page Type Settings"] = "Advanced account types";
+$a->strings["Change the behaviour of this account for special situations"] = "Change behaviour of this account for special situations";
+$a->strings["Relocate"] = "Recent relocation";
+$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "If you have moved this profile from another server and some of your contacts don't receive your updates:";
+$a->strings["Resend relocate message to contacts"] = "Resend relocation message to contacts";
+$a->strings["via"] = "via";
+$a->strings["greenzero"] = "greenzero";
+$a->strings["purplezero"] = "purplezero";
+$a->strings["easterbunny"] = "easterbunny";
+$a->strings["darkzero"] = "darkzero";
+$a->strings["comix"] = "comix";
+$a->strings["slackr"] = "slackr";
+$a->strings["Variations"] = "Variations";
+$a->strings["Repeat the image"] = "Repeat the image";
+$a->strings["Will repeat your image to fill the background."] = "Will repeat your image to fill the background.";
+$a->strings["Stretch"] = "Stretch";
+$a->strings["Will stretch to width/height of the image."] = "Will stretch to width/height of the image.";
+$a->strings["Resize fill and-clip"] = "Resize fill and-clip";
+$a->strings["Resize to fill and retain aspect ratio."] = "Resize to fill and retain aspect ratio.";
+$a->strings["Resize best fit"] = "Resize to best fit";
+$a->strings["Resize to best fit and retain aspect ratio."] = "Resize to best fit and retain aspect ratio.";
+$a->strings["Default"] = "Default";
+$a->strings["Note: "] = "Note - ";
+$a->strings["Check image permissions if all users are allowed to visit the image"] = "Check image permissions if all users are allowed to visit the image";
+$a->strings["Select scheme"] = "Select scheme:";
+$a->strings["Navigation bar background color"] = "Navigation bar background colour:";
+$a->strings["Navigation bar icon color "] = "Navigation bar icon colour:";
+$a->strings["Link color"] = "Link colour:";
+$a->strings["Set the background color"] = "Background colour:";
+$a->strings["Content background transparency"] = "Content background transparency:";
+$a->strings["Set the background image"] = "Background image:";
+$a->strings["Guest"] = "Guest";
+$a->strings["Visitor"] = "Visitor";
+$a->strings["Alignment"] = "Alignment";
+$a->strings["Left"] = "Left";
+$a->strings["Center"] = "Centre";
+$a->strings["Color scheme"] = "Colour scheme";
+$a->strings["Posts font size"] = "Posts font size";
+$a->strings["Textareas font size"] = "Textareas font size";
+$a->strings["Comma separated list of helper forums"] = "Comma separated list of helper forums";
+$a->strings["Set style"] = "Set style";
+$a->strings["Community Pages"] = "Community pages";
+$a->strings["Community Profiles"] = "Community profiles";
+$a->strings["Help or @NewHere ?"] = "Help or @NewHere ?";
+$a->strings["Connect Services"] = "Connect services";
+$a->strings["Find Friends"] = "Find friends";
+$a->strings["Last users"] = "Last users";
+$a->strings["Local Directory"] = "Local directory";
+$a->strings["Quick Start"] = "Quick start";
+$a->strings["Delete this item?"] = "Delete this item?";
+$a->strings["show fewer"] = "Show fewer.";
+$a->strings["toggle mobile"] = "Toggle mobile";
+$a->strings["Update %s failed. See error logs."] = "Update %s failed. See error logs.";
+$a->strings["Create a New Account"] = "Create a new account";
+$a->strings["Password: "] = "Password: ";
+$a->strings["Remember me"] = "Remember me";
+$a->strings["Or login using OpenID: "] = "Or login with OpenID: ";
+$a->strings["Forgot your password?"] = "Forgot your password?";
+$a->strings["Website Terms of Service"] = "Website Terms of Service";
+$a->strings["terms of service"] = "Terms of service";
+$a->strings["Website Privacy Policy"] = "Website Privacy Policy";
+$a->strings["privacy policy"] = "Privacy policy";
diff --git a/view/lang/en-us/messages.po b/view/lang/en-us/messages.po
new file mode 100644 (file)
index 0000000..8c1b1dd
--- /dev/null
@@ -0,0 +1,8943 @@
+# FRIENDICA Distributed Social Network
+# Copyright (C) 2010, 2011, 2012, 2013 the Friendica Project
+# This file is distributed under the same license as the Friendica package.
+# 
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-05-28 11:09+0200\n"
+"PO-Revision-Date: 2017-06-05 15:09+0000\n"
+"Last-Translator: Andy H3 <andy@hubup.pro>\n"
+"Language-Team: English (United States) (http://www.transifex.com/Friendica/friendica/language/en_US/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: en_US\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: include/contact_selectors.php:32
+msgid "Unknown | Not categorised"
+msgstr "Unknown | Not categorized"
+
+#: include/contact_selectors.php:33
+msgid "Block immediately"
+msgstr "Block immediately"
+
+#: include/contact_selectors.php:34
+msgid "Shady, spammer, self-marketer"
+msgstr "Shady, spammer, self-marketer"
+
+#: include/contact_selectors.php:35
+msgid "Known to me, but no opinion"
+msgstr "Known to me, but no opinion"
+
+#: include/contact_selectors.php:36
+msgid "OK, probably harmless"
+msgstr "OK, probably harmless"
+
+#: include/contact_selectors.php:37
+msgid "Reputable, has my trust"
+msgstr "Reputable, has my trust"
+
+#: include/contact_selectors.php:56 mod/admin.php:986
+msgid "Frequently"
+msgstr "Frequently"
+
+#: include/contact_selectors.php:57 mod/admin.php:987
+msgid "Hourly"
+msgstr "Hourly"
+
+#: include/contact_selectors.php:58 mod/admin.php:988
+msgid "Twice daily"
+msgstr "Twice daily"
+
+#: include/contact_selectors.php:59 mod/admin.php:989
+msgid "Daily"
+msgstr "Daily"
+
+#: include/contact_selectors.php:60
+msgid "Weekly"
+msgstr "Weekly"
+
+#: include/contact_selectors.php:61
+msgid "Monthly"
+msgstr "Monthly"
+
+#: include/contact_selectors.php:76 mod/dfrn_request.php:886
+msgid "Friendica"
+msgstr "Friendica"
+
+#: include/contact_selectors.php:77
+msgid "OStatus"
+msgstr "OStatus"
+
+#: include/contact_selectors.php:78
+msgid "RSS/Atom"
+msgstr "RSS/Atom"
+
+#: include/contact_selectors.php:79 include/contact_selectors.php:86
+#: mod/admin.php:1496 mod/admin.php:1509 mod/admin.php:1522 mod/admin.php:1540
+msgid "Email"
+msgstr "Email"
+
+#: include/contact_selectors.php:80 mod/dfrn_request.php:888
+#: mod/settings.php:849
+msgid "Diaspora"
+msgstr "Diaspora"
+
+#: include/contact_selectors.php:81
+msgid "Facebook"
+msgstr "Facebook"
+
+#: include/contact_selectors.php:82
+msgid "Zot!"
+msgstr "Zot!"
+
+#: include/contact_selectors.php:83
+msgid "LinkedIn"
+msgstr "LinkedIn"
+
+#: include/contact_selectors.php:84
+msgid "XMPP/IM"
+msgstr "XMPP/IM"
+
+#: include/contact_selectors.php:85
+msgid "MySpace"
+msgstr "MySpace"
+
+#: include/contact_selectors.php:87
+msgid "Google+"
+msgstr "Google+"
+
+#: include/contact_selectors.php:88
+msgid "pump.io"
+msgstr "Pump.io"
+
+#: include/contact_selectors.php:89
+msgid "Twitter"
+msgstr "Twitter"
+
+#: include/contact_selectors.php:90
+msgid "Diaspora Connector"
+msgstr "Diaspora connector"
+
+#: include/contact_selectors.php:91
+msgid "GNU Social Connector"
+msgstr "GNU Social connector"
+
+#: include/contact_selectors.php:92
+msgid "pnut"
+msgstr "Pnut"
+
+#: include/contact_selectors.php:93
+msgid "App.net"
+msgstr "App.net"
+
+#: include/features.php:65
+msgid "General Features"
+msgstr "General"
+
+#: include/features.php:67
+msgid "Multiple Profiles"
+msgstr "Multiple profiles"
+
+#: include/features.php:67
+msgid "Ability to create multiple profiles"
+msgstr "Ability to create multiple profiles"
+
+#: include/features.php:68
+msgid "Photo Location"
+msgstr "Photo location"
+
+#: include/features.php:68
+msgid ""
+"Photo metadata is normally stripped. This extracts the location (if present)"
+" prior to stripping metadata and links it to a map."
+msgstr "Photo metadata is normally removed. This extracts the location (if present) prior to removing metadata and links it to a map."
+
+#: include/features.php:69
+msgid "Export Public Calendar"
+msgstr "Export public calendar"
+
+#: include/features.php:69
+msgid "Ability for visitors to download the public calendar"
+msgstr "Ability for visitors to download the public calendar"
+
+#: include/features.php:74
+msgid "Post Composition Features"
+msgstr "Post composition"
+
+#: include/features.php:75
+msgid "Post Preview"
+msgstr "Post preview"
+
+#: include/features.php:75
+msgid "Allow previewing posts and comments before publishing them"
+msgstr "Allow previewing posts and comments before publishing them"
+
+#: include/features.php:76
+msgid "Auto-mention Forums"
+msgstr "Auto-mention forums"
+
+#: include/features.php:76
+msgid ""
+"Add/remove mention when a forum page is selected/deselected in ACL window."
+msgstr "Add/Remove mention when a forum page is selected or deselected in the ACL window."
+
+#: include/features.php:81
+msgid "Network Sidebar Widgets"
+msgstr "Network sidebars"
+
+#: include/features.php:82
+msgid "Search by Date"
+msgstr "Search by date"
+
+#: include/features.php:82
+msgid "Ability to select posts by date ranges"
+msgstr "Ability to select posts by date ranges"
+
+#: include/features.php:83 include/features.php:113
+msgid "List Forums"
+msgstr "List forums"
+
+#: include/features.php:83
+msgid "Enable widget to display the forums your are connected with"
+msgstr "Enable widget to display the forums your are connected with"
+
+#: include/features.php:84
+msgid "Group Filter"
+msgstr "Group filter"
+
+#: include/features.php:84
+msgid "Enable widget to display Network posts only from selected group"
+msgstr "Enable widget to display network posts only from selected group"
+
+#: include/features.php:85
+msgid "Network Filter"
+msgstr "Network filter"
+
+#: include/features.php:85
+msgid "Enable widget to display Network posts only from selected network"
+msgstr "Enable widget to display network posts only from selected network"
+
+#: include/features.php:86 mod/network.php:209 mod/search.php:37
+msgid "Saved Searches"
+msgstr "Saved searches"
+
+#: include/features.php:86
+msgid "Save search terms for re-use"
+msgstr "Save search terms for re-use"
+
+#: include/features.php:91
+msgid "Network Tabs"
+msgstr "Network tabs"
+
+#: include/features.php:92
+msgid "Network Personal Tab"
+msgstr "Network personal tab"
+
+#: include/features.php:92
+msgid "Enable tab to display only Network posts that you've interacted on"
+msgstr "Enable tab to display only network posts that you've interacted with"
+
+#: include/features.php:93
+msgid "Network New Tab"
+msgstr "Network new tab"
+
+#: include/features.php:93
+msgid "Enable tab to display only new Network posts (from the last 12 hours)"
+msgstr "Enable tab to display only new network posts (last 12 hours)"
+
+#: include/features.php:94
+msgid "Network Shared Links Tab"
+msgstr "Network shared links tab"
+
+#: include/features.php:94
+msgid "Enable tab to display only Network posts with links in them"
+msgstr "Enable tab to display only network posts with links in them"
+
+#: include/features.php:99
+msgid "Post/Comment Tools"
+msgstr "Post/Comment tools"
+
+#: include/features.php:100
+msgid "Multiple Deletion"
+msgstr "Multiple deletion"
+
+#: include/features.php:100
+msgid "Select and delete multiple posts/comments at once"
+msgstr "Select and delete multiple posts/comments at once"
+
+#: include/features.php:101
+msgid "Edit Sent Posts"
+msgstr "Edit sent posts"
+
+#: include/features.php:101
+msgid "Edit and correct posts and comments after sending"
+msgstr "Ability to editing posts and comments after sending"
+
+#: include/features.php:102
+msgid "Tagging"
+msgstr "Tagging"
+
+#: include/features.php:102
+msgid "Ability to tag existing posts"
+msgstr "Ability to tag existing posts"
+
+#: include/features.php:103
+msgid "Post Categories"
+msgstr "Post categories"
+
+#: include/features.php:103
+msgid "Add categories to your posts"
+msgstr "Add categories to your posts"
+
+#: include/features.php:104 include/contact_widgets.php:162
+msgid "Saved Folders"
+msgstr "Saved Folders"
+
+#: include/features.php:104
+msgid "Ability to file posts under folders"
+msgstr "Ability to file posts under folders"
+
+#: include/features.php:105
+msgid "Dislike Posts"
+msgstr "Dislike posts"
+
+#: include/features.php:105
+msgid "Ability to dislike posts/comments"
+msgstr "Ability to dislike posts/comments"
+
+#: include/features.php:106
+msgid "Star Posts"
+msgstr "Star posts"
+
+#: include/features.php:106
+msgid "Ability to mark special posts with a star indicator"
+msgstr "Ability to highlight posts with a star"
+
+#: include/features.php:107
+msgid "Mute Post Notifications"
+msgstr "Mute post notifications"
+
+#: include/features.php:107
+msgid "Ability to mute notifications for a thread"
+msgstr "Ability to mute notifications for a thread"
+
+#: include/features.php:112
+msgid "Advanced Profile Settings"
+msgstr "Advanced profiles"
+
+#: include/features.php:113
+msgid "Show visitors public community forums at the Advanced Profile Page"
+msgstr "Show visitors of public community forums at the advanced profile page"
+
+#: include/group.php:25
+msgid ""
+"A deleted group with this name was revived. Existing item permissions "
+"<strong>may</strong> apply to this group and any future members. If this is "
+"not what you intended, please create another group with a different name."
+msgstr "A deleted group with this name has been revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."
+
+#: include/group.php:210
+msgid "Default privacy group for new contacts"
+msgstr "Default privacy group for new contacts"
+
+#: include/group.php:243
+msgid "Everybody"
+msgstr "Everybody"
+
+#: include/group.php:266
+msgid "edit"
+msgstr "edit"
+
+#: include/group.php:287 mod/newmember.php:39
+msgid "Groups"
+msgstr "Groups"
+
+#: include/group.php:289
+msgid "Edit groups"
+msgstr "Edit groups"
+
+#: include/group.php:291
+msgid "Edit group"
+msgstr "Edit group"
+
+#: include/group.php:292
+msgid "Create a new group"
+msgstr "Create new group"
+
+#: include/group.php:293 mod/group.php:100 mod/group.php:197
+msgid "Group Name: "
+msgstr "Group name: "
+
+#: include/group.php:295
+msgid "Contacts not in any group"
+msgstr "Contacts not in any group"
+
+#: include/group.php:297 mod/network.php:210
+msgid "add"
+msgstr "add"
+
+#: include/ForumManager.php:116 include/text.php:1094 include/nav.php:133
+#: view/theme/vier/theme.php:256
+msgid "Forums"
+msgstr "Forums"
+
+#: include/ForumManager.php:118 view/theme/vier/theme.php:258
+msgid "External link to forum"
+msgstr "External link to forum"
+
+#: include/ForumManager.php:121 include/contact_widgets.php:271
+#: include/items.php:2432 mod/content.php:625 object/Item.php:417
+#: view/theme/vier/theme.php:261 src/App.php:506
+msgid "show more"
+msgstr "Show more..."
+
+#: include/NotificationsManager.php:153
+msgid "System"
+msgstr "System"
+
+#: include/NotificationsManager.php:160 include/nav.php:160 mod/admin.php:518
+#: view/theme/frio/theme.php:255
+msgid "Network"
+msgstr "Network"
+
+#: include/NotificationsManager.php:167 mod/network.php:835
+#: mod/profiles.php:699
+msgid "Personal"
+msgstr "Personal"
+
+#: include/NotificationsManager.php:174 include/nav.php:107
+#: include/nav.php:163
+msgid "Home"
+msgstr "Home"
+
+#: include/NotificationsManager.php:181 include/nav.php:168
+msgid "Introductions"
+msgstr "Introductions"
+
+#: include/NotificationsManager.php:239 include/NotificationsManager.php:251
+#, php-format
+msgid "%s commented on %s's post"
+msgstr "%s commented on %s's post"
+
+#: include/NotificationsManager.php:250
+#, php-format
+msgid "%s created a new post"
+msgstr "%s posted something new"
+
+#: include/NotificationsManager.php:265
+#, php-format
+msgid "%s liked %s's post"
+msgstr "%s liked %s's post"
+
+#: include/NotificationsManager.php:278
+#, php-format
+msgid "%s disliked %s's post"
+msgstr "%s disliked %s's post"
+
+#: include/NotificationsManager.php:291
+#, php-format
+msgid "%s is attending %s's event"
+msgstr "%s is going to %s's event"
+
+#: include/NotificationsManager.php:304
+#, php-format
+msgid "%s is not attending %s's event"
+msgstr "%s is not going to %s's event"
+
+#: include/NotificationsManager.php:317
+#, php-format
+msgid "%s may attend %s's event"
+msgstr "%s may go to %s's event"
+
+#: include/NotificationsManager.php:334
+#, php-format
+msgid "%s is now friends with %s"
+msgstr "%s is now friends with %s"
+
+#: include/NotificationsManager.php:770
+msgid "Friend Suggestion"
+msgstr "Friend suggestion"
+
+#: include/NotificationsManager.php:803
+msgid "Friend/Connect Request"
+msgstr "Friend/Contact request"
+
+#: include/NotificationsManager.php:803
+msgid "New Follower"
+msgstr "New follower"
+
+#: include/acl_selectors.php:355
+msgid "Post to Email"
+msgstr "Post to email"
+
+#: include/acl_selectors.php:360
+#, php-format
+msgid "Connectors disabled, since \"%s\" is enabled."
+msgstr "Connectors are disabled since \"%s\" is enabled."
+
+#: include/acl_selectors.php:361 mod/settings.php:1189
+msgid "Hide your profile details from unknown viewers?"
+msgstr "Hide profile details from unknown viewers?"
+
+#: include/acl_selectors.php:367
+msgid "Visible to everybody"
+msgstr "Visible to everybody"
+
+#: include/acl_selectors.php:368 view/theme/vier/config.php:109
+msgid "show"
+msgstr "show"
+
+#: include/acl_selectors.php:369 view/theme/vier/config.php:109
+msgid "don't show"
+msgstr "don't show"
+
+#: include/acl_selectors.php:375 mod/editpost.php:125
+msgid "CC: email addresses"
+msgstr "CC: email addresses"
+
+#: include/acl_selectors.php:376 mod/editpost.php:132
+msgid "Example: bob@example.com, mary@example.com"
+msgstr "Example: bob@example.com, mary@example.com"
+
+#: include/acl_selectors.php:378 mod/events.php:511 mod/photos.php:1198
+#: mod/photos.php:1595
+msgid "Permissions"
+msgstr "Permissions"
+
+#: include/acl_selectors.php:379
+msgid "Close"
+msgstr "Close"
+
+#: include/auth.php:52
+msgid "Logged out."
+msgstr "Logged out."
+
+#: include/auth.php:123 include/auth.php:185 mod/openid.php:110
+msgid "Login failed."
+msgstr "Login failed."
+
+#: include/auth.php:139 include/user.php:75
+msgid ""
+"We encountered a problem while logging in with the OpenID you provided. "
+"Please check the correct spelling of the ID."
+msgstr "We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."
+
+#: include/auth.php:139 include/user.php:75
+msgid "The error message was:"
+msgstr "The error message was:"
+
+#: include/bb2diaspora.php:233 include/event.php:19 mod/localtime.php:13
+msgid "l F d, Y \\@ g:i A"
+msgstr "l F d, Y \\@ g:i A"
+
+#: include/bb2diaspora.php:239 include/event.php:36 include/event.php:56
+#: include/event.php:459
+msgid "Starts:"
+msgstr "Starts:"
+
+#: include/bb2diaspora.php:247 include/event.php:39 include/event.php:62
+#: include/event.php:460
+msgid "Finishes:"
+msgstr "Finishes:"
+
+#: include/bb2diaspora.php:256 include/event.php:43 include/event.php:69
+#: include/event.php:461 include/identity.php:342 mod/directory.php:135
+#: mod/events.php:496 mod/notifications.php:246 mod/contacts.php:639
+msgid "Location:"
+msgstr "Location:"
+
+#: include/contact_widgets.php:8
+msgid "Add New Contact"
+msgstr "Add new contact"
+
+#: include/contact_widgets.php:9
+msgid "Enter address or web location"
+msgstr "Enter address or web location"
+
+#: include/contact_widgets.php:10
+msgid "Example: bob@example.com, http://example.com/barbara"
+msgstr "Example: jo@example.com, http://example.com/jo"
+
+#: include/contact_widgets.php:12 include/identity.php:230
+#: mod/allfriends.php:87 mod/dirfind.php:209 mod/match.php:92
+#: mod/suggest.php:103
+msgid "Connect"
+msgstr "Connect"
+
+#: include/contact_widgets.php:26
+#, php-format
+msgid "%d invitation available"
+msgid_plural "%d invitations available"
+msgstr[0] "%d invitation available"
+msgstr[1] "%d invitations available"
+
+#: include/contact_widgets.php:32
+msgid "Find People"
+msgstr "Find people"
+
+#: include/contact_widgets.php:33
+msgid "Enter name or interest"
+msgstr "Enter name or interest"
+
+#: include/contact_widgets.php:34 include/conversation.php:1018
+#: include/Contact.php:389 mod/allfriends.php:71 mod/dirfind.php:212
+#: mod/follow.php:108 mod/match.php:77 mod/suggest.php:85 mod/contacts.php:613
+msgid "Connect/Follow"
+msgstr "Connect/Follow"
+
+#: include/contact_widgets.php:35
+msgid "Examples: Robert Morgenstein, Fishing"
+msgstr "Examples: Robert Morgenstein, fishing"
+
+#: include/contact_widgets.php:36 mod/directory.php:202 mod/contacts.php:809
+msgid "Find"
+msgstr "Find"
+
+#: include/contact_widgets.php:37 mod/suggest.php:116
+#: view/theme/vier/theme.php:203
+msgid "Friend Suggestions"
+msgstr "Friend suggestions"
+
+#: include/contact_widgets.php:38 view/theme/vier/theme.php:202
+msgid "Similar Interests"
+msgstr "Similar interests"
+
+#: include/contact_widgets.php:39
+msgid "Random Profile"
+msgstr "Random profile"
+
+#: include/contact_widgets.php:40 view/theme/vier/theme.php:204
+msgid "Invite Friends"
+msgstr "Invite friends"
+
+#: include/contact_widgets.php:127
+msgid "Networks"
+msgstr "Networks"
+
+#: include/contact_widgets.php:130
+msgid "All Networks"
+msgstr "All networks"
+
+#: include/contact_widgets.php:165 include/contact_widgets.php:200
+msgid "Everything"
+msgstr "Everything"
+
+#: include/contact_widgets.php:197
+msgid "Categories"
+msgstr "Categories"
+
+#: include/contact_widgets.php:266
+#, php-format
+msgid "%d contact in common"
+msgid_plural "%d contacts in common"
+msgstr[0] "%d contact in common"
+msgstr[1] "%d contacts in common"
+
+#: include/conversation.php:134 include/conversation.php:286
+#: include/like.php:183 include/text.php:1871
+msgid "event"
+msgstr "event"
+
+#: include/conversation.php:137 include/conversation.php:147
+#: include/conversation.php:289 include/conversation.php:298
+#: include/like.php:181 include/diaspora.php:1653 mod/subthread.php:89
+#: mod/tagger.php:63
+msgid "status"
+msgstr "status"
+
+#: include/conversation.php:142 include/conversation.php:294
+#: include/like.php:181 include/text.php:1873 mod/subthread.php:89
+#: mod/tagger.php:63
+msgid "photo"
+msgstr "photo"
+
+#: include/conversation.php:154 include/like.php:30 include/diaspora.php:1649
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "%1$s likes %2$s's %3$s"
+
+#: include/conversation.php:157 include/like.php:34 include/like.php:39
+#, php-format
+msgid "%1$s doesn't like %2$s's %3$s"
+msgstr "%1$s doesn't like %2$s's %3$s"
+
+#: include/conversation.php:160
+#, php-format
+msgid "%1$s attends %2$s's %3$s"
+msgstr "%1$s goes to %2$s's %3$s"
+
+#: include/conversation.php:163
+#, php-format
+msgid "%1$s doesn't attend %2$s's %3$s"
+msgstr "%1$s doesn't go %2$s's %3$s"
+
+#: include/conversation.php:166
+#, php-format
+msgid "%1$s attends maybe %2$s's %3$s"
+msgstr "%1$s might go to %2$s's %3$s"
+
+#: include/conversation.php:199 mod/dfrn_confirm.php:480
+#, php-format
+msgid "%1$s is now friends with %2$s"
+msgstr "%1$s is now friends with %2$s"
+
+#: include/conversation.php:240
+#, php-format
+msgid "%1$s poked %2$s"
+msgstr "%1$s poked %2$s"
+
+#: include/conversation.php:261 mod/mood.php:64
+#, php-format
+msgid "%1$s is currently %2$s"
+msgstr "%1$s is currently %2$s"
+
+#: include/conversation.php:308 mod/tagger.php:96
+#, php-format
+msgid "%1$s tagged %2$s's %3$s with %4$s"
+msgstr "%1$s tagged %2$s's %3$s with %4$s"
+
+#: include/conversation.php:335
+msgid "post/item"
+msgstr "Post/Item"
+
+#: include/conversation.php:336
+#, php-format
+msgid "%1$s marked %2$s's %3$s as favorite"
+msgstr "%1$s marked %2$s's %3$s as favorite"
+
+#: include/conversation.php:615 mod/content.php:373 mod/photos.php:1664
+#: mod/profiles.php:344
+msgid "Likes"
+msgstr "Likes"
+
+#: include/conversation.php:615 mod/content.php:373 mod/photos.php:1664
+#: mod/profiles.php:348
+msgid "Dislikes"
+msgstr "Dislikes"
+
+#: include/conversation.php:616 include/conversation.php:1542
+#: mod/content.php:374 mod/photos.php:1665
+msgid "Attending"
+msgid_plural "Attending"
+msgstr[0] "Attending"
+msgstr[1] "Attending"
+
+#: include/conversation.php:616 mod/content.php:374 mod/photos.php:1665
+msgid "Not attending"
+msgstr "Not attending"
+
+#: include/conversation.php:616 mod/content.php:374 mod/photos.php:1665
+msgid "Might attend"
+msgstr "Might attend"
+
+#: include/conversation.php:748 mod/content.php:454 mod/content.php:760
+#: mod/photos.php:1730 object/Item.php:137
+msgid "Select"
+msgstr "Select"
+
+#: include/conversation.php:749 mod/content.php:455 mod/content.php:761
+#: mod/photos.php:1731 mod/admin.php:1514 mod/contacts.php:819
+#: mod/contacts.php:1018 mod/settings.php:745 object/Item.php:138
+msgid "Delete"
+msgstr "Delete"
+
+#: include/conversation.php:792 mod/content.php:488 mod/content.php:916
+#: mod/content.php:917 object/Item.php:353 object/Item.php:354
+#, php-format
+msgid "View %s's profile @ %s"
+msgstr "View %s's profile @ %s"
+
+#: include/conversation.php:804 object/Item.php:341
+msgid "Categories:"
+msgstr "Categories:"
+
+#: include/conversation.php:805 object/Item.php:342
+msgid "Filed under:"
+msgstr "Filed under:"
+
+#: include/conversation.php:812 mod/content.php:498 mod/content.php:929
+#: object/Item.php:367
+#, php-format
+msgid "%s from %s"
+msgstr "%s from %s"
+
+#: include/conversation.php:828 mod/content.php:514
+msgid "View in context"
+msgstr "View in context"
+
+#: include/conversation.php:830 include/conversation.php:1299
+#: mod/content.php:516 mod/content.php:954 mod/editpost.php:116
+#: mod/message.php:339 mod/message.php:524 mod/photos.php:1629
+#: mod/wallmessage.php:142 object/Item.php:392
+msgid "Please wait"
+msgstr "Please wait"
+
+#: include/conversation.php:907
+msgid "remove"
+msgstr "Remove"
+
+#: include/conversation.php:911
+msgid "Delete Selected Items"
+msgstr "Delete selected items"
+
+#: include/conversation.php:1003
+msgid "Follow Thread"
+msgstr "Follow thread"
+
+#: include/conversation.php:1004 include/Contact.php:432
+msgid "View Status"
+msgstr "View status"
+
+#: include/conversation.php:1005 include/conversation.php:1021
+#: include/Contact.php:375 include/Contact.php:388 include/Contact.php:433
+#: mod/allfriends.php:70 mod/directory.php:153 mod/dirfind.php:211
+#: mod/match.php:76 mod/suggest.php:84
+msgid "View Profile"
+msgstr "View profile"
+
+#: include/conversation.php:1006 include/Contact.php:434
+msgid "View Photos"
+msgstr "View photos"
+
+#: include/conversation.php:1007 include/Contact.php:435
+msgid "Network Posts"
+msgstr "Network posts"
+
+#: include/conversation.php:1008 include/Contact.php:436
+msgid "View Contact"
+msgstr "View contact"
+
+#: include/conversation.php:1009 include/Contact.php:438
+msgid "Send PM"
+msgstr "Send PM"
+
+#: include/conversation.php:1013 include/Contact.php:439
+msgid "Poke"
+msgstr "Poke"
+
+#: include/conversation.php:1140
+#, php-format
+msgid "%s likes this."
+msgstr "%s likes this."
+
+#: include/conversation.php:1143
+#, php-format
+msgid "%s doesn't like this."
+msgstr "%s doesn't like this."
+
+#: include/conversation.php:1146
+#, php-format
+msgid "%s attends."
+msgstr "%s attends."
+
+#: include/conversation.php:1149
+#, php-format
+msgid "%s doesn't attend."
+msgstr "%s doesn't attend."
+
+#: include/conversation.php:1152
+#, php-format
+msgid "%s attends maybe."
+msgstr "%s may attend."
+
+#: include/conversation.php:1163
+msgid "and"
+msgstr "and"
+
+#: include/conversation.php:1169
+#, php-format
+msgid ", and %d other people"
+msgstr ", and %d other people"
+
+#: include/conversation.php:1178
+#, php-format
+msgid "<span  %1$s>%2$d people</span> like this"
+msgstr "<span  %1$s>%2$d people</span> like this"
+
+#: include/conversation.php:1179
+#, php-format
+msgid "%s like this."
+msgstr "%s like this."
+
+#: include/conversation.php:1182
+#, php-format
+msgid "<span  %1$s>%2$d people</span> don't like this"
+msgstr "<span  %1$s>%2$d people</span> don't like this"
+
+#: include/conversation.php:1183
+#, php-format
+msgid "%s don't like this."
+msgstr "%s don't like this."
+
+#: include/conversation.php:1186
+#, php-format
+msgid "<span  %1$s>%2$d people</span> attend"
+msgstr "<span  %1$s>%2$d people</span> attend"
+
+#: include/conversation.php:1187
+#, php-format
+msgid "%s attend."
+msgstr "%s attend."
+
+#: include/conversation.php:1190
+#, php-format
+msgid "<span  %1$s>%2$d people</span> don't attend"
+msgstr "<span  %1$s>%2$d people</span> don't attend"
+
+#: include/conversation.php:1191
+#, php-format
+msgid "%s don't attend."
+msgstr "%s don't attend."
+
+#: include/conversation.php:1194
+#, php-format
+msgid "<span  %1$s>%2$d people</span> attend maybe"
+msgstr "<span  %1$s>%2$d people</span> attend maybe"
+
+#: include/conversation.php:1195
+#, php-format
+msgid "%s anttend maybe."
+msgstr "%s attend maybe."
+
+#: include/conversation.php:1224 include/conversation.php:1240
+msgid "Visible to <strong>everybody</strong>"
+msgstr "Visible to <strong>everybody</strong>"
+
+#: include/conversation.php:1225 include/conversation.php:1241
+#: mod/message.php:273 mod/message.php:280 mod/message.php:420
+#: mod/message.php:427 mod/wallmessage.php:116 mod/wallmessage.php:123
+msgid "Please enter a link URL:"
+msgstr "Please enter a link URL:"
+
+#: include/conversation.php:1226 include/conversation.php:1242
+msgid "Please enter a video link/URL:"
+msgstr "Please enter a video link/URL:"
+
+#: include/conversation.php:1227 include/conversation.php:1243
+msgid "Please enter an audio link/URL:"
+msgstr "Please enter an audio link/URL:"
+
+#: include/conversation.php:1228 include/conversation.php:1244
+msgid "Tag term:"
+msgstr "Tag term:"
+
+#: include/conversation.php:1229 include/conversation.php:1245
+#: mod/filer.php:31
+msgid "Save to Folder:"
+msgstr "Save to folder:"
+
+#: include/conversation.php:1230 include/conversation.php:1246
+msgid "Where are you right now?"
+msgstr "Where are you right now?"
+
+#: include/conversation.php:1231
+msgid "Delete item(s)?"
+msgstr "Delete item(s)?"
+
+#: include/conversation.php:1280
+msgid "Share"
+msgstr "Share"
+
+#: include/conversation.php:1281 mod/editpost.php:102 mod/message.php:337
+#: mod/message.php:521 mod/wallmessage.php:140
+msgid "Upload photo"
+msgstr "Upload photo"
+
+#: include/conversation.php:1282 mod/editpost.php:103
+msgid "upload photo"
+msgstr "upload photo"
+
+#: include/conversation.php:1283 mod/editpost.php:104
+msgid "Attach file"
+msgstr "Attach file"
+
+#: include/conversation.php:1284 mod/editpost.php:105
+msgid "attach file"
+msgstr "attach file"
+
+#: include/conversation.php:1285 mod/editpost.php:106 mod/message.php:338
+#: mod/message.php:522 mod/wallmessage.php:141
+msgid "Insert web link"
+msgstr "Insert web link"
+
+#: include/conversation.php:1286 mod/editpost.php:107
+msgid "web link"
+msgstr "web link"
+
+#: include/conversation.php:1287 mod/editpost.php:108
+msgid "Insert video link"
+msgstr "Insert video link"
+
+#: include/conversation.php:1288 mod/editpost.php:109
+msgid "video link"
+msgstr "video link"
+
+#: include/conversation.php:1289 mod/editpost.php:110
+msgid "Insert audio link"
+msgstr "Insert audio link"
+
+#: include/conversation.php:1290 mod/editpost.php:111
+msgid "audio link"
+msgstr "audio link"
+
+#: include/conversation.php:1291 mod/editpost.php:112
+msgid "Set your location"
+msgstr "Set your location"
+
+#: include/conversation.php:1292 mod/editpost.php:113
+msgid "set location"
+msgstr "set location"
+
+#: include/conversation.php:1293 mod/editpost.php:114
+msgid "Clear browser location"
+msgstr "Clear browser location"
+
+#: include/conversation.php:1294 mod/editpost.php:115
+msgid "clear location"
+msgstr "clear location"
+
+#: include/conversation.php:1296 mod/editpost.php:129
+msgid "Set title"
+msgstr "Set title"
+
+#: include/conversation.php:1298 mod/editpost.php:131
+msgid "Categories (comma-separated list)"
+msgstr "Categories (comma-separated list)"
+
+#: include/conversation.php:1300 mod/editpost.php:117
+msgid "Permission settings"
+msgstr "Permission settings"
+
+#: include/conversation.php:1301 mod/editpost.php:146
+msgid "permissions"
+msgstr "permissions"
+
+#: include/conversation.php:1309 mod/editpost.php:126
+msgid "Public post"
+msgstr "Public post"
+
+#: include/conversation.php:1314 mod/content.php:738 mod/editpost.php:137
+#: mod/events.php:506 mod/photos.php:1649 mod/photos.php:1691
+#: mod/photos.php:1771 object/Item.php:711
+msgid "Preview"
+msgstr "Preview"
+
+#: include/conversation.php:1318 include/items.php:2165 mod/editpost.php:140
+#: mod/fbrowser.php:102 mod/fbrowser.php:137 mod/follow.php:126
+#: mod/message.php:211 mod/photos.php:247 mod/photos.php:339
+#: mod/suggest.php:34 mod/tagrm.php:13 mod/tagrm.php:98 mod/videos.php:134
+#: mod/dfrn_request.php:894 mod/contacts.php:458 mod/settings.php:683
+#: mod/settings.php:709
+msgid "Cancel"
+msgstr "Cancel"
+
+#: include/conversation.php:1324
+msgid "Post to Groups"
+msgstr "Post to groups"
+
+#: include/conversation.php:1325
+msgid "Post to Contacts"
+msgstr "Post to contacts"
+
+#: include/conversation.php:1326
+msgid "Private post"
+msgstr "Private post"
+
+#: include/conversation.php:1331 include/identity.php:270 mod/editpost.php:144
+msgid "Message"
+msgstr "Message"
+
+#: include/conversation.php:1332 mod/editpost.php:145
+msgid "Browser"
+msgstr "Browser"
+
+#: include/conversation.php:1514
+msgid "View all"
+msgstr "View all"
+
+#: include/conversation.php:1536
+msgid "Like"
+msgid_plural "Likes"
+msgstr[0] "Like"
+msgstr[1] "Likes"
+
+#: include/conversation.php:1539
+msgid "Dislike"
+msgid_plural "Dislikes"
+msgstr[0] "Dislike"
+msgstr[1] "Dislikes"
+
+#: include/conversation.php:1545
+msgid "Not Attending"
+msgid_plural "Not Attending"
+msgstr[0] "Not attending"
+msgstr[1] "Not attending"
+
+#: include/conversation.php:1548 include/profile_selectors.php:6
+msgid "Undecided"
+msgid_plural "Undecided"
+msgstr[0] "Undecided"
+msgstr[1] "Undecided"
+
+#: include/datetime.php:66 include/datetime.php:68 mod/profiles.php:701
+msgid "Miscellaneous"
+msgstr "Miscellaneous"
+
+#: include/datetime.php:196 include/identity.php:656
+msgid "Birthday:"
+msgstr "Birthday:"
+
+#: include/datetime.php:198 mod/profiles.php:724
+msgid "Age: "
+msgstr "Age: "
+
+#: include/datetime.php:200
+msgid "YYYY-MM-DD or MM-DD"
+msgstr "YYYY-MM-DD or MM-DD"
+
+#: include/datetime.php:370
+msgid "never"
+msgstr "never"
+
+#: include/datetime.php:376
+msgid "less than a second ago"
+msgstr "less than a second ago"
+
+#: include/datetime.php:379
+msgid "year"
+msgstr "year"
+
+#: include/datetime.php:379
+msgid "years"
+msgstr "years"
+
+#: include/datetime.php:380 include/event.php:453 mod/cal.php:281
+#: mod/events.php:387
+msgid "month"
+msgstr "month"
+
+#: include/datetime.php:380
+msgid "months"
+msgstr "months"
+
+#: include/datetime.php:381 include/event.php:454 mod/cal.php:282
+#: mod/events.php:388
+msgid "week"
+msgstr "week"
+
+#: include/datetime.php:381
+msgid "weeks"
+msgstr "weeks"
+
+#: include/datetime.php:382 include/event.php:455 mod/cal.php:283
+#: mod/events.php:389
+msgid "day"
+msgstr "day"
+
+#: include/datetime.php:382
+msgid "days"
+msgstr "days"
+
+#: include/datetime.php:383
+msgid "hour"
+msgstr "hour"
+
+#: include/datetime.php:383
+msgid "hours"
+msgstr "hours"
+
+#: include/datetime.php:384
+msgid "minute"
+msgstr "minute"
+
+#: include/datetime.php:384
+msgid "minutes"
+msgstr "minutes"
+
+#: include/datetime.php:385
+msgid "second"
+msgstr "second"
+
+#: include/datetime.php:385
+msgid "seconds"
+msgstr "seconds"
+
+#: include/datetime.php:394
+#, php-format
+msgid "%1$d %2$s ago"
+msgstr "%1$d %2$s ago"
+
+#: include/datetime.php:620
+#, php-format
+msgid "%s's birthday"
+msgstr "%s's birthday"
+
+#: include/datetime.php:621 include/dfrn.php:1254
+#, php-format
+msgid "Happy Birthday %s"
+msgstr "Happy Birthday, %s!"
+
+#: include/delivery.php:428
+msgid "(no subject)"
+msgstr "(no subject)"
+
+#: include/delivery.php:440 include/enotify.php:46
+msgid "noreply"
+msgstr "noreply"
+
+#: include/dfrn.php:1253
+#, php-format
+msgid "%s\\'s birthday"
+msgstr "%s\\'s birthday"
+
+#: include/event.php:408
+msgid "all-day"
+msgstr "All-day"
+
+#: include/event.php:410
+msgid "Sun"
+msgstr "Sun"
+
+#: include/event.php:411
+msgid "Mon"
+msgstr "Mon"
+
+#: include/event.php:412
+msgid "Tue"
+msgstr "Tue"
+
+#: include/event.php:413
+msgid "Wed"
+msgstr "Wed"
+
+#: include/event.php:414
+msgid "Thu"
+msgstr "Thu"
+
+#: include/event.php:415
+msgid "Fri"
+msgstr "Fri"
+
+#: include/event.php:416
+msgid "Sat"
+msgstr "Sat"
+
+#: include/event.php:418 include/text.php:1199 mod/settings.php:982
+msgid "Sunday"
+msgstr "Sunday"
+
+#: include/event.php:419 include/text.php:1199 mod/settings.php:982
+msgid "Monday"
+msgstr "Monday"
+
+#: include/event.php:420 include/text.php:1199
+msgid "Tuesday"
+msgstr "Tuesday"
+
+#: include/event.php:421 include/text.php:1199
+msgid "Wednesday"
+msgstr "Wednesday"
+
+#: include/event.php:422 include/text.php:1199
+msgid "Thursday"
+msgstr "Thursday"
+
+#: include/event.php:423 include/text.php:1199
+msgid "Friday"
+msgstr "Friday"
+
+#: include/event.php:424 include/text.php:1199
+msgid "Saturday"
+msgstr "Saturday"
+
+#: include/event.php:426
+msgid "Jan"
+msgstr "Jan"
+
+#: include/event.php:427
+msgid "Feb"
+msgstr "Feb"
+
+#: include/event.php:428
+msgid "Mar"
+msgstr "Mar"
+
+#: include/event.php:429
+msgid "Apr"
+msgstr "Apr"
+
+#: include/event.php:430 include/event.php:443 include/text.php:1203
+msgid "May"
+msgstr "May"
+
+#: include/event.php:431
+msgid "Jun"
+msgstr "Jun"
+
+#: include/event.php:432
+msgid "Jul"
+msgstr "Jul"
+
+#: include/event.php:433
+msgid "Aug"
+msgstr "Aug"
+
+#: include/event.php:434
+msgid "Sept"
+msgstr "Sep"
+
+#: include/event.php:435
+msgid "Oct"
+msgstr "Oct"
+
+#: include/event.php:436
+msgid "Nov"
+msgstr "Nov"
+
+#: include/event.php:437
+msgid "Dec"
+msgstr "Dec"
+
+#: include/event.php:439 include/text.php:1203
+msgid "January"
+msgstr "January"
+
+#: include/event.php:440 include/text.php:1203
+msgid "February"
+msgstr "February"
+
+#: include/event.php:441 include/text.php:1203
+msgid "March"
+msgstr "March"
+
+#: include/event.php:442 include/text.php:1203
+msgid "April"
+msgstr "April"
+
+#: include/event.php:444 include/text.php:1203
+msgid "June"
+msgstr "June"
+
+#: include/event.php:445 include/text.php:1203
+msgid "July"
+msgstr "July"
+
+#: include/event.php:446 include/text.php:1203
+msgid "August"
+msgstr "August"
+
+#: include/event.php:447 include/text.php:1203
+msgid "September"
+msgstr "September"
+
+#: include/event.php:448 include/text.php:1203
+msgid "October"
+msgstr "October"
+
+#: include/event.php:449 include/text.php:1203
+msgid "November"
+msgstr "November"
+
+#: include/event.php:450 include/text.php:1203
+msgid "December"
+msgstr "December"
+
+#: include/event.php:452 mod/cal.php:280 mod/events.php:386
+msgid "today"
+msgstr "today"
+
+#: include/event.php:457
+msgid "No events to display"
+msgstr "No events to display"
+
+#: include/event.php:570
+msgid "l, F j"
+msgstr "l, F j"
+
+#: include/event.php:592
+msgid "Edit event"
+msgstr "Edit event"
+
+#: include/event.php:593
+msgid "Delete event"
+msgstr "Delete event"
+
+#: include/event.php:619 include/text.php:1601 include/text.php:1608
+msgid "link to source"
+msgstr "Link to source"
+
+#: include/event.php:873
+msgid "Export"
+msgstr "Export"
+
+#: include/event.php:874
+msgid "Export calendar as ical"
+msgstr "Export calendar as ical"
+
+#: include/event.php:875
+msgid "Export calendar as csv"
+msgstr "Export calendar as csv"
+
+#: include/follow.php:84 mod/dfrn_request.php:514
+msgid "Disallowed profile URL."
+msgstr "Disallowed profile URL."
+
+#: include/follow.php:89 mod/friendica.php:115 mod/dfrn_request.php:520
+#: mod/admin.php:280 mod/admin.php:298
+msgid "Blocked domain"
+msgstr "Blocked domain"
+
+#: include/follow.php:94
+msgid "Connect URL missing."
+msgstr "Connect URL missing."
+
+#: include/follow.php:122
+msgid ""
+"This site is not configured to allow communications with other networks."
+msgstr "This site is not configured to allow communications with other networks."
+
+#: include/follow.php:123 include/follow.php:137
+msgid "No compatible communication protocols or feeds were discovered."
+msgstr "No compatible communication protocols or feeds were discovered."
+
+#: include/follow.php:135
+msgid "The profile address specified does not provide adequate information."
+msgstr "The profile address specified does not provide adequate information."
+
+#: include/follow.php:140
+msgid "An author or name was not found."
+msgstr "An author or name was not found."
+
+#: include/follow.php:143
+msgid "No browser URL could be matched to this address."
+msgstr "No browser URL could be matched to this address."
+
+#: include/follow.php:146
+msgid ""
+"Unable to match @-style Identity Address with a known protocol or email "
+"contact."
+msgstr "Unable to match @-style identity address with a known protocol or email contact."
+
+#: include/follow.php:147
+msgid "Use mailto: in front of address to force email check."
+msgstr "Use mailto: in front of address to force email check."
+
+#: include/follow.php:153
+msgid ""
+"The profile address specified belongs to a network which has been disabled "
+"on this site."
+msgstr "The profile address specified belongs to a network which has been disabled on this site."
+
+#: include/follow.php:158
+msgid ""
+"Limited profile. This person will be unable to receive direct/personal "
+"notifications from you."
+msgstr "Limited profile: This person will be unable to receive direct/private messages from you."
+
+#: include/follow.php:259
+msgid "Unable to retrieve contact information."
+msgstr "Unable to retrieve contact information."
+
+#: include/like.php:44
+#, php-format
+msgid "%1$s is attending %2$s's %3$s"
+msgstr "%1$s is going to %2$s's %3$s"
+
+#: include/like.php:49
+#, php-format
+msgid "%1$s is not attending %2$s's %3$s"
+msgstr "%1$s is not going to %2$s's %3$s"
+
+#: include/like.php:54
+#, php-format
+msgid "%1$s may attend %2$s's %3$s"
+msgstr "%1$s may go to %2$s's %3$s"
+
+#: include/photos.php:57 include/photos.php:66 mod/fbrowser.php:42
+#: mod/fbrowser.php:63 mod/photos.php:189 mod/photos.php:1125
+#: mod/photos.php:1258 mod/photos.php:1279 mod/photos.php:1841
+#: mod/photos.php:1855
+msgid "Contact Photos"
+msgstr "Contact photos"
+
+#: include/security.php:63
+msgid "Welcome "
+msgstr "Welcome "
+
+#: include/security.php:64
+msgid "Please upload a profile photo."
+msgstr "Please upload a profile photo."
+
+#: include/security.php:67
+msgid "Welcome back "
+msgstr "Welcome back "
+
+#: include/security.php:431
+msgid ""
+"The form security token was not correct. This probably happened because the "
+"form has been opened for too long (>3 hours) before submitting it."
+msgstr "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours."
+
+#: include/text.php:308
+msgid "newer"
+msgstr "Later posts"
+
+#: include/text.php:309
+msgid "older"
+msgstr "Earlier posts"
+
+#: include/text.php:314
+msgid "first"
+msgstr "first"
+
+#: include/text.php:315
+msgid "prev"
+msgstr "prev"
+
+#: include/text.php:349
+msgid "next"
+msgstr "next"
+
+#: include/text.php:350
+msgid "last"
+msgstr "last"
+
+#: include/text.php:404
+msgid "Loading more entries..."
+msgstr "Loading more entries..."
+
+#: include/text.php:405
+msgid "The end"
+msgstr "The end"
+
+#: include/text.php:956
+msgid "No contacts"
+msgstr "No contacts"
+
+#: include/text.php:981
+#, php-format
+msgid "%d Contact"
+msgid_plural "%d Contacts"
+msgstr[0] "%d contact"
+msgstr[1] "%d contacts"
+
+#: include/text.php:994
+msgid "View Contacts"
+msgstr "View contacts"
+
+#: include/text.php:1081 include/nav.php:125 mod/search.php:152
+msgid "Search"
+msgstr "Search"
+
+#: include/text.php:1082 mod/editpost.php:101 mod/filer.php:32
+#: mod/notes.php:64
+msgid "Save"
+msgstr "Save"
+
+#: include/text.php:1084 include/nav.php:42
+msgid "@name, !forum, #tags, content"
+msgstr "@name, !forum, #tags, content"
+
+#: include/text.php:1089 include/nav.php:128
+msgid "Full Text"
+msgstr "Full text"
+
+#: include/text.php:1090 include/nav.php:129
+msgid "Tags"
+msgstr "Tags"
+
+#: include/text.php:1091 include/nav.php:130 include/nav.php:194
+#: include/identity.php:853 include/identity.php:856 mod/viewcontacts.php:124
+#: mod/contacts.php:803 mod/contacts.php:864 view/theme/frio/theme.php:259
+msgid "Contacts"
+msgstr "Contacts"
+
+#: include/text.php:1145
+msgid "poke"
+msgstr "poke"
+
+#: include/text.php:1145
+msgid "poked"
+msgstr "poked"
+
+#: include/text.php:1146
+msgid "ping"
+msgstr "ping"
+
+#: include/text.php:1146
+msgid "pinged"
+msgstr "pinged"
+
+#: include/text.php:1147
+msgid "prod"
+msgstr "prod"
+
+#: include/text.php:1147
+msgid "prodded"
+msgstr "prodded"
+
+#: include/text.php:1148
+msgid "slap"
+msgstr "slap"
+
+#: include/text.php:1148
+msgid "slapped"
+msgstr "slapped"
+
+#: include/text.php:1149
+msgid "finger"
+msgstr "finger"
+
+#: include/text.php:1149
+msgid "fingered"
+msgstr "fingered"
+
+#: include/text.php:1150
+msgid "rebuff"
+msgstr "rebuff"
+
+#: include/text.php:1150
+msgid "rebuffed"
+msgstr "rebuffed"
+
+#: include/text.php:1164
+msgid "happy"
+msgstr "happy"
+
+#: include/text.php:1165
+msgid "sad"
+msgstr "sad"
+
+#: include/text.php:1166
+msgid "mellow"
+msgstr "mellow"
+
+#: include/text.php:1167
+msgid "tired"
+msgstr "tired"
+
+#: include/text.php:1168
+msgid "perky"
+msgstr "perky"
+
+#: include/text.php:1169
+msgid "angry"
+msgstr "angry"
+
+#: include/text.php:1170
+msgid "stupified"
+msgstr "stupefied"
+
+#: include/text.php:1171
+msgid "puzzled"
+msgstr "puzzled"
+
+#: include/text.php:1172
+msgid "interested"
+msgstr "interested"
+
+#: include/text.php:1173
+msgid "bitter"
+msgstr "bitter"
+
+#: include/text.php:1174
+msgid "cheerful"
+msgstr "cheerful"
+
+#: include/text.php:1175
+msgid "alive"
+msgstr "alive"
+
+#: include/text.php:1176
+msgid "annoyed"
+msgstr "annoyed"
+
+#: include/text.php:1177
+msgid "anxious"
+msgstr "anxious"
+
+#: include/text.php:1178
+msgid "cranky"
+msgstr "cranky"
+
+#: include/text.php:1179
+msgid "disturbed"
+msgstr "disturbed"
+
+#: include/text.php:1180
+msgid "frustrated"
+msgstr "frustrated"
+
+#: include/text.php:1181
+msgid "motivated"
+msgstr "motivated"
+
+#: include/text.php:1182
+msgid "relaxed"
+msgstr "relaxed"
+
+#: include/text.php:1183
+msgid "surprised"
+msgstr "surprised"
+
+#: include/text.php:1393 mod/videos.php:388
+msgid "View Video"
+msgstr "View video"
+
+#: include/text.php:1425
+msgid "bytes"
+msgstr "bytes"
+
+#: include/text.php:1457 include/text.php:1469
+msgid "Click to open/close"
+msgstr "Click to open/close"
+
+#: include/text.php:1595
+msgid "View on separate page"
+msgstr "View on separate page"
+
+#: include/text.php:1596
+msgid "view on separate page"
+msgstr "view on separate page"
+
+#: include/text.php:1875
+msgid "activity"
+msgstr "activity"
+
+#: include/text.php:1877 mod/content.php:624 object/Item.php:416
+#: object/Item.php:428
+msgid "comment"
+msgid_plural "comments"
+msgstr[0] "comment"
+msgstr[1] "comments"
+
+#: include/text.php:1878
+msgid "post"
+msgstr "post"
+
+#: include/text.php:2046
+msgid "Item filed"
+msgstr "Item filed"
+
+#: include/Contact.php:437
+msgid "Drop Contact"
+msgstr "Drop contact"
+
+#: include/Contact.php:819
+msgid "Organisation"
+msgstr "Organization"
+
+#: include/Contact.php:822
+msgid "News"
+msgstr "News"
+
+#: include/Contact.php:825
+msgid "Forum"
+msgstr "Forum"
+
+#: include/bbcode.php:419 include/bbcode.php:1178 include/bbcode.php:1179
+msgid "Image/photo"
+msgstr "Image/Photo"
+
+#: include/bbcode.php:536
+#, php-format
+msgid "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
+msgstr "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
+
+#: include/bbcode.php:1135 include/bbcode.php:1157
+msgid "$1 wrote:"
+msgstr "$1 wrote:"
+
+#: include/bbcode.php:1187 include/bbcode.php:1188
+msgid "Encrypted content"
+msgstr "Encrypted content"
+
+#: include/bbcode.php:1303
+msgid "Invalid source protocol"
+msgstr "Invalid source protocol"
+
+#: include/bbcode.php:1313
+msgid "Invalid link protocol"
+msgstr "Invalid link protocol"
+
+#: include/enotify.php:27
+msgid "Friendica Notification"
+msgstr "Friendica notification"
+
+#: include/enotify.php:30
+msgid "Thank You,"
+msgstr "Thank you"
+
+#: include/enotify.php:33
+#, php-format
+msgid "%s Administrator"
+msgstr "%s Administrator"
+
+#: include/enotify.php:35
+#, php-format
+msgid "%1$s, %2$s Administrator"
+msgstr "%1$s, %2$s Administrator"
+
+#: include/enotify.php:73
+#, php-format
+msgid "%s <!item_type!>"
+msgstr "%s <!item_type!>"
+
+#: include/enotify.php:86
+#, php-format
+msgid "[Friendica:Notify] New mail received at %s"
+msgstr "[Friendica:Notify] New mail received at %s"
+
+#: include/enotify.php:88
+#, php-format
+msgid "%1$s sent you a new private message at %2$s."
+msgstr "%1$s sent you a new private message at %2$s."
+
+#: include/enotify.php:89
+#, php-format
+msgid "%1$s sent you %2$s."
+msgstr "%1$s sent you %2$s."
+
+#: include/enotify.php:89
+msgid "a private message"
+msgstr "a private message"
+
+#: include/enotify.php:91
+#, php-format
+msgid "Please visit %s to view and/or reply to your private messages."
+msgstr "Please visit %s to view or reply to your private messages."
+
+#: include/enotify.php:137
+#, php-format
+msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
+msgstr "%1$s commented on [url=%2$s]a %3$s[/url]"
+
+#: include/enotify.php:144
+#, php-format
+msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
+msgstr "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
+
+#: include/enotify.php:152
+#, php-format
+msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
+msgstr "%1$s commented on [url=%2$s]your %3$s[/url]"
+
+#: include/enotify.php:162
+#, php-format
+msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
+msgstr "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
+
+#: include/enotify.php:164
+#, php-format
+msgid "%s commented on an item/conversation you have been following."
+msgstr "%s commented on an item/conversation you have been following."
+
+#: include/enotify.php:167 include/enotify.php:181 include/enotify.php:195
+#: include/enotify.php:209 include/enotify.php:227 include/enotify.php:241
+#, php-format
+msgid "Please visit %s to view and/or reply to the conversation."
+msgstr "Please visit %s to view or reply to the conversation."
+
+#: include/enotify.php:174
+#, php-format
+msgid "[Friendica:Notify] %s posted to your profile wall"
+msgstr "[Friendica:Notify] %s posted to your profile wall"
+
+#: include/enotify.php:176
+#, php-format
+msgid "%1$s posted to your profile wall at %2$s"
+msgstr "%1$s posted to your profile wall at %2$s"
+
+#: include/enotify.php:177
+#, php-format
+msgid "%1$s posted to [url=%2$s]your wall[/url]"
+msgstr "%1$s posted to [url=%2$s]your wall[/url]"
+
+#: include/enotify.php:188
+#, php-format
+msgid "[Friendica:Notify] %s tagged you"
+msgstr "[Friendica:Notify] %s tagged you"
+
+#: include/enotify.php:190
+#, php-format
+msgid "%1$s tagged you at %2$s"
+msgstr "%1$s tagged you at %2$s"
+
+#: include/enotify.php:191
+#, php-format
+msgid "%1$s [url=%2$s]tagged you[/url]."
+msgstr "%1$s [url=%2$s]tagged you[/url]."
+
+#: include/enotify.php:202
+#, php-format
+msgid "[Friendica:Notify] %s shared a new post"
+msgstr "[Friendica:Notify] %s shared a new post"
+
+#: include/enotify.php:204
+#, php-format
+msgid "%1$s shared a new post at %2$s"
+msgstr "%1$s shared a new post at %2$s"
+
+#: include/enotify.php:205
+#, php-format
+msgid "%1$s [url=%2$s]shared a post[/url]."
+msgstr "%1$s [url=%2$s]shared a post[/url]."
+
+#: include/enotify.php:216
+#, php-format
+msgid "[Friendica:Notify] %1$s poked you"
+msgstr "[Friendica:Notify] %1$s poked you"
+
+#: include/enotify.php:218
+#, php-format
+msgid "%1$s poked you at %2$s"
+msgstr "%1$s poked you at %2$s"
+
+#: include/enotify.php:219
+#, php-format
+msgid "%1$s [url=%2$s]poked you[/url]."
+msgstr "%1$s [url=%2$s]poked you[/url]."
+
+#: include/enotify.php:234
+#, php-format
+msgid "[Friendica:Notify] %s tagged your post"
+msgstr "[Friendica:Notify] %s tagged your post"
+
+#: include/enotify.php:236
+#, php-format
+msgid "%1$s tagged your post at %2$s"
+msgstr "%1$s tagged your post at %2$s"
+
+#: include/enotify.php:237
+#, php-format
+msgid "%1$s tagged [url=%2$s]your post[/url]"
+msgstr "%1$s tagged [url=%2$s]your post[/url]"
+
+#: include/enotify.php:248
+msgid "[Friendica:Notify] Introduction received"
+msgstr "[Friendica:Notify] Introduction received"
+
+#: include/enotify.php:250
+#, php-format
+msgid "You've received an introduction from '%1$s' at %2$s"
+msgstr "You've received an introduction from '%1$s' at %2$s"
+
+#: include/enotify.php:251
+#, php-format
+msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
+msgstr "You've received [url=%1$s]an introduction[/url] from %2$s."
+
+#: include/enotify.php:255 include/enotify.php:298
+#, php-format
+msgid "You may visit their profile at %s"
+msgstr "You may visit their profile at %s"
+
+#: include/enotify.php:257
+#, php-format
+msgid "Please visit %s to approve or reject the introduction."
+msgstr "Please visit %s to approve or reject the introduction."
+
+#: include/enotify.php:265
+msgid "[Friendica:Notify] A new person is sharing with you"
+msgstr "[Friendica:Notify] A new person is sharing with you"
+
+#: include/enotify.php:267 include/enotify.php:268
+#, php-format
+msgid "%1$s is sharing with you at %2$s"
+msgstr "%1$s is sharing with you at %2$s"
+
+#: include/enotify.php:274
+msgid "[Friendica:Notify] You have a new follower"
+msgstr "[Friendica:Notify] You have a new follower"
+
+#: include/enotify.php:276 include/enotify.php:277
+#, php-format
+msgid "You have a new follower at %2$s : %1$s"
+msgstr "You have a new follower at %2$s : %1$s"
+
+#: include/enotify.php:288
+msgid "[Friendica:Notify] Friend suggestion received"
+msgstr "[Friendica:Notify] Friend suggestion received"
+
+#: include/enotify.php:290
+#, php-format
+msgid "You've received a friend suggestion from '%1$s' at %2$s"
+msgstr "You've received a friend suggestion from '%1$s' at %2$s"
+
+#: include/enotify.php:291
+#, php-format
+msgid ""
+"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
+msgstr "You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
+
+#: include/enotify.php:296
+msgid "Name:"
+msgstr "Name:"
+
+#: include/enotify.php:297
+msgid "Photo:"
+msgstr "Photo:"
+
+#: include/enotify.php:300
+#, php-format
+msgid "Please visit %s to approve or reject the suggestion."
+msgstr "Please visit %s to approve or reject the suggestion."
+
+#: include/enotify.php:308 include/enotify.php:322
+msgid "[Friendica:Notify] Connection accepted"
+msgstr "[Friendica:Notify] Connection accepted"
+
+#: include/enotify.php:310 include/enotify.php:324
+#, php-format
+msgid "'%1$s' has accepted your connection request at %2$s"
+msgstr "'%1$s' has accepted your connection request at %2$s"
+
+#: include/enotify.php:311 include/enotify.php:325
+#, php-format
+msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
+msgstr "%2$s has accepted your [url=%1$s]connection request[/url]."
+
+#: include/enotify.php:315
+msgid ""
+"You are now mutual friends and may exchange status updates, photos, and "
+"email without restriction."
+msgstr "You are now mutual friends and may exchange status updates, photos, and email without restriction."
+
+#: include/enotify.php:317
+#, php-format
+msgid "Please visit %s if you wish to make any changes to this relationship."
+msgstr "Please visit %s if you wish to make any changes to this relationship."
+
+#: include/enotify.php:329
+#, php-format
+msgid ""
+"'%1$s' has chosen to accept you a \"fan\", which restricts some forms of "
+"communication - such as private messaging and some profile interactions. If "
+"this is a celebrity or community page, these settings were applied "
+"automatically."
+msgstr "'%1$s' has chosen to accept you as \"Follower\". This restricts some forms of communication, such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."
+
+#: include/enotify.php:331
+#, php-format
+msgid ""
+"'%1$s' may choose to extend this into a two-way or more permissive "
+"relationship in the future."
+msgstr "'%1$s' may choose to extend this into a two-way or more permissive relationship in the future."
+
+#: include/enotify.php:333
+#, php-format
+msgid "Please visit %s  if you wish to make any changes to this relationship."
+msgstr "Please visit %s  if you wish to make any changes to this relationship."
+
+#: include/enotify.php:343
+msgid "[Friendica System:Notify] registration request"
+msgstr "[Friendica:Notify] registration request"
+
+#: include/enotify.php:345
+#, php-format
+msgid "You've received a registration request from '%1$s' at %2$s"
+msgstr "You've received a registration request from '%1$s' at %2$s."
+
+#: include/enotify.php:346
+#, php-format
+msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
+msgstr "You've received a [url=%1$s]registration request[/url] from %2$s."
+
+#: include/enotify.php:350
+#, php-format
+msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
+msgstr "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
+
+#: include/enotify.php:353
+#, php-format
+msgid "Please visit %s to approve or reject the request."
+msgstr "Please visit %s to approve or reject the request."
+
+#: include/message.php:14 include/message.php:168
+msgid "[no subject]"
+msgstr "[no subject]"
+
+#: include/message.php:145 include/Photo.php:1075 include/Photo.php:1091
+#: include/Photo.php:1099 include/Photo.php:1124 mod/wall_upload.php:249
+#: mod/item.php:468
+msgid "Wall Photos"
+msgstr "Wall photos"
+
+#: include/nav.php:37 mod/navigation.php:21
+msgid "Nothing new here"
+msgstr "Nothing new here"
+
+#: include/nav.php:41 mod/navigation.php:25
+msgid "Clear notifications"
+msgstr "Clear notifications"
+
+#: include/nav.php:80 view/theme/frio/theme.php:245 boot.php:862
+msgid "Logout"
+msgstr "Logout"
+
+#: include/nav.php:80 view/theme/frio/theme.php:245
+msgid "End this session"
+msgstr "End this session"
+
+#: include/nav.php:83 include/identity.php:784 mod/contacts.php:648
+#: mod/contacts.php:844 view/theme/frio/theme.php:248
+msgid "Status"
+msgstr "Status"
+
+#: include/nav.php:83 include/nav.php:163 view/theme/frio/theme.php:248
+msgid "Your posts and conversations"
+msgstr "My posts and conversations"
+
+#: include/nav.php:84 include/identity.php:632 include/identity.php:759
+#: include/identity.php:792 mod/newmember.php:20 mod/profperm.php:107
+#: mod/contacts.php:650 mod/contacts.php:852 view/theme/frio/theme.php:249
+msgid "Profile"
+msgstr "Profile"
+
+#: include/nav.php:84 view/theme/frio/theme.php:249
+msgid "Your profile page"
+msgstr "My profile page"
+
+#: include/nav.php:85 include/identity.php:800 mod/fbrowser.php:33
+#: view/theme/frio/theme.php:250
+msgid "Photos"
+msgstr "Photos"
+
+#: include/nav.php:85 view/theme/frio/theme.php:250
+msgid "Your photos"
+msgstr "My photos"
+
+#: include/nav.php:86 include/identity.php:808 include/identity.php:811
+#: view/theme/frio/theme.php:251
+msgid "Videos"
+msgstr "Videos"
+
+#: include/nav.php:86 view/theme/frio/theme.php:251
+msgid "Your videos"
+msgstr "My videos"
+
+#: include/nav.php:87 include/nav.php:151 include/identity.php:820
+#: include/identity.php:831 mod/cal.php:272 mod/events.php:377
+#: view/theme/frio/theme.php:252 view/theme/frio/theme.php:256
+msgid "Events"
+msgstr "Events"
+
+#: include/nav.php:87 view/theme/frio/theme.php:252
+msgid "Your events"
+msgstr "My events"
+
+#: include/nav.php:88
+msgid "Personal notes"
+msgstr "Personal notes"
+
+#: include/nav.php:88
+msgid "Your personal notes"
+msgstr "My personal notes"
+
+#: include/nav.php:97 mod/bookmarklet.php:14 boot.php:863
+msgid "Login"
+msgstr "Login"
+
+#: include/nav.php:97
+msgid "Sign in"
+msgstr "Sign in"
+
+#: include/nav.php:107
+msgid "Home Page"
+msgstr "Home page"
+
+#: include/nav.php:111 mod/register.php:291 boot.php:839
+msgid "Register"
+msgstr "Register"
+
+#: include/nav.php:111
+msgid "Create an account"
+msgstr "Create account"
+
+#: include/nav.php:117 mod/help.php:50 view/theme/vier/theme.php:299
+msgid "Help"
+msgstr "Help"
+
+#: include/nav.php:117
+msgid "Help and documentation"
+msgstr "Help and documentation"
+
+#: include/nav.php:121
+msgid "Apps"
+msgstr "Apps"
+
+#: include/nav.php:121
+msgid "Addon applications, utilities, games"
+msgstr "Addon applications, utilities, games"
+
+#: include/nav.php:125
+msgid "Search site content"
+msgstr "Search site content"
+
+#: include/nav.php:145 include/nav.php:147 mod/community.php:32
+msgid "Community"
+msgstr "Community"
+
+#: include/nav.php:145
+msgid "Conversations on this site"
+msgstr "Public conversations on this site"
+
+#: include/nav.php:147
+msgid "Conversations on the network"
+msgstr "Conversations on the network"
+
+#: include/nav.php:151 include/identity.php:823 include/identity.php:834
+#: view/theme/frio/theme.php:256
+msgid "Events and Calendar"
+msgstr "Events and calendar"
+
+#: include/nav.php:154
+msgid "Directory"
+msgstr "Directory"
+
+#: include/nav.php:154
+msgid "People directory"
+msgstr "People directory"
+
+#: include/nav.php:156
+msgid "Information"
+msgstr "Information"
+
+#: include/nav.php:156
+msgid "Information about this friendica instance"
+msgstr "Information about this Friendica instance"
+
+#: include/nav.php:160 view/theme/frio/theme.php:255
+msgid "Conversations from your friends"
+msgstr "My friends' conversations"
+
+#: include/nav.php:161
+msgid "Network Reset"
+msgstr "Network reset"
+
+#: include/nav.php:161
+msgid "Load Network page with no filters"
+msgstr "Load network page without filters"
+
+#: include/nav.php:168
+msgid "Friend Requests"
+msgstr "Friend requests"
+
+#: include/nav.php:171 mod/notifications.php:98
+msgid "Notifications"
+msgstr "Notifications"
+
+#: include/nav.php:172
+msgid "See all notifications"
+msgstr "See all notifications"
+
+#: include/nav.php:173 mod/settings.php:907
+msgid "Mark as seen"
+msgstr "Mark as seen"
+
+#: include/nav.php:173
+msgid "Mark all system notifications seen"
+msgstr "Mark all system notifications seen"
+
+#: include/nav.php:177 mod/message.php:181 view/theme/frio/theme.php:257
+msgid "Messages"
+msgstr "Messages"
+
+#: include/nav.php:177 view/theme/frio/theme.php:257
+msgid "Private mail"
+msgstr "Private messages"
+
+#: include/nav.php:178
+msgid "Inbox"
+msgstr "Inbox"
+
+#: include/nav.php:179
+msgid "Outbox"
+msgstr "Outbox"
+
+#: include/nav.php:180 mod/message.php:18
+msgid "New Message"
+msgstr "New Message"
+
+#: include/nav.php:183
+msgid "Manage"
+msgstr "Manage"
+
+#: include/nav.php:183
+msgid "Manage other pages"
+msgstr "Manage other pages"
+
+#: include/nav.php:186 mod/settings.php:83
+msgid "Delegations"
+msgstr "Delegations"
+
+#: include/nav.php:186 mod/delegate.php:132
+msgid "Delegate Page Management"
+msgstr "Delegate Page Management"
+
+#: include/nav.php:188 mod/newmember.php:15 mod/admin.php:1624
+#: mod/admin.php:1900 mod/settings.php:113 view/theme/frio/theme.php:258
+msgid "Settings"
+msgstr "Settings"
+
+#: include/nav.php:188 view/theme/frio/theme.php:258
+msgid "Account settings"
+msgstr "Account settings"
+
+#: include/nav.php:191 include/identity.php:296
+msgid "Profiles"
+msgstr "Profiles"
+
+#: include/nav.php:191
+msgid "Manage/Edit Profiles"
+msgstr "Manage/Edit profiles"
+
+#: include/nav.php:194 view/theme/frio/theme.php:259
+msgid "Manage/edit friends and contacts"
+msgstr "Manage/Edit friends and contacts"
+
+#: include/nav.php:199 mod/admin.php:197
+msgid "Admin"
+msgstr "Admin"
+
+#: include/nav.php:199
+msgid "Site setup and configuration"
+msgstr "Site setup and configuration"
+
+#: include/nav.php:202
+msgid "Navigation"
+msgstr "Navigation"
+
+#: include/nav.php:202
+msgid "Site map"
+msgstr "Site map"
+
+#: include/network.php:687
+msgid "view full size"
+msgstr "view full size"
+
+#: include/oembed.php:256
+msgid "Embedded content"
+msgstr "Embedded content"
+
+#: include/oembed.php:264
+msgid "Embedding disabled"
+msgstr "Embedding disabled"
+
+#: include/uimport.php:85
+msgid "Error decoding account file"
+msgstr "Error decoding account file"
+
+#: include/uimport.php:91
+msgid "Error! No version data in file! This is not a Friendica account file?"
+msgstr "Error! No version data in file! Is this a Friendica account file?"
+
+#: include/uimport.php:108 include/uimport.php:119
+msgid "Error! Cannot check nickname"
+msgstr "Error! Cannot check nickname."
+
+#: include/uimport.php:112 include/uimport.php:123
+#, php-format
+msgid "User '%s' already exists on this server!"
+msgstr "User '%s' already exists on this server!"
+
+#: include/uimport.php:145
+msgid "User creation error"
+msgstr "User creation error"
+
+#: include/uimport.php:166
+msgid "User profile creation error"
+msgstr "User profile creation error"
+
+#: include/uimport.php:215
+#, php-format
+msgid "%d contact not imported"
+msgid_plural "%d contacts not imported"
+msgstr[0] "%d contact not imported"
+msgstr[1] "%d contacts not imported"
+
+#: include/uimport.php:281
+msgid "Done. You can now login with your username and password"
+msgstr "Done. You can now login with your username and password"
+
+#: include/user.php:39 mod/settings.php:377
+msgid "Passwords do not match. Password unchanged."
+msgstr "Passwords do not match. Password unchanged."
+
+#: include/user.php:48
+msgid "An invitation is required."
+msgstr "An invitation is required."
+
+#: include/user.php:53
+msgid "Invitation could not be verified."
+msgstr "Invitation could not be verified."
+
+#: include/user.php:61
+msgid "Invalid OpenID url"
+msgstr "Invalid OpenID URL"
+
+#: include/user.php:82
+msgid "Please enter the required information."
+msgstr "Please enter the required information."
+
+#: include/user.php:96
+msgid "Please use a shorter name."
+msgstr "Please use a shorter name."
+
+#: include/user.php:98
+msgid "Name too short."
+msgstr "Name too short."
+
+#: include/user.php:106
+msgid "That doesn't appear to be your full (First Last) name."
+msgstr "That doesn't appear to be your full (i.e first and last) name."
+
+#: include/user.php:111
+msgid "Your email domain is not among those allowed on this site."
+msgstr "Your email domain is not allowed on this site."
+
+#: include/user.php:114
+msgid "Not a valid email address."
+msgstr "Not a valid email address."
+
+#: include/user.php:127
+msgid "Cannot use that email."
+msgstr "Cannot use that email."
+
+#: include/user.php:133
+msgid "Your \"nickname\" can only contain \"a-z\", \"0-9\" and \"_\"."
+msgstr "Your \"nickname\" can only contain \"a-z\", \"0-9\" and \"_\"."
+
+#: include/user.php:140 include/user.php:228
+msgid "Nickname is already registered. Please choose another."
+msgstr "Nickname is already registered. Please choose another."
+
+#: include/user.php:150
+msgid ""
+"Nickname was once registered here and may not be re-used. Please choose "
+"another."
+msgstr "Nickname was once registered here and may not be re-used. Please choose another."
+
+#: include/user.php:166
+msgid "SERIOUS ERROR: Generation of security keys failed."
+msgstr "SERIOUS ERROR: Generation of security keys failed."
+
+#: include/user.php:214
+msgid "An error occurred during registration. Please try again."
+msgstr "An error occurred during registration. Please try again."
+
+#: include/user.php:237 view/theme/duepuntozero/config.php:46
+msgid "default"
+msgstr "default"
+
+#: include/user.php:247
+msgid "An error occurred creating your default profile. Please try again."
+msgstr "An error occurred creating your default profile. Please try again."
+
+#: include/user.php:260 include/user.php:264 include/profile_selectors.php:42
+msgid "Friends"
+msgstr "Friends"
+
+#: include/user.php:306 include/user.php:314 include/user.php:322
+#: include/api.php:3697 mod/photos.php:73 mod/photos.php:189
+#: mod/photos.php:776 mod/photos.php:1258 mod/photos.php:1279
+#: mod/photos.php:1865 mod/profile_photo.php:74 mod/profile_photo.php:82
+#: mod/profile_photo.php:90 mod/profile_photo.php:214
+#: mod/profile_photo.php:309 mod/profile_photo.php:319
+msgid "Profile Photos"
+msgstr "Profile photos"
+
+#: include/user.php:397
+#, php-format
+msgid ""
+"\n"
+"\t\tDear %1$s,\n"
+"\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n"
+"\t"
+msgstr "\n\t\tDear %1$s,\n\t\t\tThank you for registering at %2$s. Your account is pending approval by the administrator.\n\t"
+
+#: include/user.php:407
+#, php-format
+msgid "Registration at %s"
+msgstr "Registration at %s"
+
+#: include/user.php:417
+#, php-format
+msgid ""
+"\n"
+"\t\tDear %1$s,\n"
+"\t\t\tThank you for registering at %2$s. Your account has been created.\n"
+"\t"
+msgstr "\n\t\tDear %1$s,\n\t\t\tThank you for registering at %2$s. Your account has been created.\n\t"
+
+#: include/user.php:421
+#, php-format
+msgid ""
+"\n"
+"\t\tThe login details are as follows:\n"
+"\t\t\tSite Location:\t%3$s\n"
+"\t\t\tLogin Name:\t%1$s\n"
+"\t\t\tPassword:\t%5$s\n"
+"\n"
+"\t\tYou may change your password from your account \"Settings\" page after logging\n"
+"\t\tin.\n"
+"\n"
+"\t\tPlease take a few moments to review the other account settings on that page.\n"
+"\n"
+"\t\tYou may also wish to add some basic information to your default profile\n"
+"\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
+"\n"
+"\t\tWe recommend setting your full name, adding a profile photo,\n"
+"\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n"
+"\t\tperhaps what country you live in; if you do not wish to be more specific\n"
+"\t\tthan that.\n"
+"\n"
+"\t\tWe fully respect your right to privacy, and none of these items are necessary.\n"
+"\t\tIf you are new and do not know anybody here, they may help\n"
+"\t\tyou to make some new and interesting friends.\n"
+"\n"
+"\n"
+"\t\tThank you and welcome to %2$s."
+msgstr "\n\t\tThe login details are as follows:\n\t\t\tSite Location:\t%3$s\n\t\t\tLogin Name:\t%1$s\n\t\t\tPassword:\t%5$s\n\n\t\tYou may change your password for your account \"Settings\" after logging\n\t\tin.\n\n\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\tYou may wish to add some basic information to your default profile\n\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\tWe recommend setting your full name, adding a profile photo,\n\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\tperhaps what country you live in, if you do not wish to be more specific\n\t\tthan that.\n\n\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\tIf you are new and do not know anybody here, these settings may help to\n\t\tmake new and interesting friends.\n\n\n\t\tThank you and welcome to %2$s."
+
+#: include/user.php:453 mod/admin.php:1314
+#, php-format
+msgid "Registration details for %s"
+msgstr "Registration details for %s"
+
+#: include/api.php:1102
+#, php-format
+msgid "Daily posting limit of %d posts reached. The post was rejected."
+msgstr "Daily posting limit of %d posts reached. This post was rejected."
+
+#: include/api.php:1123
+#, php-format
+msgid "Weekly posting limit of %d posts reached. The post was rejected."
+msgstr "Weekly posting limit of %d posts reached. This post was rejected."
+
+#: include/api.php:1144
+#, php-format
+msgid "Monthly posting limit of %d posts reached. The post was rejected."
+msgstr "Monthly posting limit of %d posts reached. This post was rejected."
+
+#: include/dba.php:57 include/dba_pdo.php:75
+#, php-format
+msgid "Cannot locate DNS info for database server '%s'"
+msgstr "Cannot locate DNS info for database server '%s'"
+
+#: include/dbstructure.php:25
+msgid "There are no tables on MyISAM."
+msgstr "There are no tables on MyISAM."
+
+#: include/dbstructure.php:66
+#, php-format
+msgid ""
+"\n"
+"\t\t\tThe friendica developers released update %s recently,\n"
+"\t\t\tbut when I tried to install it, something went terribly wrong.\n"
+"\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n"
+"\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."
+msgstr "\n\t\t\tThe Friendica developers released update %s recently,\n\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\tFriendica developer if you can not help me on your own. My database\n                        might be invalid."
+
+#: include/dbstructure.php:71
+#, php-format
+msgid ""
+"The error message is\n"
+"[pre]%s[/pre]"
+msgstr "The error message is\n[pre]%s[/pre]"
+
+#: include/dbstructure.php:195
+#, php-format
+msgid ""
+"\n"
+"Error %d occurred during database update:\n"
+"%s\n"
+msgstr "\nError %d occurred during database update:\n%s\n"
+
+#: include/dbstructure.php:198
+msgid "Errors encountered performing database changes: "
+msgstr "Errors encountered performing database changes: "
+
+#: include/dbstructure.php:206
+msgid ": Database update"
+msgstr ": Database update"
+
+#: include/dbstructure.php:438
+#, php-format
+msgid "%s: updating %s table."
+msgstr "%s: updating %s table."
+
+#: include/diaspora.php:2214
+msgid "Sharing notification from Diaspora network"
+msgstr "Sharing notification from Diaspora network"
+
+#: include/diaspora.php:3234
+msgid "Attachments:"
+msgstr "Attachments:"
+
+#: include/identity.php:45
+msgid "Requested account is not available."
+msgstr "Requested account is unavailable."
+
+#: include/identity.php:54 mod/profile.php:22
+msgid "Requested profile is not available."
+msgstr "Requested profile is unavailable."
+
+#: include/identity.php:98 include/identity.php:325 include/identity.php:755
+msgid "Edit profile"
+msgstr "Edit profile"
+
+#: include/identity.php:265
+msgid "Atom feed"
+msgstr "Atom feed"
+
+#: include/identity.php:296
+msgid "Manage/edit profiles"
+msgstr "Manage/Edit profiles"
+
+#: include/identity.php:301 include/identity.php:327 mod/profiles.php:790
+msgid "Change profile photo"
+msgstr "Change profile photo"
+
+#: include/identity.php:302 mod/profiles.php:791
+msgid "Create New Profile"
+msgstr "Create new profile"
+
+#: include/identity.php:312 mod/profiles.php:780
+msgid "Profile Image"
+msgstr "Profile image"
+
+#: include/identity.php:315 mod/profiles.php:782
+msgid "visible to everybody"
+msgstr "Visible to everybody"
+
+#: include/identity.php:316 mod/profiles.php:687 mod/profiles.php:783
+msgid "Edit visibility"
+msgstr "Edit visibility"
+
+#: include/identity.php:344 include/identity.php:644 mod/directory.php:137
+#: mod/notifications.php:252
+msgid "Gender:"
+msgstr "Gender:"
+
+#: include/identity.php:347 include/identity.php:665 mod/directory.php:139
+msgid "Status:"
+msgstr "Status:"
+
+#: include/identity.php:349 include/identity.php:682 mod/directory.php:141
+msgid "Homepage:"
+msgstr "Homepage:"
+
+#: include/identity.php:351 include/identity.php:702 mod/directory.php:143
+#: mod/notifications.php:248 mod/contacts.php:643
+msgid "About:"
+msgstr "About:"
+
+#: include/identity.php:353 mod/contacts.php:641
+msgid "XMPP:"
+msgstr "XMPP:"
+
+#: include/identity.php:439 mod/notifications.php:260 mod/contacts.php:58
+msgid "Network:"
+msgstr "Network:"
+
+#: include/identity.php:468 include/identity.php:558
+msgid "g A l F d"
+msgstr "g A l F d"
+
+#: include/identity.php:469 include/identity.php:559
+msgid "F d"
+msgstr "F d"
+
+#: include/identity.php:520 include/identity.php:609
+msgid "[today]"
+msgstr "[today]"
+
+#: include/identity.php:532
+msgid "Birthday Reminders"
+msgstr "Birthday reminders"
+
+#: include/identity.php:533
+msgid "Birthdays this week:"
+msgstr "Birthdays this week:"
+
+#: include/identity.php:595
+msgid "[No description]"
+msgstr "[No description]"
+
+#: include/identity.php:620
+msgid "Event Reminders"
+msgstr "Event reminders"
+
+#: include/identity.php:621
+msgid "Events this week:"
+msgstr "Events this week:"
+
+#: include/identity.php:641 mod/settings.php:1287
+msgid "Full Name:"
+msgstr "Full name:"
+
+#: include/identity.php:648
+msgid "j F, Y"
+msgstr "j F, Y"
+
+#: include/identity.php:649
+msgid "j F"
+msgstr "j F"
+
+#: include/identity.php:661
+msgid "Age:"
+msgstr "Age:"
+
+#: include/identity.php:674
+#, php-format
+msgid "for %1$d %2$s"
+msgstr "for %1$d %2$s"
+
+#: include/identity.php:678 mod/profiles.php:706
+msgid "Sexual Preference:"
+msgstr "Sexual preference:"
+
+#: include/identity.php:686 mod/profiles.php:733
+msgid "Hometown:"
+msgstr "Home town:"
+
+#: include/identity.php:690 mod/follow.php:139 mod/notifications.php:250
+#: mod/contacts.php:645
+msgid "Tags:"
+msgstr "Tags:"
+
+#: include/identity.php:694 mod/profiles.php:734
+msgid "Political Views:"
+msgstr "Political views:"
+
+#: include/identity.php:698
+msgid "Religion:"
+msgstr "Religion:"
+
+#: include/identity.php:706
+msgid "Hobbies/Interests:"
+msgstr "Hobbies/Interests:"
+
+#: include/identity.php:710 mod/profiles.php:738
+msgid "Likes:"
+msgstr "Likes:"
+
+#: include/identity.php:714 mod/profiles.php:739
+msgid "Dislikes:"
+msgstr "Dislikes:"
+
+#: include/identity.php:718
+msgid "Contact information and Social Networks:"
+msgstr "Contact information and social networks:"
+
+#: include/identity.php:722
+msgid "Musical interests:"
+msgstr "Music:"
+
+#: include/identity.php:726
+msgid "Books, literature:"
+msgstr "Books/Literature:"
+
+#: include/identity.php:730
+msgid "Television:"
+msgstr "Television:"
+
+#: include/identity.php:734
+msgid "Film/dance/culture/entertainment:"
+msgstr "Arts, culture, entertainment:"
+
+#: include/identity.php:738
+msgid "Love/Romance:"
+msgstr "Love/Romance:"
+
+#: include/identity.php:742
+msgid "Work/employment:"
+msgstr "Work/Employment:"
+
+#: include/identity.php:746
+msgid "School/education:"
+msgstr "School/Education:"
+
+#: include/identity.php:751
+msgid "Forums:"
+msgstr "Forums:"
+
+#: include/identity.php:760 mod/events.php:509
+msgid "Basic"
+msgstr "Basic"
+
+#: include/identity.php:761 mod/events.php:510 mod/admin.php:1065
+#: mod/contacts.php:881
+msgid "Advanced"
+msgstr "Advanced"
+
+#: include/identity.php:787 mod/follow.php:147 mod/contacts.php:847
+msgid "Status Messages and Posts"
+msgstr "Status Messages and Posts"
+
+#: include/identity.php:795 mod/contacts.php:855
+msgid "Profile Details"
+msgstr "Profile Details"
+
+#: include/identity.php:803 mod/photos.php:95
+msgid "Photo Albums"
+msgstr "Photo Albums"
+
+#: include/identity.php:842 mod/notes.php:49
+msgid "Personal Notes"
+msgstr "Personal notes"
+
+#: include/identity.php:845
+msgid "Only You Can See This"
+msgstr "Only you can see this."
+
+#: include/items.php:1736 mod/dfrn_confirm.php:738 mod/dfrn_request.php:759
+msgid "[Name Withheld]"
+msgstr "[Name Withheld]"
+
+#: include/items.php:2121 mod/display.php:105 mod/display.php:280
+#: mod/display.php:485 mod/notice.php:17 mod/viewsrc.php:16 mod/admin.php:248
+#: mod/admin.php:1571 mod/admin.php:1822
+msgid "Item not found."
+msgstr "Item not found."
+
+#: include/items.php:2160
+msgid "Do you really want to delete this item?"
+msgstr "Do you really want to delete this item?"
+
+#: include/items.php:2162 mod/api.php:107 mod/follow.php:115
+#: mod/message.php:208 mod/register.php:247 mod/suggest.php:31
+#: mod/dfrn_request.php:880 mod/contacts.php:455 mod/profiles.php:643
+#: mod/profiles.php:646 mod/profiles.php:673 mod/settings.php:1172
+#: mod/settings.php:1178 mod/settings.php:1185 mod/settings.php:1189
+#: mod/settings.php:1194 mod/settings.php:1199 mod/settings.php:1204
+#: mod/settings.php:1209 mod/settings.php:1235 mod/settings.php:1236
+#: mod/settings.php:1237 mod/settings.php:1238 mod/settings.php:1239
+msgid "Yes"
+msgstr "Yes"
+
+#: include/items.php:2309 mod/allfriends.php:14 mod/api.php:28 mod/api.php:33
+#: mod/attach.php:35 mod/cal.php:301 mod/common.php:20 mod/crepair.php:105
+#: mod/delegate.php:14 mod/dfrn_confirm.php:63 mod/dirfind.php:15
+#: mod/display.php:482 mod/editpost.php:12 mod/events.php:188
+#: mod/follow.php:13 mod/follow.php:76 mod/follow.php:160 mod/fsuggest.php:80
+#: mod/group.php:20 mod/invite.php:17 mod/invite.php:105 mod/manage.php:103
+#: mod/message.php:48 mod/message.php:173 mod/mood.php:116 mod/network.php:7
+#: mod/nogroup.php:29 mod/notes.php:25 mod/notifications.php:73
+#: mod/ostatus_subscribe.php:11 mod/photos.php:168 mod/photos.php:1111
+#: mod/poke.php:155 mod/register.php:44 mod/repair_ostatus.php:11
+#: mod/suggest.php:60 mod/viewcontacts.php:49 mod/wall_attach.php:69
+#: mod/wall_attach.php:72 mod/wall_upload.php:101 mod/wall_upload.php:104
+#: mod/wallmessage.php:11 mod/wallmessage.php:35 mod/wallmessage.php:75
+#: mod/wallmessage.php:99 mod/item.php:197 mod/item.php:209 mod/regmod.php:106
+#: mod/uimport.php:26 mod/contacts.php:363 mod/profile_photo.php:19
+#: mod/profile_photo.php:179 mod/profile_photo.php:190
+#: mod/profile_photo.php:203 mod/profiles.php:172 mod/profiles.php:610
+#: mod/settings.php:24 mod/settings.php:132 mod/settings.php:669 index.php:410
+msgid "Permission denied."
+msgstr "Permission denied."
+
+#: include/items.php:2426
+msgid "Archives"
+msgstr "Archives"
+
+#: include/ostatus.php:1962
+#, php-format
+msgid "%s is now following %s."
+msgstr "%s is now following %s."
+
+#: include/ostatus.php:1963
+msgid "following"
+msgstr "following"
+
+#: include/ostatus.php:1966
+#, php-format
+msgid "%s stopped following %s."
+msgstr "%s stopped following %s."
+
+#: include/ostatus.php:1967
+msgid "stopped following"
+msgstr "stopped following"
+
+#: include/plugin.php:531 include/plugin.php:533
+msgid "Click here to upgrade."
+msgstr "Click here to upgrade."
+
+#: include/plugin.php:539
+msgid "This action exceeds the limits set by your subscription plan."
+msgstr "This action exceeds the limits set by your subscription plan."
+
+#: include/plugin.php:544
+msgid "This action is not available under your subscription plan."
+msgstr "This action is not available under your subscription plan."
+
+#: include/profile_selectors.php:6
+msgid "Male"
+msgstr "Male"
+
+#: include/profile_selectors.php:6
+msgid "Female"
+msgstr "Female"
+
+#: include/profile_selectors.php:6
+msgid "Currently Male"
+msgstr "Currently Male"
+
+#: include/profile_selectors.php:6
+msgid "Currently Female"
+msgstr "Currently Female"
+
+#: include/profile_selectors.php:6
+msgid "Mostly Male"
+msgstr "Mostly Male"
+
+#: include/profile_selectors.php:6
+msgid "Mostly Female"
+msgstr "Mostly Female"
+
+#: include/profile_selectors.php:6
+msgid "Transgender"
+msgstr "Transgender"
+
+#: include/profile_selectors.php:6
+msgid "Intersex"
+msgstr "Intersex"
+
+#: include/profile_selectors.php:6
+msgid "Transsexual"
+msgstr "Transsexual"
+
+#: include/profile_selectors.php:6
+msgid "Hermaphrodite"
+msgstr "Hermaphrodite"
+
+#: include/profile_selectors.php:6
+msgid "Neuter"
+msgstr "Neuter"
+
+#: include/profile_selectors.php:6
+msgid "Non-specific"
+msgstr "Non-specific"
+
+#: include/profile_selectors.php:6
+msgid "Other"
+msgstr "Other"
+
+#: include/profile_selectors.php:23
+msgid "Males"
+msgstr "Males"
+
+#: include/profile_selectors.php:23
+msgid "Females"
+msgstr "Females"
+
+#: include/profile_selectors.php:23
+msgid "Gay"
+msgstr "Gay"
+
+#: include/profile_selectors.php:23
+msgid "Lesbian"
+msgstr "Lesbian"
+
+#: include/profile_selectors.php:23
+msgid "No Preference"
+msgstr "No Preference"
+
+#: include/profile_selectors.php:23
+msgid "Bisexual"
+msgstr "Bisexual"
+
+#: include/profile_selectors.php:23
+msgid "Autosexual"
+msgstr "Auto-sexual"
+
+#: include/profile_selectors.php:23
+msgid "Abstinent"
+msgstr "Abstinent"
+
+#: include/profile_selectors.php:23
+msgid "Virgin"
+msgstr "Virgin"
+
+#: include/profile_selectors.php:23
+msgid "Deviant"
+msgstr "Deviant"
+
+#: include/profile_selectors.php:23
+msgid "Fetish"
+msgstr "Fetish"
+
+#: include/profile_selectors.php:23
+msgid "Oodles"
+msgstr "Oodles"
+
+#: include/profile_selectors.php:23
+msgid "Nonsexual"
+msgstr "Asexual"
+
+#: include/profile_selectors.php:42
+msgid "Single"
+msgstr "Single"
+
+#: include/profile_selectors.php:42
+msgid "Lonely"
+msgstr "Lonely"
+
+#: include/profile_selectors.php:42
+msgid "Available"
+msgstr "Available"
+
+#: include/profile_selectors.php:42
+msgid "Unavailable"
+msgstr "Unavailable"
+
+#: include/profile_selectors.php:42
+msgid "Has crush"
+msgstr "Having a crush"
+
+#: include/profile_selectors.php:42
+msgid "Infatuated"
+msgstr "Infatuated"
+
+#: include/profile_selectors.php:42
+msgid "Dating"
+msgstr "Dating"
+
+#: include/profile_selectors.php:42
+msgid "Unfaithful"
+msgstr "Unfaithful"
+
+#: include/profile_selectors.php:42
+msgid "Sex Addict"
+msgstr "Sex addict"
+
+#: include/profile_selectors.php:42
+msgid "Friends/Benefits"
+msgstr "Friends with benefits"
+
+#: include/profile_selectors.php:42
+msgid "Casual"
+msgstr "Casual"
+
+#: include/profile_selectors.php:42
+msgid "Engaged"
+msgstr "Engaged"
+
+#: include/profile_selectors.php:42
+msgid "Married"
+msgstr "Married"
+
+#: include/profile_selectors.php:42
+msgid "Imaginarily married"
+msgstr "Imaginarily married"
+
+#: include/profile_selectors.php:42
+msgid "Partners"
+msgstr "Partners"
+
+#: include/profile_selectors.php:42
+msgid "Cohabiting"
+msgstr "Cohabiting"
+
+#: include/profile_selectors.php:42
+msgid "Common law"
+msgstr "Common law spouse"
+
+#: include/profile_selectors.php:42
+msgid "Happy"
+msgstr "Happy"
+
+#: include/profile_selectors.php:42
+msgid "Not looking"
+msgstr "Not looking"
+
+#: include/profile_selectors.php:42
+msgid "Swinger"
+msgstr "Swinger"
+
+#: include/profile_selectors.php:42
+msgid "Betrayed"
+msgstr "Betrayed"
+
+#: include/profile_selectors.php:42
+msgid "Separated"
+msgstr "Separated"
+
+#: include/profile_selectors.php:42
+msgid "Unstable"
+msgstr "Unstable"
+
+#: include/profile_selectors.php:42
+msgid "Divorced"
+msgstr "Divorced"
+
+#: include/profile_selectors.php:42
+msgid "Imaginarily divorced"
+msgstr "Imaginarily divorced"
+
+#: include/profile_selectors.php:42
+msgid "Widowed"
+msgstr "Widowed"
+
+#: include/profile_selectors.php:42
+msgid "Uncertain"
+msgstr "Uncertain"
+
+#: include/profile_selectors.php:42
+msgid "It's complicated"
+msgstr "It's complicated"
+
+#: include/profile_selectors.php:42
+msgid "Don't care"
+msgstr "Don't care"
+
+#: include/profile_selectors.php:42
+msgid "Ask me"
+msgstr "Ask me"
+
+#: mod/allfriends.php:48
+msgid "No friends to display."
+msgstr "No friends to display."
+
+#: mod/api.php:78 mod/api.php:104
+msgid "Authorize application connection"
+msgstr "Authorize application connection"
+
+#: mod/api.php:79
+msgid "Return to your app and insert this Securty Code:"
+msgstr "Return to your app and insert this security code:"
+
+#: mod/api.php:91
+msgid "Please login to continue."
+msgstr "Please login to continue."
+
+#: mod/api.php:106
+msgid ""
+"Do you want to authorize this application to access your posts and contacts,"
+" and/or create new posts for you?"
+msgstr "Do you want to authorize this application to access your posts and contacts and create new posts for you?"
+
+#: mod/api.php:108 mod/follow.php:115 mod/register.php:248
+#: mod/dfrn_request.php:880 mod/profiles.php:643 mod/profiles.php:647
+#: mod/profiles.php:673 mod/settings.php:1172 mod/settings.php:1178
+#: mod/settings.php:1185 mod/settings.php:1189 mod/settings.php:1194
+#: mod/settings.php:1199 mod/settings.php:1204 mod/settings.php:1209
+#: mod/settings.php:1235 mod/settings.php:1236 mod/settings.php:1237
+#: mod/settings.php:1238 mod/settings.php:1239
+msgid "No"
+msgstr "No"
+
+#: mod/apps.php:9 index.php:257
+msgid "You must be logged in to use addons. "
+msgstr "You must be logged in to use addons. "
+
+#: mod/apps.php:14
+msgid "Applications"
+msgstr "Applications"
+
+#: mod/apps.php:17
+msgid "No installed applications."
+msgstr "No installed applications."
+
+#: mod/attach.php:10
+msgid "Item not available."
+msgstr "Item not available."
+
+#: mod/attach.php:22
+msgid "Item was not found."
+msgstr "Item was not found."
+
+#: mod/babel.php:18
+msgid "Source (bbcode) text:"
+msgstr "Source (bbcode) text:"
+
+#: mod/babel.php:25
+msgid "Source (Diaspora) text to convert to BBcode:"
+msgstr "Source (Diaspora) text to convert to BBcode:"
+
+#: mod/babel.php:33
+msgid "Source input: "
+msgstr "Source input: "
+
+#: mod/babel.php:37
+msgid "bb2html (raw HTML): "
+msgstr "bb2html (raw HTML): "
+
+#: mod/babel.php:41
+msgid "bb2html: "
+msgstr "bb2html: "
+
+#: mod/babel.php:45
+msgid "bb2html2bb: "
+msgstr "bb2html2bb: "
+
+#: mod/babel.php:49
+msgid "bb2md: "
+msgstr "bb2md: "
+
+#: mod/babel.php:53
+msgid "bb2md2html: "
+msgstr "bb2md2html: "
+
+#: mod/babel.php:57
+msgid "bb2dia2bb: "
+msgstr "bb2dia2bb: "
+
+#: mod/babel.php:61
+msgid "bb2md2html2bb: "
+msgstr "bb2md2html2bb: "
+
+#: mod/babel.php:67
+msgid "Source input (Diaspora format): "
+msgstr "Source input (Diaspora format): "
+
+#: mod/babel.php:71
+msgid "diaspora2bb: "
+msgstr "diaspora2bb: "
+
+#: mod/bookmarklet.php:43
+msgid "The post was created"
+msgstr "The post was created"
+
+#: mod/cal.php:145 mod/display.php:329 mod/profile.php:156
+msgid "Access to this profile has been restricted."
+msgstr "Access to this profile has been restricted."
+
+#: mod/cal.php:273 mod/events.php:378
+msgid "View"
+msgstr "View"
+
+#: mod/cal.php:274 mod/events.php:380
+msgid "Previous"
+msgstr "Previous"
+
+#: mod/cal.php:275 mod/events.php:381 mod/install.php:203
+msgid "Next"
+msgstr "Next"
+
+#: mod/cal.php:284 mod/events.php:390
+msgid "list"
+msgstr "List"
+
+#: mod/cal.php:294
+msgid "User not found"
+msgstr "User not found"
+
+#: mod/cal.php:310
+msgid "This calendar format is not supported"
+msgstr "This calendar format is not supported"
+
+#: mod/cal.php:312
+msgid "No exportable data found"
+msgstr "No exportable data found"
+
+#: mod/cal.php:327
+msgid "calendar"
+msgstr "calendar"
+
+#: mod/common.php:93
+msgid "No contacts in common."
+msgstr "No contacts in common."
+
+#: mod/common.php:143 mod/contacts.php:874
+msgid "Common Friends"
+msgstr "Common friends"
+
+#: mod/community.php:18 mod/directory.php:33 mod/display.php:201
+#: mod/photos.php:981 mod/search.php:96 mod/search.php:102 mod/videos.php:200
+#: mod/viewcontacts.php:39 mod/webfinger.php:10 mod/dfrn_request.php:804
+#: mod/probe.php:9
+msgid "Public access denied."
+msgstr "Public access denied."
+
+#: mod/community.php:23
+msgid "Not available."
+msgstr "Not available."
+
+#: mod/community.php:50 mod/search.php:222
+msgid "No results."
+msgstr "No results."
+
+#: mod/content.php:120 mod/network.php:478
+msgid "No such group"
+msgstr "No such group"
+
+#: mod/content.php:131 mod/group.php:214 mod/network.php:505
+msgid "Group is empty"
+msgstr "Group is empty"
+
+#: mod/content.php:136 mod/network.php:509
+#, php-format
+msgid "Group: %s"
+msgstr "Group: %s"
+
+#: mod/content.php:326 object/Item.php:96
+msgid "This entry was edited"
+msgstr "This entry was edited"
+
+#: mod/content.php:622 object/Item.php:414
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%d comment"
+msgstr[1] "%d comments -"
+
+#: mod/content.php:639 mod/photos.php:1431 object/Item.php:117
+msgid "Private Message"
+msgstr "Private message"
+
+#: mod/content.php:703 mod/photos.php:1627 object/Item.php:271
+msgid "I like this (toggle)"
+msgstr "I like this (toggle)"
+
+#: mod/content.php:703 object/Item.php:271
+msgid "like"
+msgstr "Like"
+
+#: mod/content.php:704 mod/photos.php:1628 object/Item.php:272
+msgid "I don't like this (toggle)"
+msgstr "I don't like this (toggle)"
+
+#: mod/content.php:704 object/Item.php:272
+msgid "dislike"
+msgstr "Dislike"
+
+#: mod/content.php:706 object/Item.php:275
+msgid "Share this"
+msgstr "Share this"
+
+#: mod/content.php:706 object/Item.php:275
+msgid "share"
+msgstr "Share"
+
+#: mod/content.php:726 mod/photos.php:1645 mod/photos.php:1687
+#: mod/photos.php:1767 object/Item.php:699
+msgid "This is you"
+msgstr "This is me"
+
+#: mod/content.php:728 mod/content.php:951 mod/photos.php:1647
+#: mod/photos.php:1689 mod/photos.php:1769 object/Item.php:389
+#: object/Item.php:701
+msgid "Comment"
+msgstr "Comment"
+
+#: mod/content.php:729 mod/crepair.php:159 mod/events.php:508
+#: mod/fsuggest.php:109 mod/install.php:244 mod/install.php:284
+#: mod/invite.php:144 mod/localtime.php:46 mod/manage.php:156
+#: mod/message.php:340 mod/message.php:523 mod/mood.php:139
+#: mod/photos.php:1143 mod/photos.php:1273 mod/photos.php:1599
+#: mod/photos.php:1648 mod/photos.php:1690 mod/photos.php:1770
+#: mod/poke.php:204 mod/contacts.php:588 mod/profiles.php:684
+#: object/Item.php:702 view/theme/duepuntozero/config.php:64
+#: view/theme/frio/config.php:67 view/theme/quattro/config.php:70
+#: view/theme/vier/config.php:113
+msgid "Submit"
+msgstr "Submit"
+
+#: mod/content.php:730 object/Item.php:703
+msgid "Bold"
+msgstr "Bold"
+
+#: mod/content.php:731 object/Item.php:704
+msgid "Italic"
+msgstr "Italic"
+
+#: mod/content.php:732 object/Item.php:705
+msgid "Underline"
+msgstr "Underline"
+
+#: mod/content.php:733 object/Item.php:706
+msgid "Quote"
+msgstr "Quote"
+
+#: mod/content.php:734 object/Item.php:707
+msgid "Code"
+msgstr "Code"
+
+#: mod/content.php:735 object/Item.php:708
+msgid "Image"
+msgstr "Image"
+
+#: mod/content.php:736 object/Item.php:709
+msgid "Link"
+msgstr "Link"
+
+#: mod/content.php:737 object/Item.php:710
+msgid "Video"
+msgstr "Video"
+
+#: mod/content.php:747 mod/settings.php:744 object/Item.php:122
+#: object/Item.php:124
+msgid "Edit"
+msgstr "Edit"
+
+#: mod/content.php:773 object/Item.php:238
+msgid "add star"
+msgstr "Add star"
+
+#: mod/content.php:774 object/Item.php:239
+msgid "remove star"
+msgstr "Remove star"
+
+#: mod/content.php:775 object/Item.php:240
+msgid "toggle star status"
+msgstr "Toggle star status"
+
+#: mod/content.php:778 object/Item.php:243
+msgid "starred"
+msgstr "Starred"
+
+#: mod/content.php:779 mod/content.php:801 object/Item.php:260
+msgid "add tag"
+msgstr "Add tag"
+
+#: mod/content.php:790 object/Item.php:248
+msgid "ignore thread"
+msgstr "Ignore thread"
+
+#: mod/content.php:791 object/Item.php:249
+msgid "unignore thread"
+msgstr "Unignore thread"
+
+#: mod/content.php:792 object/Item.php:250
+msgid "toggle ignore status"
+msgstr "Toggle ignore status"
+
+#: mod/content.php:795 mod/ostatus_subscribe.php:75 object/Item.php:253
+msgid "ignored"
+msgstr "Ignored"
+
+#: mod/content.php:806 object/Item.php:141
+msgid "save to folder"
+msgstr "Save to folder"
+
+#: mod/content.php:854 object/Item.php:212
+msgid "I will attend"
+msgstr "I will attend"
+
+#: mod/content.php:854 object/Item.php:212
+msgid "I will not attend"
+msgstr "I will not attend"
+
+#: mod/content.php:854 object/Item.php:212
+msgid "I might attend"
+msgstr "I might attend"
+
+#: mod/content.php:918 object/Item.php:355
+msgid "to"
+msgstr "to"
+
+#: mod/content.php:919 object/Item.php:357
+msgid "Wall-to-Wall"
+msgstr "Wall-to-wall"
+
+#: mod/content.php:920 object/Item.php:358
+msgid "via Wall-To-Wall:"
+msgstr "via wall-to-wall:"
+
+#: mod/credits.php:19
+msgid "Credits"
+msgstr "Credits"
+
+#: mod/credits.php:20
+msgid ""
+"Friendica is a community project, that would not be possible without the "
+"help of many people. Here is a list of those who have contributed to the "
+"code or the translation of Friendica. Thank you all!"
+msgstr "Friendica is a community project that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"
+
+#: mod/crepair.php:92
+msgid "Contact settings applied."
+msgstr "Contact settings applied."
+
+#: mod/crepair.php:94
+msgid "Contact update failed."
+msgstr "Contact update failed."
+
+#: mod/crepair.php:119 mod/dfrn_confirm.php:128 mod/fsuggest.php:22
+#: mod/fsuggest.php:94
+msgid "Contact not found."
+msgstr "Contact not found."
+
+#: mod/crepair.php:125
+msgid ""
+"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
+" information your communications with this contact may stop working."
+msgstr "<strong>Warning: These are highly advanced settings.</strong> If you enter incorrect information your communications with this contact may not working."
+
+#: mod/crepair.php:126
+msgid ""
+"Please use your browser 'Back' button <strong>now</strong> if you are "
+"uncertain what to do on this page."
+msgstr "Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."
+
+#: mod/crepair.php:139 mod/crepair.php:141
+msgid "No mirroring"
+msgstr "No mirroring"
+
+#: mod/crepair.php:139
+msgid "Mirror as forwarded posting"
+msgstr "Mirror as forwarded posting"
+
+#: mod/crepair.php:139 mod/crepair.php:141
+msgid "Mirror as my own posting"
+msgstr "Mirror as my own posting"
+
+#: mod/crepair.php:155
+msgid "Return to contact editor"
+msgstr "Return to contact editor"
+
+#: mod/crepair.php:157
+msgid "Refetch contact data"
+msgstr "Re-fetch contact data."
+
+#: mod/crepair.php:161
+msgid "Remote Self"
+msgstr "Remote self"
+
+#: mod/crepair.php:164
+msgid "Mirror postings from this contact"
+msgstr "Mirror postings from this contact:"
+
+#: mod/crepair.php:166
+msgid ""
+"Mark this contact as remote_self, this will cause friendica to repost new "
+"entries from this contact."
+msgstr "This will cause Friendica to repost new entries from this contact."
+
+#: mod/crepair.php:170 mod/admin.php:1496 mod/admin.php:1509
+#: mod/admin.php:1522 mod/admin.php:1538 mod/settings.php:684
+#: mod/settings.php:710
+msgid "Name"
+msgstr "Name:"
+
+#: mod/crepair.php:171
+msgid "Account Nickname"
+msgstr "Account nickname:"
+
+#: mod/crepair.php:172
+msgid "@Tagname - overrides Name/Nickname"
+msgstr "@Tag name - overrides name/nickname:"
+
+#: mod/crepair.php:173
+msgid "Account URL"
+msgstr "Account URL:"
+
+#: mod/crepair.php:174
+msgid "Friend Request URL"
+msgstr "Friend request URL:"
+
+#: mod/crepair.php:175
+msgid "Friend Confirm URL"
+msgstr "Friend confirm URL:"
+
+#: mod/crepair.php:176
+msgid "Notification Endpoint URL"
+msgstr "Notification endpoint URL"
+
+#: mod/crepair.php:177
+msgid "Poll/Feed URL"
+msgstr "Poll/Feed URL:"
+
+#: mod/crepair.php:178
+msgid "New photo from this URL"
+msgstr "New photo from this URL:"
+
+#: mod/delegate.php:103
+msgid "No potential page delegates located."
+msgstr "No potential page delegates found."
+
+#: mod/delegate.php:134
+msgid ""
+"Delegates are able to manage all aspects of this account/page except for "
+"basic account settings. Please do not delegate your personal account to "
+"anybody that you do not trust completely."
+msgstr "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely."
+
+#: mod/delegate.php:135
+msgid "Existing Page Managers"
+msgstr "Existing page managers"
+
+#: mod/delegate.php:137
+msgid "Existing Page Delegates"
+msgstr "Existing page delegates"
+
+#: mod/delegate.php:139
+msgid "Potential Delegates"
+msgstr "Potential delegates"
+
+#: mod/delegate.php:141 mod/tagrm.php:97
+msgid "Remove"
+msgstr "Remove"
+
+#: mod/delegate.php:142
+msgid "Add"
+msgstr "Add"
+
+#: mod/delegate.php:143
+msgid "No entries."
+msgstr "No entries."
+
+#: mod/dfrn_confirm.php:72 mod/profiles.php:23 mod/profiles.php:139
+#: mod/profiles.php:186 mod/profiles.php:622
+msgid "Profile not found."
+msgstr "Profile not found."
+
+#: mod/dfrn_confirm.php:129
+msgid ""
+"This may occasionally happen if contact was requested by both persons and it"
+" has already been approved."
+msgstr "This may occasionally happen if contact was requested by both persons and it has already been approved."
+
+#: mod/dfrn_confirm.php:246
+msgid "Response from remote site was not understood."
+msgstr "Response from remote site was not understood."
+
+#: mod/dfrn_confirm.php:255 mod/dfrn_confirm.php:260
+msgid "Unexpected response from remote site: "
+msgstr "Unexpected response from remote site: "
+
+#: mod/dfrn_confirm.php:269
+msgid "Confirmation completed successfully."
+msgstr "Confirmation completed successfully."
+
+#: mod/dfrn_confirm.php:271 mod/dfrn_confirm.php:285 mod/dfrn_confirm.php:292
+msgid "Remote site reported: "
+msgstr "Remote site reported: "
+
+#: mod/dfrn_confirm.php:283
+msgid "Temporary failure. Please wait and try again."
+msgstr "Temporary failure. Please wait and try again."
+
+#: mod/dfrn_confirm.php:290
+msgid "Introduction failed or was revoked."
+msgstr "Introduction failed or was revoked."
+
+#: mod/dfrn_confirm.php:420
+msgid "Unable to set contact photo."
+msgstr "Unable to set contact photo."
+
+#: mod/dfrn_confirm.php:561
+#, php-format
+msgid "No user record found for '%s' "
+msgstr "No user record found for '%s' "
+
+#: mod/dfrn_confirm.php:571
+msgid "Our site encryption key is apparently messed up."
+msgstr "Our site encryption key is apparently messed up."
+
+#: mod/dfrn_confirm.php:582
+msgid "Empty site URL was provided or URL could not be decrypted by us."
+msgstr "An empty URL was provided or the URL could not be decrypted by us."
+
+#: mod/dfrn_confirm.php:604
+msgid "Contact record was not found for you on our site."
+msgstr "Contact record was not found for you on our site."
+
+#: mod/dfrn_confirm.php:618
+#, php-format
+msgid "Site public key not available in contact record for URL %s."
+msgstr "Site public key not available in contact record for URL %s."
+
+#: mod/dfrn_confirm.php:638
+msgid ""
+"The ID provided by your system is a duplicate on our system. It should work "
+"if you try again."
+msgstr "The ID provided by your system is a duplicate on our system. It should work if you try again."
+
+#: mod/dfrn_confirm.php:649
+msgid "Unable to set your contact credentials on our system."
+msgstr "Unable to set your contact credentials on our system."
+
+#: mod/dfrn_confirm.php:711
+msgid "Unable to update your contact profile details on our system"
+msgstr "Unable to update your contact profile details on our system"
+
+#: mod/dfrn_confirm.php:783
+#, php-format
+msgid "%1$s has joined %2$s"
+msgstr "%1$s has joined %2$s"
+
+#: mod/dfrn_poll.php:104 mod/dfrn_poll.php:539
+#, php-format
+msgid "%1$s welcomes %2$s"
+msgstr "%1$s welcomes %2$s"
+
+#: mod/directory.php:195 view/theme/vier/theme.php:201
+msgid "Global Directory"
+msgstr "Global Directory"
+
+#: mod/directory.php:197
+msgid "Find on this site"
+msgstr "Find on this site"
+
+#: mod/directory.php:199
+msgid "Results for:"
+msgstr "Results for:"
+
+#: mod/directory.php:201
+msgid "Site Directory"
+msgstr "Site directory"
+
+#: mod/directory.php:208
+msgid "No entries (some entries may be hidden)."
+msgstr "No entries (entries may be hidden)."
+
+#: mod/dirfind.php:39
+#, php-format
+msgid "People Search - %s"
+msgstr "People search - %s"
+
+#: mod/dirfind.php:50
+#, php-format
+msgid "Forum Search - %s"
+msgstr "Forum search - %s"
+
+#: mod/dirfind.php:247 mod/match.php:112
+msgid "No matches"
+msgstr "No matches"
+
+#: mod/display.php:480
+msgid "Item has been removed."
+msgstr "Item has been removed."
+
+#: mod/editpost.php:19 mod/editpost.php:29
+msgid "Item not found"
+msgstr "Item not found"
+
+#: mod/editpost.php:34
+msgid "Edit post"
+msgstr "Edit post"
+
+#: mod/events.php:96 mod/events.php:98
+msgid "Event can not end before it has started."
+msgstr "Event cannot end before it has started."
+
+#: mod/events.php:105 mod/events.php:107
+msgid "Event title and start time are required."
+msgstr "Event title and starting time are required."
+
+#: mod/events.php:379
+msgid "Create New Event"
+msgstr "Create new event"
+
+#: mod/events.php:484
+msgid "Event details"
+msgstr "Event details"
+
+#: mod/events.php:485
+msgid "Starting date and Title are required."
+msgstr "Starting date and title are required."
+
+#: mod/events.php:486 mod/events.php:487
+msgid "Event Starts:"
+msgstr "Event starts:"
+
+#: mod/events.php:486 mod/events.php:498 mod/profiles.php:712
+msgid "Required"
+msgstr "Required"
+
+#: mod/events.php:488 mod/events.php:504
+msgid "Finish date/time is not known or not relevant"
+msgstr "Finish date/time is not known or not relevant"
+
+#: mod/events.php:490 mod/events.php:491
+msgid "Event Finishes:"
+msgstr "Event finishes:"
+
+#: mod/events.php:492 mod/events.php:505
+msgid "Adjust for viewer timezone"
+msgstr "Adjust for viewer's time zone"
+
+#: mod/events.php:494
+msgid "Description:"
+msgstr "Description:"
+
+#: mod/events.php:498 mod/events.php:500
+msgid "Title:"
+msgstr "Title:"
+
+#: mod/events.php:501 mod/events.php:502
+msgid "Share this event"
+msgstr "Share this event"
+
+#: mod/events.php:531
+msgid "Failed to remove event"
+msgstr "Failed to remove event"
+
+#: mod/events.php:533
+msgid "Event removed"
+msgstr "Event removed"
+
+#: mod/fbrowser.php:134
+msgid "Files"
+msgstr "Files"
+
+#: mod/fetch.php:15 mod/fetch.php:42 mod/fetch.php:51 mod/help.php:56
+#: mod/p.php:19 mod/p.php:46 mod/p.php:55 index.php:301
+msgid "Not Found"
+msgstr "Not found"
+
+#: mod/filer.php:31
+msgid "- select -"
+msgstr "- select -"
+
+#: mod/follow.php:21 mod/dfrn_request.php:893
+msgid "Submit Request"
+msgstr "Submit request"
+
+#: mod/follow.php:32
+msgid "You already added this contact."
+msgstr "You already added this contact."
+
+#: mod/follow.php:41
+msgid "Diaspora support isn't enabled. Contact can't be added."
+msgstr "Diaspora support isn't enabled. Contact can't be added."
+
+#: mod/follow.php:48
+msgid "OStatus support is disabled. Contact can't be added."
+msgstr "OStatus support is disabled. Contact can't be added."
+
+#: mod/follow.php:55
+msgid "The network type couldn't be detected. Contact can't be added."
+msgstr "The network type couldn't be detected. Contact can't be added."
+
+#: mod/follow.php:114 mod/dfrn_request.php:879
+msgid "Please answer the following:"
+msgstr "Please answer the following:"
+
+#: mod/follow.php:115 mod/dfrn_request.php:880
+#, php-format
+msgid "Does %s know you?"
+msgstr "Does %s know you?"
+
+#: mod/follow.php:116 mod/dfrn_request.php:884
+msgid "Add a personal note:"
+msgstr "Add a personal note:"
+
+#: mod/follow.php:122 mod/dfrn_request.php:890
+msgid "Your Identity Address:"
+msgstr "My identity address:"
+
+#: mod/follow.php:131 mod/notifications.php:257 mod/contacts.php:635
+msgid "Profile URL"
+msgstr "Profile URL:"
+
+#: mod/follow.php:188
+msgid "Contact added"
+msgstr "Contact added"
+
+#: mod/friendica.php:69
+msgid "This is Friendica, version"
+msgstr "This is Friendica, version"
+
+#: mod/friendica.php:70
+msgid "running at web location"
+msgstr "running at web location"
+
+#: mod/friendica.php:74
+msgid ""
+"Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn "
+"more about the Friendica project."
+msgstr "Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."
+
+#: mod/friendica.php:78
+msgid "Bug reports and issues: please visit"
+msgstr "Bug reports and issues: please visit"
+
+#: mod/friendica.php:78
+msgid "the bugtracker at github"
+msgstr "the bugtracker at github"
+
+#: mod/friendica.php:81
+msgid ""
+"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
+"dot com"
+msgstr "Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"
+
+#: mod/friendica.php:95
+msgid "Installed plugins/addons/apps:"
+msgstr "Installed plugins/addons/apps:"
+
+#: mod/friendica.php:109
+msgid "No installed plugins/addons/apps"
+msgstr "No installed plugins/addons/apps"
+
+#: mod/friendica.php:114
+msgid "On this server the following remote servers are blocked."
+msgstr "On this server the following remote servers are blocked."
+
+#: mod/friendica.php:115 mod/admin.php:281 mod/admin.php:299
+msgid "Reason for the block"
+msgstr "Reason for the block"
+
+#: mod/fsuggest.php:65
+msgid "Friend suggestion sent."
+msgstr "Friend suggestion sent"
+
+#: mod/fsuggest.php:99
+msgid "Suggest Friends"
+msgstr "Suggest friends"
+
+#: mod/fsuggest.php:101
+#, php-format
+msgid "Suggest a friend for %s"
+msgstr "Suggest a friend for %s"
+
+#: mod/group.php:30
+msgid "Group created."
+msgstr "Group created."
+
+#: mod/group.php:36
+msgid "Could not create group."
+msgstr "Could not create group."
+
+#: mod/group.php:50 mod/group.php:155
+msgid "Group not found."
+msgstr "Group not found."
+
+#: mod/group.php:64
+msgid "Group name changed."
+msgstr "Group name changed."
+
+#: mod/group.php:77 mod/profperm.php:22 index.php:409
+msgid "Permission denied"
+msgstr "Permission denied"
+
+#: mod/group.php:94
+msgid "Save Group"
+msgstr "Save group"
+
+#: mod/group.php:99
+msgid "Create a group of contacts/friends."
+msgstr "Create a group of contacts/friends."
+
+#: mod/group.php:124
+msgid "Group removed."
+msgstr "Group removed."
+
+#: mod/group.php:126
+msgid "Unable to remove group."
+msgstr "Unable to remove group."
+
+#: mod/group.php:190
+msgid "Delete Group"
+msgstr "Delete group"
+
+#: mod/group.php:196
+msgid "Group Editor"
+msgstr "Group Editor"
+
+#: mod/group.php:201
+msgid "Edit Group Name"
+msgstr "Edit group name"
+
+#: mod/group.php:211
+msgid "Members"
+msgstr "Members"
+
+#: mod/group.php:213 mod/contacts.php:703
+msgid "All Contacts"
+msgstr "All contacts"
+
+#: mod/group.php:227
+msgid "Remove Contact"
+msgstr "Remove contact"
+
+#: mod/group.php:251
+msgid "Add Contact"
+msgstr "Add contact"
+
+#: mod/group.php:263 mod/profperm.php:109
+msgid "Click on a contact to add or remove."
+msgstr "Click on a contact to add or remove."
+
+#: mod/hcard.php:13
+msgid "No profile"
+msgstr "No profile"
+
+#: mod/help.php:44
+msgid "Help:"
+msgstr "Help:"
+
+#: mod/help.php:59 index.php:304
+msgid "Page not found."
+msgstr "Page not found"
+
+#: mod/home.php:41
+#, php-format
+msgid "Welcome to %s"
+msgstr "Welcome to %s"
+
+#: mod/install.php:108
+msgid "Friendica Communications Server - Setup"
+msgstr "Friendica Communications Server - Setup"
+
+#: mod/install.php:114
+msgid "Could not connect to database."
+msgstr "Could not connect to database."
+
+#: mod/install.php:118
+msgid "Could not create table."
+msgstr "Could not create table."
+
+#: mod/install.php:124
+msgid "Your Friendica site database has been installed."
+msgstr "Your Friendica site database has been installed."
+
+#: mod/install.php:129
+msgid ""
+"You may need to import the file \"database.sql\" manually using phpmyadmin "
+"or mysql."
+msgstr "You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."
+
+#: mod/install.php:130 mod/install.php:202 mod/install.php:549
+msgid "Please see the file \"INSTALL.txt\"."
+msgstr "Please see the file \"INSTALL.txt\"."
+
+#: mod/install.php:142
+msgid "Database already in use."
+msgstr "Database already in use."
+
+#: mod/install.php:199
+msgid "System check"
+msgstr "System check"
+
+#: mod/install.php:204
+msgid "Check again"
+msgstr "Check again"
+
+#: mod/install.php:223
+msgid "Database connection"
+msgstr "Database connection"
+
+#: mod/install.php:224
+msgid ""
+"In order to install Friendica we need to know how to connect to your "
+"database."
+msgstr "In order to install Friendica we need to know how to connect to your database."
+
+#: mod/install.php:225
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
+msgstr "Please contact your hosting provider or site administrator if you have questions about these settings."
+
+#: mod/install.php:226
+msgid ""
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
+msgstr "The database you specify below should already exist. If it does not, please create it before continuing."
+
+#: mod/install.php:230
+msgid "Database Server Name"
+msgstr "Database server name"
+
+#: mod/install.php:231
+msgid "Database Login Name"
+msgstr "Database login name"
+
+#: mod/install.php:232
+msgid "Database Login Password"
+msgstr "Database login password"
+
+#: mod/install.php:232
+msgid "For security reasons the password must not be empty"
+msgstr "For security reasons the password must not be empty"
+
+#: mod/install.php:233
+msgid "Database Name"
+msgstr "Database name"
+
+#: mod/install.php:234 mod/install.php:275
+msgid "Site administrator email address"
+msgstr "Site administrator email address"
+
+#: mod/install.php:234 mod/install.php:275
+msgid ""
+"Your account email address must match this in order to use the web admin "
+"panel."
+msgstr "Your account email address must match this in order to use the web admin panel."
+
+#: mod/install.php:238 mod/install.php:278
+msgid "Please select a default timezone for your website"
+msgstr "Please select a default time zone for your website"
+
+#: mod/install.php:265
+msgid "Site settings"
+msgstr "Site settings"
+
+#: mod/install.php:279
+msgid "System Language:"
+msgstr "System language:"
+
+#: mod/install.php:279
+msgid ""
+"Set the default language for your Friendica installation interface and to "
+"send emails."
+msgstr "Set the default language for your Friendica installation interface and email communication."
+
+#: mod/install.php:319
+msgid "Could not find a command line version of PHP in the web server PATH."
+msgstr "Could not find a command line version of PHP in the web server PATH."
+
+#: mod/install.php:320
+msgid ""
+"If you don't have a command line version of PHP installed on server, you "
+"will not be able to run the background processing. See <a "
+"href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-"
+"up-the-poller'>'Setup the poller'</a>"
+msgstr "If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-poller'>'Setup the poller'</a>"
+
+#: mod/install.php:324
+msgid "PHP executable path"
+msgstr "PHP executable path"
+
+#: mod/install.php:324
+msgid ""
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
+msgstr "Enter full path to php executable. You can leave this blank to continue the installation."
+
+#: mod/install.php:329
+msgid "Command line PHP"
+msgstr "Command line PHP"
+
+#: mod/install.php:338
+msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
+msgstr "PHP executable is not a php cli binary; it could possibly be a cgi-fgci version."
+
+#: mod/install.php:339
+msgid "Found PHP version: "
+msgstr "Found PHP version: "
+
+#: mod/install.php:341
+msgid "PHP cli binary"
+msgstr "PHP cli binary"
+
+#: mod/install.php:352
+msgid ""
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
+msgstr "The command line version of PHP on your system does not have \"register_argc_argv\" enabled."
+
+#: mod/install.php:353
+msgid "This is required for message delivery to work."
+msgstr "This is required for message delivery to work."
+
+#: mod/install.php:355
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
+
+#: mod/install.php:378
+msgid ""
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
+msgstr "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"
+
+#: mod/install.php:379
+msgid ""
+"If running under Windows, please see "
+"\"http://www.php.net/manual/en/openssl.installation.php\"."
+msgstr "If running under Windows OS, please see \"http://www.php.net/manual/en/openssl.installation.php\"."
+
+#: mod/install.php:381
+msgid "Generate encryption keys"
+msgstr "Generate encryption keys"
+
+#: mod/install.php:388
+msgid "libCurl PHP module"
+msgstr "libCurl PHP module"
+
+#: mod/install.php:389
+msgid "GD graphics PHP module"
+msgstr "GD graphics PHP module"
+
+#: mod/install.php:390
+msgid "OpenSSL PHP module"
+msgstr "OpenSSL PHP module"
+
+#: mod/install.php:391
+msgid "PDO or MySQLi PHP module"
+msgstr "PDO or MySQLi PHP module"
+
+#: mod/install.php:392
+msgid "mb_string PHP module"
+msgstr "mb_string PHP module"
+
+#: mod/install.php:393
+msgid "XML PHP module"
+msgstr "XML PHP module"
+
+#: mod/install.php:394
+msgid "iconv module"
+msgstr "iconv module"
+
+#: mod/install.php:398 mod/install.php:400
+msgid "Apache mod_rewrite module"
+msgstr "Apache mod_rewrite module"
+
+#: mod/install.php:398
+msgid ""
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr "Error: Apache web server mod-rewrite module is required but not installed."
+
+#: mod/install.php:406
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "Error: libCURL PHP module required but not installed."
+
+#: mod/install.php:410
+msgid ""
+"Error: GD graphics PHP module with JPEG support required but not installed."
+msgstr "Error: GD graphics PHP module with JPEG support required but not installed."
+
+#: mod/install.php:414
+msgid "Error: openssl PHP module required but not installed."
+msgstr "Error: openssl PHP module required but not installed."
+
+#: mod/install.php:418
+msgid "Error: PDO or MySQLi PHP module required but not installed."
+msgstr "Error: PDO or MySQLi PHP module required but not installed."
+
+#: mod/install.php:422
+msgid "Error: The MySQL driver for PDO is not installed."
+msgstr "Error: MySQL driver for PDO is not installed."
+
+#: mod/install.php:426
+msgid "Error: mb_string PHP module required but not installed."
+msgstr "Error: mb_string PHP module required but not installed."
+
+#: mod/install.php:430
+msgid "Error: iconv PHP module required but not installed."
+msgstr "Error: iconv PHP module required but not installed."
+
+#: mod/install.php:440
+msgid "Error, XML PHP module required but not installed."
+msgstr "Error, XML PHP module required but not installed."
+
+#: mod/install.php:452
+msgid ""
+"The web installer needs to be able to create a file called \".htconfig.php\""
+" in the top folder of your web server and it is unable to do so."
+msgstr "The web installer needs to be able to create a file called \".htconfig.php\" in the top-level directory of your web server, but it is unable to do so."
+
+#: mod/install.php:453
+msgid ""
+"This is most often a permission setting, as the web server may not be able "
+"to write files in your folder - even if you can."
+msgstr "This is most often a permission setting issue, as the web server may not be able to write files in your directory - even if you can."
+
+#: mod/install.php:454
+msgid ""
+"At the end of this procedure, we will give you a text to save in a file "
+"named .htconfig.php in your Friendica top folder."
+msgstr "At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top-level directory."
+
+#: mod/install.php:455
+msgid ""
+"You can alternatively skip this procedure and perform a manual installation."
+" Please see the file \"INSTALL.txt\" for instructions."
+msgstr "Alternatively, you may skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."
+
+#: mod/install.php:458
+msgid ".htconfig.php is writable"
+msgstr ".htconfig.php is writable"
+
+#: mod/install.php:468
+msgid ""
+"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
+msgstr "Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."
+
+#: mod/install.php:469
+msgid ""
+"In order to store these compiled templates, the web server needs to have "
+"write access to the directory view/smarty3/ under the Friendica top level "
+"folder."
+msgstr "In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top-level directory."
+
+#: mod/install.php:470
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has"
+" write access to this folder."
+msgstr "Please ensure the user (e.g. www-data) that your web server runs as has write access to this directory."
+
+#: mod/install.php:471
+msgid ""
+"Note: as a security measure, you should give the web server write access to "
+"view/smarty3/ only--not the template files (.tpl) that it contains."
+msgstr "Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."
+
+#: mod/install.php:474
+msgid "view/smarty3 is writable"
+msgstr "view/smarty3 is writable"
+
+#: mod/install.php:490
+msgid ""
+"Url rewrite in .htaccess is not working. Check your server configuration."
+msgstr "URL rewrite in .htaccess is not working. Check your server configuration."
+
+#: mod/install.php:492
+msgid "Url rewrite is working"
+msgstr "URL rewrite is working"
+
+#: mod/install.php:511
+msgid "ImageMagick PHP extension is not installed"
+msgstr "ImageMagick PHP extension is not installed"
+
+#: mod/install.php:513
+msgid "ImageMagick PHP extension is installed"
+msgstr "ImageMagick PHP extension is installed"
+
+#: mod/install.php:515
+msgid "ImageMagick supports GIF"
+msgstr "ImageMagick supports GIF"
+
+#: mod/install.php:522
+msgid ""
+"The database configuration file \".htconfig.php\" could not be written. "
+"Please use the enclosed text to create a configuration file in your web "
+"server root."
+msgstr "The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."
+
+#: mod/install.php:547
+msgid "<h1>What next</h1>"
+msgstr "<h1>What next</h1>"
+
+#: mod/install.php:548
+msgid ""
+"IMPORTANT: You will need to [manually] setup a scheduled task for the "
+"poller."
+msgstr "IMPORTANT: You will need to [manually] setup a scheduled task for the poller."
+
+#: mod/invite.php:30
+msgid "Total invitation limit exceeded."
+msgstr "Total invitation limit exceeded"
+
+#: mod/invite.php:53
+#, php-format
+msgid "%s : Not a valid email address."
+msgstr "%s : Not a valid email address"
+
+#: mod/invite.php:78
+msgid "Please join us on Friendica"
+msgstr "Please join us on Friendica."
+
+#: mod/invite.php:89
+msgid "Invitation limit exceeded. Please contact your site administrator."
+msgstr "Invitation limit is exceeded. Please contact your site administrator."
+
+#: mod/invite.php:93
+#, php-format
+msgid "%s : Message delivery failed."
+msgstr "%s : Message delivery failed"
+
+#: mod/invite.php:97
+#, php-format
+msgid "%d message sent."
+msgid_plural "%d messages sent."
+msgstr[0] "%d message sent."
+msgstr[1] "%d messages sent."
+
+#: mod/invite.php:116
+msgid "You have no more invitations available"
+msgstr "You have no more invitations available."
+
+#: mod/invite.php:124
+#, php-format
+msgid ""
+"Visit %s for a list of public sites that you can join. Friendica members on "
+"other sites can all connect with each other, as well as with members of many"
+" other social networks."
+msgstr "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."
+
+#: mod/invite.php:126
+#, php-format
+msgid ""
+"To accept this invitation, please visit and register at %s or any other "
+"public Friendica website."
+msgstr "To accept this invitation, please register at %s or any other public Friendica website."
+
+#: mod/invite.php:127
+#, php-format
+msgid ""
+"Friendica sites all inter-connect to create a huge privacy-enhanced social "
+"web that is owned and controlled by its members. They can also connect with "
+"many traditional social networks. See %s for a list of alternate Friendica "
+"sites you can join."
+msgstr "Friendica sites are all inter-connect to create a large privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."
+
+#: mod/invite.php:130
+msgid ""
+"Our apologies. This system is not currently configured to connect with other"
+" public sites or invite members."
+msgstr "Our apologies. This system is not currently configured to connect with other public sites or invite members."
+
+#: mod/invite.php:136
+msgid "Send invitations"
+msgstr "Send invitations"
+
+#: mod/invite.php:137
+msgid "Enter email addresses, one per line:"
+msgstr "Enter email addresses, one per line:"
+
+#: mod/invite.php:138 mod/message.php:334 mod/message.php:517
+#: mod/wallmessage.php:137
+msgid "Your message:"
+msgstr "Your message:"
+
+#: mod/invite.php:139
+msgid ""
+"You are cordially invited to join me and other close friends on Friendica - "
+"and help us to create a better social web."
+msgstr "You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."
+
+#: mod/invite.php:141
+msgid "You will need to supply this invitation code: $invite_code"
+msgstr "You will need to supply this invitation code: $invite_code"
+
+#: mod/invite.php:141
+msgid ""
+"Once you have registered, please connect with me via my profile page at:"
+msgstr "Once you have registered, please connect with me via my profile page at:"
+
+#: mod/invite.php:143
+msgid ""
+"For more information about the Friendica project and why we feel it is "
+"important, please visit http://friendica.com"
+msgstr "For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"
+
+#: mod/localtime.php:25
+msgid "Time Conversion"
+msgstr "Time conversion"
+
+#: mod/localtime.php:27
+msgid ""
+"Friendica provides this service for sharing events with other networks and "
+"friends in unknown timezones."
+msgstr "Friendica provides this service for sharing events with other networks and friends in unknown time zones."
+
+#: mod/localtime.php:31
+#, php-format
+msgid "UTC time: %s"
+msgstr "UTC time: %s"
+
+#: mod/localtime.php:34
+#, php-format
+msgid "Current timezone: %s"
+msgstr "Current time zone: %s"
+
+#: mod/localtime.php:37
+#, php-format
+msgid "Converted localtime: %s"
+msgstr "Converted local time: %s"
+
+#: mod/localtime.php:42
+msgid "Please select your timezone:"
+msgstr "Please select your time zone:"
+
+#: mod/lockview.php:33 mod/lockview.php:41
+msgid "Remote privacy information not available."
+msgstr "Remote privacy information not available."
+
+#: mod/lockview.php:50
+msgid "Visible to:"
+msgstr "Visible to:"
+
+#: mod/lostpass.php:21
+msgid "No valid account found."
+msgstr "No valid account found."
+
+#: mod/lostpass.php:37
+msgid "Password reset request issued. Check your email."
+msgstr "Password reset request issued. Please check your email."
+
+#: mod/lostpass.php:43
+#, php-format
+msgid ""
+"\n"
+"\t\tDear %1$s,\n"
+"\t\t\tA request was recently received at \"%2$s\" to reset your account\n"
+"\t\tpassword. In order to confirm this request, please select the verification link\n"
+"\t\tbelow or paste it into your web browser address bar.\n"
+"\n"
+"\t\tIf you did NOT request this change, please DO NOT follow the link\n"
+"\t\tprovided and ignore and/or delete this email.\n"
+"\n"
+"\t\tYour password will not be changed unless we can verify that you\n"
+"\t\tissued this request."
+msgstr "\n\t\tDear %1$s,\n\t\t\tA request was issued at \"%2$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore/delete this email.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."
+
+#: mod/lostpass.php:54
+#, php-format
+msgid ""
+"\n"
+"\t\tFollow this link to verify your identity:\n"
+"\n"
+"\t\t%1$s\n"
+"\n"
+"\t\tYou will then receive a follow-up message containing the new password.\n"
+"\t\tYou may change that password from your account settings page after logging in.\n"
+"\n"
+"\t\tThe login details are as follows:\n"
+"\n"
+"\t\tSite Location:\t%2$s\n"
+"\t\tLogin Name:\t%3$s"
+msgstr "\n\t\tFollow this link to verify your identity:\n\n\t\t%1$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2$s\n\t\tLogin Name:\t%3$s"
+
+#: mod/lostpass.php:73
+#, php-format
+msgid "Password reset requested at %s"
+msgstr "Password reset requested at %s"
+
+#: mod/lostpass.php:93
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr "Request could not be verified. (You may have previously submitted it.) Password reset failed."
+
+#: mod/lostpass.php:112 boot.php:877
+msgid "Password Reset"
+msgstr "Password reset"
+
+#: mod/lostpass.php:113
+msgid "Your password has been reset as requested."
+msgstr "Your password has been reset as requested."
+
+#: mod/lostpass.php:114
+msgid "Your new password is"
+msgstr "Your new password is"
+
+#: mod/lostpass.php:115
+msgid "Save or copy your new password - and then"
+msgstr "Save or copy your new password - and then"
+
+#: mod/lostpass.php:116
+msgid "click here to login"
+msgstr "click here to login"
+
+#: mod/lostpass.php:117
+msgid ""
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr "Your password may be changed from the <em>Settings</em> page after successful login."
+
+#: mod/lostpass.php:127
+#, php-format
+msgid ""
+"\n"
+"\t\t\t\tDear %1$s,\n"
+"\t\t\t\t\tYour password has been changed as requested. Please retain this\n"
+"\t\t\t\tinformation for your records (or change your password immediately to\n"
+"\t\t\t\tsomething that you will remember).\n"
+"\t\t\t"
+msgstr "\n\t\t\t\tDear %1$s,\n\t\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\t\tinformation for your records or change your password immediately to\n\t\t\t\tsomething that you will remember.\n\t\t\t"
+
+#: mod/lostpass.php:133
+#, php-format
+msgid ""
+"\n"
+"\t\t\t\tYour login details are as follows:\n"
+"\n"
+"\t\t\t\tSite Location:\t%1$s\n"
+"\t\t\t\tLogin Name:\t%2$s\n"
+"\t\t\t\tPassword:\t%3$s\n"
+"\n"
+"\t\t\t\tYou may change that password from your account settings page after logging in.\n"
+"\t\t\t"
+msgstr "\n\t\t\t\tYour login details are as follows:\n\n\t\t\t\tSite Location:\t%1$s\n\t\t\t\tLogin Name:\t%2$s\n\t\t\t\tPassword:\t%3$s\n\n\t\t\t\tYou may change that password from your account settings page after logging in.\n\t\t\t"
+
+#: mod/lostpass.php:149
+#, php-format
+msgid "Your password has been changed at %s"
+msgstr "Your password has been changed at %s"
+
+#: mod/lostpass.php:161
+msgid "Forgot your Password?"
+msgstr "Reset My Password"
+
+#: mod/lostpass.php:162
+msgid ""
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
+msgstr "Enter email address or nickname to reset your password. You will receive further instruction via email."
+
+#: mod/lostpass.php:163 boot.php:865
+msgid "Nickname or Email: "
+msgstr "Nickname or email: "
+
+#: mod/lostpass.php:164
+msgid "Reset"
+msgstr "Reset"
+
+#: mod/maintenance.php:21
+msgid "System down for maintenance"
+msgstr "Sorry, the system is currently down for maintenance."
+
+#: mod/manage.php:152
+msgid "Manage Identities and/or Pages"
+msgstr "Manage Identities and Pages"
+
+#: mod/manage.php:153
+msgid ""
+"Toggle between different identities or community/group pages which share "
+"your account details or which you have been granted \"manage\" permissions"
+msgstr "Accounts that I manage or own."
+
+#: mod/manage.php:154
+msgid "Select an identity to manage: "
+msgstr "Select identity:"
+
+#: mod/match.php:38
+msgid "No keywords to match. Please add keywords to your default profile."
+msgstr "No keywords to match. Please add keywords to your default profile."
+
+#: mod/match.php:91
+msgid "is interested in:"
+msgstr "is interested in:"
+
+#: mod/match.php:105
+msgid "Profile Match"
+msgstr "Profile Match"
+
+#: mod/message.php:62 mod/wallmessage.php:52
+msgid "No recipient selected."
+msgstr "No recipient selected."
+
+#: mod/message.php:66
+msgid "Unable to locate contact information."
+msgstr "Unable to locate contact information."
+
+#: mod/message.php:69 mod/wallmessage.php:58
+msgid "Message could not be sent."
+msgstr "Message could not be sent."
+
+#: mod/message.php:72 mod/wallmessage.php:61
+msgid "Message collection failure."
+msgstr "Message collection failure."
+
+#: mod/message.php:75 mod/wallmessage.php:64
+msgid "Message sent."
+msgstr "Message sent."
+
+#: mod/message.php:206
+msgid "Do you really want to delete this message?"
+msgstr "Do you really want to delete this message?"
+
+#: mod/message.php:226
+msgid "Message deleted."
+msgstr "Message deleted."
+
+#: mod/message.php:257
+msgid "Conversation removed."
+msgstr "Conversation removed."
+
+#: mod/message.php:324 mod/wallmessage.php:128
+msgid "Send Private Message"
+msgstr "Send private message"
+
+#: mod/message.php:325 mod/message.php:512 mod/wallmessage.php:130
+msgid "To:"
+msgstr "To:"
+
+#: mod/message.php:330 mod/message.php:514 mod/wallmessage.php:131
+msgid "Subject:"
+msgstr "Subject:"
+
+#: mod/message.php:366
+msgid "No messages."
+msgstr "No messages."
+
+#: mod/message.php:405
+msgid "Message not available."
+msgstr "Message not available."
+
+#: mod/message.php:479
+msgid "Delete message"
+msgstr "Delete message"
+
+#: mod/message.php:505 mod/message.php:593
+msgid "Delete conversation"
+msgstr "Delete conversation"
+
+#: mod/message.php:507
+msgid ""
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
+msgstr "No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."
+
+#: mod/message.php:511
+msgid "Send Reply"
+msgstr "Send reply"
+
+#: mod/message.php:563
+#, php-format
+msgid "Unknown sender - %s"
+msgstr "Unknown sender - %s"
+
+#: mod/message.php:565
+#, php-format
+msgid "You and %s"
+msgstr "Me and %s"
+
+#: mod/message.php:567
+#, php-format
+msgid "%s and You"
+msgstr "%s and me"
+
+#: mod/message.php:596
+msgid "D, d M Y - g:i A"
+msgstr "D, d M Y - g:i A"
+
+#: mod/message.php:599
+#, php-format
+msgid "%d message"
+msgid_plural "%d messages"
+msgstr[0] "%d message"
+msgstr[1] "%d messages"
+
+#: mod/mood.php:135
+msgid "Mood"
+msgstr "Mood"
+
+#: mod/mood.php:136
+msgid "Set your current mood and tell your friends"
+msgstr "Set your current mood and tell your friends"
+
+#: mod/network.php:154 mod/search.php:230 mod/contacts.php:808
+#, php-format
+msgid "Results for: %s"
+msgstr "Results for: %s"
+
+#: mod/network.php:200 mod/search.php:28
+msgid "Remove term"
+msgstr "Remove term"
+
+#: mod/network.php:407
+#, php-format
+msgid ""
+"Warning: This group contains %s member from a network that doesn't allow non"
+" public messages."
+msgid_plural ""
+"Warning: This group contains %s members from a network that doesn't allow "
+"non public messages."
+msgstr[0] "Warning: This group contains %s member from a network that doesn't allow non public messages."
+msgstr[1] "Warning: This group contains %s members from a network that doesn't allow non public messages."
+
+#: mod/network.php:410
+msgid "Messages in this group won't be send to these receivers."
+msgstr "Messages in this group won't be send to these receivers."
+
+#: mod/network.php:538
+msgid "Private messages to this person are at risk of public disclosure."
+msgstr "Private messages to this person are at risk of public disclosure."
+
+#: mod/network.php:543
+msgid "Invalid contact."
+msgstr "Invalid contact."
+
+#: mod/network.php:816
+msgid "Commented Order"
+msgstr "Commented last"
+
+#: mod/network.php:819
+msgid "Sort by Comment Date"
+msgstr "Sort by comment date"
+
+#: mod/network.php:824
+msgid "Posted Order"
+msgstr "Posted last"
+
+#: mod/network.php:827
+msgid "Sort by Post Date"
+msgstr "Sort by post date"
+
+#: mod/network.php:838
+msgid "Posts that mention or involve you"
+msgstr "Posts mentioning or involving me"
+
+#: mod/network.php:846
+msgid "New"
+msgstr "New"
+
+#: mod/network.php:849
+msgid "Activity Stream - by date"
+msgstr "Activity Stream - by date"
+
+#: mod/network.php:857
+msgid "Shared Links"
+msgstr "Shared links"
+
+#: mod/network.php:860
+msgid "Interesting Links"
+msgstr "Interesting links"
+
+#: mod/network.php:868
+msgid "Starred"
+msgstr "Starred"
+
+#: mod/network.php:871
+msgid "Favourite Posts"
+msgstr "My favorite posts"
+
+#: mod/newmember.php:7
+msgid "Welcome to Friendica"
+msgstr "Welcome to Friendica"
+
+#: mod/newmember.php:8
+msgid "New Member Checklist"
+msgstr "New Member Checklist"
+
+#: mod/newmember.php:10
+msgid ""
+"We would like to offer some tips and links to help make your experience "
+"enjoyable. Click any item to visit the relevant page. A link to this page "
+"will be visible from your home page for two weeks after your initial "
+"registration and then will quietly disappear."
+msgstr "We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."
+
+#: mod/newmember.php:11
+msgid "Getting Started"
+msgstr "Getting started"
+
+#: mod/newmember.php:13
+msgid "Friendica Walk-Through"
+msgstr "Friendica walk-through"
+
+#: mod/newmember.php:13
+msgid ""
+"On your <em>Quick Start</em> page - find a brief introduction to your "
+"profile and network tabs, make some new connections, and find some groups to"
+" join."
+msgstr "On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."
+
+#: mod/newmember.php:17
+msgid "Go to Your Settings"
+msgstr "Go to your settings"
+
+#: mod/newmember.php:17
+msgid ""
+"On your <em>Settings</em> page -  change your initial password. Also make a "
+"note of your Identity Address. This looks just like an email address - and "
+"will be useful in making friends on the free social web."
+msgstr "On your <em>Settings</em> page -  change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."
+
+#: mod/newmember.php:18
+msgid ""
+"Review the other settings, particularly the privacy settings. An unpublished"
+" directory listing is like having an unlisted phone number. In general, you "
+"should probably publish your listing - unless all of your friends and "
+"potential friends know exactly how to find you."
+msgstr "Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."
+
+#: mod/newmember.php:22 mod/profile_photo.php:255 mod/profiles.php:703
+msgid "Upload Profile Photo"
+msgstr "Upload profile photo"
+
+#: mod/newmember.php:22
+msgid ""
+"Upload a profile photo if you have not done so already. Studies have shown "
+"that people with real photos of themselves are ten times more likely to make"
+" friends than people who do not."
+msgstr "Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."
+
+#: mod/newmember.php:23
+msgid "Edit Your Profile"
+msgstr "Edit your profile"
+
+#: mod/newmember.php:23
+msgid ""
+"Edit your <strong>default</strong> profile to your liking. Review the "
+"settings for hiding your list of friends and hiding the profile from unknown"
+" visitors."
+msgstr "Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."
+
+#: mod/newmember.php:24
+msgid "Profile Keywords"
+msgstr "Profile keywords"
+
+#: mod/newmember.php:24
+msgid ""
+"Set some public keywords for your default profile which describe your "
+"interests. We may be able to find other people with similar interests and "
+"suggest friendships."
+msgstr "Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."
+
+#: mod/newmember.php:26
+msgid "Connecting"
+msgstr "Connecting"
+
+#: mod/newmember.php:32
+msgid "Importing Emails"
+msgstr "Importing emails"
+
+#: mod/newmember.php:32
+msgid ""
+"Enter your email access information on your Connector Settings page if you "
+"wish to import and interact with friends or mailing lists from your email "
+"INBOX"
+msgstr "Enter your email access information on your Connector Settings if you wish to import and interact with friends or mailing lists from your email INBOX"
+
+#: mod/newmember.php:35
+msgid "Go to Your Contacts Page"
+msgstr "Go to your contacts page"
+
+#: mod/newmember.php:35
+msgid ""
+"Your Contacts page is your gateway to managing friendships and connecting "
+"with friends on other networks. Typically you enter their address or site "
+"URL in the <em>Add New Contact</em> dialog."
+msgstr "Your contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the <em>Add new contact</em> dialog."
+
+#: mod/newmember.php:36
+msgid "Go to Your Site's Directory"
+msgstr "Go to your site's directory"
+
+#: mod/newmember.php:36
+msgid ""
+"The Directory page lets you find other people in this network or other "
+"federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on "
+"their profile page. Provide your own Identity Address if requested."
+msgstr "The directory lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own identity address when requested."
+
+#: mod/newmember.php:37
+msgid "Finding New People"
+msgstr "Finding new people"
+
+#: mod/newmember.php:37
+msgid ""
+"On the side panel of the Contacts page are several tools to find new "
+"friends. We can match people by interest, look up people by name or "
+"interest, and provide suggestions based on network relationships. On a brand"
+" new site, friend suggestions will usually begin to be populated within 24 "
+"hours."
+msgstr "On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."
+
+#: mod/newmember.php:41
+msgid "Group Your Contacts"
+msgstr "Group your contacts"
+
+#: mod/newmember.php:41
+msgid ""
+"Once you have made some friends, organize them into private conversation "
+"groups from the sidebar of your Contacts page and then you can interact with"
+" each group privately on your Network page."
+msgstr "Once you have made some friends, organize them into private conversation groups from the sidebar of your contacts page and then you can interact with each group privately on your network page."
+
+#: mod/newmember.php:44
+msgid "Why Aren't My Posts Public?"
+msgstr "Why aren't my posts public?"
+
+#: mod/newmember.php:44
+msgid ""
+"Friendica respects your privacy. By default, your posts will only show up to"
+" people you've added as friends. For more information, see the help section "
+"from the link above."
+msgstr "Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."
+
+#: mod/newmember.php:48
+msgid "Getting Help"
+msgstr "Getting help"
+
+#: mod/newmember.php:50
+msgid "Go to the Help Section"
+msgstr "Go to the help section"
+
+#: mod/newmember.php:50
+msgid ""
+"Our <strong>help</strong> pages may be consulted for detail on other program"
+" features and resources."
+msgstr "Our <strong>help</strong> pages may be consulted for detail on other program features and resources."
+
+#: mod/nogroup.php:45 mod/viewcontacts.php:105 mod/contacts.php:597
+#: mod/contacts.php:941
+#, php-format
+msgid "Visit %s's profile [%s]"
+msgstr "Visit %s's profile [%s]"
+
+#: mod/nogroup.php:46 mod/contacts.php:942
+msgid "Edit contact"
+msgstr "Edit contact"
+
+#: mod/nogroup.php:67
+msgid "Contacts who are not members of a group"
+msgstr "Contacts who are not members of a group"
+
+#: mod/notifications.php:37
+msgid "Invalid request identifier."
+msgstr "Invalid request identifier."
+
+#: mod/notifications.php:46 mod/notifications.php:182
+#: mod/notifications.php:229
+msgid "Discard"
+msgstr "Discard"
+
+#: mod/notifications.php:62 mod/notifications.php:181
+#: mod/notifications.php:265 mod/contacts.php:617 mod/contacts.php:817
+#: mod/contacts.php:1002
+msgid "Ignore"
+msgstr "Ignore"
+
+#: mod/notifications.php:107
+msgid "Network Notifications"
+msgstr "Network notifications"
+
+#: mod/notifications.php:113 mod/notify.php:72
+msgid "System Notifications"
+msgstr "System notifications"
+
+#: mod/notifications.php:119
+msgid "Personal Notifications"
+msgstr "Personal notifications"
+
+#: mod/notifications.php:125
+msgid "Home Notifications"
+msgstr "Home notifications"
+
+#: mod/notifications.php:154
+msgid "Show Ignored Requests"
+msgstr "Show ignored requests."
+
+#: mod/notifications.php:154
+msgid "Hide Ignored Requests"
+msgstr "Hide ignored requests"
+
+#: mod/notifications.php:166 mod/notifications.php:236
+msgid "Notification type: "
+msgstr "Notification type: "
+
+#: mod/notifications.php:169
+#, php-format
+msgid "suggested by %s"
+msgstr "suggested by %s"
+
+#: mod/notifications.php:174 mod/notifications.php:253 mod/contacts.php:624
+msgid "Hide this contact from others"
+msgstr "Hide this contact from others"
+
+#: mod/notifications.php:175 mod/notifications.php:254
+msgid "Post a new friend activity"
+msgstr "Post a new friend activity"
+
+#: mod/notifications.php:175 mod/notifications.php:254
+msgid "if applicable"
+msgstr "if applicable"
+
+#: mod/notifications.php:178 mod/notifications.php:263 mod/admin.php:1512
+msgid "Approve"
+msgstr "Approve"
+
+#: mod/notifications.php:197
+msgid "Claims to be known to you: "
+msgstr "Says they know me:"
+
+#: mod/notifications.php:198
+msgid "yes"
+msgstr "yes"
+
+#: mod/notifications.php:198
+msgid "no"
+msgstr "no"
+
+#: mod/notifications.php:199 mod/notifications.php:204
+msgid "Shall your connection be bidirectional or not?"
+msgstr "Shall your connection be in both directions or not?"
+
+#: mod/notifications.php:200 mod/notifications.php:205
+#, php-format
+msgid ""
+"Accepting %s as a friend allows %s to subscribe to your posts, and you will "
+"also receive updates from them in your news feed."
+msgstr "Accepting %s as a friend allows %s to subscribe to your posts; you will also receive updates from them in your news feed."
+
+#: mod/notifications.php:201
+#, php-format
+msgid ""
+"Accepting %s as a subscriber allows them to subscribe to your posts, but you"
+" will not receive updates from them in your news feed."
+msgstr "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."
+
+#: mod/notifications.php:206
+#, php-format
+msgid ""
+"Accepting %s as a sharer allows them to subscribe to your posts, but you "
+"will not receive updates from them in your news feed."
+msgstr "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."
+
+#: mod/notifications.php:217
+msgid "Friend"
+msgstr "Friend"
+
+#: mod/notifications.php:218
+msgid "Sharer"
+msgstr "Sharer"
+
+#: mod/notifications.php:218
+msgid "Subscriber"
+msgstr "Subscriber"
+
+#: mod/notifications.php:274
+msgid "No introductions."
+msgstr "No introductions."
+
+#: mod/notifications.php:315
+msgid "Show unread"
+msgstr "Show unread"
+
+#: mod/notifications.php:315
+msgid "Show all"
+msgstr "Show all"
+
+#: mod/notifications.php:321
+#, php-format
+msgid "No more %s notifications."
+msgstr "No more %s notifications."
+
+#: mod/notify.php:68
+msgid "No more system notifications."
+msgstr "No more system notifications."
+
+#: mod/oexchange.php:24
+msgid "Post successful."
+msgstr "Post successful."
+
+#: mod/openid.php:24
+msgid "OpenID protocol error. No ID returned."
+msgstr "OpenID protocol error. No ID returned."
+
+#: mod/openid.php:60
+msgid ""
+"Account not found and OpenID registration is not permitted on this site."
+msgstr "Account not found and OpenID registration is not permitted on this site."
+
+#: mod/ostatus_subscribe.php:16
+msgid "Subscribing to OStatus contacts"
+msgstr "Subscribing to OStatus contacts"
+
+#: mod/ostatus_subscribe.php:27
+msgid "No contact provided."
+msgstr "No contact provided."
+
+#: mod/ostatus_subscribe.php:33
+msgid "Couldn't fetch information for contact."
+msgstr "Couldn't fetch information for contact."
+
+#: mod/ostatus_subscribe.php:42
+msgid "Couldn't fetch friends for contact."
+msgstr "Couldn't fetch friends for contact."
+
+#: mod/ostatus_subscribe.php:56 mod/repair_ostatus.php:46
+msgid "Done"
+msgstr "Done"
+
+#: mod/ostatus_subscribe.php:70
+msgid "success"
+msgstr "success"
+
+#: mod/ostatus_subscribe.php:72
+msgid "failed"
+msgstr "failed"
+
+#: mod/ostatus_subscribe.php:80 mod/repair_ostatus.php:52
+msgid "Keep this window open until done."
+msgstr "Keep this window open until done."
+
+#: mod/p.php:12
+msgid "Not Extended"
+msgstr "Not extended"
+
+#: mod/photos.php:96 mod/photos.php:1902
+msgid "Recent Photos"
+msgstr "Recent photos"
+
+#: mod/photos.php:99 mod/photos.php:1330 mod/photos.php:1904
+msgid "Upload New Photos"
+msgstr "Upload new photos"
+
+#: mod/photos.php:114 mod/settings.php:38
+msgid "everybody"
+msgstr "everybody"
+
+#: mod/photos.php:178
+msgid "Contact information unavailable"
+msgstr "Contact information unavailable"
+
+#: mod/photos.php:199
+msgid "Album not found."
+msgstr "Album not found."
+
+#: mod/photos.php:232 mod/photos.php:244 mod/photos.php:1274
+msgid "Delete Album"
+msgstr "Delete album"
+
+#: mod/photos.php:242
+msgid "Do you really want to delete this photo album and all its photos?"
+msgstr "Do you really want to delete this photo album and all its photos?"
+
+#: mod/photos.php:325 mod/photos.php:336 mod/photos.php:1600
+msgid "Delete Photo"
+msgstr "Delete photo"
+
+#: mod/photos.php:334
+msgid "Do you really want to delete this photo?"
+msgstr "Do you really want to delete this photo?"
+
+#: mod/photos.php:715
+#, php-format
+msgid "%1$s was tagged in %2$s by %3$s"
+msgstr "%1$s was tagged in %2$s by %3$s"
+
+#: mod/photos.php:715
+msgid "a photo"
+msgstr "a photo"
+
+#: mod/photos.php:815 mod/wall_upload.php:181 mod/profile_photo.php:155
+#, php-format
+msgid "Image exceeds size limit of %s"
+msgstr "Image exceeds size limit of %s"
+
+#: mod/photos.php:823
+msgid "Image file is empty."
+msgstr "Image file is empty."
+
+#: mod/photos.php:856 mod/wall_upload.php:218 mod/profile_photo.php:164
+msgid "Unable to process image."
+msgstr "Unable to process image."
+
+#: mod/photos.php:885 mod/wall_upload.php:257 mod/profile_photo.php:314
+msgid "Image upload failed."
+msgstr "Image upload failed."
+
+#: mod/photos.php:990
+msgid "No photos selected"
+msgstr "No photos selected"
+
+#: mod/photos.php:1093 mod/videos.php:311
+msgid "Access to this item is restricted."
+msgstr "Access to this item is restricted."
+
+#: mod/photos.php:1153
+#, php-format
+msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
+msgstr "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
+
+#: mod/photos.php:1190
+msgid "Upload Photos"
+msgstr "Upload photos"
+
+#: mod/photos.php:1194 mod/photos.php:1269
+msgid "New album name: "
+msgstr "New album name: "
+
+#: mod/photos.php:1195
+msgid "or existing album name: "
+msgstr "or existing album name: "
+
+#: mod/photos.php:1196
+msgid "Do not show a status post for this upload"
+msgstr "Do not show a status post for this upload"
+
+#: mod/photos.php:1207 mod/photos.php:1604 mod/settings.php:1308
+msgid "Show to Groups"
+msgstr "Show to groups"
+
+#: mod/photos.php:1208 mod/photos.php:1605 mod/settings.php:1309
+msgid "Show to Contacts"
+msgstr "Show to contacts"
+
+#: mod/photos.php:1209
+msgid "Private Photo"
+msgstr "Private photo"
+
+#: mod/photos.php:1210
+msgid "Public Photo"
+msgstr "Public photo"
+
+#: mod/photos.php:1280
+msgid "Edit Album"
+msgstr "Edit album"
+
+#: mod/photos.php:1285
+msgid "Show Newest First"
+msgstr "Show newest first"
+
+#: mod/photos.php:1287
+msgid "Show Oldest First"
+msgstr "Show oldest first"
+
+#: mod/photos.php:1316 mod/photos.php:1887
+msgid "View Photo"
+msgstr "View photo"
+
+#: mod/photos.php:1361
+msgid "Permission denied. Access to this item may be restricted."
+msgstr "Permission denied. Access to this item may be restricted."
+
+#: mod/photos.php:1363
+msgid "Photo not available"
+msgstr "Photo not available"
+
+#: mod/photos.php:1424
+msgid "View photo"
+msgstr "View photo"
+
+#: mod/photos.php:1424
+msgid "Edit photo"
+msgstr "Edit photo"
+
+#: mod/photos.php:1425
+msgid "Use as profile photo"
+msgstr "Use as profile photo"
+
+#: mod/photos.php:1450
+msgid "View Full Size"
+msgstr "View full size"
+
+#: mod/photos.php:1540
+msgid "Tags: "
+msgstr "Tags: "
+
+#: mod/photos.php:1543
+msgid "[Remove any tag]"
+msgstr "[Remove any tag]"
+
+#: mod/photos.php:1586
+msgid "New album name"
+msgstr "New album name"
+
+#: mod/photos.php:1587
+msgid "Caption"
+msgstr "Caption"
+
+#: mod/photos.php:1588
+msgid "Add a Tag"
+msgstr "Add Tag"
+
+#: mod/photos.php:1588
+msgid ""
+"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+msgstr "Example: @bob, @jojo@example.com, #California, #camping"
+
+#: mod/photos.php:1589
+msgid "Do not rotate"
+msgstr "Do not rotate"
+
+#: mod/photos.php:1590
+msgid "Rotate CW (right)"
+msgstr "Rotate right (CW)"
+
+#: mod/photos.php:1591
+msgid "Rotate CCW (left)"
+msgstr "Rotate left (CCW)"
+
+#: mod/photos.php:1606
+msgid "Private photo"
+msgstr "Private photo"
+
+#: mod/photos.php:1607
+msgid "Public photo"
+msgstr "Public photo"
+
+#: mod/photos.php:1816
+msgid "Map"
+msgstr "Map"
+
+#: mod/photos.php:1893 mod/videos.php:395
+msgid "View Album"
+msgstr "View album"
+
+#: mod/ping.php:273
+msgid "{0} wants to be your friend"
+msgstr "{0} wants to be your friend"
+
+#: mod/ping.php:288
+msgid "{0} sent you a message"
+msgstr "{0} sent you a message"
+
+#: mod/ping.php:303
+msgid "{0} requested registration"
+msgstr "{0} requested registration"
+
+#: mod/poke.php:197
+msgid "Poke/Prod"
+msgstr "Poke/Prod"
+
+#: mod/poke.php:198
+msgid "poke, prod or do other things to somebody"
+msgstr "Poke, prod or do other things to somebody"
+
+#: mod/poke.php:199
+msgid "Recipient"
+msgstr "Recipient:"
+
+#: mod/poke.php:200
+msgid "Choose what you wish to do to recipient"
+msgstr "Choose what you wish to do:"
+
+#: mod/poke.php:203
+msgid "Make this post private"
+msgstr "Make this post private"
+
+#: mod/profile.php:176
+msgid "Tips for New Members"
+msgstr "Tips for New Members"
+
+#: mod/profperm.php:28 mod/profperm.php:59
+msgid "Invalid profile identifier."
+msgstr "Invalid profile identifier."
+
+#: mod/profperm.php:105
+msgid "Profile Visibility Editor"
+msgstr "Profile Visibility Editor"
+
+#: mod/profperm.php:118
+msgid "Visible To"
+msgstr "Visible to"
+
+#: mod/profperm.php:134
+msgid "All Contacts (with secure profile access)"
+msgstr "All contacts with secure profile access"
+
+#: mod/register.php:95
+msgid ""
+"Registration successful. Please check your email for further instructions."
+msgstr "Registration successful. Please check your email for further instructions."
+
+#: mod/register.php:100
+#, php-format
+msgid ""
+"Failed to send email message. Here your accout details:<br> login: %s<br> "
+"password: %s<br><br>You can change your password after login."
+msgstr "Failed to send email message. Here your account details:<br> login: %s<br> password: %s<br><br>You can change your password after login."
+
+#: mod/register.php:107
+msgid "Registration successful."
+msgstr "Registration successful."
+
+#: mod/register.php:113
+msgid "Your registration can not be processed."
+msgstr "Your registration cannot be processed."
+
+#: mod/register.php:162
+msgid "Your registration is pending approval by the site owner."
+msgstr "Your registration is pending approval by the site administrator."
+
+#: mod/register.php:200 mod/uimport.php:53
+msgid ""
+"This site has exceeded the number of allowed daily account registrations. "
+"Please try again tomorrow."
+msgstr "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."
+
+#: mod/register.php:228
+msgid ""
+"You may (optionally) fill in this form via OpenID by supplying your OpenID "
+"and clicking 'Register'."
+msgstr "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."
+
+#: mod/register.php:229
+msgid ""
+"If you are not familiar with OpenID, please leave that field blank and fill "
+"in the rest of the items."
+msgstr "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."
+
+#: mod/register.php:230
+msgid "Your OpenID (optional): "
+msgstr "Your OpenID (optional): "
+
+#: mod/register.php:244
+msgid "Include your profile in member directory?"
+msgstr "Include your profile in member directory?"
+
+#: mod/register.php:269
+msgid "Note for the admin"
+msgstr "Note for the admin"
+
+#: mod/register.php:269
+msgid "Leave a message for the admin, why you want to join this node"
+msgstr "Leave a message for the admin, why you want to join this node."
+
+#: mod/register.php:270
+msgid "Membership on this site is by invitation only."
+msgstr "Membership on this site is by invitation only."
+
+#: mod/register.php:271
+msgid "Your invitation ID: "
+msgstr "Your invitation ID: "
+
+#: mod/register.php:274 mod/admin.php:1062
+msgid "Registration"
+msgstr "Registration"
+
+#: mod/register.php:282
+msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
+msgstr "Your full name: "
+
+#: mod/register.php:283
+msgid "Your Email Address: "
+msgstr "Your email address: "
+
+#: mod/register.php:285 mod/settings.php:1279
+msgid "New Password:"
+msgstr "New password:"
+
+#: mod/register.php:285
+msgid "Leave empty for an auto generated password."
+msgstr "Leave empty for an auto generated password."
+
+#: mod/register.php:286 mod/settings.php:1280
+msgid "Confirm:"
+msgstr "Confirm new password:"
+
+#: mod/register.php:287
+msgid ""
+"Choose a profile nickname. This must begin with a text character. Your "
+"profile address on this site will then be "
+"'<strong>nickname@$sitename</strong>'."
+msgstr "Choose a profile nickname. Your nickname will be part of your identity address; for example:  '<strong>nickname@$sitename</strong>'."
+
+#: mod/register.php:288
+msgid "Choose a nickname: "
+msgstr "Choose a nickname: "
+
+#: mod/register.php:297 mod/uimport.php:68
+msgid "Import"
+msgstr "Import profile"
+
+#: mod/register.php:298
+msgid "Import your profile to this friendica instance"
+msgstr "Import an existing Friendica profile to this node."
+
+#: mod/removeme.php:54 mod/removeme.php:57
+msgid "Remove My Account"
+msgstr "Remove My Account"
+
+#: mod/removeme.php:55
+msgid ""
+"This will completely remove your account. Once this has been done it is not "
+"recoverable."
+msgstr "This will completely remove your account. Once this has been done it is not recoverable."
+
+#: mod/removeme.php:56
+msgid "Please enter your password for verification:"
+msgstr "Please enter your password for verification:"
+
+#: mod/repair_ostatus.php:16
+msgid "Resubscribing to OStatus contacts"
+msgstr "Resubscribing to OStatus contacts"
+
+#: mod/repair_ostatus.php:32
+msgid "Error"
+msgstr "Error"
+
+#: mod/search.php:103
+msgid "Only logged in users are permitted to perform a search."
+msgstr "Only logged in users are permitted to perform a search."
+
+#: mod/search.php:127
+msgid "Too Many Requests"
+msgstr "Too many requests"
+
+#: mod/search.php:128
+msgid "Only one search per minute is permitted for not logged in users."
+msgstr "Only one search per minute is permitted for not logged in users."
+
+#: mod/search.php:228
+#, php-format
+msgid "Items tagged with: %s"
+msgstr "Items tagged with: %s"
+
+#: mod/subthread.php:105
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$s is following %2$s's %3$s"
+
+#: mod/suggest.php:29
+msgid "Do you really want to delete this suggestion?"
+msgstr "Do you really want to delete this suggestion?"
+
+#: mod/suggest.php:73
+msgid ""
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
+msgstr "No suggestions available. If this is a new site, please try again in 24 hours."
+
+#: mod/suggest.php:86 mod/suggest.php:106
+msgid "Ignore/Hide"
+msgstr "Ignore/Hide"
+
+#: mod/tagrm.php:45
+msgid "Tag removed"
+msgstr "Tag removed"
+
+#: mod/tagrm.php:84
+msgid "Remove Item Tag"
+msgstr "Remove Item tag"
+
+#: mod/tagrm.php:86
+msgid "Select a tag to remove: "
+msgstr "Select a tag to remove: "
+
+#: mod/uexport.php:38
+msgid "Export account"
+msgstr "Export account"
+
+#: mod/uexport.php:38
+msgid ""
+"Export your account info and contacts. Use this to make a backup of your "
+"account and/or to move it to another server."
+msgstr "Export your account info and contacts. Use this to backup your account or to move it to another server."
+
+#: mod/uexport.php:39
+msgid "Export all"
+msgstr "Export all"
+
+#: mod/uexport.php:39
+msgid ""
+"Export your accout info, contacts and all your items as json. Could be a "
+"very big file, and could take a lot of time. Use this to make a full backup "
+"of your account (photos are not exported)"
+msgstr "Export your account info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"
+
+#: mod/uexport.php:46 mod/settings.php:97
+msgid "Export personal data"
+msgstr "Export personal data"
+
+#: mod/update_community.php:21 mod/update_display.php:25
+#: mod/update_network.php:29 mod/update_notes.php:38 mod/update_profile.php:37
+msgid "[Embedded content - reload page to view]"
+msgstr "[Embedded content - reload page to view]"
+
+#: mod/videos.php:126
+msgid "Do you really want to delete this video?"
+msgstr "Do you really want to delete this video?"
+
+#: mod/videos.php:131
+msgid "Delete Video"
+msgstr "Delete video"
+
+#: mod/videos.php:210
+msgid "No videos selected"
+msgstr "No videos selected"
+
+#: mod/videos.php:404
+msgid "Recent Videos"
+msgstr "Recent videos"
+
+#: mod/videos.php:406
+msgid "Upload New Videos"
+msgstr "Upload new videos"
+
+#: mod/viewcontacts.php:78
+msgid "No contacts."
+msgstr "No contacts."
+
+#: mod/viewsrc.php:8
+msgid "Access denied."
+msgstr "Access denied."
+
+#: mod/wall_attach.php:19 mod/wall_attach.php:27 mod/wall_attach.php:78
+#: mod/wall_upload.php:36 mod/wall_upload.php:52 mod/wall_upload.php:110
+#: mod/wall_upload.php:150 mod/wall_upload.php:153
+msgid "Invalid request."
+msgstr "Invalid request."
+
+#: mod/wall_attach.php:96
+msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
+msgstr "Sorry, maybe your upload is bigger than the PHP configuration allows"
+
+#: mod/wall_attach.php:96
+msgid "Or - did you try to upload an empty file?"
+msgstr "Or did you try to upload an empty file?"
+
+#: mod/wall_attach.php:107
+#, php-format
+msgid "File exceeds size limit of %s"
+msgstr "File exceeds size limit of %s"
+
+#: mod/wall_attach.php:160 mod/wall_attach.php:176
+msgid "File upload failed."
+msgstr "File upload failed."
+
+#: mod/wallmessage.php:44 mod/wallmessage.php:108
+#, php-format
+msgid "Number of daily wall messages for %s exceeded. Message failed."
+msgstr "Number of daily wall messages for %s exceeded. Message failed."
+
+#: mod/wallmessage.php:55
+msgid "Unable to check your home location."
+msgstr "Unable to check your home location."
+
+#: mod/wallmessage.php:82 mod/wallmessage.php:91
+msgid "No recipient."
+msgstr "No recipient."
+
+#: mod/wallmessage.php:129
+#, php-format
+msgid ""
+"If you wish for %s to respond, please check that the privacy settings on "
+"your site allow private mail from unknown senders."
+msgstr "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."
+
+#: mod/webfinger.php:11 mod/probe.php:10
+msgid "Only logged in users are permitted to perform a probing."
+msgstr "Only logged in users are permitted to perform a probing."
+
+#: mod/dfrn_request.php:103
+msgid "This introduction has already been accepted."
+msgstr "This introduction has already been accepted."
+
+#: mod/dfrn_request.php:126 mod/dfrn_request.php:528
+msgid "Profile location is not valid or does not contain profile information."
+msgstr "Profile location is not valid or does not contain profile information."
+
+#: mod/dfrn_request.php:131 mod/dfrn_request.php:533
+msgid "Warning: profile location has no identifiable owner name."
+msgstr "Warning: profile location has no identifiable owner name."
+
+#: mod/dfrn_request.php:134 mod/dfrn_request.php:536
+msgid "Warning: profile location has no profile photo."
+msgstr "Warning: profile location has no profile photo."
+
+#: mod/dfrn_request.php:138 mod/dfrn_request.php:540
+#, php-format
+msgid "%d required parameter was not found at the given location"
+msgid_plural "%d required parameters were not found at the given location"
+msgstr[0] "%d required parameter was not found at the given location"
+msgstr[1] "%d required parameters were not found at the given location"
+
+#: mod/dfrn_request.php:182
+msgid "Introduction complete."
+msgstr "Introduction complete."
+
+#: mod/dfrn_request.php:227
+msgid "Unrecoverable protocol error."
+msgstr "Unrecoverable protocol error."
+
+#: mod/dfrn_request.php:255
+msgid "Profile unavailable."
+msgstr "Profile unavailable."
+
+#: mod/dfrn_request.php:282
+#, php-format
+msgid "%s has received too many connection requests today."
+msgstr "%s has received too many connection requests today."
+
+#: mod/dfrn_request.php:283
+msgid "Spam protection measures have been invoked."
+msgstr "Spam protection measures have been invoked."
+
+#: mod/dfrn_request.php:284
+msgid "Friends are advised to please try again in 24 hours."
+msgstr "Friends are advised to please try again in 24 hours."
+
+#: mod/dfrn_request.php:346
+msgid "Invalid locator"
+msgstr "Invalid locator"
+
+#: mod/dfrn_request.php:355
+msgid "Invalid email address."
+msgstr "Invalid email address."
+
+#: mod/dfrn_request.php:380
+msgid "This account has not been configured for email. Request failed."
+msgstr "This account has not been configured for email. Request failed."
+
+#: mod/dfrn_request.php:483
+msgid "You have already introduced yourself here."
+msgstr "You have already introduced yourself here."
+
+#: mod/dfrn_request.php:487
+#, php-format
+msgid "Apparently you are already friends with %s."
+msgstr "Apparently you are already friends with %s."
+
+#: mod/dfrn_request.php:508
+msgid "Invalid profile URL."
+msgstr "Invalid profile URL."
+
+#: mod/dfrn_request.php:593 mod/contacts.php:221
+msgid "Failed to update contact record."
+msgstr "Failed to update contact record."
+
+#: mod/dfrn_request.php:614
+msgid "Your introduction has been sent."
+msgstr "Your introduction has been sent."
+
+#: mod/dfrn_request.php:656
+msgid ""
+"Remote subscription can't be done for your network. Please subscribe "
+"directly on your system."
+msgstr "Remote subscription can't be done for your network. Please subscribe directly on your system."
+
+#: mod/dfrn_request.php:677
+msgid "Please login to confirm introduction."
+msgstr "Please login to confirm introduction."
+
+#: mod/dfrn_request.php:687
+msgid ""
+"Incorrect identity currently logged in. Please login to "
+"<strong>this</strong> profile."
+msgstr "Incorrect identity currently logged in. Please login to <strong>this</strong> profile."
+
+#: mod/dfrn_request.php:701 mod/dfrn_request.php:718
+msgid "Confirm"
+msgstr "Confirm"
+
+#: mod/dfrn_request.php:713
+msgid "Hide this contact"
+msgstr "Hide this contact"
+
+#: mod/dfrn_request.php:716
+#, php-format
+msgid "Welcome home %s."
+msgstr "Welcome home %s."
+
+#: mod/dfrn_request.php:717
+#, php-format
+msgid "Please confirm your introduction/connection request to %s."
+msgstr "Please confirm your introduction/connection request to %s."
+
+#: mod/dfrn_request.php:848
+msgid ""
+"Please enter your 'Identity Address' from one of the following supported "
+"communications networks:"
+msgstr "Please enter your 'Identity address' from one of the following supported communications networks:"
+
+#: mod/dfrn_request.php:872
+#, php-format
+msgid ""
+"If you are not yet a member of the free social web, <a "
+"href=\"%s/siteinfo\">follow this link to find a public Friendica site and "
+"join us today</a>."
+msgstr "If you are not yet a member of the free social web, <a href=\"%s/siteinfo\">follow this link to find a public Friendica site and join us today</a>."
+
+#: mod/dfrn_request.php:877
+msgid "Friend/Connection Request"
+msgstr "Friend/Connection request"
+
+#: mod/dfrn_request.php:878
+msgid ""
+"Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
+"testuser@identi.ca"
+msgstr "Examples: jojo@friendica.example.com, http://friendica.example.com/profile/jojo, sam@identi.ca"
+
+#: mod/dfrn_request.php:887
+msgid "StatusNet/Federated Social Web"
+msgstr "StatusNet/Federated social web"
+
+#: mod/dfrn_request.php:889
+#, php-format
+msgid ""
+" - please do not use this form.  Instead, enter %s into your Diaspora search"
+" bar."
+msgstr " - please do not use this form.  Instead, enter %s into your Diaspora search bar."
+
+#: mod/item.php:118
+msgid "Unable to locate original post."
+msgstr "Unable to locate original post."
+
+#: mod/item.php:345
+msgid "Empty post discarded."
+msgstr "Empty post discarded."
+
+#: mod/item.php:904
+msgid "System error. Post not saved."
+msgstr "System error. Post not saved."
+
+#: mod/item.php:995
+#, php-format
+msgid ""
+"This message was sent to you by %s, a member of the Friendica social "
+"network."
+msgstr "This message was sent to you by %s, a member of the Friendica social network."
+
+#: mod/item.php:997
+#, php-format
+msgid "You may visit them online at %s"
+msgstr "You may visit them online at %s"
+
+#: mod/item.php:998
+msgid ""
+"Please contact the sender by replying to this post if you do not wish to "
+"receive these messages."
+msgstr "Please contact the sender by replying to this post if you do not wish to receive these messages."
+
+#: mod/item.php:1002
+#, php-format
+msgid "%s posted an update."
+msgstr "%s posted an update."
+
+#: mod/regmod.php:60
+msgid "Account approved."
+msgstr "Account approved."
+
+#: mod/regmod.php:88
+#, php-format
+msgid "Registration revoked for %s"
+msgstr "Registration revoked for %s"
+
+#: mod/regmod.php:100
+msgid "Please login."
+msgstr "Please login."
+
+#: mod/uimport.php:70
+msgid "Move account"
+msgstr "Move Existing Friendica Account"
+
+#: mod/uimport.php:71
+msgid "You can import an account from another Friendica server."
+msgstr "You can import an existing Friendica profile to this node."
+
+#: mod/uimport.php:72
+msgid ""
+"You need to export your account from the old server and upload it here. We "
+"will recreate your old account here with all your contacts. We will try also"
+" to inform your friends that you moved here."
+msgstr "You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."
+
+#: mod/uimport.php:73
+msgid ""
+"This feature is experimental. We can't import contacts from the OStatus "
+"network (GNU Social/Statusnet) or from Diaspora"
+msgstr "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora."
+
+#: mod/uimport.php:74
+msgid "Account file"
+msgstr "Account file:"
+
+#: mod/uimport.php:74
+msgid ""
+"To export your account, go to \"Settings->Export your personal data\" and "
+"select \"Export account\""
+msgstr "To export your account, go to \"Settings->Export personal data\" and select \"Export account\""
+
+#: mod/admin.php:97
+msgid "Theme settings updated."
+msgstr "Theme settings updated."
+
+#: mod/admin.php:166 mod/admin.php:1060
+msgid "Site"
+msgstr "Site"
+
+#: mod/admin.php:167 mod/admin.php:994 mod/admin.php:1504 mod/admin.php:1520
+msgid "Users"
+msgstr "Users"
+
+#: mod/admin.php:168 mod/admin.php:1622 mod/admin.php:1685 mod/settings.php:76
+msgid "Plugins"
+msgstr "Plugins"
+
+#: mod/admin.php:169 mod/admin.php:1898 mod/admin.php:1948
+msgid "Themes"
+msgstr "Theme selection"
+
+#: mod/admin.php:170 mod/settings.php:54
+msgid "Additional features"
+msgstr "Additional features"
+
+#: mod/admin.php:171
+msgid "DB updates"
+msgstr "DB updates"
+
+#: mod/admin.php:172 mod/admin.php:513
+msgid "Inspect Queue"
+msgstr "Inspect queue"
+
+#: mod/admin.php:173 mod/admin.php:289
+msgid "Server Blocklist"
+msgstr "Server blocklist"
+
+#: mod/admin.php:174 mod/admin.php:479
+msgid "Federation Statistics"
+msgstr "Federation statistics"
+
+#: mod/admin.php:188 mod/admin.php:199 mod/admin.php:2022
+msgid "Logs"
+msgstr "Logs"
+
+#: mod/admin.php:189 mod/admin.php:2090
+msgid "View Logs"
+msgstr "View logs"
+
+#: mod/admin.php:190
+msgid "probe address"
+msgstr "Probe address"
+
+#: mod/admin.php:191
+msgid "check webfinger"
+msgstr "Check webfinger"
+
+#: mod/admin.php:198
+msgid "Plugin Features"
+msgstr "Plugin Features"
+
+#: mod/admin.php:200
+msgid "diagnostics"
+msgstr "Diagnostics"
+
+#: mod/admin.php:201
+msgid "User registrations waiting for confirmation"
+msgstr "User registrations awaiting confirmation"
+
+#: mod/admin.php:280
+msgid "The blocked domain"
+msgstr "Blocked domain"
+
+#: mod/admin.php:281 mod/admin.php:294
+msgid "The reason why you blocked this domain."
+msgstr "Reason why you blocked this domain."
+
+#: mod/admin.php:282
+msgid "Delete domain"
+msgstr "Delete domain"
+
+#: mod/admin.php:282
+msgid "Check to delete this entry from the blocklist"
+msgstr "Check to delete this entry from the blocklist"
+
+#: mod/admin.php:288 mod/admin.php:478 mod/admin.php:512 mod/admin.php:592
+#: mod/admin.php:1059 mod/admin.php:1503 mod/admin.php:1621 mod/admin.php:1684
+#: mod/admin.php:1897 mod/admin.php:1947 mod/admin.php:2021 mod/admin.php:2089
+msgid "Administration"
+msgstr "Administration"
+
+#: mod/admin.php:290
+msgid ""
+"This page can be used to define a black list of servers from the federated "
+"network that are not allowed to interact with your node. For all entered "
+"domains you should also give a reason why you have blocked the remote "
+"server."
+msgstr "This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."
+
+#: mod/admin.php:291
+msgid ""
+"The list of blocked servers will be made publically available on the "
+"/friendica page so that your users and people investigating communication "
+"problems can find the reason easily."
+msgstr "The list of blocked servers will publicly available on the Friendica page so that your users and people investigating communication problems can readily find the reason."
+
+#: mod/admin.php:292
+msgid "Add new entry to block list"
+msgstr "Add new entry to block list"
+
+#: mod/admin.php:293
+msgid "Server Domain"
+msgstr "Server domain"
+
+#: mod/admin.php:293
+msgid ""
+"The domain of the new server to add to the block list. Do not include the "
+"protocol."
+msgstr "The domain of the new server to add to the block list. Do not include the protocol."
+
+#: mod/admin.php:294
+msgid "Block reason"
+msgstr "Block reason"
+
+#: mod/admin.php:295
+msgid "Add Entry"
+msgstr "Add entry"
+
+#: mod/admin.php:296
+msgid "Save changes to the blocklist"
+msgstr "Save changes to the blocklist"
+
+#: mod/admin.php:297
+msgid "Current Entries in the Blocklist"
+msgstr "Current entries in the blocklist"
+
+#: mod/admin.php:300
+msgid "Delete entry from blocklist"
+msgstr "Delete entry from blocklist"
+
+#: mod/admin.php:303
+msgid "Delete entry from blocklist?"
+msgstr "Delete entry from blocklist?"
+
+#: mod/admin.php:328
+msgid "Server added to blocklist."
+msgstr "Server added to blocklist."
+
+#: mod/admin.php:344
+msgid "Site blocklist updated."
+msgstr "Site blocklist updated."
+
+#: mod/admin.php:409
+msgid "unknown"
+msgstr "unknown"
+
+#: mod/admin.php:472
+msgid ""
+"This page offers you some numbers to the known part of the federated social "
+"network your Friendica node is part of. These numbers are not complete but "
+"only reflect the part of the network your node is aware of."
+msgstr "This page offers you the amount of known part of the federated social network your Friendica node is part of. These numbers are not complete and only reflect the part of the network your node is aware of."
+
+#: mod/admin.php:473
+msgid ""
+"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
+"will improve the data displayed here."
+msgstr "The <em>Auto Discovered Contact Directory</em> feature is not enabled; enabling it will improve the data displayed here."
+
+#: mod/admin.php:485
+#, php-format
+msgid "Currently this node is aware of %d nodes from the following platforms:"
+msgstr "Currently this node is aware of %d nodes from the following platforms:"
+
+#: mod/admin.php:515
+msgid "ID"
+msgstr "ID"
+
+#: mod/admin.php:516
+msgid "Recipient Name"
+msgstr "Recipient name"
+
+#: mod/admin.php:517
+msgid "Recipient Profile"
+msgstr "Recipient profile"
+
+#: mod/admin.php:519
+msgid "Created"
+msgstr "Created"
+
+#: mod/admin.php:520
+msgid "Last Tried"
+msgstr "Last Tried"
+
+#: mod/admin.php:521
+msgid ""
+"This page lists the content of the queue for outgoing postings. These are "
+"postings the initial delivery failed for. They will be resend later and "
+"eventually deleted if the delivery fails permanently."
+msgstr "This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."
+
+#: mod/admin.php:546
+#, php-format
+msgid ""
+"Your DB still runs with MyISAM tables. You should change the engine type to "
+"InnoDB. As Friendica will use InnoDB only features in the future, you should"
+" change this! See <a href=\"%s\">here</a> for a guide that may be helpful "
+"converting the table engines. You may also use the command <tt>php "
+"include/dbstructure.php toinnodb</tt> of your Friendica installation for an "
+"automatic conversion.<br />"
+msgstr "Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See <a href=\"%s\">here</a> for a guide that may be helpful converting the table engines. You may also use the command <tt>php include/dbstructure.php toinnodb</tt> of your Friendica installation for an automatic conversion.<br />"
+
+#: mod/admin.php:555
+msgid ""
+"The database update failed. Please run \"php include/dbstructure.php "
+"update\" from the command line and have a look at the errors that might "
+"appear."
+msgstr "The database update failed. Please run 'php include/dbstructure.php update' from the command line and have a look at the errors that might appear."
+
+#: mod/admin.php:560 mod/admin.php:1453
+msgid "Normal Account"
+msgstr "Standard account"
+
+#: mod/admin.php:561 mod/admin.php:1454
+msgid "Soapbox Account"
+msgstr "Soapbox account"
+
+#: mod/admin.php:562 mod/admin.php:1455
+msgid "Community/Celebrity Account"
+msgstr "Community/Celebrity account"
+
+#: mod/admin.php:563 mod/admin.php:1456
+msgid "Automatic Friend Account"
+msgstr "Automatic friend account"
+
+#: mod/admin.php:564
+msgid "Blog Account"
+msgstr "Blog account"
+
+#: mod/admin.php:565
+msgid "Private Forum"
+msgstr "Private forum"
+
+#: mod/admin.php:587
+msgid "Message queues"
+msgstr "Message queues"
+
+#: mod/admin.php:593
+msgid "Summary"
+msgstr "Summary"
+
+#: mod/admin.php:595
+msgid "Registered users"
+msgstr "Registered users"
+
+#: mod/admin.php:597
+msgid "Pending registrations"
+msgstr "Pending registrations"
+
+#: mod/admin.php:598
+msgid "Version"
+msgstr "Version"
+
+#: mod/admin.php:603
+msgid "Active plugins"
+msgstr "Active plugins"
+
+#: mod/admin.php:628
+msgid "Can not parse base url. Must have at least <scheme>://<domain>"
+msgstr "Can not parse base URL. Must have at least <scheme>://<domain>"
+
+#: mod/admin.php:920
+msgid "Site settings updated."
+msgstr "Site settings updated."
+
+#: mod/admin.php:948 mod/settings.php:944
+msgid "No special theme for mobile devices"
+msgstr "No special theme for mobile devices"
+
+#: mod/admin.php:977
+msgid "No community page"
+msgstr "No community page"
+
+#: mod/admin.php:978
+msgid "Public postings from users of this site"
+msgstr "Public postings from users of this site"
+
+#: mod/admin.php:979
+msgid "Global community page"
+msgstr "Global community page"
+
+#: mod/admin.php:984 mod/contacts.php:541
+msgid "Never"
+msgstr "Never"
+
+#: mod/admin.php:985
+msgid "At post arrival"
+msgstr "At post arrival"
+
+#: mod/admin.php:993 mod/contacts.php:568
+msgid "Disabled"
+msgstr "Disabled"
+
+#: mod/admin.php:995
+msgid "Users, Global Contacts"
+msgstr "Users, Global Contacts"
+
+#: mod/admin.php:996
+msgid "Users, Global Contacts/fallback"
+msgstr "Users, Global Contacts/fallback"
+
+#: mod/admin.php:1000
+msgid "One month"
+msgstr "One month"
+
+#: mod/admin.php:1001
+msgid "Three months"
+msgstr "Three months"
+
+#: mod/admin.php:1002
+msgid "Half a year"
+msgstr "Half a year"
+
+#: mod/admin.php:1003
+msgid "One year"
+msgstr "One a year"
+
+#: mod/admin.php:1008
+msgid "Multi user instance"
+msgstr "Multi user instance"
+
+#: mod/admin.php:1031
+msgid "Closed"
+msgstr "Closed"
+
+#: mod/admin.php:1032
+msgid "Requires approval"
+msgstr "Requires approval"
+
+#: mod/admin.php:1033
+msgid "Open"
+msgstr "Open"
+
+#: mod/admin.php:1037
+msgid "No SSL policy, links will track page SSL state"
+msgstr "No SSL policy, links will track page SSL state"
+
+#: mod/admin.php:1038
+msgid "Force all links to use SSL"
+msgstr "Force all links to use SSL"
+
+#: mod/admin.php:1039
+msgid "Self-signed certificate, use SSL for local links only (discouraged)"
+msgstr "Self-signed certificate, use SSL for local links only (discouraged)"
+
+#: mod/admin.php:1061 mod/admin.php:1686 mod/admin.php:1949 mod/admin.php:2023
+#: mod/admin.php:2176 mod/settings.php:682 mod/settings.php:793
+#: mod/settings.php:842 mod/settings.php:909 mod/settings.php:1006
+#: mod/settings.php:1272
+msgid "Save Settings"
+msgstr "Save settings"
+
+#: mod/admin.php:1063
+msgid "File upload"
+msgstr "File upload"
+
+#: mod/admin.php:1064
+msgid "Policies"
+msgstr "Policies"
+
+#: mod/admin.php:1066
+msgid "Auto Discovered Contact Directory"
+msgstr "Auto-discovered contact directory"
+
+#: mod/admin.php:1067
+msgid "Performance"
+msgstr "Performance"
+
+#: mod/admin.php:1068
+msgid "Worker"
+msgstr "Worker"
+
+#: mod/admin.php:1069
+msgid ""
+"Relocate - WARNING: advanced function. Could make this server unreachable."
+msgstr "Relocate - Warning, advanced function: This could make this server unreachable."
+
+#: mod/admin.php:1072
+msgid "Site name"
+msgstr "Site name"
+
+#: mod/admin.php:1073
+msgid "Host name"
+msgstr "Host name"
+
+#: mod/admin.php:1074
+msgid "Sender Email"
+msgstr "Sender email"
+
+#: mod/admin.php:1074
+msgid ""
+"The email address your server shall use to send notification emails from."
+msgstr "The email address your server shall use to send notification emails from."
+
+#: mod/admin.php:1075
+msgid "Banner/Logo"
+msgstr "Banner/Logo"
+
+#: mod/admin.php:1076
+msgid "Shortcut icon"
+msgstr "Shortcut icon"
+
+#: mod/admin.php:1076
+msgid "Link to an icon that will be used for browsers."
+msgstr "Link to an icon that will be used for browsers."
+
+#: mod/admin.php:1077
+msgid "Touch icon"
+msgstr "Touch icon"
+
+#: mod/admin.php:1077
+msgid "Link to an icon that will be used for tablets and mobiles."
+msgstr "Link to an icon that will be used for tablets and mobiles."
+
+#: mod/admin.php:1078
+msgid "Additional Info"
+msgstr "Additional Info"
+
+#: mod/admin.php:1078
+#, php-format
+msgid ""
+"For public servers: you can add additional information here that will be "
+"listed at %s/siteinfo."
+msgstr "For public servers: add additional information here that will be listed at %s/siteinfo."
+
+#: mod/admin.php:1079
+msgid "System language"
+msgstr "System language"
+
+#: mod/admin.php:1080
+msgid "System theme"
+msgstr "System theme"
+
+#: mod/admin.php:1080
+msgid ""
+"Default system theme - may be over-ridden by user profiles - <a href='#' "
+"id='cnftheme'>change theme settings</a>"
+msgstr "Default system theme - may be overridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"
+
+#: mod/admin.php:1081
+msgid "Mobile system theme"
+msgstr "Mobile system theme"
+
+#: mod/admin.php:1081
+msgid "Theme for mobile devices"
+msgstr "Theme for mobile devices"
+
+#: mod/admin.php:1082
+msgid "SSL link policy"
+msgstr "SSL link policy"
+
+#: mod/admin.php:1082
+msgid "Determines whether generated links should be forced to use SSL"
+msgstr "Determines whether generated links should be forced to use SSL"
+
+#: mod/admin.php:1083
+msgid "Force SSL"
+msgstr "Force SSL"
+
+#: mod/admin.php:1083
+msgid ""
+"Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
+" to endless loops."
+msgstr "Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."
+
+#: mod/admin.php:1084
+msgid "Hide help entry from navigation menu"
+msgstr "Hide help entry from navigation menu"
+
+#: mod/admin.php:1084
+msgid ""
+"Hides the menu entry for the Help pages from the navigation menu. You can "
+"still access it calling /help directly."
+msgstr "Hides the menu entry for the Help pages from the navigation menu. Help pages can still be accessed by calling ../help directly via its URL."
+
+#: mod/admin.php:1085
+msgid "Single user instance"
+msgstr "Single user instance"
+
+#: mod/admin.php:1085
+msgid "Make this instance multi-user or single-user for the named user"
+msgstr "Make this instance multi-user or single-user for the named user"
+
+#: mod/admin.php:1086
+msgid "Maximum image size"
+msgstr "Maximum image size"
+
+#: mod/admin.php:1086
+msgid ""
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
+msgstr "Maximum size in bytes of uploaded images. Default is 0, which means no limits."
+
+#: mod/admin.php:1087
+msgid "Maximum image length"
+msgstr "Maximum image length"
+
+#: mod/admin.php:1087
+msgid ""
+"Maximum length in pixels of the longest side of uploaded images. Default is "
+"-1, which means no limits."
+msgstr "Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."
+
+#: mod/admin.php:1088
+msgid "JPEG image quality"
+msgstr "JPEG image quality"
+
+#: mod/admin.php:1088
+msgid ""
+"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
+"100, which is full quality."
+msgstr "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is the original quality level."
+
+#: mod/admin.php:1090
+msgid "Register policy"
+msgstr "Register policy"
+
+#: mod/admin.php:1091
+msgid "Maximum Daily Registrations"
+msgstr "Maximum daily registrations"
+
+#: mod/admin.php:1091
+msgid ""
+"If registration is permitted above, this sets the maximum number of new user"
+" registrations to accept per day.  If register is set to closed, this "
+"setting has no effect."
+msgstr "If registration is permitted above, this sets the maximum number of new user registrations to accept per day.  If register is set to closed, this setting has no effect."
+
+#: mod/admin.php:1092
+msgid "Register text"
+msgstr "Register text"
+
+#: mod/admin.php:1092
+msgid "Will be displayed prominently on the registration page."
+msgstr "Will be displayed prominently on the registration page."
+
+#: mod/admin.php:1093
+msgid "Accounts abandoned after x days"
+msgstr "Accounts abandoned after so many days"
+
+#: mod/admin.php:1093
+msgid ""
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
+msgstr "Will not waste system resources polling external sites for abandoned accounts. Enter 0 for no time limit."
+
+#: mod/admin.php:1094
+msgid "Allowed friend domains"
+msgstr "Allowed friend domains"
+
+#: mod/admin.php:1094
+msgid ""
+"Comma separated list of domains which are allowed to establish friendships "
+"with this site. Wildcards are accepted. Empty to allow any domains"
+msgstr "Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Leave empty to allow any domains"
+
+#: mod/admin.php:1095
+msgid "Allowed email domains"
+msgstr "Allowed email domains"
+
+#: mod/admin.php:1095
+msgid ""
+"Comma separated list of domains which are allowed in email addresses for "
+"registrations to this site. Wildcards are accepted. Empty to allow any "
+"domains"
+msgstr "Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Leave empty to allow any domains"
+
+#: mod/admin.php:1096
+msgid "Block public"
+msgstr "Block public"
+
+#: mod/admin.php:1096
+msgid ""
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
+msgstr "Block public access to all otherwise public personal pages on this site, except for local users when logged in."
+
+#: mod/admin.php:1097
+msgid "Force publish"
+msgstr "Mandatory directory listing"
+
+#: mod/admin.php:1097
+msgid ""
+"Check to force all profiles on this site to be listed in the site directory."
+msgstr "Force all profiles on this site to be listed in the site directory."
+
+#: mod/admin.php:1098
+msgid "Global directory URL"
+msgstr "Global directory URL"
+
+#: mod/admin.php:1098
+msgid ""
+"URL to the global directory. If this is not set, the global directory is "
+"completely unavailable to the application."
+msgstr "URL to the global directory: If this is not set, the global directory is completely unavailable to the application."
+
+#: mod/admin.php:1099
+msgid "Allow threaded items"
+msgstr "Allow threaded items"
+
+#: mod/admin.php:1099
+msgid "Allow infinite level threading for items on this site."
+msgstr "Allow infinite levels of threading for items on this site."
+
+#: mod/admin.php:1100
+msgid "Private posts by default for new users"
+msgstr "Private posts by default for new users"
+
+#: mod/admin.php:1100
+msgid ""
+"Set default post permissions for all new members to the default privacy "
+"group rather than public."
+msgstr "Set default post permissions for all new members to the default privacy group rather than public."
+
+#: mod/admin.php:1101
+msgid "Don't include post content in email notifications"
+msgstr "Don't include post content in email notifications"
+
+#: mod/admin.php:1101
+msgid ""
+"Don't include the content of a post/comment/private message/etc. in the "
+"email notifications that are sent out from this site, as a privacy measure."
+msgstr "Don't include the content of a post/comment/private message in the email notifications sent from this site, as a privacy measure."
+
+#: mod/admin.php:1102
+msgid "Disallow public access to addons listed in the apps menu."
+msgstr "Disallow public access to addons listed in the apps menu."
+
+#: mod/admin.php:1102
+msgid ""
+"Checking this box will restrict addons listed in the apps menu to members "
+"only."
+msgstr "Checking this box will restrict addons listed in the apps menu to members only."
+
+#: mod/admin.php:1103
+msgid "Don't embed private images in posts"
+msgstr "Don't embed private images in posts"
+
+#: mod/admin.php:1103
+msgid ""
+"Don't replace locally-hosted private photos in posts with an embedded copy "
+"of the image. This means that contacts who receive posts containing private "
+"photos will have to authenticate and load each image, which may take a "
+"while."
+msgstr "Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."
+
+#: mod/admin.php:1104
+msgid "Allow Users to set remote_self"
+msgstr "Allow users to set \"Remote self\""
+
+#: mod/admin.php:1104
+msgid ""
+"With checking this, every user is allowed to mark every contact as a "
+"remote_self in the repair contact dialog. Setting this flag on a contact "
+"causes mirroring every posting of that contact in the users stream."
+msgstr "This allows every user to mark contacts as a \"Remote self\" in the repair contact dialogue. Setting this flag on a contact will mirror every posting of that contact in the users stream."
+
+#: mod/admin.php:1105
+msgid "Block multiple registrations"
+msgstr "Block multiple registrations"
+
+#: mod/admin.php:1105
+msgid "Disallow users to register additional accounts for use as pages."
+msgstr "Disallow users to register additional accounts for use as pages."
+
+#: mod/admin.php:1106
+msgid "OpenID support"
+msgstr "OpenID support"
+
+#: mod/admin.php:1106
+msgid "OpenID support for registration and logins."
+msgstr "OpenID support for registration and logins."
+
+#: mod/admin.php:1107
+msgid "Fullname check"
+msgstr "Full name check"
+
+#: mod/admin.php:1107
+msgid ""
+"Force users to register with a space between firstname and lastname in Full "
+"name, as an antispam measure"
+msgstr "Force users to register with a space between first name and last name in the full name field; it may reduce spam and abuse registrations."
+
+#: mod/admin.php:1108
+msgid "Community Page Style"
+msgstr "Community page style"
+
+#: mod/admin.php:1108
+msgid ""
+"Type of community page to show. 'Global community' shows every public "
+"posting from an open distributed network that arrived on this server."
+msgstr "Type of community page to show. 'Global community' shows every public posting from an open distributed network that arrived on this server."
+
+#: mod/admin.php:1109
+msgid "Posts per user on community page"
+msgstr "Posts per user on community page"
+
+#: mod/admin.php:1109
+msgid ""
+"The maximum number of posts per user on the community page. (Not valid for "
+"'Global Community')"
+msgstr "Maximum number of posts per user on the community page (not valid for 'Global Community')."
+
+#: mod/admin.php:1110
+msgid "Enable OStatus support"
+msgstr "Enable OStatus support"
+
+#: mod/admin.php:1110
+msgid ""
+"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
+"communications in OStatus are public, so privacy warnings will be "
+"occasionally displayed."
+msgstr "Provide built-in OStatus (StatusNet, GNU Social, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."
+
+#: mod/admin.php:1111
+msgid "OStatus conversation completion interval"
+msgstr "OStatus conversation completion interval"
+
+#: mod/admin.php:1111
+msgid ""
+"How often shall the poller check for new entries in OStatus conversations? "
+"This can be a very ressource task."
+msgstr "How often shall the poller check for new entries in OStatus conversations? This can be rather resources consuming."
+
+#: mod/admin.php:1112
+msgid "Only import OStatus threads from our contacts"
+msgstr "Only import OStatus threads from known contacts"
+
+#: mod/admin.php:1112
+msgid ""
+"Normally we import every content from our OStatus contacts. With this option"
+" we only store threads that are started by a contact that is known on our "
+"system."
+msgstr "Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."
+
+#: mod/admin.php:1113
+msgid "OStatus support can only be enabled if threading is enabled."
+msgstr "OStatus support can only be enabled if threading is enabled."
+
+#: mod/admin.php:1115
+msgid ""
+"Diaspora support can't be enabled because Friendica was installed into a sub"
+" directory."
+msgstr "Diaspora support can't be enabled because Friendica was installed into a sub directory."
+
+#: mod/admin.php:1116
+msgid "Enable Diaspora support"
+msgstr "Enable Diaspora support"
+
+#: mod/admin.php:1116
+msgid "Provide built-in Diaspora network compatibility."
+msgstr "Provide built-in Diaspora network compatibility."
+
+#: mod/admin.php:1117
+msgid "Only allow Friendica contacts"
+msgstr "Only allow Friendica contacts"
+
+#: mod/admin.php:1117
+msgid ""
+"All contacts must use Friendica protocols. All other built-in communication "
+"protocols disabled."
+msgstr "All contacts must use Friendica protocols. All other built-in communication protocols will be disabled."
+
+#: mod/admin.php:1118
+msgid "Verify SSL"
+msgstr "Verify SSL"
+
+#: mod/admin.php:1118
+msgid ""
+"If you wish, you can turn on strict certificate checking. This will mean you"
+" cannot connect (at all) to self-signed SSL sites."
+msgstr "If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."
+
+#: mod/admin.php:1119
+msgid "Proxy user"
+msgstr "Proxy user"
+
+#: mod/admin.php:1120
+msgid "Proxy URL"
+msgstr "Proxy URL"
+
+#: mod/admin.php:1121
+msgid "Network timeout"
+msgstr "Network timeout"
+
+#: mod/admin.php:1121
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+msgstr "Value is in seconds. Set to 0 for unlimited (not recommended)."
+
+#: mod/admin.php:1122
+msgid "Maximum Load Average"
+msgstr "Maximum load average"
+
+#: mod/admin.php:1122
+msgid ""
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
+msgstr "Maximum system load before delivery and poll processes are deferred (default 50)."
+
+#: mod/admin.php:1123
+msgid "Maximum Load Average (Frontend)"
+msgstr "Maximum load average (frontend)"
+
+#: mod/admin.php:1123
+msgid "Maximum system load before the frontend quits service - default 50."
+msgstr "Maximum system load before the frontend quits service (default 50)."
+
+#: mod/admin.php:1124
+msgid "Minimal Memory"
+msgstr "Minimal memory"
+
+#: mod/admin.php:1124
+msgid ""
+"Minimal free memory in MB for the poller. Needs access to /proc/meminfo - "
+"default 0 (deactivated)."
+msgstr "Minimal free memory in MB for the poller. Needs access to /proc/meminfo (default 0 - deactivated)."
+
+#: mod/admin.php:1125
+msgid "Maximum table size for optimization"
+msgstr "Maximum table size for optimization"
+
+#: mod/admin.php:1125
+msgid ""
+"Maximum table size (in MB) for the automatic optimization - default 100 MB. "
+"Enter -1 to disable it."
+msgstr "Maximum table size (in MB) for the automatic optimization (default 100 MB; -1 to deactivate)."
+
+#: mod/admin.php:1126
+msgid "Minimum level of fragmentation"
+msgstr "Minimum level of fragmentation"
+
+#: mod/admin.php:1126
+msgid ""
+"Minimum fragmenation level to start the automatic optimization - default "
+"value is 30%."
+msgstr "Minimum fragmentation level to start the automatic optimization (default 30%)."
+
+#: mod/admin.php:1128
+msgid "Periodical check of global contacts"
+msgstr "Periodical check of global contacts"
+
+#: mod/admin.php:1128
+msgid ""
+"If enabled, the global contacts are checked periodically for missing or "
+"outdated data and the vitality of the contacts and servers."
+msgstr "This checks global contacts periodically for missing or outdated data and the vitality of the contacts and servers."
+
+#: mod/admin.php:1129
+msgid "Days between requery"
+msgstr "Days between enquiry"
+
+#: mod/admin.php:1129
+msgid "Number of days after which a server is requeried for his contacts."
+msgstr "Number of days after which a server is required check contacts."
+
+#: mod/admin.php:1130
+msgid "Discover contacts from other servers"
+msgstr "Discover contacts from other servers"
+
+#: mod/admin.php:1130
+msgid ""
+"Periodically query other servers for contacts. You can choose between "
+"'users': the users on the remote system, 'Global Contacts': active contacts "
+"that are known on the system. The fallback is meant for Redmatrix servers "
+"and older friendica servers, where global contacts weren't available. The "
+"fallback increases the server load, so the recommened setting is 'Users, "
+"Global Contacts'."
+msgstr "Periodically query other servers for contacts. You can choose between 'Users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older Friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommend setting is 'Users, Global Contacts'."
+
+#: mod/admin.php:1131
+msgid "Timeframe for fetching global contacts"
+msgstr "Time-frame for fetching global contacts"
+
+#: mod/admin.php:1131
+msgid ""
+"When the discovery is activated, this value defines the timeframe for the "
+"activity of the global contacts that are fetched from other servers."
+msgstr "If discovery is activated, this value defines the time-frame for the activity of the global contacts that are fetched from other servers."
+
+#: mod/admin.php:1132
+msgid "Search the local directory"
+msgstr "Search the local directory"
+
+#: mod/admin.php:1132
+msgid ""
+"Search the local directory instead of the global directory. When searching "
+"locally, every search will be executed on the global directory in the "
+"background. This improves the search results when the search is repeated."
+msgstr "Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."
+
+#: mod/admin.php:1134
+msgid "Publish server information"
+msgstr "Publish server information"
+
+#: mod/admin.php:1134
+msgid ""
+"If enabled, general server and usage data will be published. The data "
+"contains the name and version of the server, number of users with public "
+"profiles, number of posts and the activated protocols and connectors. See <a"
+" href='http://the-federation.info/'>the-federation.info</a> for details."
+msgstr "This publishes generic data about the server and its usage. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See <a href='http://the-federation.info/'>the-federation.info</a> for details."
+
+#: mod/admin.php:1136
+msgid "Suppress Tags"
+msgstr "Suppress tags"
+
+#: mod/admin.php:1136
+msgid "Suppress showing a list of hashtags at the end of the posting."
+msgstr "Suppress listed hashtags at the end of posts."
+
+#: mod/admin.php:1137
+msgid "Path to item cache"
+msgstr "Path to item cache"
+
+#: mod/admin.php:1137
+msgid "The item caches buffers generated bbcode and external images."
+msgstr "The item caches buffers generated bbcode and external images."
+
+#: mod/admin.php:1138
+msgid "Cache duration in seconds"
+msgstr "Cache duration in seconds"
+
+#: mod/admin.php:1138
+msgid ""
+"How long should the cache files be hold? Default value is 86400 seconds (One"
+" day). To disable the item cache, set the value to -1."
+msgstr "How long should cache files be held? (Default 86400 seconds - one day;  -1 disables item cache)"
+
+#: mod/admin.php:1139
+msgid "Maximum numbers of comments per post"
+msgstr "Maximum numbers of comments per post"
+
+#: mod/admin.php:1139
+msgid "How much comments should be shown for each post? Default value is 100."
+msgstr "How many comments should be shown for each post? (Default 100)"
+
+#: mod/admin.php:1140
+msgid "Temp path"
+msgstr "Temp path"
+
+#: mod/admin.php:1140
+msgid ""
+"If you have a restricted system where the webserver can't access the system "
+"temp path, enter another path here."
+msgstr "Enter a different tmp path, if your system restricts the webserver's access to the system temp path."
+
+#: mod/admin.php:1141
+msgid "Base path to installation"
+msgstr "Base path to installation"
+
+#: mod/admin.php:1141
+msgid ""
+"If the system cannot detect the correct path to your installation, enter the"
+" correct path here. This setting should only be set if you are using a "
+"restricted system and symbolic links to your webroot."
+msgstr "If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."
+
+#: mod/admin.php:1142
+msgid "Disable picture proxy"
+msgstr "Disable picture proxy"
+
+#: mod/admin.php:1142
+msgid ""
+"The picture proxy increases performance and privacy. It shouldn't be used on"
+" systems with very low bandwith."
+msgstr "The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith."
+
+#: mod/admin.php:1143
+msgid "Only search in tags"
+msgstr "Only search in tags"
+
+#: mod/admin.php:1143
+msgid "On large systems the text search can slow down the system extremely."
+msgstr "On large systems the text search can slow down the system significantly."
+
+#: mod/admin.php:1145
+msgid "New base url"
+msgstr "New base URL"
+
+#: mod/admin.php:1145
+msgid ""
+"Change base url for this server. Sends relocate message to all DFRN contacts"
+" of all users."
+msgstr "Change base URL for this server. Sends relocate message to all DFRN contacts of all users."
+
+#: mod/admin.php:1147
+msgid "RINO Encryption"
+msgstr "RINO Encryption"
+
+#: mod/admin.php:1147
+msgid "Encryption layer between nodes."
+msgstr "Encryption layer between nodes."
+
+#: mod/admin.php:1149
+msgid "Maximum number of parallel workers"
+msgstr "Maximum number of parallel workers"
+
+#: mod/admin.php:1149
+msgid ""
+"On shared hosters set this to 2. On larger systems, values of 10 are great. "
+"Default value is 4."
+msgstr "On shared hosts set this to 2. On larger systems, values of 10 are great. Default value is 4."
+
+#: mod/admin.php:1150
+msgid "Don't use 'proc_open' with the worker"
+msgstr "Don't use 'proc_open' with the worker"
+
+#: mod/admin.php:1150
+msgid ""
+"Enable this if your system doesn't allow the use of 'proc_open'. This can "
+"happen on shared hosters. If this is enabled you should increase the "
+"frequency of poller calls in your crontab."
+msgstr "Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosts. If this is enabled you should increase the frequency of poller calls in your crontab."
+
+#: mod/admin.php:1151
+msgid "Enable fastlane"
+msgstr "Enable fast-lane"
+
+#: mod/admin.php:1151
+msgid ""
+"When enabed, the fastlane mechanism starts an additional worker if processes"
+" with higher priority are blocked by processes of lower priority."
+msgstr "The fast-lane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."
+
+#: mod/admin.php:1152
+msgid "Enable frontend worker"
+msgstr "Enable frontend worker"
+
+#: mod/admin.php:1152
+msgid ""
+"When enabled the Worker process is triggered when backend access is "
+"performed (e.g. messages being delivered). On smaller sites you might want "
+"to call yourdomain.tld/worker on a regular basis via an external cron job. "
+"You should only enable this option if you cannot utilize cron/scheduled jobs"
+" on your server. The worker background process needs to be activated for "
+"this."
+msgstr "If enabled the Worker process is triggered when backend access is performed (e.g. messages being delivered). On smaller sites you might want to call yourdomain.tld/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server. The worker background process needs to be activated for this."
+
+#: mod/admin.php:1182
+msgid "Update has been marked successful"
+msgstr "Update has been marked successful"
+
+#: mod/admin.php:1190
+#, php-format
+msgid "Database structure update %s was successfully applied."
+msgstr "Database structure update %s was successfully applied."
+
+#: mod/admin.php:1193
+#, php-format
+msgid "Executing of database structure update %s failed with error: %s"
+msgstr "Executing of database structure update %s failed with error: %s"
+
+#: mod/admin.php:1207
+#, php-format
+msgid "Executing %s failed with error: %s"
+msgstr "Executing %s failed with error: %s"
+
+#: mod/admin.php:1210
+#, php-format
+msgid "Update %s was successfully applied."
+msgstr "Update %s was successfully applied."
+
+#: mod/admin.php:1213
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
+msgstr "Update %s did not return a status. Unknown if it succeeded."
+
+#: mod/admin.php:1216
+#, php-format
+msgid "There was no additional update function %s that needed to be called."
+msgstr "There was no additional update function %s that needed to be called."
+
+#: mod/admin.php:1236
+msgid "No failed updates."
+msgstr "No failed updates."
+
+#: mod/admin.php:1237
+msgid "Check database structure"
+msgstr "Check database structure"
+
+#: mod/admin.php:1242
+msgid "Failed Updates"
+msgstr "Failed updates"
+
+#: mod/admin.php:1243
+msgid ""
+"This does not include updates prior to 1139, which did not return a status."
+msgstr "This does not include updates prior to 1139, which did not return a status."
+
+#: mod/admin.php:1244
+msgid "Mark success (if update was manually applied)"
+msgstr "Mark success (if update was manually applied)"
+
+#: mod/admin.php:1245
+msgid "Attempt to execute this update step automatically"
+msgstr "Attempt to execute this update step automatically"
+
+#: mod/admin.php:1279
+#, php-format
+msgid ""
+"\n"
+"\t\t\tDear %1$s,\n"
+"\t\t\t\tthe administrator of %2$s has set up an account for you."
+msgstr "\n\t\t\tDear %1$s,\n\t\t\t\tThe administrator of %2$s has set up an account for you."
+
+#: mod/admin.php:1282
+#, php-format
+msgid ""
+"\n"
+"\t\t\tThe login details are as follows:\n"
+"\n"
+"\t\t\tSite Location:\t%1$s\n"
+"\t\t\tLogin Name:\t\t%2$s\n"
+"\t\t\tPassword:\t\t%3$s\n"
+"\n"
+"\t\t\tYou may change your password from your account \"Settings\" page after logging\n"
+"\t\t\tin.\n"
+"\n"
+"\t\t\tPlease take a few moments to review the other account settings on that page.\n"
+"\n"
+"\t\t\tYou may also wish to add some basic information to your default profile\n"
+"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
+"\n"
+"\t\t\tWe recommend setting your full name, adding a profile photo,\n"
+"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n"
+"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n"
+"\t\t\tthan that.\n"
+"\n"
+"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n"
+"\t\t\tIf you are new and do not know anybody here, they may help\n"
+"\t\t\tyou to make some new and interesting friends.\n"
+"\n"
+"\t\t\tThank you and welcome to %4$s."
+msgstr "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1$s\n\t\t\tLogin Name:\t\t%2$s\n\t\t\tPassword:\t\t%3$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, this may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tThank you and welcome to %4$s."
+
+#: mod/admin.php:1326
+#, php-format
+msgid "%s user blocked/unblocked"
+msgid_plural "%s users blocked/unblocked"
+msgstr[0] "%s user blocked/unblocked"
+msgstr[1] "%s users blocked/unblocked"
+
+#: mod/admin.php:1333
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] "%s user deleted"
+msgstr[1] "%s users deleted"
+
+#: mod/admin.php:1380
+#, php-format
+msgid "User '%s' deleted"
+msgstr "User '%s' deleted"
+
+#: mod/admin.php:1388
+#, php-format
+msgid "User '%s' unblocked"
+msgstr "User '%s' unblocked"
+
+#: mod/admin.php:1388
+#, php-format
+msgid "User '%s' blocked"
+msgstr "User '%s' blocked"
+
+#: mod/admin.php:1496 mod/admin.php:1522
+msgid "Register date"
+msgstr "Register date"
+
+#: mod/admin.php:1496 mod/admin.php:1522
+msgid "Last login"
+msgstr "Last login"
+
+#: mod/admin.php:1496 mod/admin.php:1522
+msgid "Last item"
+msgstr "Last item"
+
+#: mod/admin.php:1496 mod/settings.php:45
+msgid "Account"
+msgstr "Account"
+
+#: mod/admin.php:1505
+msgid "Add User"
+msgstr "Add user"
+
+#: mod/admin.php:1506
+msgid "select all"
+msgstr "select all"
+
+#: mod/admin.php:1507
+msgid "User registrations waiting for confirm"
+msgstr "User registrations awaiting confirmation"
+
+#: mod/admin.php:1508
+msgid "User waiting for permanent deletion"
+msgstr "User awaiting permanent deletion"
+
+#: mod/admin.php:1509
+msgid "Request date"
+msgstr "Request date"
+
+#: mod/admin.php:1510
+msgid "No registrations."
+msgstr "No registrations."
+
+#: mod/admin.php:1511
+msgid "Note from the user"
+msgstr "Note from the user"
+
+#: mod/admin.php:1513
+msgid "Deny"
+msgstr "Deny"
+
+#: mod/admin.php:1515 mod/contacts.php:616 mod/contacts.php:816
+#: mod/contacts.php:994
+msgid "Block"
+msgstr "Block"
+
+#: mod/admin.php:1516 mod/contacts.php:616 mod/contacts.php:816
+#: mod/contacts.php:994
+msgid "Unblock"
+msgstr "Unblock"
+
+#: mod/admin.php:1517
+msgid "Site admin"
+msgstr "Site admin"
+
+#: mod/admin.php:1518
+msgid "Account expired"
+msgstr "Account expired"
+
+#: mod/admin.php:1521
+msgid "New User"
+msgstr "New user"
+
+#: mod/admin.php:1522
+msgid "Deleted since"
+msgstr "Deleted since"
+
+#: mod/admin.php:1527
+msgid ""
+"Selected users will be deleted!\\n\\nEverything these users had posted on "
+"this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "Selected users will be deleted!\\n\\nEverything these users has posted on this site will be permanently deleted!\\n\\nAre you sure?"
+
+#: mod/admin.php:1528
+msgid ""
+"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
+"site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"
+
+#: mod/admin.php:1538
+msgid "Name of the new user."
+msgstr "Name of the new user."
+
+#: mod/admin.php:1539
+msgid "Nickname"
+msgstr "Nickname"
+
+#: mod/admin.php:1539
+msgid "Nickname of the new user."
+msgstr "Nickname of the new user."
+
+#: mod/admin.php:1540
+msgid "Email address of the new user."
+msgstr "Email address of the new user."
+
+#: mod/admin.php:1583
+#, php-format
+msgid "Plugin %s disabled."
+msgstr "Plugin %s disabled."
+
+#: mod/admin.php:1587
+#, php-format
+msgid "Plugin %s enabled."
+msgstr "Plugin %s enabled."
+
+#: mod/admin.php:1598 mod/admin.php:1850
+msgid "Disable"
+msgstr "Disable"
+
+#: mod/admin.php:1600 mod/admin.php:1852
+msgid "Enable"
+msgstr "Enable"
+
+#: mod/admin.php:1623 mod/admin.php:1899
+msgid "Toggle"
+msgstr "Toggle"
+
+#: mod/admin.php:1631 mod/admin.php:1908
+msgid "Author: "
+msgstr "Author: "
+
+#: mod/admin.php:1632 mod/admin.php:1909
+msgid "Maintainer: "
+msgstr "Maintainer: "
+
+#: mod/admin.php:1687
+msgid "Reload active plugins"
+msgstr "Reload active plugins"
+
+#: mod/admin.php:1692
+#, php-format
+msgid ""
+"There are currently no plugins available on your node. You can find the "
+"official plugin repository at %1$s and might find other interesting plugins "
+"in the open plugin registry at %2$s"
+msgstr "There are currently no plugins available on your node. You can find the official plugin repository at %1$s and might find other interesting plugins in the open plugin registry at %2$s"
+
+#: mod/admin.php:1811
+msgid "No themes found."
+msgstr "No themes found."
+
+#: mod/admin.php:1890
+msgid "Screenshot"
+msgstr "Screenshot"
+
+#: mod/admin.php:1950
+msgid "Reload active themes"
+msgstr "Reload active themes"
+
+#: mod/admin.php:1955
+#, php-format
+msgid "No themes found on the system. They should be paced in %1$s"
+msgstr "No themes found on the system. They should be paced in %1$s"
+
+#: mod/admin.php:1956
+msgid "[Experimental]"
+msgstr "[Experimental]"
+
+#: mod/admin.php:1957
+msgid "[Unsupported]"
+msgstr "[Unsupported]"
+
+#: mod/admin.php:1981
+msgid "Log settings updated."
+msgstr "Log settings updated."
+
+#: mod/admin.php:2013
+msgid "PHP log currently enabled."
+msgstr "PHP log currently enabled."
+
+#: mod/admin.php:2015
+msgid "PHP log currently disabled."
+msgstr "PHP log currently disabled."
+
+#: mod/admin.php:2024
+msgid "Clear"
+msgstr "Clear"
+
+#: mod/admin.php:2029
+msgid "Enable Debugging"
+msgstr "Enable debugging"
+
+#: mod/admin.php:2030
+msgid "Log file"
+msgstr "Log file"
+
+#: mod/admin.php:2030
+msgid ""
+"Must be writable by web server. Relative to your Friendica top-level "
+"directory."
+msgstr "Must be writable by web server and relative to your Friendica top-level directory."
+
+#: mod/admin.php:2031
+msgid "Log level"
+msgstr "Log level"
+
+#: mod/admin.php:2034
+msgid "PHP logging"
+msgstr "PHP logging"
+
+#: mod/admin.php:2035
+msgid ""
+"To enable logging of PHP errors and warnings you can add the following to "
+"the .htconfig.php file of your installation. The filename set in the "
+"'error_log' line is relative to the friendica top-level directory and must "
+"be writeable by the web server. The option '1' for 'log_errors' and "
+"'display_errors' is to enable these options, set to '0' to disable them."
+msgstr "To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The file name set in the 'error_log' line is relative to the Friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."
+
+#: mod/admin.php:2165 mod/admin.php:2166 mod/settings.php:783
+msgid "Off"
+msgstr "Off"
+
+#: mod/admin.php:2165 mod/admin.php:2166 mod/settings.php:783
+msgid "On"
+msgstr "On"
+
+#: mod/admin.php:2166
+#, php-format
+msgid "Lock feature %s"
+msgstr "Lock feature %s"
+
+#: mod/admin.php:2174
+msgid "Manage Additional Features"
+msgstr "Manage additional features"
+
+#: mod/contacts.php:137
+#, php-format
+msgid "%d contact edited."
+msgid_plural "%d contacts edited."
+msgstr[0] "%d contact edited."
+msgstr[1] "%d contacts edited."
+
+#: mod/contacts.php:172 mod/contacts.php:381
+msgid "Could not access contact record."
+msgstr "Could not access contact record."
+
+#: mod/contacts.php:186
+msgid "Could not locate selected profile."
+msgstr "Could not locate selected profile."
+
+#: mod/contacts.php:219
+msgid "Contact updated."
+msgstr "Contact updated."
+
+#: mod/contacts.php:402
+msgid "Contact has been blocked"
+msgstr "Contact has been blocked"
+
+#: mod/contacts.php:402
+msgid "Contact has been unblocked"
+msgstr "Contact has been unblocked"
+
+#: mod/contacts.php:413
+msgid "Contact has been ignored"
+msgstr "Contact has been ignored"
+
+#: mod/contacts.php:413
+msgid "Contact has been unignored"
+msgstr "Contact has been unignored"
+
+#: mod/contacts.php:425
+msgid "Contact has been archived"
+msgstr "Contact has been archived"
+
+#: mod/contacts.php:425
+msgid "Contact has been unarchived"
+msgstr "Contact has been unarchived"
+
+#: mod/contacts.php:450
+msgid "Drop contact"
+msgstr "Drop contact"
+
+#: mod/contacts.php:453 mod/contacts.php:812
+msgid "Do you really want to delete this contact?"
+msgstr "Do you really want to delete this contact?"
+
+#: mod/contacts.php:472
+msgid "Contact has been removed."
+msgstr "Contact has been removed."
+
+#: mod/contacts.php:509
+#, php-format
+msgid "You are mutual friends with %s"
+msgstr "You are mutual friends with %s"
+
+#: mod/contacts.php:513
+#, php-format
+msgid "You are sharing with %s"
+msgstr "You are sharing with %s"
+
+#: mod/contacts.php:518
+#, php-format
+msgid "%s is sharing with you"
+msgstr "%s is sharing with you"
+
+#: mod/contacts.php:538
+msgid "Private communications are not available for this contact."
+msgstr "Private communications are not available for this contact."
+
+#: mod/contacts.php:545
+msgid "(Update was successful)"
+msgstr "(Update was successful)"
+
+#: mod/contacts.php:545
+msgid "(Update was not successful)"
+msgstr "(Update was not successful)"
+
+#: mod/contacts.php:547 mod/contacts.php:975
+msgid "Suggest friends"
+msgstr "Suggest friends"
+
+#: mod/contacts.php:551
+#, php-format
+msgid "Network type: %s"
+msgstr "Network type: %s"
+
+#: mod/contacts.php:564
+msgid "Communications lost with this contact!"
+msgstr "Communications lost with this contact!"
+
+#: mod/contacts.php:567
+msgid "Fetch further information for feeds"
+msgstr "Fetch further information for feeds"
+
+#: mod/contacts.php:568
+msgid "Fetch information"
+msgstr "Fetch information"
+
+#: mod/contacts.php:568
+msgid "Fetch information and keywords"
+msgstr "Fetch information and keywords"
+
+#: mod/contacts.php:586
+msgid "Contact"
+msgstr "Contact"
+
+#: mod/contacts.php:589
+msgid "Profile Visibility"
+msgstr "Profile visibility"
+
+#: mod/contacts.php:590
+#, php-format
+msgid ""
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
+msgstr "Please choose the profile you would like to display to %s when viewing your profile securely."
+
+#: mod/contacts.php:591
+msgid "Contact Information / Notes"
+msgstr "Personal note"
+
+#: mod/contacts.php:592
+msgid "Edit contact notes"
+msgstr "Edit contact notes"
+
+#: mod/contacts.php:598
+msgid "Block/Unblock contact"
+msgstr "Block/Unblock contact"
+
+#: mod/contacts.php:599
+msgid "Ignore contact"
+msgstr "Ignore contact"
+
+#: mod/contacts.php:600
+msgid "Repair URL settings"
+msgstr "Repair URL settings"
+
+#: mod/contacts.php:601
+msgid "View conversations"
+msgstr "View conversations"
+
+#: mod/contacts.php:607
+msgid "Last update:"
+msgstr "Last update:"
+
+#: mod/contacts.php:609
+msgid "Update public posts"
+msgstr "Update public posts"
+
+#: mod/contacts.php:611 mod/contacts.php:985
+msgid "Update now"
+msgstr "Update now"
+
+#: mod/contacts.php:617 mod/contacts.php:817 mod/contacts.php:1002
+msgid "Unignore"
+msgstr "Unignore"
+
+#: mod/contacts.php:621
+msgid "Currently blocked"
+msgstr "Currently blocked"
+
+#: mod/contacts.php:622
+msgid "Currently ignored"
+msgstr "Currently ignored"
+
+#: mod/contacts.php:623
+msgid "Currently archived"
+msgstr "Currently archived"
+
+#: mod/contacts.php:624
+msgid ""
+"Replies/likes to your public posts <strong>may</strong> still be visible"
+msgstr "Replies/Likes to your public posts <strong>may</strong> still be visible"
+
+#: mod/contacts.php:625
+msgid "Notification for new posts"
+msgstr "Notification for new posts"
+
+#: mod/contacts.php:625
+msgid "Send a notification of every new post of this contact"
+msgstr "Send notification for every new post from this contact"
+
+#: mod/contacts.php:628
+msgid "Blacklisted keywords"
+msgstr "Blacklisted keywords"
+
+#: mod/contacts.php:628
+msgid ""
+"Comma separated list of keywords that should not be converted to hashtags, "
+"when \"Fetch information and keywords\" is selected"
+msgstr "Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"
+
+#: mod/contacts.php:646
+msgid "Actions"
+msgstr "Actions"
+
+#: mod/contacts.php:649
+msgid "Contact Settings"
+msgstr "Notification and privacy "
+
+#: mod/contacts.php:695
+msgid "Suggestions"
+msgstr "Suggestions"
+
+#: mod/contacts.php:698
+msgid "Suggest potential friends"
+msgstr "Suggest potential friends"
+
+#: mod/contacts.php:706
+msgid "Show all contacts"
+msgstr "Show all contacts"
+
+#: mod/contacts.php:711
+msgid "Unblocked"
+msgstr "Unblocked"
+
+#: mod/contacts.php:714
+msgid "Only show unblocked contacts"
+msgstr "Only show unblocked contacts"
+
+#: mod/contacts.php:720
+msgid "Blocked"
+msgstr "Blocked"
+
+#: mod/contacts.php:723
+msgid "Only show blocked contacts"
+msgstr "Only show blocked contacts"
+
+#: mod/contacts.php:729
+msgid "Ignored"
+msgstr "Ignored"
+
+#: mod/contacts.php:732
+msgid "Only show ignored contacts"
+msgstr "Only show ignored contacts"
+
+#: mod/contacts.php:738
+msgid "Archived"
+msgstr "Archived"
+
+#: mod/contacts.php:741
+msgid "Only show archived contacts"
+msgstr "Only show archived contacts"
+
+#: mod/contacts.php:747
+msgid "Hidden"
+msgstr "Hidden"
+
+#: mod/contacts.php:750
+msgid "Only show hidden contacts"
+msgstr "Only show hidden contacts"
+
+#: mod/contacts.php:807
+msgid "Search your contacts"
+msgstr "Search your contacts"
+
+#: mod/contacts.php:815 mod/settings.php:162 mod/settings.php:708
+msgid "Update"
+msgstr "Update"
+
+#: mod/contacts.php:818 mod/contacts.php:1010
+msgid "Archive"
+msgstr "Archive"
+
+#: mod/contacts.php:818 mod/contacts.php:1010
+msgid "Unarchive"
+msgstr "Unarchive"
+
+#: mod/contacts.php:821
+msgid "Batch Actions"
+msgstr "Batch actions"
+
+#: mod/contacts.php:867
+msgid "View all contacts"
+msgstr "View all contacts"
+
+#: mod/contacts.php:877
+msgid "View all common friends"
+msgstr "View all common friends"
+
+#: mod/contacts.php:884
+msgid "Advanced Contact Settings"
+msgstr "Advanced contact settings"
+
+#: mod/contacts.php:918
+msgid "Mutual Friendship"
+msgstr "Mutual friendship"
+
+#: mod/contacts.php:922
+msgid "is a fan of yours"
+msgstr "is a fan of yours"
+
+#: mod/contacts.php:926
+msgid "you are a fan of"
+msgstr "I follow them"
+
+#: mod/contacts.php:996
+msgid "Toggle Blocked status"
+msgstr "Toggle blocked status"
+
+#: mod/contacts.php:1004
+msgid "Toggle Ignored status"
+msgstr "Toggle ignored status"
+
+#: mod/contacts.php:1012
+msgid "Toggle Archive status"
+msgstr "Toggle archive status"
+
+#: mod/contacts.php:1020
+msgid "Delete contact"
+msgstr "Delete contact"
+
+#: mod/profile_photo.php:44
+msgid "Image uploaded but image cropping failed."
+msgstr "Image uploaded but image cropping failed."
+
+#: mod/profile_photo.php:77 mod/profile_photo.php:85 mod/profile_photo.php:93
+#: mod/profile_photo.php:322
+#, php-format
+msgid "Image size reduction [%s] failed."
+msgstr "Image size reduction [%s] failed."
+
+#: mod/profile_photo.php:127
+msgid ""
+"Shift-reload the page or clear browser cache if the new photo does not "
+"display immediately."
+msgstr "Shift-reload the page or clear browser cache if the new photo does not display immediately."
+
+#: mod/profile_photo.php:136
+msgid "Unable to process image"
+msgstr "Unable to process image"
+
+#: mod/profile_photo.php:253
+msgid "Upload File:"
+msgstr "Upload File:"
+
+#: mod/profile_photo.php:254
+msgid "Select a profile:"
+msgstr "Select a profile:"
+
+#: mod/profile_photo.php:256
+msgid "Upload"
+msgstr "Upload"
+
+#: mod/profile_photo.php:259
+msgid "or"
+msgstr "or"
+
+#: mod/profile_photo.php:259
+msgid "skip this step"
+msgstr "skip this step"
+
+#: mod/profile_photo.php:259
+msgid "select a photo from your photo albums"
+msgstr "select a photo from your photo albums"
+
+#: mod/profile_photo.php:273
+msgid "Crop Image"
+msgstr "Crop Image"
+
+#: mod/profile_photo.php:274
+msgid "Please adjust the image cropping for optimum viewing."
+msgstr "Please adjust the image cropping for optimum viewing."
+
+#: mod/profile_photo.php:276
+msgid "Done Editing"
+msgstr "Done editing"
+
+#: mod/profile_photo.php:312
+msgid "Image uploaded successfully."
+msgstr "Image uploaded successfully."
+
+#: mod/profiles.php:42
+msgid "Profile deleted."
+msgstr "Profile deleted."
+
+#: mod/profiles.php:58 mod/profiles.php:94
+msgid "Profile-"
+msgstr "Profile-"
+
+#: mod/profiles.php:77 mod/profiles.php:122
+msgid "New profile created."
+msgstr "New profile created."
+
+#: mod/profiles.php:100
+msgid "Profile unavailable to clone."
+msgstr "Profile unavailable to clone."
+
+#: mod/profiles.php:196
+msgid "Profile Name is required."
+msgstr "Profile name is required."
+
+#: mod/profiles.php:336
+msgid "Marital Status"
+msgstr "Marital status"
+
+#: mod/profiles.php:340
+msgid "Romantic Partner"
+msgstr "Romantic partner"
+
+#: mod/profiles.php:352
+msgid "Work/Employment"
+msgstr "Work/Employment:"
+
+#: mod/profiles.php:355
+msgid "Religion"
+msgstr "Religion"
+
+#: mod/profiles.php:359
+msgid "Political Views"
+msgstr "Political views"
+
+#: mod/profiles.php:363
+msgid "Gender"
+msgstr "Gender"
+
+#: mod/profiles.php:367
+msgid "Sexual Preference"
+msgstr "Sexual preference"
+
+#: mod/profiles.php:371
+msgid "XMPP"
+msgstr "XMPP"
+
+#: mod/profiles.php:375
+msgid "Homepage"
+msgstr "Homepage"
+
+#: mod/profiles.php:379 mod/profiles.php:698
+msgid "Interests"
+msgstr "Interests"
+
+#: mod/profiles.php:383
+msgid "Address"
+msgstr "Address"
+
+#: mod/profiles.php:390 mod/profiles.php:694
+msgid "Location"
+msgstr "Location"
+
+#: mod/profiles.php:475
+msgid "Profile updated."
+msgstr "Profile updated."
+
+#: mod/profiles.php:567
+msgid " and "
+msgstr " and "
+
+#: mod/profiles.php:576
+msgid "public profile"
+msgstr "public profile"
+
+#: mod/profiles.php:579
+#, php-format
+msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+msgstr "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
+
+#: mod/profiles.php:580
+#, php-format
+msgid " - Visit %1$s's %2$s"
+msgstr " - Visit %1$s's %2$s"
+
+#: mod/profiles.php:582
+#, php-format
+msgid "%1$s has an updated %2$s, changing %3$s."
+msgstr "%1$s has an updated %2$s, changing %3$s."
+
+#: mod/profiles.php:640
+msgid "Hide contacts and friends:"
+msgstr "Hide contacts and friends:"
+
+#: mod/profiles.php:645
+msgid "Hide your contact/friend list from viewers of this profile?"
+msgstr "Hide your contact/friend list from viewers of this profile?"
+
+#: mod/profiles.php:670
+msgid "Show more profile fields:"
+msgstr "Show more profile fields:"
+
+#: mod/profiles.php:682
+msgid "Profile Actions"
+msgstr "Profile actions"
+
+#: mod/profiles.php:683
+msgid "Edit Profile Details"
+msgstr "Edit Profile Details"
+
+#: mod/profiles.php:685
+msgid "Change Profile Photo"
+msgstr "Change profile photo"
+
+#: mod/profiles.php:686
+msgid "View this profile"
+msgstr "View this profile"
+
+#: mod/profiles.php:688
+msgid "Create a new profile using these settings"
+msgstr "Create a new profile using these settings"
+
+#: mod/profiles.php:689
+msgid "Clone this profile"
+msgstr "Clone this profile"
+
+#: mod/profiles.php:690
+msgid "Delete this profile"
+msgstr "Delete this profile"
+
+#: mod/profiles.php:692
+msgid "Basic information"
+msgstr "Basic information"
+
+#: mod/profiles.php:693
+msgid "Profile picture"
+msgstr "Profile picture"
+
+#: mod/profiles.php:695
+msgid "Preferences"
+msgstr "Preferences"
+
+#: mod/profiles.php:696
+msgid "Status information"
+msgstr "Status information"
+
+#: mod/profiles.php:697
+msgid "Additional information"
+msgstr "Additional information"
+
+#: mod/profiles.php:700
+msgid "Relation"
+msgstr "Relation"
+
+#: mod/profiles.php:704
+msgid "Your Gender:"
+msgstr "Gender:"
+
+#: mod/profiles.php:705
+msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
+msgstr "<span class=\"heart\">&hearts;</span> Marital status:"
+
+#: mod/profiles.php:707
+msgid "Example: fishing photography software"
+msgstr "Example: fishing photography software"
+
+#: mod/profiles.php:712
+msgid "Profile Name:"
+msgstr "Profile name:"
+
+#: mod/profiles.php:714
+msgid ""
+"This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
+"be visible to anybody using the internet."
+msgstr "This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."
+
+#: mod/profiles.php:715
+msgid "Your Full Name:"
+msgstr "My full name:"
+
+#: mod/profiles.php:716
+msgid "Title/Description:"
+msgstr "Title/Description:"
+
+#: mod/profiles.php:719
+msgid "Street Address:"
+msgstr "Street address:"
+
+#: mod/profiles.php:720
+msgid "Locality/City:"
+msgstr "Locality/City:"
+
+#: mod/profiles.php:721
+msgid "Region/State:"
+msgstr "Region/State:"
+
+#: mod/profiles.php:722
+msgid "Postal/Zip Code:"
+msgstr "Postcode:"
+
+#: mod/profiles.php:723
+msgid "Country:"
+msgstr "Country:"
+
+#: mod/profiles.php:727
+msgid "Who: (if applicable)"
+msgstr "Who: (if applicable)"
+
+#: mod/profiles.php:727
+msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
+msgstr "Examples: cathy123, Cathy Williams, cathy@example.com"
+
+#: mod/profiles.php:728
+msgid "Since [date]:"
+msgstr "Since when:"
+
+#: mod/profiles.php:730
+msgid "Tell us about yourself..."
+msgstr "About myself:"
+
+#: mod/profiles.php:731
+msgid "XMPP (Jabber) address:"
+msgstr "XMPP (Jabber) address:"
+
+#: mod/profiles.php:731
+msgid ""
+"The XMPP address will be propagated to your contacts so that they can follow"
+" you."
+msgstr "The XMPP address will be propagated to your contacts so that they can follow you."
+
+#: mod/profiles.php:732
+msgid "Homepage URL:"
+msgstr "Homepage URL:"
+
+#: mod/profiles.php:735
+msgid "Religious Views:"
+msgstr "Religious views:"
+
+#: mod/profiles.php:736
+msgid "Public Keywords:"
+msgstr "Public keywords:"
+
+#: mod/profiles.php:736
+msgid "(Used for suggesting potential friends, can be seen by others)"
+msgstr "Used for suggesting potential friends, can be seen by others."
+
+#: mod/profiles.php:737
+msgid "Private Keywords:"
+msgstr "Private keywords:"
+
+#: mod/profiles.php:737
+msgid "(Used for searching profiles, never shown to others)"
+msgstr "Used for searching profiles, never shown to others."
+
+#: mod/profiles.php:740
+msgid "Musical interests"
+msgstr "Music:"
+
+#: mod/profiles.php:741
+msgid "Books, literature"
+msgstr "Books, literature, poetry:"
+
+#: mod/profiles.php:742
+msgid "Television"
+msgstr "Television:"
+
+#: mod/profiles.php:743
+msgid "Film/dance/culture/entertainment"
+msgstr "Film, dance, culture, entertainment"
+
+#: mod/profiles.php:744
+msgid "Hobbies/Interests"
+msgstr "Hobbies/Interests:"
+
+#: mod/profiles.php:745
+msgid "Love/romance"
+msgstr "Love/Romance:"
+
+#: mod/profiles.php:746
+msgid "Work/employment"
+msgstr "Work/Employment:"
+
+#: mod/profiles.php:747
+msgid "School/education"
+msgstr "School/Education:"
+
+#: mod/profiles.php:748
+msgid "Contact information and Social Networks"
+msgstr "Contact information and other social networks:"
+
+#: mod/profiles.php:789
+msgid "Edit/Manage Profiles"
+msgstr "Edit/Manage Profiles"
+
+#: mod/settings.php:62
+msgid "Display"
+msgstr "Display"
+
+#: mod/settings.php:69 mod/settings.php:891
+msgid "Social Networks"
+msgstr "Social networks"
+
+#: mod/settings.php:90
+msgid "Connected apps"
+msgstr "Connected apps"
+
+#: mod/settings.php:104
+msgid "Remove account"
+msgstr "Remove account"
+
+#: mod/settings.php:159
+msgid "Missing some important data!"
+msgstr "Missing some important data!"
+
+#: mod/settings.php:273
+msgid "Failed to connect with email account using the settings provided."
+msgstr "Failed to connect with email account using the settings provided."
+
+#: mod/settings.php:278
+msgid "Email settings updated."
+msgstr "Email settings updated."
+
+#: mod/settings.php:293
+msgid "Features updated"
+msgstr "Features updated"
+
+#: mod/settings.php:363
+msgid "Relocate message has been send to your contacts"
+msgstr "Relocate message has been send to your contacts"
+
+#: mod/settings.php:382
+msgid "Empty passwords are not allowed. Password unchanged."
+msgstr "Empty passwords are not allowed. Password unchanged."
+
+#: mod/settings.php:390
+msgid "Wrong password."
+msgstr "Wrong password."
+
+#: mod/settings.php:401
+msgid "Password changed."
+msgstr "Password changed."
+
+#: mod/settings.php:403
+msgid "Password update failed. Please try again."
+msgstr "Password update failed. Please try again."
+
+#: mod/settings.php:483
+msgid " Please use a shorter name."
+msgstr " Please use a shorter name."
+
+#: mod/settings.php:485
+msgid " Name too short."
+msgstr " Name too short."
+
+#: mod/settings.php:494
+msgid "Wrong Password"
+msgstr "Wrong password"
+
+#: mod/settings.php:499
+msgid " Not valid email."
+msgstr "Invalid email."
+
+#: mod/settings.php:505
+msgid " Cannot change to that email."
+msgstr " Cannot change to that email."
+
+#: mod/settings.php:561
+msgid "Private forum has no privacy permissions. Using default privacy group."
+msgstr "Private forum has no privacy permissions. Using default privacy group."
+
+#: mod/settings.php:565
+msgid "Private forum has no privacy permissions and no default privacy group."
+msgstr "Private forum has no privacy permissions and no default privacy group."
+
+#: mod/settings.php:605
+msgid "Settings updated."
+msgstr "Settings updated."
+
+#: mod/settings.php:681 mod/settings.php:707 mod/settings.php:743
+msgid "Add application"
+msgstr "Add application"
+
+#: mod/settings.php:685 mod/settings.php:711
+msgid "Consumer Key"
+msgstr "Consumer key"
+
+#: mod/settings.php:686 mod/settings.php:712
+msgid "Consumer Secret"
+msgstr "Consumer secret"
+
+#: mod/settings.php:687 mod/settings.php:713
+msgid "Redirect"
+msgstr "Redirect"
+
+#: mod/settings.php:688 mod/settings.php:714
+msgid "Icon url"
+msgstr "Icon URL"
+
+#: mod/settings.php:699
+msgid "You can't edit this application."
+msgstr "You cannot edit this application."
+
+#: mod/settings.php:742
+msgid "Connected Apps"
+msgstr "Connected Apps"
+
+#: mod/settings.php:746
+msgid "Client key starts with"
+msgstr "Client key starts with"
+
+#: mod/settings.php:747
+msgid "No name"
+msgstr "No name"
+
+#: mod/settings.php:748
+msgid "Remove authorization"
+msgstr "Remove authorization"
+
+#: mod/settings.php:760
+msgid "No Plugin settings configured"
+msgstr "No plugin settings configured"
+
+#: mod/settings.php:769
+msgid "Plugin Settings"
+msgstr "Plugin Settings"
+
+#: mod/settings.php:791
+msgid "Additional Features"
+msgstr "Additional Features"
+
+#: mod/settings.php:801 mod/settings.php:805
+msgid "General Social Media Settings"
+msgstr "General Social Media Settings"
+
+#: mod/settings.php:811
+msgid "Disable intelligent shortening"
+msgstr "Disable intelligent shortening"
+
+#: mod/settings.php:813
+msgid ""
+"Normally the system tries to find the best link to add to shortened posts. "
+"If this option is enabled then every shortened post will always point to the"
+" original friendica post."
+msgstr "Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original Friendica post."
+
+#: mod/settings.php:819
+msgid "Automatically follow any GNU Social (OStatus) followers/mentioners"
+msgstr "Automatically follow any GNU Social (OStatus) followers/mentioners"
+
+#: mod/settings.php:821
+msgid ""
+"If you receive a message from an unknown OStatus user, this option decides "
+"what to do. If it is checked, a new contact will be created for every "
+"unknown user."
+msgstr "Create a new contact for every unknown OStatus user from whom you receive a message."
+
+#: mod/settings.php:827
+msgid "Default group for OStatus contacts"
+msgstr "Default group for OStatus contacts"
+
+#: mod/settings.php:835
+msgid "Your legacy GNU Social account"
+msgstr "Your legacy GNU Social account"
+
+#: mod/settings.php:837
+msgid ""
+"If you enter your old GNU Social/Statusnet account name here (in the format "
+"user@domain.tld), your contacts will be added automatically. The field will "
+"be emptied when done."
+msgstr "Entering your old GNU Social/Statusnet account name here (format: user@domain.tld), will automatically added your contacts. The field will be emptied when done."
+
+#: mod/settings.php:840
+msgid "Repair OStatus subscriptions"
+msgstr "Repair OStatus subscriptions"
+
+#: mod/settings.php:849 mod/settings.php:850
+#, php-format
+msgid "Built-in support for %s connectivity is %s"
+msgstr "Built-in support for %s connectivity is %s"
+
+#: mod/settings.php:849 mod/settings.php:850
+msgid "enabled"
+msgstr "enabled"
+
+#: mod/settings.php:849 mod/settings.php:850
+msgid "disabled"
+msgstr "disabled"
+
+#: mod/settings.php:850
+msgid "GNU Social (OStatus)"
+msgstr "GNU Social (OStatus)"
+
+#: mod/settings.php:884
+msgid "Email access is disabled on this site."
+msgstr "Email access is disabled on this site."
+
+#: mod/settings.php:896
+msgid "Email/Mailbox Setup"
+msgstr "Email/Mailbox setup"
+
+#: mod/settings.php:897
+msgid ""
+"If you wish to communicate with email contacts using this service "
+"(optional), please specify how to connect to your mailbox."
+msgstr "Specify how to connect to your mailbox, if you wish to communicate with existing email contacts."
+
+#: mod/settings.php:898
+msgid "Last successful email check:"
+msgstr "Last successful email check:"
+
+#: mod/settings.php:900
+msgid "IMAP server name:"
+msgstr "IMAP server name:"
+
+#: mod/settings.php:901
+msgid "IMAP port:"
+msgstr "IMAP port:"
+
+#: mod/settings.php:902
+msgid "Security:"
+msgstr "Security:"
+
+#: mod/settings.php:902 mod/settings.php:907
+msgid "None"
+msgstr "None"
+
+#: mod/settings.php:903
+msgid "Email login name:"
+msgstr "Email login name:"
+
+#: mod/settings.php:904
+msgid "Email password:"
+msgstr "Email password:"
+
+#: mod/settings.php:905
+msgid "Reply-to address:"
+msgstr "Reply-to address:"
+
+#: mod/settings.php:906
+msgid "Send public posts to all email contacts:"
+msgstr "Send public posts to all email contacts:"
+
+#: mod/settings.php:907
+msgid "Action after import:"
+msgstr "Action after import:"
+
+#: mod/settings.php:907
+msgid "Move to folder"
+msgstr "Move to folder"
+
+#: mod/settings.php:908
+msgid "Move to folder:"
+msgstr "Move to folder:"
+
+#: mod/settings.php:1004
+msgid "Display Settings"
+msgstr "Display Settings"
+
+#: mod/settings.php:1010 mod/settings.php:1033
+msgid "Display Theme:"
+msgstr "Display theme:"
+
+#: mod/settings.php:1011
+msgid "Mobile Theme:"
+msgstr "Mobile theme:"
+
+#: mod/settings.php:1012
+msgid "Suppress warning of insecure networks"
+msgstr "Suppress warning of insecure networks"
+
+#: mod/settings.php:1012
+msgid ""
+"Should the system suppress the warning that the current group contains "
+"members of networks that can't receive non public postings."
+msgstr "Suppresses warnings if groups contains members whose networks that cannot receive non-public postings."
+
+#: mod/settings.php:1013
+msgid "Update browser every xx seconds"
+msgstr "Update browser every so many seconds:"
+
+#: mod/settings.php:1013
+msgid "Minimum of 10 seconds. Enter -1 to disable it."
+msgstr "Minimum 10 seconds; to disable -1."
+
+#: mod/settings.php:1014
+msgid "Number of items to display per page:"
+msgstr "Number of items displayed per page:"
+
+#: mod/settings.php:1014 mod/settings.php:1015
+msgid "Maximum of 100 items"
+msgstr "Maximum of 100 items"
+
+#: mod/settings.php:1015
+msgid "Number of items to display per page when viewed from mobile device:"
+msgstr "Number of items displayed per page on mobile devices:"
+
+#: mod/settings.php:1016
+msgid "Don't show emoticons"
+msgstr "Don't show emoticons"
+
+#: mod/settings.php:1017
+msgid "Calendar"
+msgstr "Calendar"
+
+#: mod/settings.php:1018
+msgid "Beginning of week:"
+msgstr "Week begins: "
+
+#: mod/settings.php:1019
+msgid "Don't show notices"
+msgstr "Don't show notices"
+
+#: mod/settings.php:1020
+msgid "Infinite scroll"
+msgstr "Infinite scroll"
+
+#: mod/settings.php:1021
+msgid "Automatic updates only at the top of the network page"
+msgstr "Automatically updates only top of the network page"
+
+#: mod/settings.php:1022
+msgid "Bandwith Saver Mode"
+msgstr "Bandwith saving mode"
+
+#: mod/settings.php:1022
+msgid ""
+"When enabled, embedded content is not displayed on automatic updates, they "
+"only show on page reload."
+msgstr "If enabled, embedded content is not displayed on automatic updates; it is only shown on page reload."
+
+#: mod/settings.php:1024
+msgid "General Theme Settings"
+msgstr "Themes"
+
+#: mod/settings.php:1025
+msgid "Custom Theme Settings"
+msgstr "Theme customization"
+
+#: mod/settings.php:1026
+msgid "Content Settings"
+msgstr "Content/Layout"
+
+#: mod/settings.php:1027 view/theme/duepuntozero/config.php:66
+#: view/theme/frio/config.php:69 view/theme/quattro/config.php:72
+#: view/theme/vier/config.php:115
+msgid "Theme settings"
+msgstr "Theme settings"
+
+#: mod/settings.php:1111
+msgid "Account Types"
+msgstr "Account types:"
+
+#: mod/settings.php:1112
+msgid "Personal Page Subtypes"
+msgstr "Personal Page subtypes"
+
+#: mod/settings.php:1113
+msgid "Community Forum Subtypes"
+msgstr "Community forum subtypes"
+
+#: mod/settings.php:1120
+msgid "Personal Page"
+msgstr "Personal Page"
+
+#: mod/settings.php:1121
+msgid "This account is a regular personal profile"
+msgstr "Regular personal profile"
+
+#: mod/settings.php:1124
+msgid "Organisation Page"
+msgstr "Organization Page"
+
+#: mod/settings.php:1125
+msgid "This account is a profile for an organisation"
+msgstr "Profile for an organization"
+
+#: mod/settings.php:1128
+msgid "News Page"
+msgstr "News Page"
+
+#: mod/settings.php:1129
+msgid "This account is a news account/reflector"
+msgstr "News reflector"
+
+#: mod/settings.php:1132
+msgid "Community Forum"
+msgstr "Community Forum"
+
+#: mod/settings.php:1133
+msgid ""
+"This account is a community forum where people can discuss with each other"
+msgstr "Discussion forum for community"
+
+#: mod/settings.php:1136
+msgid "Normal Account Page"
+msgstr "Standard"
+
+#: mod/settings.php:1137
+msgid "This account is a normal personal profile"
+msgstr "Regular personal profile"
+
+#: mod/settings.php:1140
+msgid "Soapbox Page"
+msgstr "Soapbox"
+
+#: mod/settings.php:1141
+msgid "Automatically approve all connection/friend requests as read-only fans"
+msgstr "Automatically approves contact requests as followers"
+
+#: mod/settings.php:1144
+msgid "Public Forum"
+msgstr "Public forum"
+
+#: mod/settings.php:1145
+msgid "Automatically approve all contact requests"
+msgstr "Automatically approve all contact requests"
+
+#: mod/settings.php:1148
+msgid "Automatic Friend Page"
+msgstr "Popularity"
+
+#: mod/settings.php:1149
+msgid "Automatically approve all connection/friend requests as friends"
+msgstr "Automatically approves contact requests as friends"
+
+#: mod/settings.php:1152
+msgid "Private Forum [Experimental]"
+msgstr "Private forum [Experimental]"
+
+#: mod/settings.php:1153
+msgid "Private forum - approved members only"
+msgstr "Private forum - approved members only"
+
+#: mod/settings.php:1164
+msgid "OpenID:"
+msgstr "OpenID:"
+
+#: mod/settings.php:1164
+msgid "(Optional) Allow this OpenID to login to this account."
+msgstr "(Optional) Allow this OpenID to login to this account."
+
+#: mod/settings.php:1172
+msgid "Publish your default profile in your local site directory?"
+msgstr "Publish default profile in local site directory?"
+
+#: mod/settings.php:1172
+msgid "Your profile may be visible in public."
+msgstr "Your local directory may be publicly visible"
+
+#: mod/settings.php:1178
+msgid "Publish your default profile in the global social directory?"
+msgstr "Publish default profile in global directory?"
+
+#: mod/settings.php:1185
+msgid "Hide your contact/friend list from viewers of your default profile?"
+msgstr "Hide my contact list from others?"
+
+#: mod/settings.php:1189
+msgid ""
+"If enabled, posting public messages to Diaspora and other networks isn't "
+"possible."
+msgstr "Posting public messages to Diaspora and other networks will not be possible if enabled"
+
+#: mod/settings.php:1194
+msgid "Allow friends to post to your profile page?"
+msgstr "Allow friends to post to my wall?"
+
+#: mod/settings.php:1199
+msgid "Allow friends to tag your posts?"
+msgstr "Allow friends to tag my post?"
+
+#: mod/settings.php:1204
+msgid "Allow us to suggest you as a potential friend to new members?"
+msgstr "Allow us to suggest you as a potential friend to new members?"
+
+#: mod/settings.php:1209
+msgid "Permit unknown people to send you private mail?"
+msgstr "Allow unknown people to send me private messages?"
+
+#: mod/settings.php:1217
+msgid "Profile is <strong>not published</strong>."
+msgstr "Profile is <strong>not published</strong>."
+
+#: mod/settings.php:1225
+#, php-format
+msgid "Your Identity Address is <strong>'%s'</strong> or '%s'."
+msgstr "My identity address: <strong>'%s'</strong> or '%s'"
+
+#: mod/settings.php:1232
+msgid "Automatically expire posts after this many days:"
+msgstr "Automatically expire posts after this many days:"
+
+#: mod/settings.php:1232
+msgid "If empty, posts will not expire. Expired posts will be deleted"
+msgstr "Posts will not expire if empty;  expired posts will be deleted"
+
+#: mod/settings.php:1233
+msgid "Advanced expiration settings"
+msgstr "Advanced expiration settings"
+
+#: mod/settings.php:1234
+msgid "Advanced Expiration"
+msgstr "Advanced expiration"
+
+#: mod/settings.php:1235
+msgid "Expire posts:"
+msgstr "Expire posts:"
+
+#: mod/settings.php:1236
+msgid "Expire personal notes:"
+msgstr "Expire personal notes:"
+
+#: mod/settings.php:1237
+msgid "Expire starred posts:"
+msgstr "Expire starred posts:"
+
+#: mod/settings.php:1238
+msgid "Expire photos:"
+msgstr "Expire photos:"
+
+#: mod/settings.php:1239
+msgid "Only expire posts by others:"
+msgstr "Only expire posts by others:"
+
+#: mod/settings.php:1270
+msgid "Account Settings"
+msgstr "Account Settings"
+
+#: mod/settings.php:1278
+msgid "Password Settings"
+msgstr "Password change"
+
+#: mod/settings.php:1280
+msgid "Leave password fields blank unless changing"
+msgstr "Leave password fields blank unless changing"
+
+#: mod/settings.php:1281
+msgid "Current Password:"
+msgstr "Current password:"
+
+#: mod/settings.php:1281 mod/settings.php:1282
+msgid "Your current password to confirm the changes"
+msgstr "Current password to confirm change"
+
+#: mod/settings.php:1282
+msgid "Password:"
+msgstr "Password:"
+
+#: mod/settings.php:1286
+msgid "Basic Settings"
+msgstr "Basic information"
+
+#: mod/settings.php:1288
+msgid "Email Address:"
+msgstr "Email address:"
+
+#: mod/settings.php:1289
+msgid "Your Timezone:"
+msgstr "Time zone:"
+
+#: mod/settings.php:1290
+msgid "Your Language:"
+msgstr "Language:"
+
+#: mod/settings.php:1290
+msgid ""
+"Set the language we use to show you friendica interface and to send you "
+"emails"
+msgstr "Set the language of your Friendica interface and emails receiving"
+
+#: mod/settings.php:1291
+msgid "Default Post Location:"
+msgstr "Posting location:"
+
+#: mod/settings.php:1292
+msgid "Use Browser Location:"
+msgstr "Use browser location:"
+
+#: mod/settings.php:1295
+msgid "Security and Privacy Settings"
+msgstr "Security and privacy"
+
+#: mod/settings.php:1297
+msgid "Maximum Friend Requests/Day:"
+msgstr "Maximum friend requests per day:"
+
+#: mod/settings.php:1297 mod/settings.php:1327
+msgid "(to prevent spam abuse)"
+msgstr "May prevent spam or abuse registrations"
+
+#: mod/settings.php:1298
+msgid "Default Post Permissions"
+msgstr "Default post permissions"
+
+#: mod/settings.php:1299
+msgid "(click to open/close)"
+msgstr "(click to open/close)"
+
+#: mod/settings.php:1310
+msgid "Default Private Post"
+msgstr "Default private post"
+
+#: mod/settings.php:1311
+msgid "Default Public Post"
+msgstr "Default public post"
+
+#: mod/settings.php:1315
+msgid "Default Permissions for New Posts"
+msgstr "Default permissions for new posts"
+
+#: mod/settings.php:1327
+msgid "Maximum private messages per day from unknown people:"
+msgstr "Maximum private messages per day from unknown people:"
+
+#: mod/settings.php:1330
+msgid "Notification Settings"
+msgstr "Notification"
+
+#: mod/settings.php:1331
+msgid "By default post a status message when:"
+msgstr "By default post a status message when:"
+
+#: mod/settings.php:1332
+msgid "accepting a friend request"
+msgstr "accepting friend requests"
+
+#: mod/settings.php:1333
+msgid "joining a forum/community"
+msgstr "joining forums or communities"
+
+#: mod/settings.php:1334
+msgid "making an <em>interesting</em> profile change"
+msgstr "making an <em>interesting</em> profile change"
+
+#: mod/settings.php:1335
+msgid "Send a notification email when:"
+msgstr "Send notification email when:"
+
+#: mod/settings.php:1336
+msgid "You receive an introduction"
+msgstr "Receiving an introduction"
+
+#: mod/settings.php:1337
+msgid "Your introductions are confirmed"
+msgstr "My introductions are confirmed"
+
+#: mod/settings.php:1338
+msgid "Someone writes on your profile wall"
+msgstr "Someone writes on my wall"
+
+#: mod/settings.php:1339
+msgid "Someone writes a followup comment"
+msgstr "A follow up comment is posted"
+
+#: mod/settings.php:1340
+msgid "You receive a private message"
+msgstr "receiving a private message"
+
+#: mod/settings.php:1341
+msgid "You receive a friend suggestion"
+msgstr "Receiving a friend suggestion"
+
+#: mod/settings.php:1342
+msgid "You are tagged in a post"
+msgstr "Tagged in a post"
+
+#: mod/settings.php:1343
+msgid "You are poked/prodded/etc. in a post"
+msgstr "Poked in a post"
+
+#: mod/settings.php:1345
+msgid "Activate desktop notifications"
+msgstr "Activate desktop notifications"
+
+#: mod/settings.php:1345
+msgid "Show desktop popup on new notifications"
+msgstr "Show desktop pop-up on new notifications"
+
+#: mod/settings.php:1347
+msgid "Text-only notification emails"
+msgstr "Text-only notification emails"
+
+#: mod/settings.php:1349
+msgid "Send text only notification emails, without the html part"
+msgstr "Receive text only emails without HTML "
+
+#: mod/settings.php:1351
+msgid "Advanced Account/Page Type Settings"
+msgstr "Advanced account types"
+
+#: mod/settings.php:1352
+msgid "Change the behaviour of this account for special situations"
+msgstr "Change behaviour of this account for special situations"
+
+#: mod/settings.php:1355
+msgid "Relocate"
+msgstr "Recent relocation"
+
+#: mod/settings.php:1356
+msgid ""
+"If you have moved this profile from another server, and some of your "
+"contacts don't receive your updates, try pushing this button."
+msgstr "If you have moved this profile from another server and some of your contacts don't receive your updates:"
+
+#: mod/settings.php:1357
+msgid "Resend relocate message to contacts"
+msgstr "Resend relocation message to contacts"
+
+#: object/Item.php:356
+msgid "via"
+msgstr "via"
+
+#: view/theme/duepuntozero/config.php:47
+msgid "greenzero"
+msgstr "greenzero"
+
+#: view/theme/duepuntozero/config.php:48
+msgid "purplezero"
+msgstr "purplezero"
+
+#: view/theme/duepuntozero/config.php:49
+msgid "easterbunny"
+msgstr "easterbunny"
+
+#: view/theme/duepuntozero/config.php:50
+msgid "darkzero"
+msgstr "darkzero"
+
+#: view/theme/duepuntozero/config.php:51
+msgid "comix"
+msgstr "comix"
+
+#: view/theme/duepuntozero/config.php:52
+msgid "slackr"
+msgstr "slackr"
+
+#: view/theme/duepuntozero/config.php:67
+msgid "Variations"
+msgstr "Variations"
+
+#: view/theme/frio/php/Image.php:23
+msgid "Repeat the image"
+msgstr "Repeat the image"
+
+#: view/theme/frio/php/Image.php:23
+msgid "Will repeat your image to fill the background."
+msgstr "Will repeat your image to fill the background."
+
+#: view/theme/frio/php/Image.php:25
+msgid "Stretch"
+msgstr "Stretch"
+
+#: view/theme/frio/php/Image.php:25
+msgid "Will stretch to width/height of the image."
+msgstr "Will stretch to width/height of the image."
+
+#: view/theme/frio/php/Image.php:27
+msgid "Resize fill and-clip"
+msgstr "Resize fill and-clip"
+
+#: view/theme/frio/php/Image.php:27
+msgid "Resize to fill and retain aspect ratio."
+msgstr "Resize to fill and retain aspect ratio."
+
+#: view/theme/frio/php/Image.php:29
+msgid "Resize best fit"
+msgstr "Resize to best fit"
+
+#: view/theme/frio/php/Image.php:29
+msgid "Resize to best fit and retain aspect ratio."
+msgstr "Resize to best fit and retain aspect ratio."
+
+#: view/theme/frio/config.php:50
+msgid "Default"
+msgstr "Default"
+
+#: view/theme/frio/config.php:62
+msgid "Note: "
+msgstr "Note - "
+
+#: view/theme/frio/config.php:62
+msgid "Check image permissions if all users are allowed to visit the image"
+msgstr "Check image permissions if all users are allowed to visit the image"
+
+#: view/theme/frio/config.php:70
+msgid "Select scheme"
+msgstr "Select scheme:"
+
+#: view/theme/frio/config.php:71
+msgid "Navigation bar background color"
+msgstr "Navigation bar background color:"
+
+#: view/theme/frio/config.php:72
+msgid "Navigation bar icon color "
+msgstr "Navigation bar icon color:"
+
+#: view/theme/frio/config.php:73
+msgid "Link color"
+msgstr "Link color:"
+
+#: view/theme/frio/config.php:74
+msgid "Set the background color"
+msgstr "Background color:"
+
+#: view/theme/frio/config.php:75
+msgid "Content background transparency"
+msgstr "Content background transparency:"
+
+#: view/theme/frio/config.php:76
+msgid "Set the background image"
+msgstr "Background image:"
+
+#: view/theme/frio/theme.php:228
+msgid "Guest"
+msgstr "Guest"
+
+#: view/theme/frio/theme.php:234
+msgid "Visitor"
+msgstr "Visitor"
+
+#: view/theme/quattro/config.php:73
+msgid "Alignment"
+msgstr "Alignment"
+
+#: view/theme/quattro/config.php:73
+msgid "Left"
+msgstr "Left"
+
+#: view/theme/quattro/config.php:73
+msgid "Center"
+msgstr "Center"
+
+#: view/theme/quattro/config.php:74
+msgid "Color scheme"
+msgstr "Color scheme"
+
+#: view/theme/quattro/config.php:75
+msgid "Posts font size"
+msgstr "Posts font size"
+
+#: view/theme/quattro/config.php:76
+msgid "Textareas font size"
+msgstr "Text areas font size"
+
+#: view/theme/vier/config.php:70
+msgid "Comma separated list of helper forums"
+msgstr "Comma separated list of helper forums"
+
+#: view/theme/vier/config.php:116
+msgid "Set style"
+msgstr "Set style"
+
+#: view/theme/vier/config.php:117
+msgid "Community Pages"
+msgstr "Community pages"
+
+#: view/theme/vier/config.php:118 view/theme/vier/theme.php:151
+msgid "Community Profiles"
+msgstr "Community profiles"
+
+#: view/theme/vier/config.php:119
+msgid "Help or @NewHere ?"
+msgstr "Help or @NewHere ?"
+
+#: view/theme/vier/config.php:120 view/theme/vier/theme.php:392
+msgid "Connect Services"
+msgstr "Connect services"
+
+#: view/theme/vier/config.php:121 view/theme/vier/theme.php:199
+msgid "Find Friends"
+msgstr "Find friends"
+
+#: view/theme/vier/config.php:122 view/theme/vier/theme.php:181
+msgid "Last users"
+msgstr "Last users"
+
+#: view/theme/vier/theme.php:200
+msgid "Local Directory"
+msgstr "Local directory"
+
+#: view/theme/vier/theme.php:292
+msgid "Quick Start"
+msgstr "Quick start"
+
+#: src/App.php:505
+msgid "Delete this item?"
+msgstr "Delete this item?"
+
+#: src/App.php:507
+msgid "show fewer"
+msgstr "Show fewer."
+
+#: index.php:436
+msgid "toggle mobile"
+msgstr "Toggle mobile"
+
+#: boot.php:726
+#, php-format
+msgid "Update %s failed. See error logs."
+msgstr "Update %s failed. See error logs."
+
+#: boot.php:838
+msgid "Create a New Account"
+msgstr "Create a new account"
+
+#: boot.php:866
+msgid "Password: "
+msgstr "Password: "
+
+#: boot.php:867
+msgid "Remember me"
+msgstr "Remember me"
+
+#: boot.php:870
+msgid "Or login using OpenID: "
+msgstr "Or login with OpenID: "
+
+#: boot.php:876
+msgid "Forgot your password?"
+msgstr "Forgot your password?"
+
+#: boot.php:879
+msgid "Website Terms of Service"
+msgstr "Website Terms of Service"
+
+#: boot.php:880
+msgid "terms of service"
+msgstr "Terms of service"
+
+#: boot.php:882
+msgid "Website Privacy Policy"
+msgstr "Website Privacy Policy"
+
+#: boot.php:883
+msgid "privacy policy"
+msgstr "Privacy policy"
diff --git a/view/lang/en-us/strings.php b/view/lang/en-us/strings.php
new file mode 100644 (file)
index 0000000..7f1ca30
--- /dev/null
@@ -0,0 +1,2062 @@
+<?php
+
+if(! function_exists("string_plural_select_en_US")) {
+function string_plural_select_en_US($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Unknown | Not categorised"] = "Unknown | Not categorized";
+$a->strings["Block immediately"] = "Block immediately";
+$a->strings["Shady, spammer, self-marketer"] = "Shady, spammer, self-marketer";
+$a->strings["Known to me, but no opinion"] = "Known to me, but no opinion";
+$a->strings["OK, probably harmless"] = "OK, probably harmless";
+$a->strings["Reputable, has my trust"] = "Reputable, has my trust";
+$a->strings["Frequently"] = "Frequently";
+$a->strings["Hourly"] = "Hourly";
+$a->strings["Twice daily"] = "Twice daily";
+$a->strings["Daily"] = "Daily";
+$a->strings["Weekly"] = "Weekly";
+$a->strings["Monthly"] = "Monthly";
+$a->strings["Friendica"] = "Friendica";
+$a->strings["OStatus"] = "OStatus";
+$a->strings["RSS/Atom"] = "RSS/Atom";
+$a->strings["Email"] = "Email";
+$a->strings["Diaspora"] = "Diaspora";
+$a->strings["Facebook"] = "Facebook";
+$a->strings["Zot!"] = "Zot!";
+$a->strings["LinkedIn"] = "LinkedIn";
+$a->strings["XMPP/IM"] = "XMPP/IM";
+$a->strings["MySpace"] = "MySpace";
+$a->strings["Google+"] = "Google+";
+$a->strings["pump.io"] = "Pump.io";
+$a->strings["Twitter"] = "Twitter";
+$a->strings["Diaspora Connector"] = "Diaspora connector";
+$a->strings["GNU Social Connector"] = "GNU Social connector";
+$a->strings["pnut"] = "Pnut";
+$a->strings["App.net"] = "App.net";
+$a->strings["General Features"] = "General";
+$a->strings["Multiple Profiles"] = "Multiple profiles";
+$a->strings["Ability to create multiple profiles"] = "Ability to create multiple profiles";
+$a->strings["Photo Location"] = "Photo location";
+$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Photo metadata is normally removed. This extracts the location (if present) prior to removing metadata and links it to a map.";
+$a->strings["Export Public Calendar"] = "Export public calendar";
+$a->strings["Ability for visitors to download the public calendar"] = "Ability for visitors to download the public calendar";
+$a->strings["Post Composition Features"] = "Post composition";
+$a->strings["Post Preview"] = "Post preview";
+$a->strings["Allow previewing posts and comments before publishing them"] = "Allow previewing posts and comments before publishing them";
+$a->strings["Auto-mention Forums"] = "Auto-mention forums";
+$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Add/Remove mention when a forum page is selected or deselected in the ACL window.";
+$a->strings["Network Sidebar Widgets"] = "Network sidebars";
+$a->strings["Search by Date"] = "Search by date";
+$a->strings["Ability to select posts by date ranges"] = "Ability to select posts by date ranges";
+$a->strings["List Forums"] = "List forums";
+$a->strings["Enable widget to display the forums your are connected with"] = "Enable widget to display the forums your are connected with";
+$a->strings["Group Filter"] = "Group filter";
+$a->strings["Enable widget to display Network posts only from selected group"] = "Enable widget to display network posts only from selected group";
+$a->strings["Network Filter"] = "Network filter";
+$a->strings["Enable widget to display Network posts only from selected network"] = "Enable widget to display network posts only from selected network";
+$a->strings["Saved Searches"] = "Saved searches";
+$a->strings["Save search terms for re-use"] = "Save search terms for re-use";
+$a->strings["Network Tabs"] = "Network tabs";
+$a->strings["Network Personal Tab"] = "Network personal tab";
+$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Enable tab to display only network posts that you've interacted with";
+$a->strings["Network New Tab"] = "Network new tab";
+$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Enable tab to display only new network posts (last 12 hours)";
+$a->strings["Network Shared Links Tab"] = "Network shared links tab";
+$a->strings["Enable tab to display only Network posts with links in them"] = "Enable tab to display only network posts with links in them";
+$a->strings["Post/Comment Tools"] = "Post/Comment tools";
+$a->strings["Multiple Deletion"] = "Multiple deletion";
+$a->strings["Select and delete multiple posts/comments at once"] = "Select and delete multiple posts/comments at once";
+$a->strings["Edit Sent Posts"] = "Edit sent posts";
+$a->strings["Edit and correct posts and comments after sending"] = "Ability to editing posts and comments after sending";
+$a->strings["Tagging"] = "Tagging";
+$a->strings["Ability to tag existing posts"] = "Ability to tag existing posts";
+$a->strings["Post Categories"] = "Post categories";
+$a->strings["Add categories to your posts"] = "Add categories to your posts";
+$a->strings["Saved Folders"] = "Saved Folders";
+$a->strings["Ability to file posts under folders"] = "Ability to file posts under folders";
+$a->strings["Dislike Posts"] = "Dislike posts";
+$a->strings["Ability to dislike posts/comments"] = "Ability to dislike posts/comments";
+$a->strings["Star Posts"] = "Star posts";
+$a->strings["Ability to mark special posts with a star indicator"] = "Ability to highlight posts with a star";
+$a->strings["Mute Post Notifications"] = "Mute post notifications";
+$a->strings["Ability to mute notifications for a thread"] = "Ability to mute notifications for a thread";
+$a->strings["Advanced Profile Settings"] = "Advanced profiles";
+$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Show visitors of public community forums at the advanced profile page";
+$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "A deleted group with this name has been revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name.";
+$a->strings["Default privacy group for new contacts"] = "Default privacy group for new contacts";
+$a->strings["Everybody"] = "Everybody";
+$a->strings["edit"] = "edit";
+$a->strings["Groups"] = "Groups";
+$a->strings["Edit groups"] = "Edit groups";
+$a->strings["Edit group"] = "Edit group";
+$a->strings["Create a new group"] = "Create new group";
+$a->strings["Group Name: "] = "Group name: ";
+$a->strings["Contacts not in any group"] = "Contacts not in any group";
+$a->strings["add"] = "add";
+$a->strings["Forums"] = "Forums";
+$a->strings["External link to forum"] = "External link to forum";
+$a->strings["show more"] = "Show more...";
+$a->strings["System"] = "System";
+$a->strings["Network"] = "Network";
+$a->strings["Personal"] = "Personal";
+$a->strings["Home"] = "Home";
+$a->strings["Introductions"] = "Introductions";
+$a->strings["%s commented on %s's post"] = "%s commented on %s's post";
+$a->strings["%s created a new post"] = "%s posted something new";
+$a->strings["%s liked %s's post"] = "%s liked %s's post";
+$a->strings["%s disliked %s's post"] = "%s disliked %s's post";
+$a->strings["%s is attending %s's event"] = "%s is going to %s's event";
+$a->strings["%s is not attending %s's event"] = "%s is not going to %s's event";
+$a->strings["%s may attend %s's event"] = "%s may go to %s's event";
+$a->strings["%s is now friends with %s"] = "%s is now friends with %s";
+$a->strings["Friend Suggestion"] = "Friend suggestion";
+$a->strings["Friend/Connect Request"] = "Friend/Contact request";
+$a->strings["New Follower"] = "New follower";
+$a->strings["Post to Email"] = "Post to email";
+$a->strings["Connectors disabled, since \"%s\" is enabled."] = "Connectors are disabled since \"%s\" is enabled.";
+$a->strings["Hide your profile details from unknown viewers?"] = "Hide profile details from unknown viewers?";
+$a->strings["Visible to everybody"] = "Visible to everybody";
+$a->strings["show"] = "show";
+$a->strings["don't show"] = "don't show";
+$a->strings["CC: email addresses"] = "CC: email addresses";
+$a->strings["Example: bob@example.com, mary@example.com"] = "Example: bob@example.com, mary@example.com";
+$a->strings["Permissions"] = "Permissions";
+$a->strings["Close"] = "Close";
+$a->strings["Logged out."] = "Logged out.";
+$a->strings["Login failed."] = "Login failed.";
+$a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID.";
+$a->strings["The error message was:"] = "The error message was:";
+$a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
+$a->strings["Starts:"] = "Starts:";
+$a->strings["Finishes:"] = "Finishes:";
+$a->strings["Location:"] = "Location:";
+$a->strings["Add New Contact"] = "Add new contact";
+$a->strings["Enter address or web location"] = "Enter address or web location";
+$a->strings["Example: bob@example.com, http://example.com/barbara"] = "Example: jo@example.com, http://example.com/jo";
+$a->strings["Connect"] = "Connect";
+$a->strings["%d invitation available"] = array(
+       0 => "%d invitation available",
+       1 => "%d invitations available",
+);
+$a->strings["Find People"] = "Find people";
+$a->strings["Enter name or interest"] = "Enter name or interest";
+$a->strings["Connect/Follow"] = "Connect/Follow";
+$a->strings["Examples: Robert Morgenstein, Fishing"] = "Examples: Robert Morgenstein, fishing";
+$a->strings["Find"] = "Find";
+$a->strings["Friend Suggestions"] = "Friend suggestions";
+$a->strings["Similar Interests"] = "Similar interests";
+$a->strings["Random Profile"] = "Random profile";
+$a->strings["Invite Friends"] = "Invite friends";
+$a->strings["Networks"] = "Networks";
+$a->strings["All Networks"] = "All networks";
+$a->strings["Everything"] = "Everything";
+$a->strings["Categories"] = "Categories";
+$a->strings["%d contact in common"] = array(
+       0 => "%d contact in common",
+       1 => "%d contacts in common",
+);
+$a->strings["event"] = "event";
+$a->strings["status"] = "status";
+$a->strings["photo"] = "photo";
+$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s likes %2\$s's %3\$s";
+$a->strings["%1\$s doesn't like %2\$s's %3\$s"] = "%1\$s doesn't like %2\$s's %3\$s";
+$a->strings["%1\$s attends %2\$s's %3\$s"] = "%1\$s goes to %2\$s's %3\$s";
+$a->strings["%1\$s doesn't attend %2\$s's %3\$s"] = "%1\$s doesn't go %2\$s's %3\$s";
+$a->strings["%1\$s attends maybe %2\$s's %3\$s"] = "%1\$s might go to %2\$s's %3\$s";
+$a->strings["%1\$s is now friends with %2\$s"] = "%1\$s is now friends with %2\$s";
+$a->strings["%1\$s poked %2\$s"] = "%1\$s poked %2\$s";
+$a->strings["%1\$s is currently %2\$s"] = "%1\$s is currently %2\$s";
+$a->strings["%1\$s tagged %2\$s's %3\$s with %4\$s"] = "%1\$s tagged %2\$s's %3\$s with %4\$s";
+$a->strings["post/item"] = "Post/Item";
+$a->strings["%1\$s marked %2\$s's %3\$s as favorite"] = "%1\$s marked %2\$s's %3\$s as favorite";
+$a->strings["Likes"] = "Likes";
+$a->strings["Dislikes"] = "Dislikes";
+$a->strings["Attending"] = array(
+       0 => "Attending",
+       1 => "Attending",
+);
+$a->strings["Not attending"] = "Not attending";
+$a->strings["Might attend"] = "Might attend";
+$a->strings["Select"] = "Select";
+$a->strings["Delete"] = "Delete";
+$a->strings["View %s's profile @ %s"] = "View %s's profile @ %s";
+$a->strings["Categories:"] = "Categories:";
+$a->strings["Filed under:"] = "Filed under:";
+$a->strings["%s from %s"] = "%s from %s";
+$a->strings["View in context"] = "View in context";
+$a->strings["Please wait"] = "Please wait";
+$a->strings["remove"] = "Remove";
+$a->strings["Delete Selected Items"] = "Delete selected items";
+$a->strings["Follow Thread"] = "Follow thread";
+$a->strings["View Status"] = "View status";
+$a->strings["View Profile"] = "View profile";
+$a->strings["View Photos"] = "View photos";
+$a->strings["Network Posts"] = "Network posts";
+$a->strings["View Contact"] = "View contact";
+$a->strings["Send PM"] = "Send PM";
+$a->strings["Poke"] = "Poke";
+$a->strings["%s likes this."] = "%s likes this.";
+$a->strings["%s doesn't like this."] = "%s doesn't like this.";
+$a->strings["%s attends."] = "%s attends.";
+$a->strings["%s doesn't attend."] = "%s doesn't attend.";
+$a->strings["%s attends maybe."] = "%s may attend.";
+$a->strings["and"] = "and";
+$a->strings[", and %d other people"] = ", and %d other people";
+$a->strings["<span  %1\$s>%2\$d people</span> like this"] = "<span  %1\$s>%2\$d people</span> like this";
+$a->strings["%s like this."] = "%s like this.";
+$a->strings["<span  %1\$s>%2\$d people</span> don't like this"] = "<span  %1\$s>%2\$d people</span> don't like this";
+$a->strings["%s don't like this."] = "%s don't like this.";
+$a->strings["<span  %1\$s>%2\$d people</span> attend"] = "<span  %1\$s>%2\$d people</span> attend";
+$a->strings["%s attend."] = "%s attend.";
+$a->strings["<span  %1\$s>%2\$d people</span> don't attend"] = "<span  %1\$s>%2\$d people</span> don't attend";
+$a->strings["%s don't attend."] = "%s don't attend.";
+$a->strings["<span  %1\$s>%2\$d people</span> attend maybe"] = "<span  %1\$s>%2\$d people</span> attend maybe";
+$a->strings["%s anttend maybe."] = "%s attend maybe.";
+$a->strings["Visible to <strong>everybody</strong>"] = "Visible to <strong>everybody</strong>";
+$a->strings["Please enter a link URL:"] = "Please enter a link URL:";
+$a->strings["Please enter a video link/URL:"] = "Please enter a video link/URL:";
+$a->strings["Please enter an audio link/URL:"] = "Please enter an audio link/URL:";
+$a->strings["Tag term:"] = "Tag term:";
+$a->strings["Save to Folder:"] = "Save to folder:";
+$a->strings["Where are you right now?"] = "Where are you right now?";
+$a->strings["Delete item(s)?"] = "Delete item(s)?";
+$a->strings["Share"] = "Share";
+$a->strings["Upload photo"] = "Upload photo";
+$a->strings["upload photo"] = "upload photo";
+$a->strings["Attach file"] = "Attach file";
+$a->strings["attach file"] = "attach file";
+$a->strings["Insert web link"] = "Insert web link";
+$a->strings["web link"] = "web link";
+$a->strings["Insert video link"] = "Insert video link";
+$a->strings["video link"] = "video link";
+$a->strings["Insert audio link"] = "Insert audio link";
+$a->strings["audio link"] = "audio link";
+$a->strings["Set your location"] = "Set your location";
+$a->strings["set location"] = "set location";
+$a->strings["Clear browser location"] = "Clear browser location";
+$a->strings["clear location"] = "clear location";
+$a->strings["Set title"] = "Set title";
+$a->strings["Categories (comma-separated list)"] = "Categories (comma-separated list)";
+$a->strings["Permission settings"] = "Permission settings";
+$a->strings["permissions"] = "permissions";
+$a->strings["Public post"] = "Public post";
+$a->strings["Preview"] = "Preview";
+$a->strings["Cancel"] = "Cancel";
+$a->strings["Post to Groups"] = "Post to groups";
+$a->strings["Post to Contacts"] = "Post to contacts";
+$a->strings["Private post"] = "Private post";
+$a->strings["Message"] = "Message";
+$a->strings["Browser"] = "Browser";
+$a->strings["View all"] = "View all";
+$a->strings["Like"] = array(
+       0 => "Like",
+       1 => "Likes",
+);
+$a->strings["Dislike"] = array(
+       0 => "Dislike",
+       1 => "Dislikes",
+);
+$a->strings["Not Attending"] = array(
+       0 => "Not attending",
+       1 => "Not attending",
+);
+$a->strings["Undecided"] = array(
+       0 => "Undecided",
+       1 => "Undecided",
+);
+$a->strings["Miscellaneous"] = "Miscellaneous";
+$a->strings["Birthday:"] = "Birthday:";
+$a->strings["Age: "] = "Age: ";
+$a->strings["YYYY-MM-DD or MM-DD"] = "YYYY-MM-DD or MM-DD";
+$a->strings["never"] = "never";
+$a->strings["less than a second ago"] = "less than a second ago";
+$a->strings["year"] = "year";
+$a->strings["years"] = "years";
+$a->strings["month"] = "month";
+$a->strings["months"] = "months";
+$a->strings["week"] = "week";
+$a->strings["weeks"] = "weeks";
+$a->strings["day"] = "day";
+$a->strings["days"] = "days";
+$a->strings["hour"] = "hour";
+$a->strings["hours"] = "hours";
+$a->strings["minute"] = "minute";
+$a->strings["minutes"] = "minutes";
+$a->strings["second"] = "second";
+$a->strings["seconds"] = "seconds";
+$a->strings["%1\$d %2\$s ago"] = "%1\$d %2\$s ago";
+$a->strings["%s's birthday"] = "%s's birthday";
+$a->strings["Happy Birthday %s"] = "Happy Birthday, %s!";
+$a->strings["(no subject)"] = "(no subject)";
+$a->strings["noreply"] = "noreply";
+$a->strings["%s\\'s birthday"] = "%s\\'s birthday";
+$a->strings["all-day"] = "All-day";
+$a->strings["Sun"] = "Sun";
+$a->strings["Mon"] = "Mon";
+$a->strings["Tue"] = "Tue";
+$a->strings["Wed"] = "Wed";
+$a->strings["Thu"] = "Thu";
+$a->strings["Fri"] = "Fri";
+$a->strings["Sat"] = "Sat";
+$a->strings["Sunday"] = "Sunday";
+$a->strings["Monday"] = "Monday";
+$a->strings["Tuesday"] = "Tuesday";
+$a->strings["Wednesday"] = "Wednesday";
+$a->strings["Thursday"] = "Thursday";
+$a->strings["Friday"] = "Friday";
+$a->strings["Saturday"] = "Saturday";
+$a->strings["Jan"] = "Jan";
+$a->strings["Feb"] = "Feb";
+$a->strings["Mar"] = "Mar";
+$a->strings["Apr"] = "Apr";
+$a->strings["May"] = "May";
+$a->strings["Jun"] = "Jun";
+$a->strings["Jul"] = "Jul";
+$a->strings["Aug"] = "Aug";
+$a->strings["Sept"] = "Sep";
+$a->strings["Oct"] = "Oct";
+$a->strings["Nov"] = "Nov";
+$a->strings["Dec"] = "Dec";
+$a->strings["January"] = "January";
+$a->strings["February"] = "February";
+$a->strings["March"] = "March";
+$a->strings["April"] = "April";
+$a->strings["June"] = "June";
+$a->strings["July"] = "July";
+$a->strings["August"] = "August";
+$a->strings["September"] = "September";
+$a->strings["October"] = "October";
+$a->strings["November"] = "November";
+$a->strings["December"] = "December";
+$a->strings["today"] = "today";
+$a->strings["No events to display"] = "No events to display";
+$a->strings["l, F j"] = "l, F j";
+$a->strings["Edit event"] = "Edit event";
+$a->strings["Delete event"] = "Delete event";
+$a->strings["link to source"] = "Link to source";
+$a->strings["Export"] = "Export";
+$a->strings["Export calendar as ical"] = "Export calendar as ical";
+$a->strings["Export calendar as csv"] = "Export calendar as csv";
+$a->strings["Disallowed profile URL."] = "Disallowed profile URL.";
+$a->strings["Blocked domain"] = "Blocked domain";
+$a->strings["Connect URL missing."] = "Connect URL missing.";
+$a->strings["This site is not configured to allow communications with other networks."] = "This site is not configured to allow communications with other networks.";
+$a->strings["No compatible communication protocols or feeds were discovered."] = "No compatible communication protocols or feeds were discovered.";
+$a->strings["The profile address specified does not provide adequate information."] = "The profile address specified does not provide adequate information.";
+$a->strings["An author or name was not found."] = "An author or name was not found.";
+$a->strings["No browser URL could be matched to this address."] = "No browser URL could be matched to this address.";
+$a->strings["Unable to match @-style Identity Address with a known protocol or email contact."] = "Unable to match @-style identity address with a known protocol or email contact.";
+$a->strings["Use mailto: in front of address to force email check."] = "Use mailto: in front of address to force email check.";
+$a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "The profile address specified belongs to a network which has been disabled on this site.";
+$a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Limited profile: This person will be unable to receive direct/private messages from you.";
+$a->strings["Unable to retrieve contact information."] = "Unable to retrieve contact information.";
+$a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s is going to %2\$s's %3\$s";
+$a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s is not going to %2\$s's %3\$s";
+$a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s may go to %2\$s's %3\$s";
+$a->strings["Contact Photos"] = "Contact photos";
+$a->strings["Welcome "] = "Welcome ";
+$a->strings["Please upload a profile photo."] = "Please upload a profile photo.";
+$a->strings["Welcome back "] = "Welcome back ";
+$a->strings["The form security token was not correct. This probably happened because the form has been opened for too long (>3 hours) before submitting it."] = "The form security token was incorrect. This probably happened because the form has not been submitted within 3 hours.";
+$a->strings["newer"] = "Later posts";
+$a->strings["older"] = "Earlier posts";
+$a->strings["first"] = "first";
+$a->strings["prev"] = "prev";
+$a->strings["next"] = "next";
+$a->strings["last"] = "last";
+$a->strings["Loading more entries..."] = "Loading more entries...";
+$a->strings["The end"] = "The end";
+$a->strings["No contacts"] = "No contacts";
+$a->strings["%d Contact"] = array(
+       0 => "%d contact",
+       1 => "%d contacts",
+);
+$a->strings["View Contacts"] = "View contacts";
+$a->strings["Search"] = "Search";
+$a->strings["Save"] = "Save";
+$a->strings["@name, !forum, #tags, content"] = "@name, !forum, #tags, content";
+$a->strings["Full Text"] = "Full text";
+$a->strings["Tags"] = "Tags";
+$a->strings["Contacts"] = "Contacts";
+$a->strings["poke"] = "poke";
+$a->strings["poked"] = "poked";
+$a->strings["ping"] = "ping";
+$a->strings["pinged"] = "pinged";
+$a->strings["prod"] = "prod";
+$a->strings["prodded"] = "prodded";
+$a->strings["slap"] = "slap";
+$a->strings["slapped"] = "slapped";
+$a->strings["finger"] = "finger";
+$a->strings["fingered"] = "fingered";
+$a->strings["rebuff"] = "rebuff";
+$a->strings["rebuffed"] = "rebuffed";
+$a->strings["happy"] = "happy";
+$a->strings["sad"] = "sad";
+$a->strings["mellow"] = "mellow";
+$a->strings["tired"] = "tired";
+$a->strings["perky"] = "perky";
+$a->strings["angry"] = "angry";
+$a->strings["stupified"] = "stupefied";
+$a->strings["puzzled"] = "puzzled";
+$a->strings["interested"] = "interested";
+$a->strings["bitter"] = "bitter";
+$a->strings["cheerful"] = "cheerful";
+$a->strings["alive"] = "alive";
+$a->strings["annoyed"] = "annoyed";
+$a->strings["anxious"] = "anxious";
+$a->strings["cranky"] = "cranky";
+$a->strings["disturbed"] = "disturbed";
+$a->strings["frustrated"] = "frustrated";
+$a->strings["motivated"] = "motivated";
+$a->strings["relaxed"] = "relaxed";
+$a->strings["surprised"] = "surprised";
+$a->strings["View Video"] = "View video";
+$a->strings["bytes"] = "bytes";
+$a->strings["Click to open/close"] = "Click to open/close";
+$a->strings["View on separate page"] = "View on separate page";
+$a->strings["view on separate page"] = "view on separate page";
+$a->strings["activity"] = "activity";
+$a->strings["comment"] = array(
+       0 => "comment",
+       1 => "comments",
+);
+$a->strings["post"] = "post";
+$a->strings["Item filed"] = "Item filed";
+$a->strings["Drop Contact"] = "Drop contact";
+$a->strings["Organisation"] = "Organization";
+$a->strings["News"] = "News";
+$a->strings["Forum"] = "Forum";
+$a->strings["Image/photo"] = "Image/Photo";
+$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s";
+$a->strings["$1 wrote:"] = "$1 wrote:";
+$a->strings["Encrypted content"] = "Encrypted content";
+$a->strings["Invalid source protocol"] = "Invalid source protocol";
+$a->strings["Invalid link protocol"] = "Invalid link protocol";
+$a->strings["Friendica Notification"] = "Friendica notification";
+$a->strings["Thank You,"] = "Thank you";
+$a->strings["%s Administrator"] = "%s Administrator";
+$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Administrator";
+$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
+$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notify] New mail received at %s";
+$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s sent you a new private message at %2\$s.";
+$a->strings["%1\$s sent you %2\$s."] = "%1\$s sent you %2\$s.";
+$a->strings["a private message"] = "a private message";
+$a->strings["Please visit %s to view and/or reply to your private messages."] = "Please visit %s to view or reply to your private messages.";
+$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]a %3\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s commented on [url=%2\$s]your %3\$s[/url]";
+$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notify] Comment to conversation #%1\$d by %2\$s";
+$a->strings["%s commented on an item/conversation you have been following."] = "%s commented on an item/conversation you have been following.";
+$a->strings["Please visit %s to view and/or reply to the conversation."] = "Please visit %s to view or reply to the conversation.";
+$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notify] %s posted to your profile wall";
+$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s posted to your profile wall at %2\$s";
+$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s posted to [url=%2\$s]your wall[/url]";
+$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notify] %s tagged you";
+$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s tagged you at %2\$s";
+$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]tagged you[/url].";
+$a->strings["[Friendica:Notify] %s shared a new post"] = "[Friendica:Notify] %s shared a new post";
+$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s shared a new post at %2\$s";
+$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]shared a post[/url].";
+$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s poked you";
+$a->strings["%1\$s poked you at %2\$s"] = "%1\$s poked you at %2\$s";
+$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]poked you[/url].";
+$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notify] %s tagged your post";
+$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s tagged your post at %2\$s";
+$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s tagged [url=%2\$s]your post[/url]";
+$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notify] Introduction received";
+$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "You've received an introduction from '%1\$s' at %2\$s";
+$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "You've received [url=%1\$s]an introduction[/url] from %2\$s.";
+$a->strings["You may visit their profile at %s"] = "You may visit their profile at %s";
+$a->strings["Please visit %s to approve or reject the introduction."] = "Please visit %s to approve or reject the introduction.";
+$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Friendica:Notify] A new person is sharing with you";
+$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s is sharing with you at %2\$s";
+$a->strings["[Friendica:Notify] You have a new follower"] = "[Friendica:Notify] You have a new follower";
+$a->strings["You have a new follower at %2\$s : %1\$s"] = "You have a new follower at %2\$s : %1\$s";
+$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notify] Friend suggestion received";
+$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "You've received a friend suggestion from '%1\$s' at %2\$s";
+$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s.";
+$a->strings["Name:"] = "Name:";
+$a->strings["Photo:"] = "Photo:";
+$a->strings["Please visit %s to approve or reject the suggestion."] = "Please visit %s to approve or reject the suggestion.";
+$a->strings["[Friendica:Notify] Connection accepted"] = "[Friendica:Notify] Connection accepted";
+$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' has accepted your connection request at %2\$s";
+$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s has accepted your [url=%1\$s]connection request[/url].";
+$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "You are now mutual friends and may exchange status updates, photos, and email without restriction.";
+$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Please visit %s if you wish to make any changes to this relationship.";
+$a->strings["'%1\$s' has chosen to accept you a \"fan\", which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "'%1\$s' has chosen to accept you as \"Follower\". This restricts some forms of communication, such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically.";
+$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future.";
+$a->strings["Please visit %s  if you wish to make any changes to this relationship."] = "Please visit %s  if you wish to make any changes to this relationship.";
+$a->strings["[Friendica System:Notify] registration request"] = "[Friendica:Notify] registration request";
+$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "You've received a registration request from '%1\$s' at %2\$s.";
+$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "You've received a [url=%1\$s]registration request[/url] from %2\$s.";
+$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = "Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)";
+$a->strings["Please visit %s to approve or reject the request."] = "Please visit %s to approve or reject the request.";
+$a->strings["[no subject]"] = "[no subject]";
+$a->strings["Wall Photos"] = "Wall photos";
+$a->strings["Nothing new here"] = "Nothing new here";
+$a->strings["Clear notifications"] = "Clear notifications";
+$a->strings["Logout"] = "Logout";
+$a->strings["End this session"] = "End this session";
+$a->strings["Status"] = "Status";
+$a->strings["Your posts and conversations"] = "My posts and conversations";
+$a->strings["Profile"] = "Profile";
+$a->strings["Your profile page"] = "My profile page";
+$a->strings["Photos"] = "Photos";
+$a->strings["Your photos"] = "My photos";
+$a->strings["Videos"] = "Videos";
+$a->strings["Your videos"] = "My videos";
+$a->strings["Events"] = "Events";
+$a->strings["Your events"] = "My events";
+$a->strings["Personal notes"] = "Personal notes";
+$a->strings["Your personal notes"] = "My personal notes";
+$a->strings["Login"] = "Login";
+$a->strings["Sign in"] = "Sign in";
+$a->strings["Home Page"] = "Home page";
+$a->strings["Register"] = "Register";
+$a->strings["Create an account"] = "Create account";
+$a->strings["Help"] = "Help";
+$a->strings["Help and documentation"] = "Help and documentation";
+$a->strings["Apps"] = "Apps";
+$a->strings["Addon applications, utilities, games"] = "Addon applications, utilities, games";
+$a->strings["Search site content"] = "Search site content";
+$a->strings["Community"] = "Community";
+$a->strings["Conversations on this site"] = "Public conversations on this site";
+$a->strings["Conversations on the network"] = "Conversations on the network";
+$a->strings["Events and Calendar"] = "Events and calendar";
+$a->strings["Directory"] = "Directory";
+$a->strings["People directory"] = "People directory";
+$a->strings["Information"] = "Information";
+$a->strings["Information about this friendica instance"] = "Information about this Friendica instance";
+$a->strings["Conversations from your friends"] = "My friends' conversations";
+$a->strings["Network Reset"] = "Network reset";
+$a->strings["Load Network page with no filters"] = "Load network page without filters";
+$a->strings["Friend Requests"] = "Friend requests";
+$a->strings["Notifications"] = "Notifications";
+$a->strings["See all notifications"] = "See all notifications";
+$a->strings["Mark as seen"] = "Mark as seen";
+$a->strings["Mark all system notifications seen"] = "Mark all system notifications seen";
+$a->strings["Messages"] = "Messages";
+$a->strings["Private mail"] = "Private messages";
+$a->strings["Inbox"] = "Inbox";
+$a->strings["Outbox"] = "Outbox";
+$a->strings["New Message"] = "New Message";
+$a->strings["Manage"] = "Manage";
+$a->strings["Manage other pages"] = "Manage other pages";
+$a->strings["Delegations"] = "Delegations";
+$a->strings["Delegate Page Management"] = "Delegate Page Management";
+$a->strings["Settings"] = "Settings";
+$a->strings["Account settings"] = "Account settings";
+$a->strings["Profiles"] = "Profiles";
+$a->strings["Manage/Edit Profiles"] = "Manage/Edit profiles";
+$a->strings["Manage/edit friends and contacts"] = "Manage/Edit friends and contacts";
+$a->strings["Admin"] = "Admin";
+$a->strings["Site setup and configuration"] = "Site setup and configuration";
+$a->strings["Navigation"] = "Navigation";
+$a->strings["Site map"] = "Site map";
+$a->strings["view full size"] = "view full size";
+$a->strings["Embedded content"] = "Embedded content";
+$a->strings["Embedding disabled"] = "Embedding disabled";
+$a->strings["Error decoding account file"] = "Error decoding account file";
+$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Error! No version data in file! Is this a Friendica account file?";
+$a->strings["Error! Cannot check nickname"] = "Error! Cannot check nickname.";
+$a->strings["User '%s' already exists on this server!"] = "User '%s' already exists on this server!";
+$a->strings["User creation error"] = "User creation error";
+$a->strings["User profile creation error"] = "User profile creation error";
+$a->strings["%d contact not imported"] = array(
+       0 => "%d contact not imported",
+       1 => "%d contacts not imported",
+);
+$a->strings["Done. You can now login with your username and password"] = "Done. You can now login with your username and password";
+$a->strings["Passwords do not match. Password unchanged."] = "Passwords do not match. Password unchanged.";
+$a->strings["An invitation is required."] = "An invitation is required.";
+$a->strings["Invitation could not be verified."] = "Invitation could not be verified.";
+$a->strings["Invalid OpenID url"] = "Invalid OpenID URL";
+$a->strings["Please enter the required information."] = "Please enter the required information.";
+$a->strings["Please use a shorter name."] = "Please use a shorter name.";
+$a->strings["Name too short."] = "Name too short.";
+$a->strings["That doesn't appear to be your full (First Last) name."] = "That doesn't appear to be your full (i.e first and last) name.";
+$a->strings["Your email domain is not among those allowed on this site."] = "Your email domain is not allowed on this site.";
+$a->strings["Not a valid email address."] = "Not a valid email address.";
+$a->strings["Cannot use that email."] = "Cannot use that email.";
+$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\" and \"_\"."] = "Your \"nickname\" can only contain \"a-z\", \"0-9\" and \"_\".";
+$a->strings["Nickname is already registered. Please choose another."] = "Nickname is already registered. Please choose another.";
+$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "Nickname was once registered here and may not be re-used. Please choose another.";
+$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "SERIOUS ERROR: Generation of security keys failed.";
+$a->strings["An error occurred during registration. Please try again."] = "An error occurred during registration. Please try again.";
+$a->strings["default"] = "default";
+$a->strings["An error occurred creating your default profile. Please try again."] = "An error occurred creating your default profile. Please try again.";
+$a->strings["Friends"] = "Friends";
+$a->strings["Profile Photos"] = "Profile photos";
+$a->strings["\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t"] = "\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account is pending approval by the administrator.\n\t";
+$a->strings["Registration at %s"] = "Registration at %s";
+$a->strings["\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t"] = "\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t";
+$a->strings["\n\t\tThe login details are as follows:\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t%1\$s\n\t\t\tPassword:\t%5\$s\n\n\t\tYou may change your password from your account \"Settings\" page after logging\n\t\tin.\n\n\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\tYou may also wish to add some basic information to your default profile\n\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\tWe recommend setting your full name, adding a profile photo,\n\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\tthan that.\n\n\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\tIf you are new and do not know anybody here, they may help\n\t\tyou to make some new and interesting friends.\n\n\n\t\tThank you and welcome to %2\$s."] = "\n\t\tThe login details are as follows:\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t%1\$s\n\t\t\tPassword:\t%5\$s\n\n\t\tYou may change your password for your account \"Settings\" after logging\n\t\tin.\n\n\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\tYou may wish to add some basic information to your default profile\n\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\tWe recommend setting your full name, adding a profile photo,\n\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\tperhaps what country you live in, if you do not wish to be more specific\n\t\tthan that.\n\n\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\tIf you are new and do not know anybody here, these settings may help to\n\t\tmake new and interesting friends.\n\n\n\t\tThank you and welcome to %2\$s.";
+$a->strings["Registration details for %s"] = "Registration details for %s";
+$a->strings["Daily posting limit of %d posts reached. The post was rejected."] = "Daily posting limit of %d posts reached. This post was rejected.";
+$a->strings["Weekly posting limit of %d posts reached. The post was rejected."] = "Weekly posting limit of %d posts reached. This post was rejected.";
+$a->strings["Monthly posting limit of %d posts reached. The post was rejected."] = "Monthly posting limit of %d posts reached. This post was rejected.";
+$a->strings["Cannot locate DNS info for database server '%s'"] = "Cannot locate DNS info for database server '%s'";
+$a->strings["There are no tables on MyISAM."] = "There are no tables on MyISAM.";
+$a->strings["\n\t\t\tThe friendica developers released update %s recently,\n\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\tThe Friendica developers released update %s recently,\n\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\tFriendica developer if you can not help me on your own. My database\n                        might be invalid.";
+$a->strings["The error message is\n[pre]%s[/pre]"] = "The error message is\n[pre]%s[/pre]";
+$a->strings["\nError %d occurred during database update:\n%s\n"] = "\nError %d occurred during database update:\n%s\n";
+$a->strings["Errors encountered performing database changes: "] = "Errors encountered performing database changes: ";
+$a->strings[": Database update"] = ": Database update";
+$a->strings["%s: updating %s table."] = "%s: updating %s table.";
+$a->strings["Sharing notification from Diaspora network"] = "Sharing notification from Diaspora network";
+$a->strings["Attachments:"] = "Attachments:";
+$a->strings["Requested account is not available."] = "Requested account is unavailable.";
+$a->strings["Requested profile is not available."] = "Requested profile is unavailable.";
+$a->strings["Edit profile"] = "Edit profile";
+$a->strings["Atom feed"] = "Atom feed";
+$a->strings["Manage/edit profiles"] = "Manage/Edit profiles";
+$a->strings["Change profile photo"] = "Change profile photo";
+$a->strings["Create New Profile"] = "Create new profile";
+$a->strings["Profile Image"] = "Profile image";
+$a->strings["visible to everybody"] = "Visible to everybody";
+$a->strings["Edit visibility"] = "Edit visibility";
+$a->strings["Gender:"] = "Gender:";
+$a->strings["Status:"] = "Status:";
+$a->strings["Homepage:"] = "Homepage:";
+$a->strings["About:"] = "About:";
+$a->strings["XMPP:"] = "XMPP:";
+$a->strings["Network:"] = "Network:";
+$a->strings["g A l F d"] = "g A l F d";
+$a->strings["F d"] = "F d";
+$a->strings["[today]"] = "[today]";
+$a->strings["Birthday Reminders"] = "Birthday reminders";
+$a->strings["Birthdays this week:"] = "Birthdays this week:";
+$a->strings["[No description]"] = "[No description]";
+$a->strings["Event Reminders"] = "Event reminders";
+$a->strings["Events this week:"] = "Events this week:";
+$a->strings["Full Name:"] = "Full name:";
+$a->strings["j F, Y"] = "j F, Y";
+$a->strings["j F"] = "j F";
+$a->strings["Age:"] = "Age:";
+$a->strings["for %1\$d %2\$s"] = "for %1\$d %2\$s";
+$a->strings["Sexual Preference:"] = "Sexual preference:";
+$a->strings["Hometown:"] = "Home town:";
+$a->strings["Tags:"] = "Tags:";
+$a->strings["Political Views:"] = "Political views:";
+$a->strings["Religion:"] = "Religion:";
+$a->strings["Hobbies/Interests:"] = "Hobbies/Interests:";
+$a->strings["Likes:"] = "Likes:";
+$a->strings["Dislikes:"] = "Dislikes:";
+$a->strings["Contact information and Social Networks:"] = "Contact information and social networks:";
+$a->strings["Musical interests:"] = "Music:";
+$a->strings["Books, literature:"] = "Books/Literature:";
+$a->strings["Television:"] = "Television:";
+$a->strings["Film/dance/culture/entertainment:"] = "Arts, culture, entertainment:";
+$a->strings["Love/Romance:"] = "Love/Romance:";
+$a->strings["Work/employment:"] = "Work/Employment:";
+$a->strings["School/education:"] = "School/Education:";
+$a->strings["Forums:"] = "Forums:";
+$a->strings["Basic"] = "Basic";
+$a->strings["Advanced"] = "Advanced";
+$a->strings["Status Messages and Posts"] = "Status Messages and Posts";
+$a->strings["Profile Details"] = "Profile Details";
+$a->strings["Photo Albums"] = "Photo Albums";
+$a->strings["Personal Notes"] = "Personal notes";
+$a->strings["Only You Can See This"] = "Only you can see this.";
+$a->strings["[Name Withheld]"] = "[Name Withheld]";
+$a->strings["Item not found."] = "Item not found.";
+$a->strings["Do you really want to delete this item?"] = "Do you really want to delete this item?";
+$a->strings["Yes"] = "Yes";
+$a->strings["Permission denied."] = "Permission denied.";
+$a->strings["Archives"] = "Archives";
+$a->strings["%s is now following %s."] = "%s is now following %s.";
+$a->strings["following"] = "following";
+$a->strings["%s stopped following %s."] = "%s stopped following %s.";
+$a->strings["stopped following"] = "stopped following";
+$a->strings["Click here to upgrade."] = "Click here to upgrade.";
+$a->strings["This action exceeds the limits set by your subscription plan."] = "This action exceeds the limits set by your subscription plan.";
+$a->strings["This action is not available under your subscription plan."] = "This action is not available under your subscription plan.";
+$a->strings["Male"] = "Male";
+$a->strings["Female"] = "Female";
+$a->strings["Currently Male"] = "Currently Male";
+$a->strings["Currently Female"] = "Currently Female";
+$a->strings["Mostly Male"] = "Mostly Male";
+$a->strings["Mostly Female"] = "Mostly Female";
+$a->strings["Transgender"] = "Transgender";
+$a->strings["Intersex"] = "Intersex";
+$a->strings["Transsexual"] = "Transsexual";
+$a->strings["Hermaphrodite"] = "Hermaphrodite";
+$a->strings["Neuter"] = "Neuter";
+$a->strings["Non-specific"] = "Non-specific";
+$a->strings["Other"] = "Other";
+$a->strings["Males"] = "Males";
+$a->strings["Females"] = "Females";
+$a->strings["Gay"] = "Gay";
+$a->strings["Lesbian"] = "Lesbian";
+$a->strings["No Preference"] = "No Preference";
+$a->strings["Bisexual"] = "Bisexual";
+$a->strings["Autosexual"] = "Auto-sexual";
+$a->strings["Abstinent"] = "Abstinent";
+$a->strings["Virgin"] = "Virgin";
+$a->strings["Deviant"] = "Deviant";
+$a->strings["Fetish"] = "Fetish";
+$a->strings["Oodles"] = "Oodles";
+$a->strings["Nonsexual"] = "Asexual";
+$a->strings["Single"] = "Single";
+$a->strings["Lonely"] = "Lonely";
+$a->strings["Available"] = "Available";
+$a->strings["Unavailable"] = "Unavailable";
+$a->strings["Has crush"] = "Having a crush";
+$a->strings["Infatuated"] = "Infatuated";
+$a->strings["Dating"] = "Dating";
+$a->strings["Unfaithful"] = "Unfaithful";
+$a->strings["Sex Addict"] = "Sex addict";
+$a->strings["Friends/Benefits"] = "Friends with benefits";
+$a->strings["Casual"] = "Casual";
+$a->strings["Engaged"] = "Engaged";
+$a->strings["Married"] = "Married";
+$a->strings["Imaginarily married"] = "Imaginarily married";
+$a->strings["Partners"] = "Partners";
+$a->strings["Cohabiting"] = "Cohabiting";
+$a->strings["Common law"] = "Common law spouse";
+$a->strings["Happy"] = "Happy";
+$a->strings["Not looking"] = "Not looking";
+$a->strings["Swinger"] = "Swinger";
+$a->strings["Betrayed"] = "Betrayed";
+$a->strings["Separated"] = "Separated";
+$a->strings["Unstable"] = "Unstable";
+$a->strings["Divorced"] = "Divorced";
+$a->strings["Imaginarily divorced"] = "Imaginarily divorced";
+$a->strings["Widowed"] = "Widowed";
+$a->strings["Uncertain"] = "Uncertain";
+$a->strings["It's complicated"] = "It's complicated";
+$a->strings["Don't care"] = "Don't care";
+$a->strings["Ask me"] = "Ask me";
+$a->strings["No friends to display."] = "No friends to display.";
+$a->strings["Authorize application connection"] = "Authorize application connection";
+$a->strings["Return to your app and insert this Securty Code:"] = "Return to your app and insert this security code:";
+$a->strings["Please login to continue."] = "Please login to continue.";
+$a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "Do you want to authorize this application to access your posts and contacts and create new posts for you?";
+$a->strings["No"] = "No";
+$a->strings["You must be logged in to use addons. "] = "You must be logged in to use addons. ";
+$a->strings["Applications"] = "Applications";
+$a->strings["No installed applications."] = "No installed applications.";
+$a->strings["Item not available."] = "Item not available.";
+$a->strings["Item was not found."] = "Item was not found.";
+$a->strings["Source (bbcode) text:"] = "Source (bbcode) text:";
+$a->strings["Source (Diaspora) text to convert to BBcode:"] = "Source (Diaspora) text to convert to BBcode:";
+$a->strings["Source input: "] = "Source input: ";
+$a->strings["bb2html (raw HTML): "] = "bb2html (raw HTML): ";
+$a->strings["bb2html: "] = "bb2html: ";
+$a->strings["bb2html2bb: "] = "bb2html2bb: ";
+$a->strings["bb2md: "] = "bb2md: ";
+$a->strings["bb2md2html: "] = "bb2md2html: ";
+$a->strings["bb2dia2bb: "] = "bb2dia2bb: ";
+$a->strings["bb2md2html2bb: "] = "bb2md2html2bb: ";
+$a->strings["Source input (Diaspora format): "] = "Source input (Diaspora format): ";
+$a->strings["diaspora2bb: "] = "diaspora2bb: ";
+$a->strings["The post was created"] = "The post was created";
+$a->strings["Access to this profile has been restricted."] = "Access to this profile has been restricted.";
+$a->strings["View"] = "View";
+$a->strings["Previous"] = "Previous";
+$a->strings["Next"] = "Next";
+$a->strings["list"] = "List";
+$a->strings["User not found"] = "User not found";
+$a->strings["This calendar format is not supported"] = "This calendar format is not supported";
+$a->strings["No exportable data found"] = "No exportable data found";
+$a->strings["calendar"] = "calendar";
+$a->strings["No contacts in common."] = "No contacts in common.";
+$a->strings["Common Friends"] = "Common friends";
+$a->strings["Public access denied."] = "Public access denied.";
+$a->strings["Not available."] = "Not available.";
+$a->strings["No results."] = "No results.";
+$a->strings["No such group"] = "No such group";
+$a->strings["Group is empty"] = "Group is empty";
+$a->strings["Group: %s"] = "Group: %s";
+$a->strings["This entry was edited"] = "This entry was edited";
+$a->strings["%d comment"] = array(
+       0 => "%d comment",
+       1 => "%d comments -",
+);
+$a->strings["Private Message"] = "Private message";
+$a->strings["I like this (toggle)"] = "I like this (toggle)";
+$a->strings["like"] = "Like";
+$a->strings["I don't like this (toggle)"] = "I don't like this (toggle)";
+$a->strings["dislike"] = "Dislike";
+$a->strings["Share this"] = "Share this";
+$a->strings["share"] = "Share";
+$a->strings["This is you"] = "This is me";
+$a->strings["Comment"] = "Comment";
+$a->strings["Submit"] = "Submit";
+$a->strings["Bold"] = "Bold";
+$a->strings["Italic"] = "Italic";
+$a->strings["Underline"] = "Underline";
+$a->strings["Quote"] = "Quote";
+$a->strings["Code"] = "Code";
+$a->strings["Image"] = "Image";
+$a->strings["Link"] = "Link";
+$a->strings["Video"] = "Video";
+$a->strings["Edit"] = "Edit";
+$a->strings["add star"] = "Add star";
+$a->strings["remove star"] = "Remove star";
+$a->strings["toggle star status"] = "Toggle star status";
+$a->strings["starred"] = "Starred";
+$a->strings["add tag"] = "Add tag";
+$a->strings["ignore thread"] = "Ignore thread";
+$a->strings["unignore thread"] = "Unignore thread";
+$a->strings["toggle ignore status"] = "Toggle ignore status";
+$a->strings["ignored"] = "Ignored";
+$a->strings["save to folder"] = "Save to folder";
+$a->strings["I will attend"] = "I will attend";
+$a->strings["I will not attend"] = "I will not attend";
+$a->strings["I might attend"] = "I might attend";
+$a->strings["to"] = "to";
+$a->strings["Wall-to-Wall"] = "Wall-to-wall";
+$a->strings["via Wall-To-Wall:"] = "via wall-to-wall:";
+$a->strings["Credits"] = "Credits";
+$a->strings["Friendica is a community project, that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!"] = "Friendica is a community project that would not be possible without the help of many people. Here is a list of those who have contributed to the code or the translation of Friendica. Thank you all!";
+$a->strings["Contact settings applied."] = "Contact settings applied.";
+$a->strings["Contact update failed."] = "Contact update failed.";
+$a->strings["Contact not found."] = "Contact not found.";
+$a->strings["<strong>WARNING: This is highly advanced</strong> and if you enter incorrect information your communications with this contact may stop working."] = "<strong>Warning: These are highly advanced settings.</strong> If you enter incorrect information your communications with this contact may not working.";
+$a->strings["Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page."] = "Please use your browser 'Back' button <strong>now</strong> if you are uncertain what to do on this page.";
+$a->strings["No mirroring"] = "No mirroring";
+$a->strings["Mirror as forwarded posting"] = "Mirror as forwarded posting";
+$a->strings["Mirror as my own posting"] = "Mirror as my own posting";
+$a->strings["Return to contact editor"] = "Return to contact editor";
+$a->strings["Refetch contact data"] = "Re-fetch contact data.";
+$a->strings["Remote Self"] = "Remote self";
+$a->strings["Mirror postings from this contact"] = "Mirror postings from this contact:";
+$a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "This will cause Friendica to repost new entries from this contact.";
+$a->strings["Name"] = "Name:";
+$a->strings["Account Nickname"] = "Account nickname:";
+$a->strings["@Tagname - overrides Name/Nickname"] = "@Tag name - overrides name/nickname:";
+$a->strings["Account URL"] = "Account URL:";
+$a->strings["Friend Request URL"] = "Friend request URL:";
+$a->strings["Friend Confirm URL"] = "Friend confirm URL:";
+$a->strings["Notification Endpoint URL"] = "Notification endpoint URL";
+$a->strings["Poll/Feed URL"] = "Poll/Feed URL:";
+$a->strings["New photo from this URL"] = "New photo from this URL:";
+$a->strings["No potential page delegates located."] = "No potential page delegates found.";
+$a->strings["Delegates are able to manage all aspects of this account/page except for basic account settings. Please do not delegate your personal account to anybody that you do not trust completely."] = "Delegates are able to manage all aspects of this account except for key setting features. Please do not delegate your personal account to anybody that you do not trust completely.";
+$a->strings["Existing Page Managers"] = "Existing page managers";
+$a->strings["Existing Page Delegates"] = "Existing page delegates";
+$a->strings["Potential Delegates"] = "Potential delegates";
+$a->strings["Remove"] = "Remove";
+$a->strings["Add"] = "Add";
+$a->strings["No entries."] = "No entries.";
+$a->strings["Profile not found."] = "Profile not found.";
+$a->strings["This may occasionally happen if contact was requested by both persons and it has already been approved."] = "This may occasionally happen if contact was requested by both persons and it has already been approved.";
+$a->strings["Response from remote site was not understood."] = "Response from remote site was not understood.";
+$a->strings["Unexpected response from remote site: "] = "Unexpected response from remote site: ";
+$a->strings["Confirmation completed successfully."] = "Confirmation completed successfully.";
+$a->strings["Remote site reported: "] = "Remote site reported: ";
+$a->strings["Temporary failure. Please wait and try again."] = "Temporary failure. Please wait and try again.";
+$a->strings["Introduction failed or was revoked."] = "Introduction failed or was revoked.";
+$a->strings["Unable to set contact photo."] = "Unable to set contact photo.";
+$a->strings["No user record found for '%s' "] = "No user record found for '%s' ";
+$a->strings["Our site encryption key is apparently messed up."] = "Our site encryption key is apparently messed up.";
+$a->strings["Empty site URL was provided or URL could not be decrypted by us."] = "An empty URL was provided or the URL could not be decrypted by us.";
+$a->strings["Contact record was not found for you on our site."] = "Contact record was not found for you on our site.";
+$a->strings["Site public key not available in contact record for URL %s."] = "Site public key not available in contact record for URL %s.";
+$a->strings["The ID provided by your system is a duplicate on our system. It should work if you try again."] = "The ID provided by your system is a duplicate on our system. It should work if you try again.";
+$a->strings["Unable to set your contact credentials on our system."] = "Unable to set your contact credentials on our system.";
+$a->strings["Unable to update your contact profile details on our system"] = "Unable to update your contact profile details on our system";
+$a->strings["%1\$s has joined %2\$s"] = "%1\$s has joined %2\$s";
+$a->strings["%1\$s welcomes %2\$s"] = "%1\$s welcomes %2\$s";
+$a->strings["Global Directory"] = "Global Directory";
+$a->strings["Find on this site"] = "Find on this site";
+$a->strings["Results for:"] = "Results for:";
+$a->strings["Site Directory"] = "Site directory";
+$a->strings["No entries (some entries may be hidden)."] = "No entries (entries may be hidden).";
+$a->strings["People Search - %s"] = "People search - %s";
+$a->strings["Forum Search - %s"] = "Forum search - %s";
+$a->strings["No matches"] = "No matches";
+$a->strings["Item has been removed."] = "Item has been removed.";
+$a->strings["Item not found"] = "Item not found";
+$a->strings["Edit post"] = "Edit post";
+$a->strings["Event can not end before it has started."] = "Event cannot end before it has started.";
+$a->strings["Event title and start time are required."] = "Event title and starting time are required.";
+$a->strings["Create New Event"] = "Create new event";
+$a->strings["Event details"] = "Event details";
+$a->strings["Starting date and Title are required."] = "Starting date and title are required.";
+$a->strings["Event Starts:"] = "Event starts:";
+$a->strings["Required"] = "Required";
+$a->strings["Finish date/time is not known or not relevant"] = "Finish date/time is not known or not relevant";
+$a->strings["Event Finishes:"] = "Event finishes:";
+$a->strings["Adjust for viewer timezone"] = "Adjust for viewer's time zone";
+$a->strings["Description:"] = "Description:";
+$a->strings["Title:"] = "Title:";
+$a->strings["Share this event"] = "Share this event";
+$a->strings["Failed to remove event"] = "Failed to remove event";
+$a->strings["Event removed"] = "Event removed";
+$a->strings["Files"] = "Files";
+$a->strings["Not Found"] = "Not found";
+$a->strings["- select -"] = "- select -";
+$a->strings["Submit Request"] = "Submit request";
+$a->strings["You already added this contact."] = "You already added this contact.";
+$a->strings["Diaspora support isn't enabled. Contact can't be added."] = "Diaspora support isn't enabled. Contact can't be added.";
+$a->strings["OStatus support is disabled. Contact can't be added."] = "OStatus support is disabled. Contact can't be added.";
+$a->strings["The network type couldn't be detected. Contact can't be added."] = "The network type couldn't be detected. Contact can't be added.";
+$a->strings["Please answer the following:"] = "Please answer the following:";
+$a->strings["Does %s know you?"] = "Does %s know you?";
+$a->strings["Add a personal note:"] = "Add a personal note:";
+$a->strings["Your Identity Address:"] = "My identity address:";
+$a->strings["Profile URL"] = "Profile URL:";
+$a->strings["Contact added"] = "Contact added";
+$a->strings["This is Friendica, version"] = "This is Friendica, version";
+$a->strings["running at web location"] = "running at web location";
+$a->strings["Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project."] = "Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn more about the Friendica project.";
+$a->strings["Bug reports and issues: please visit"] = "Bug reports and issues: please visit";
+$a->strings["the bugtracker at github"] = "the bugtracker at github";
+$a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com";
+$a->strings["Installed plugins/addons/apps:"] = "Installed plugins/addons/apps:";
+$a->strings["No installed plugins/addons/apps"] = "No installed plugins/addons/apps";
+$a->strings["On this server the following remote servers are blocked."] = "On this server the following remote servers are blocked.";
+$a->strings["Reason for the block"] = "Reason for the block";
+$a->strings["Friend suggestion sent."] = "Friend suggestion sent";
+$a->strings["Suggest Friends"] = "Suggest friends";
+$a->strings["Suggest a friend for %s"] = "Suggest a friend for %s";
+$a->strings["Group created."] = "Group created.";
+$a->strings["Could not create group."] = "Could not create group.";
+$a->strings["Group not found."] = "Group not found.";
+$a->strings["Group name changed."] = "Group name changed.";
+$a->strings["Permission denied"] = "Permission denied";
+$a->strings["Save Group"] = "Save group";
+$a->strings["Create a group of contacts/friends."] = "Create a group of contacts/friends.";
+$a->strings["Group removed."] = "Group removed.";
+$a->strings["Unable to remove group."] = "Unable to remove group.";
+$a->strings["Delete Group"] = "Delete group";
+$a->strings["Group Editor"] = "Group Editor";
+$a->strings["Edit Group Name"] = "Edit group name";
+$a->strings["Members"] = "Members";
+$a->strings["All Contacts"] = "All contacts";
+$a->strings["Remove Contact"] = "Remove contact";
+$a->strings["Add Contact"] = "Add contact";
+$a->strings["Click on a contact to add or remove."] = "Click on a contact to add or remove.";
+$a->strings["No profile"] = "No profile";
+$a->strings["Help:"] = "Help:";
+$a->strings["Page not found."] = "Page not found";
+$a->strings["Welcome to %s"] = "Welcome to %s";
+$a->strings["Friendica Communications Server - Setup"] = "Friendica Communications Server - Setup";
+$a->strings["Could not connect to database."] = "Could not connect to database.";
+$a->strings["Could not create table."] = "Could not create table.";
+$a->strings["Your Friendica site database has been installed."] = "Your Friendica site database has been installed.";
+$a->strings["You may need to import the file \"database.sql\" manually using phpmyadmin or mysql."] = "You may need to import the file \"database.sql\" manually using phpmyadmin or mysql.";
+$a->strings["Please see the file \"INSTALL.txt\"."] = "Please see the file \"INSTALL.txt\".";
+$a->strings["Database already in use."] = "Database already in use.";
+$a->strings["System check"] = "System check";
+$a->strings["Check again"] = "Check again";
+$a->strings["Database connection"] = "Database connection";
+$a->strings["In order to install Friendica we need to know how to connect to your database."] = "In order to install Friendica we need to know how to connect to your database.";
+$a->strings["Please contact your hosting provider or site administrator if you have questions about these settings."] = "Please contact your hosting provider or site administrator if you have questions about these settings.";
+$a->strings["The database you specify below should already exist. If it does not, please create it before continuing."] = "The database you specify below should already exist. If it does not, please create it before continuing.";
+$a->strings["Database Server Name"] = "Database server name";
+$a->strings["Database Login Name"] = "Database login name";
+$a->strings["Database Login Password"] = "Database login password";
+$a->strings["For security reasons the password must not be empty"] = "For security reasons the password must not be empty";
+$a->strings["Database Name"] = "Database name";
+$a->strings["Site administrator email address"] = "Site administrator email address";
+$a->strings["Your account email address must match this in order to use the web admin panel."] = "Your account email address must match this in order to use the web admin panel.";
+$a->strings["Please select a default timezone for your website"] = "Please select a default time zone for your website";
+$a->strings["Site settings"] = "Site settings";
+$a->strings["System Language:"] = "System language:";
+$a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Set the default language for your Friendica installation interface and email communication.";
+$a->strings["Could not find a command line version of PHP in the web server PATH."] = "Could not find a command line version of PHP in the web server PATH.";
+$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run the background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-poller'>'Setup the poller'</a>"] = "If you don't have a command line version of PHP installed on your server, you will not be able to run the background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-poller'>'Setup the poller'</a>";
+$a->strings["PHP executable path"] = "PHP executable path";
+$a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Enter full path to php executable. You can leave this blank to continue the installation.";
+$a->strings["Command line PHP"] = "Command line PHP";
+$a->strings["PHP executable is not the php cli binary (could be cgi-fgci version)"] = "PHP executable is not a php cli binary; it could possibly be a cgi-fgci version.";
+$a->strings["Found PHP version: "] = "Found PHP version: ";
+$a->strings["PHP cli binary"] = "PHP cli binary";
+$a->strings["The command line version of PHP on your system does not have \"register_argc_argv\" enabled."] = "The command line version of PHP on your system does not have \"register_argc_argv\" enabled.";
+$a->strings["This is required for message delivery to work."] = "This is required for message delivery to work.";
+$a->strings["PHP register_argc_argv"] = "PHP register_argc_argv";
+$a->strings["Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys"] = "Error: the \"openssl_pkey_new\" function on this system is not able to generate encryption keys";
+$a->strings["If running under Windows, please see \"http://www.php.net/manual/en/openssl.installation.php\"."] = "If running under Windows OS, please see \"http://www.php.net/manual/en/openssl.installation.php\".";
+$a->strings["Generate encryption keys"] = "Generate encryption keys";
+$a->strings["libCurl PHP module"] = "libCurl PHP module";
+$a->strings["GD graphics PHP module"] = "GD graphics PHP module";
+$a->strings["OpenSSL PHP module"] = "OpenSSL PHP module";
+$a->strings["PDO or MySQLi PHP module"] = "PDO or MySQLi PHP module";
+$a->strings["mb_string PHP module"] = "mb_string PHP module";
+$a->strings["XML PHP module"] = "XML PHP module";
+$a->strings["iconv module"] = "iconv module";
+$a->strings["Apache mod_rewrite module"] = "Apache mod_rewrite module";
+$a->strings["Error: Apache webserver mod-rewrite module is required but not installed."] = "Error: Apache web server mod-rewrite module is required but not installed.";
+$a->strings["Error: libCURL PHP module required but not installed."] = "Error: libCURL PHP module required but not installed.";
+$a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Error: GD graphics PHP module with JPEG support required but not installed.";
+$a->strings["Error: openssl PHP module required but not installed."] = "Error: openssl PHP module required but not installed.";
+$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "Error: PDO or MySQLi PHP module required but not installed.";
+$a->strings["Error: The MySQL driver for PDO is not installed."] = "Error: MySQL driver for PDO is not installed.";
+$a->strings["Error: mb_string PHP module required but not installed."] = "Error: mb_string PHP module required but not installed.";
+$a->strings["Error: iconv PHP module required but not installed."] = "Error: iconv PHP module required but not installed.";
+$a->strings["Error, XML PHP module required but not installed."] = "Error, XML PHP module required but not installed.";
+$a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "The web installer needs to be able to create a file called \".htconfig.php\" in the top-level directory of your web server, but it is unable to do so.";
+$a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "This is most often a permission setting issue, as the web server may not be able to write files in your directory - even if you can.";
+$a->strings["At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top folder."] = "At the end of this procedure, we will give you a text to save in a file named .htconfig.php in your Friendica top-level directory.";
+$a->strings["You can alternatively skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions."] = "Alternatively, you may skip this procedure and perform a manual installation. Please see the file \"INSTALL.txt\" for instructions.";
+$a->strings[".htconfig.php is writable"] = ".htconfig.php is writable";
+$a->strings["Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering."] = "Friendica uses the Smarty3 template engine to render its web views. Smarty3 compiles templates to PHP to speed up rendering.";
+$a->strings["In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top level folder."] = "In order to store these compiled templates, the web server needs to have write access to the directory view/smarty3/ under the Friendica top-level directory.";
+$a->strings["Please ensure that the user that your web server runs as (e.g. www-data) has write access to this folder."] = "Please ensure the user (e.g. www-data) that your web server runs as has write access to this directory.";
+$a->strings["Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains."] = "Note: as a security measure, you should give the web server write access to view/smarty3/ only--not the template files (.tpl) that it contains.";
+$a->strings["view/smarty3 is writable"] = "view/smarty3 is writable";
+$a->strings["Url rewrite in .htaccess is not working. Check your server configuration."] = "URL rewrite in .htaccess is not working. Check your server configuration.";
+$a->strings["Url rewrite is working"] = "URL rewrite is working";
+$a->strings["ImageMagick PHP extension is not installed"] = "ImageMagick PHP extension is not installed";
+$a->strings["ImageMagick PHP extension is installed"] = "ImageMagick PHP extension is installed";
+$a->strings["ImageMagick supports GIF"] = "ImageMagick supports GIF";
+$a->strings["The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root."] = "The database configuration file \".htconfig.php\" could not be written. Please use the enclosed text to create a configuration file in your web server root.";
+$a->strings["<h1>What next</h1>"] = "<h1>What next</h1>";
+$a->strings["IMPORTANT: You will need to [manually] setup a scheduled task for the poller."] = "IMPORTANT: You will need to [manually] setup a scheduled task for the poller.";
+$a->strings["Total invitation limit exceeded."] = "Total invitation limit exceeded";
+$a->strings["%s : Not a valid email address."] = "%s : Not a valid email address";
+$a->strings["Please join us on Friendica"] = "Please join us on Friendica.";
+$a->strings["Invitation limit exceeded. Please contact your site administrator."] = "Invitation limit is exceeded. Please contact your site administrator.";
+$a->strings["%s : Message delivery failed."] = "%s : Message delivery failed";
+$a->strings["%d message sent."] = array(
+       0 => "%d message sent.",
+       1 => "%d messages sent.",
+);
+$a->strings["You have no more invitations available"] = "You have no more invitations available.";
+$a->strings["Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks."] = "Visit %s for a list of public sites that you can join. Friendica members on other sites can all connect with each other, as well as with members of many other social networks.";
+$a->strings["To accept this invitation, please visit and register at %s or any other public Friendica website."] = "To accept this invitation, please register at %s or any other public Friendica website.";
+$a->strings["Friendica sites all inter-connect to create a huge privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join."] = "Friendica sites are all inter-connect to create a large privacy-enhanced social web that is owned and controlled by its members. They can also connect with many traditional social networks. See %s for a list of alternate Friendica sites you can join.";
+$a->strings["Our apologies. This system is not currently configured to connect with other public sites or invite members."] = "Our apologies. This system is not currently configured to connect with other public sites or invite members.";
+$a->strings["Send invitations"] = "Send invitations";
+$a->strings["Enter email addresses, one per line:"] = "Enter email addresses, one per line:";
+$a->strings["Your message:"] = "Your message:";
+$a->strings["You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web."] = "You are cordially invited to join me and other close friends on Friendica - and help us to create a better social web.";
+$a->strings["You will need to supply this invitation code: \$invite_code"] = "You will need to supply this invitation code: \$invite_code";
+$a->strings["Once you have registered, please connect with me via my profile page at:"] = "Once you have registered, please connect with me via my profile page at:";
+$a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "For more information about the Friendica project and why we feel it is important, please visit http://friendica.com";
+$a->strings["Time Conversion"] = "Time conversion";
+$a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica provides this service for sharing events with other networks and friends in unknown time zones.";
+$a->strings["UTC time: %s"] = "UTC time: %s";
+$a->strings["Current timezone: %s"] = "Current time zone: %s";
+$a->strings["Converted localtime: %s"] = "Converted local time: %s";
+$a->strings["Please select your timezone:"] = "Please select your time zone:";
+$a->strings["Remote privacy information not available."] = "Remote privacy information not available.";
+$a->strings["Visible to:"] = "Visible to:";
+$a->strings["No valid account found."] = "No valid account found.";
+$a->strings["Password reset request issued. Check your email."] = "Password reset request issued. Please check your email.";
+$a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore and/or delete this email.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request."] = "\n\t\tDear %1\$s,\n\t\t\tA request was issued at \"%2\$s\" to reset your account\n\t\tpassword. In order to confirm this request, please select the verification link\n\t\tbelow or paste it into your web browser address bar.\n\n\t\tIf you did NOT request this change, please DO NOT follow the link\n\t\tprovided and ignore/delete this email.\n\n\t\tYour password will not be changed unless we can verify that you\n\t\tissued this request.";
+$a->strings["\n\t\tFollow this link to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\n\t\tFollow this link to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s";
+$a->strings["Password reset requested at %s"] = "Password reset requested at %s";
+$a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "Request could not be verified. (You may have previously submitted it.) Password reset failed.";
+$a->strings["Password Reset"] = "Password reset";
+$a->strings["Your password has been reset as requested."] = "Your password has been reset as requested.";
+$a->strings["Your new password is"] = "Your new password is";
+$a->strings["Save or copy your new password - and then"] = "Save or copy your new password - and then";
+$a->strings["click here to login"] = "click here to login";
+$a->strings["Your password may be changed from the <em>Settings</em> page after successful login."] = "Your password may be changed from the <em>Settings</em> page after successful login.";
+$a->strings["\n\t\t\t\tDear %1\$s,\n\t\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\t\tinformation for your records (or change your password immediately to\n\t\t\t\tsomething that you will remember).\n\t\t\t"] = "\n\t\t\t\tDear %1\$s,\n\t\t\t\t\tYour password has been changed as requested. Please retain this\n\t\t\t\tinformation for your records or change your password immediately to\n\t\t\t\tsomething that you will remember.\n\t\t\t";
+$a->strings["\n\t\t\t\tYour login details are as follows:\n\n\t\t\t\tSite Location:\t%1\$s\n\t\t\t\tLogin Name:\t%2\$s\n\t\t\t\tPassword:\t%3\$s\n\n\t\t\t\tYou may change that password from your account settings page after logging in.\n\t\t\t"] = "\n\t\t\t\tYour login details are as follows:\n\n\t\t\t\tSite Location:\t%1\$s\n\t\t\t\tLogin Name:\t%2\$s\n\t\t\t\tPassword:\t%3\$s\n\n\t\t\t\tYou may change that password from your account settings page after logging in.\n\t\t\t";
+$a->strings["Your password has been changed at %s"] = "Your password has been changed at %s";
+$a->strings["Forgot your Password?"] = "Reset My Password";
+$a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Enter email address or nickname to reset your password. You will receive further instruction via email.";
+$a->strings["Nickname or Email: "] = "Nickname or email: ";
+$a->strings["Reset"] = "Reset";
+$a->strings["System down for maintenance"] = "Sorry, the system is currently down for maintenance.";
+$a->strings["Manage Identities and/or Pages"] = "Manage Identities and Pages";
+$a->strings["Toggle between different identities or community/group pages which share your account details or which you have been granted \"manage\" permissions"] = "Accounts that I manage or own.";
+$a->strings["Select an identity to manage: "] = "Select identity:";
+$a->strings["No keywords to match. Please add keywords to your default profile."] = "No keywords to match. Please add keywords to your default profile.";
+$a->strings["is interested in:"] = "is interested in:";
+$a->strings["Profile Match"] = "Profile Match";
+$a->strings["No recipient selected."] = "No recipient selected.";
+$a->strings["Unable to locate contact information."] = "Unable to locate contact information.";
+$a->strings["Message could not be sent."] = "Message could not be sent.";
+$a->strings["Message collection failure."] = "Message collection failure.";
+$a->strings["Message sent."] = "Message sent.";
+$a->strings["Do you really want to delete this message?"] = "Do you really want to delete this message?";
+$a->strings["Message deleted."] = "Message deleted.";
+$a->strings["Conversation removed."] = "Conversation removed.";
+$a->strings["Send Private Message"] = "Send private message";
+$a->strings["To:"] = "To:";
+$a->strings["Subject:"] = "Subject:";
+$a->strings["No messages."] = "No messages.";
+$a->strings["Message not available."] = "Message not available.";
+$a->strings["Delete message"] = "Delete message";
+$a->strings["Delete conversation"] = "Delete conversation";
+$a->strings["No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page."] = "No secure communications available. You <strong>may</strong> be able to respond from the sender's profile page.";
+$a->strings["Send Reply"] = "Send reply";
+$a->strings["Unknown sender - %s"] = "Unknown sender - %s";
+$a->strings["You and %s"] = "Me and %s";
+$a->strings["%s and You"] = "%s and me";
+$a->strings["D, d M Y - g:i A"] = "D, d M Y - g:i A";
+$a->strings["%d message"] = array(
+       0 => "%d message",
+       1 => "%d messages",
+);
+$a->strings["Mood"] = "Mood";
+$a->strings["Set your current mood and tell your friends"] = "Set your current mood and tell your friends";
+$a->strings["Results for: %s"] = "Results for: %s";
+$a->strings["Remove term"] = "Remove term";
+$a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = array(
+       0 => "Warning: This group contains %s member from a network that doesn't allow non public messages.",
+       1 => "Warning: This group contains %s members from a network that doesn't allow non public messages.",
+);
+$a->strings["Messages in this group won't be send to these receivers."] = "Messages in this group won't be send to these receivers.";
+$a->strings["Private messages to this person are at risk of public disclosure."] = "Private messages to this person are at risk of public disclosure.";
+$a->strings["Invalid contact."] = "Invalid contact.";
+$a->strings["Commented Order"] = "Commented last";
+$a->strings["Sort by Comment Date"] = "Sort by comment date";
+$a->strings["Posted Order"] = "Posted last";
+$a->strings["Sort by Post Date"] = "Sort by post date";
+$a->strings["Posts that mention or involve you"] = "Posts mentioning or involving me";
+$a->strings["New"] = "New";
+$a->strings["Activity Stream - by date"] = "Activity Stream - by date";
+$a->strings["Shared Links"] = "Shared links";
+$a->strings["Interesting Links"] = "Interesting links";
+$a->strings["Starred"] = "Starred";
+$a->strings["Favourite Posts"] = "My favorite posts";
+$a->strings["Welcome to Friendica"] = "Welcome to Friendica";
+$a->strings["New Member Checklist"] = "New Member Checklist";
+$a->strings["We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear."] = "We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear.";
+$a->strings["Getting Started"] = "Getting started";
+$a->strings["Friendica Walk-Through"] = "Friendica walk-through";
+$a->strings["On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join."] = "On your <em>Quick Start</em> page - find a brief introduction to your profile and network tabs, make some new connections, and find some groups to join.";
+$a->strings["Go to Your Settings"] = "Go to your settings";
+$a->strings["On your <em>Settings</em> page -  change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web."] = "On your <em>Settings</em> page -  change your initial password. Also make a note of your Identity Address. This looks just like an email address - and will be useful in making friends on the free social web.";
+$a->strings["Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you."] = "Review the other settings, particularly the privacy settings. An unpublished directory listing is like having an unlisted phone number. In general, you should probably publish your listing - unless all of your friends and potential friends know exactly how to find you.";
+$a->strings["Upload Profile Photo"] = "Upload profile photo";
+$a->strings["Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not."] = "Upload a profile photo if you have not done so already. Studies have shown that people with real photos of themselves are ten times more likely to make friends than people who do not.";
+$a->strings["Edit Your Profile"] = "Edit your profile";
+$a->strings["Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors."] = "Edit your <strong>default</strong> profile to your liking. Review the settings for hiding your list of friends and hiding the profile from unknown visitors.";
+$a->strings["Profile Keywords"] = "Profile keywords";
+$a->strings["Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships."] = "Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships.";
+$a->strings["Connecting"] = "Connecting";
+$a->strings["Importing Emails"] = "Importing emails";
+$a->strings["Enter your email access information on your Connector Settings page if you wish to import and interact with friends or mailing lists from your email INBOX"] = "Enter your email access information on your Connector Settings if you wish to import and interact with friends or mailing lists from your email INBOX";
+$a->strings["Go to Your Contacts Page"] = "Go to your contacts page";
+$a->strings["Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the <em>Add New Contact</em> dialog."] = "Your contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the <em>Add new contact</em> dialog.";
+$a->strings["Go to Your Site's Directory"] = "Go to your site's directory";
+$a->strings["The Directory page lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own Identity Address if requested."] = "The directory lets you find other people in this network or other federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on their profile page. Provide your own identity address when requested.";
+$a->strings["Finding New People"] = "Finding new people";
+$a->strings["On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours."] = "On the side panel of the Contacts page are several tools to find new friends. We can match people by interest, look up people by name or interest, and provide suggestions based on network relationships. On a brand new site, friend suggestions will usually begin to be populated within 24 hours.";
+$a->strings["Group Your Contacts"] = "Group your contacts";
+$a->strings["Once you have made some friends, organize them into private conversation groups from the sidebar of your Contacts page and then you can interact with each group privately on your Network page."] = "Once you have made some friends, organize them into private conversation groups from the sidebar of your contacts page and then you can interact with each group privately on your network page.";
+$a->strings["Why Aren't My Posts Public?"] = "Why aren't my posts public?";
+$a->strings["Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above."] = "Friendica respects your privacy. By default, your posts will only show up to people you've added as friends. For more information, see the help section from the link above.";
+$a->strings["Getting Help"] = "Getting help";
+$a->strings["Go to the Help Section"] = "Go to the help section";
+$a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Our <strong>help</strong> pages may be consulted for detail on other program features and resources.";
+$a->strings["Visit %s's profile [%s]"] = "Visit %s's profile [%s]";
+$a->strings["Edit contact"] = "Edit contact";
+$a->strings["Contacts who are not members of a group"] = "Contacts who are not members of a group";
+$a->strings["Invalid request identifier."] = "Invalid request identifier.";
+$a->strings["Discard"] = "Discard";
+$a->strings["Ignore"] = "Ignore";
+$a->strings["Network Notifications"] = "Network notifications";
+$a->strings["System Notifications"] = "System notifications";
+$a->strings["Personal Notifications"] = "Personal notifications";
+$a->strings["Home Notifications"] = "Home notifications";
+$a->strings["Show Ignored Requests"] = "Show ignored requests.";
+$a->strings["Hide Ignored Requests"] = "Hide ignored requests";
+$a->strings["Notification type: "] = "Notification type: ";
+$a->strings["suggested by %s"] = "suggested by %s";
+$a->strings["Hide this contact from others"] = "Hide this contact from others";
+$a->strings["Post a new friend activity"] = "Post a new friend activity";
+$a->strings["if applicable"] = "if applicable";
+$a->strings["Approve"] = "Approve";
+$a->strings["Claims to be known to you: "] = "Says they know me:";
+$a->strings["yes"] = "yes";
+$a->strings["no"] = "no";
+$a->strings["Shall your connection be bidirectional or not?"] = "Shall your connection be in both directions or not?";
+$a->strings["Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed."] = "Accepting %s as a friend allows %s to subscribe to your posts; you will also receive updates from them in your news feed.";
+$a->strings["Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed.";
+$a->strings["Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed."] = "Accepting %s as a sharer allows them to subscribe to your posts, but you will not receive updates from them in your news feed.";
+$a->strings["Friend"] = "Friend";
+$a->strings["Sharer"] = "Sharer";
+$a->strings["Subscriber"] = "Subscriber";
+$a->strings["No introductions."] = "No introductions.";
+$a->strings["Show unread"] = "Show unread";
+$a->strings["Show all"] = "Show all";
+$a->strings["No more %s notifications."] = "No more %s notifications.";
+$a->strings["No more system notifications."] = "No more system notifications.";
+$a->strings["Post successful."] = "Post successful.";
+$a->strings["OpenID protocol error. No ID returned."] = "OpenID protocol error. No ID returned.";
+$a->strings["Account not found and OpenID registration is not permitted on this site."] = "Account not found and OpenID registration is not permitted on this site.";
+$a->strings["Subscribing to OStatus contacts"] = "Subscribing to OStatus contacts";
+$a->strings["No contact provided."] = "No contact provided.";
+$a->strings["Couldn't fetch information for contact."] = "Couldn't fetch information for contact.";
+$a->strings["Couldn't fetch friends for contact."] = "Couldn't fetch friends for contact.";
+$a->strings["Done"] = "Done";
+$a->strings["success"] = "success";
+$a->strings["failed"] = "failed";
+$a->strings["Keep this window open until done."] = "Keep this window open until done.";
+$a->strings["Not Extended"] = "Not extended";
+$a->strings["Recent Photos"] = "Recent photos";
+$a->strings["Upload New Photos"] = "Upload new photos";
+$a->strings["everybody"] = "everybody";
+$a->strings["Contact information unavailable"] = "Contact information unavailable";
+$a->strings["Album not found."] = "Album not found.";
+$a->strings["Delete Album"] = "Delete album";
+$a->strings["Do you really want to delete this photo album and all its photos?"] = "Do you really want to delete this photo album and all its photos?";
+$a->strings["Delete Photo"] = "Delete photo";
+$a->strings["Do you really want to delete this photo?"] = "Do you really want to delete this photo?";
+$a->strings["%1\$s was tagged in %2\$s by %3\$s"] = "%1\$s was tagged in %2\$s by %3\$s";
+$a->strings["a photo"] = "a photo";
+$a->strings["Image exceeds size limit of %s"] = "Image exceeds size limit of %s";
+$a->strings["Image file is empty."] = "Image file is empty.";
+$a->strings["Unable to process image."] = "Unable to process image.";
+$a->strings["Image upload failed."] = "Image upload failed.";
+$a->strings["No photos selected"] = "No photos selected";
+$a->strings["Access to this item is restricted."] = "Access to this item is restricted.";
+$a->strings["You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."] = "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage.";
+$a->strings["Upload Photos"] = "Upload photos";
+$a->strings["New album name: "] = "New album name: ";
+$a->strings["or existing album name: "] = "or existing album name: ";
+$a->strings["Do not show a status post for this upload"] = "Do not show a status post for this upload";
+$a->strings["Show to Groups"] = "Show to groups";
+$a->strings["Show to Contacts"] = "Show to contacts";
+$a->strings["Private Photo"] = "Private photo";
+$a->strings["Public Photo"] = "Public photo";
+$a->strings["Edit Album"] = "Edit album";
+$a->strings["Show Newest First"] = "Show newest first";
+$a->strings["Show Oldest First"] = "Show oldest first";
+$a->strings["View Photo"] = "View photo";
+$a->strings["Permission denied. Access to this item may be restricted."] = "Permission denied. Access to this item may be restricted.";
+$a->strings["Photo not available"] = "Photo not available";
+$a->strings["View photo"] = "View photo";
+$a->strings["Edit photo"] = "Edit photo";
+$a->strings["Use as profile photo"] = "Use as profile photo";
+$a->strings["View Full Size"] = "View full size";
+$a->strings["Tags: "] = "Tags: ";
+$a->strings["[Remove any tag]"] = "[Remove any tag]";
+$a->strings["New album name"] = "New album name";
+$a->strings["Caption"] = "Caption";
+$a->strings["Add a Tag"] = "Add Tag";
+$a->strings["Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"] = "Example: @bob, @jojo@example.com, #California, #camping";
+$a->strings["Do not rotate"] = "Do not rotate";
+$a->strings["Rotate CW (right)"] = "Rotate right (CW)";
+$a->strings["Rotate CCW (left)"] = "Rotate left (CCW)";
+$a->strings["Private photo"] = "Private photo";
+$a->strings["Public photo"] = "Public photo";
+$a->strings["Map"] = "Map";
+$a->strings["View Album"] = "View album";
+$a->strings["{0} wants to be your friend"] = "{0} wants to be your friend";
+$a->strings["{0} sent you a message"] = "{0} sent you a message";
+$a->strings["{0} requested registration"] = "{0} requested registration";
+$a->strings["Poke/Prod"] = "Poke/Prod";
+$a->strings["poke, prod or do other things to somebody"] = "Poke, prod or do other things to somebody";
+$a->strings["Recipient"] = "Recipient:";
+$a->strings["Choose what you wish to do to recipient"] = "Choose what you wish to do:";
+$a->strings["Make this post private"] = "Make this post private";
+$a->strings["Tips for New Members"] = "Tips for New Members";
+$a->strings["Invalid profile identifier."] = "Invalid profile identifier.";
+$a->strings["Profile Visibility Editor"] = "Profile Visibility Editor";
+$a->strings["Visible To"] = "Visible to";
+$a->strings["All Contacts (with secure profile access)"] = "All contacts with secure profile access";
+$a->strings["Registration successful. Please check your email for further instructions."] = "Registration successful. Please check your email for further instructions.";
+$a->strings["Failed to send email message. Here your accout details:<br> login: %s<br> password: %s<br><br>You can change your password after login."] = "Failed to send email message. Here your account details:<br> login: %s<br> password: %s<br><br>You can change your password after login.";
+$a->strings["Registration successful."] = "Registration successful.";
+$a->strings["Your registration can not be processed."] = "Your registration cannot be processed.";
+$a->strings["Your registration is pending approval by the site owner."] = "Your registration is pending approval by the site administrator.";
+$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "This site has exceeded the number of allowed daily account registrations. Please try again tomorrow.";
+$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'.";
+$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items.";
+$a->strings["Your OpenID (optional): "] = "Your OpenID (optional): ";
+$a->strings["Include your profile in member directory?"] = "Include your profile in member directory?";
+$a->strings["Note for the admin"] = "Note for the admin";
+$a->strings["Leave a message for the admin, why you want to join this node"] = "Leave a message for the admin, why you want to join this node.";
+$a->strings["Membership on this site is by invitation only."] = "Membership on this site is by invitation only.";
+$a->strings["Your invitation ID: "] = "Your invitation ID: ";
+$a->strings["Registration"] = "Registration";
+$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Your full name: ";
+$a->strings["Your Email Address: "] = "Your email address: ";
+$a->strings["New Password:"] = "New password:";
+$a->strings["Leave empty for an auto generated password."] = "Leave empty for an auto generated password.";
+$a->strings["Confirm:"] = "Confirm new password:";
+$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be '<strong>nickname@\$sitename</strong>'."] = "Choose a profile nickname. Your nickname will be part of your identity address; for example:  '<strong>nickname@\$sitename</strong>'.";
+$a->strings["Choose a nickname: "] = "Choose a nickname: ";
+$a->strings["Import"] = "Import profile";
+$a->strings["Import your profile to this friendica instance"] = "Import an existing Friendica profile to this node.";
+$a->strings["Remove My Account"] = "Remove My Account";
+$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "This will completely remove your account. Once this has been done it is not recoverable.";
+$a->strings["Please enter your password for verification:"] = "Please enter your password for verification:";
+$a->strings["Resubscribing to OStatus contacts"] = "Resubscribing to OStatus contacts";
+$a->strings["Error"] = "Error";
+$a->strings["Only logged in users are permitted to perform a search."] = "Only logged in users are permitted to perform a search.";
+$a->strings["Too Many Requests"] = "Too many requests";
+$a->strings["Only one search per minute is permitted for not logged in users."] = "Only one search per minute is permitted for not logged in users.";
+$a->strings["Items tagged with: %s"] = "Items tagged with: %s";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s is following %2\$s's %3\$s";
+$a->strings["Do you really want to delete this suggestion?"] = "Do you really want to delete this suggestion?";
+$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "No suggestions available. If this is a new site, please try again in 24 hours.";
+$a->strings["Ignore/Hide"] = "Ignore/Hide";
+$a->strings["Tag removed"] = "Tag removed";
+$a->strings["Remove Item Tag"] = "Remove Item tag";
+$a->strings["Select a tag to remove: "] = "Select a tag to remove: ";
+$a->strings["Export account"] = "Export account";
+$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Export your account info and contacts. Use this to backup your account or to move it to another server.";
+$a->strings["Export all"] = "Export all";
+$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Export your account info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)";
+$a->strings["Export personal data"] = "Export personal data";
+$a->strings["[Embedded content - reload page to view]"] = "[Embedded content - reload page to view]";
+$a->strings["Do you really want to delete this video?"] = "Do you really want to delete this video?";
+$a->strings["Delete Video"] = "Delete video";
+$a->strings["No videos selected"] = "No videos selected";
+$a->strings["Recent Videos"] = "Recent videos";
+$a->strings["Upload New Videos"] = "Upload new videos";
+$a->strings["No contacts."] = "No contacts.";
+$a->strings["Access denied."] = "Access denied.";
+$a->strings["Invalid request."] = "Invalid request.";
+$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Sorry, maybe your upload is bigger than the PHP configuration allows";
+$a->strings["Or - did you try to upload an empty file?"] = "Or did you try to upload an empty file?";
+$a->strings["File exceeds size limit of %s"] = "File exceeds size limit of %s";
+$a->strings["File upload failed."] = "File upload failed.";
+$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Number of daily wall messages for %s exceeded. Message failed.";
+$a->strings["Unable to check your home location."] = "Unable to check your home location.";
+$a->strings["No recipient."] = "No recipient.";
+$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders.";
+$a->strings["Only logged in users are permitted to perform a probing."] = "Only logged in users are permitted to perform a probing.";
+$a->strings["This introduction has already been accepted."] = "This introduction has already been accepted.";
+$a->strings["Profile location is not valid or does not contain profile information."] = "Profile location is not valid or does not contain profile information.";
+$a->strings["Warning: profile location has no identifiable owner name."] = "Warning: profile location has no identifiable owner name.";
+$a->strings["Warning: profile location has no profile photo."] = "Warning: profile location has no profile photo.";
+$a->strings["%d required parameter was not found at the given location"] = array(
+       0 => "%d required parameter was not found at the given location",
+       1 => "%d required parameters were not found at the given location",
+);
+$a->strings["Introduction complete."] = "Introduction complete.";
+$a->strings["Unrecoverable protocol error."] = "Unrecoverable protocol error.";
+$a->strings["Profile unavailable."] = "Profile unavailable.";
+$a->strings["%s has received too many connection requests today."] = "%s has received too many connection requests today.";
+$a->strings["Spam protection measures have been invoked."] = "Spam protection measures have been invoked.";
+$a->strings["Friends are advised to please try again in 24 hours."] = "Friends are advised to please try again in 24 hours.";
+$a->strings["Invalid locator"] = "Invalid locator";
+$a->strings["Invalid email address."] = "Invalid email address.";
+$a->strings["This account has not been configured for email. Request failed."] = "This account has not been configured for email. Request failed.";
+$a->strings["You have already introduced yourself here."] = "You have already introduced yourself here.";
+$a->strings["Apparently you are already friends with %s."] = "Apparently you are already friends with %s.";
+$a->strings["Invalid profile URL."] = "Invalid profile URL.";
+$a->strings["Failed to update contact record."] = "Failed to update contact record.";
+$a->strings["Your introduction has been sent."] = "Your introduction has been sent.";
+$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "Remote subscription can't be done for your network. Please subscribe directly on your system.";
+$a->strings["Please login to confirm introduction."] = "Please login to confirm introduction.";
+$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Incorrect identity currently logged in. Please login to <strong>this</strong> profile.";
+$a->strings["Confirm"] = "Confirm";
+$a->strings["Hide this contact"] = "Hide this contact";
+$a->strings["Welcome home %s."] = "Welcome home %s.";
+$a->strings["Please confirm your introduction/connection request to %s."] = "Please confirm your introduction/connection request to %s.";
+$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Please enter your 'Identity address' from one of the following supported communications networks:";
+$a->strings["If you are not yet a member of the free social web, <a href=\"%s/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = "If you are not yet a member of the free social web, <a href=\"%s/siteinfo\">follow this link to find a public Friendica site and join us today</a>.";
+$a->strings["Friend/Connection Request"] = "Friend/Connection request";
+$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Examples: jojo@friendica.example.com, http://friendica.example.com/profile/jojo, sam@identi.ca";
+$a->strings["StatusNet/Federated Social Web"] = "StatusNet/Federated social web";
+$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = " - please do not use this form.  Instead, enter %s into your Diaspora search bar.";
+$a->strings["Unable to locate original post."] = "Unable to locate original post.";
+$a->strings["Empty post discarded."] = "Empty post discarded.";
+$a->strings["System error. Post not saved."] = "System error. Post not saved.";
+$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "This message was sent to you by %s, a member of the Friendica social network.";
+$a->strings["You may visit them online at %s"] = "You may visit them online at %s";
+$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Please contact the sender by replying to this post if you do not wish to receive these messages.";
+$a->strings["%s posted an update."] = "%s posted an update.";
+$a->strings["Account approved."] = "Account approved.";
+$a->strings["Registration revoked for %s"] = "Registration revoked for %s";
+$a->strings["Please login."] = "Please login.";
+$a->strings["Move account"] = "Move Existing Friendica Account";
+$a->strings["You can import an account from another Friendica server."] = "You can import an existing Friendica profile to this node.";
+$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here.";
+$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora.";
+$a->strings["Account file"] = "Account file:";
+$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "To export your account, go to \"Settings->Export personal data\" and select \"Export account\"";
+$a->strings["Theme settings updated."] = "Theme settings updated.";
+$a->strings["Site"] = "Site";
+$a->strings["Users"] = "Users";
+$a->strings["Plugins"] = "Plugins";
+$a->strings["Themes"] = "Theme selection";
+$a->strings["Additional features"] = "Additional features";
+$a->strings["DB updates"] = "DB updates";
+$a->strings["Inspect Queue"] = "Inspect queue";
+$a->strings["Server Blocklist"] = "Server blocklist";
+$a->strings["Federation Statistics"] = "Federation statistics";
+$a->strings["Logs"] = "Logs";
+$a->strings["View Logs"] = "View logs";
+$a->strings["probe address"] = "Probe address";
+$a->strings["check webfinger"] = "Check webfinger";
+$a->strings["Plugin Features"] = "Plugin Features";
+$a->strings["diagnostics"] = "Diagnostics";
+$a->strings["User registrations waiting for confirmation"] = "User registrations awaiting confirmation";
+$a->strings["The blocked domain"] = "Blocked domain";
+$a->strings["The reason why you blocked this domain."] = "Reason why you blocked this domain.";
+$a->strings["Delete domain"] = "Delete domain";
+$a->strings["Check to delete this entry from the blocklist"] = "Check to delete this entry from the blocklist";
+$a->strings["Administration"] = "Administration";
+$a->strings["This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."] = "This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server.";
+$a->strings["The list of blocked servers will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = "The list of blocked servers will publicly available on the Friendica page so that your users and people investigating communication problems can readily find the reason.";
+$a->strings["Add new entry to block list"] = "Add new entry to block list";
+$a->strings["Server Domain"] = "Server domain";
+$a->strings["The domain of the new server to add to the block list. Do not include the protocol."] = "The domain of the new server to add to the block list. Do not include the protocol.";
+$a->strings["Block reason"] = "Block reason";
+$a->strings["Add Entry"] = "Add entry";
+$a->strings["Save changes to the blocklist"] = "Save changes to the blocklist";
+$a->strings["Current Entries in the Blocklist"] = "Current entries in the blocklist";
+$a->strings["Delete entry from blocklist"] = "Delete entry from blocklist";
+$a->strings["Delete entry from blocklist?"] = "Delete entry from blocklist?";
+$a->strings["Server added to blocklist."] = "Server added to blocklist.";
+$a->strings["Site blocklist updated."] = "Site blocklist updated.";
+$a->strings["unknown"] = "unknown";
+$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = "This page offers you the amount of known part of the federated social network your Friendica node is part of. These numbers are not complete and only reflect the part of the network your node is aware of.";
+$a->strings["The <em>Auto Discovered Contact Directory</em> feature is not enabled, it will improve the data displayed here."] = "The <em>Auto Discovered Contact Directory</em> feature is not enabled; enabling it will improve the data displayed here.";
+$a->strings["Currently this node is aware of %d nodes from the following platforms:"] = "Currently this node is aware of %d nodes from the following platforms:";
+$a->strings["ID"] = "ID";
+$a->strings["Recipient Name"] = "Recipient name";
+$a->strings["Recipient Profile"] = "Recipient profile";
+$a->strings["Created"] = "Created";
+$a->strings["Last Tried"] = "Last Tried";
+$a->strings["This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."] = "This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently.";
+$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See <a href=\"%s\">here</a> for a guide that may be helpful converting the table engines. You may also use the command <tt>php include/dbstructure.php toinnodb</tt> of your Friendica installation for an automatic conversion.<br />"] = "Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See <a href=\"%s\">here</a> for a guide that may be helpful converting the table engines. You may also use the command <tt>php include/dbstructure.php toinnodb</tt> of your Friendica installation for an automatic conversion.<br />";
+$a->strings["The database update failed. Please run \"php include/dbstructure.php update\" from the command line and have a look at the errors that might appear."] = "The database update failed. Please run 'php include/dbstructure.php update' from the command line and have a look at the errors that might appear.";
+$a->strings["Normal Account"] = "Standard account";
+$a->strings["Soapbox Account"] = "Soapbox account";
+$a->strings["Community/Celebrity Account"] = "Community/Celebrity account";
+$a->strings["Automatic Friend Account"] = "Automatic friend account";
+$a->strings["Blog Account"] = "Blog account";
+$a->strings["Private Forum"] = "Private forum";
+$a->strings["Message queues"] = "Message queues";
+$a->strings["Summary"] = "Summary";
+$a->strings["Registered users"] = "Registered users";
+$a->strings["Pending registrations"] = "Pending registrations";
+$a->strings["Version"] = "Version";
+$a->strings["Active plugins"] = "Active plugins";
+$a->strings["Can not parse base url. Must have at least <scheme>://<domain>"] = "Can not parse base URL. Must have at least <scheme>://<domain>";
+$a->strings["Site settings updated."] = "Site settings updated.";
+$a->strings["No special theme for mobile devices"] = "No special theme for mobile devices";
+$a->strings["No community page"] = "No community page";
+$a->strings["Public postings from users of this site"] = "Public postings from users of this site";
+$a->strings["Global community page"] = "Global community page";
+$a->strings["Never"] = "Never";
+$a->strings["At post arrival"] = "At post arrival";
+$a->strings["Disabled"] = "Disabled";
+$a->strings["Users, Global Contacts"] = "Users, Global Contacts";
+$a->strings["Users, Global Contacts/fallback"] = "Users, Global Contacts/fallback";
+$a->strings["One month"] = "One month";
+$a->strings["Three months"] = "Three months";
+$a->strings["Half a year"] = "Half a year";
+$a->strings["One year"] = "One a year";
+$a->strings["Multi user instance"] = "Multi user instance";
+$a->strings["Closed"] = "Closed";
+$a->strings["Requires approval"] = "Requires approval";
+$a->strings["Open"] = "Open";
+$a->strings["No SSL policy, links will track page SSL state"] = "No SSL policy, links will track page SSL state";
+$a->strings["Force all links to use SSL"] = "Force all links to use SSL";
+$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Self-signed certificate, use SSL for local links only (discouraged)";
+$a->strings["Save Settings"] = "Save settings";
+$a->strings["File upload"] = "File upload";
+$a->strings["Policies"] = "Policies";
+$a->strings["Auto Discovered Contact Directory"] = "Auto-discovered contact directory";
+$a->strings["Performance"] = "Performance";
+$a->strings["Worker"] = "Worker";
+$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "Relocate - Warning, advanced function: This could make this server unreachable.";
+$a->strings["Site name"] = "Site name";
+$a->strings["Host name"] = "Host name";
+$a->strings["Sender Email"] = "Sender email";
+$a->strings["The email address your server shall use to send notification emails from."] = "The email address your server shall use to send notification emails from.";
+$a->strings["Banner/Logo"] = "Banner/Logo";
+$a->strings["Shortcut icon"] = "Shortcut icon";
+$a->strings["Link to an icon that will be used for browsers."] = "Link to an icon that will be used for browsers.";
+$a->strings["Touch icon"] = "Touch icon";
+$a->strings["Link to an icon that will be used for tablets and mobiles."] = "Link to an icon that will be used for tablets and mobiles.";
+$a->strings["Additional Info"] = "Additional Info";
+$a->strings["For public servers: you can add additional information here that will be listed at %s/siteinfo."] = "For public servers: add additional information here that will be listed at %s/siteinfo.";
+$a->strings["System language"] = "System language";
+$a->strings["System theme"] = "System theme";
+$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Default system theme - may be overridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>";
+$a->strings["Mobile system theme"] = "Mobile system theme";
+$a->strings["Theme for mobile devices"] = "Theme for mobile devices";
+$a->strings["SSL link policy"] = "SSL link policy";
+$a->strings["Determines whether generated links should be forced to use SSL"] = "Determines whether generated links should be forced to use SSL";
+$a->strings["Force SSL"] = "Force SSL";
+$a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops.";
+$a->strings["Hide help entry from navigation menu"] = "Hide help entry from navigation menu";
+$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Hides the menu entry for the Help pages from the navigation menu. Help pages can still be accessed by calling ../help directly via its URL.";
+$a->strings["Single user instance"] = "Single user instance";
+$a->strings["Make this instance multi-user or single-user for the named user"] = "Make this instance multi-user or single-user for the named user";
+$a->strings["Maximum image size"] = "Maximum image size";
+$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Maximum size in bytes of uploaded images. Default is 0, which means no limits.";
+$a->strings["Maximum image length"] = "Maximum image length";
+$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits.";
+$a->strings["JPEG image quality"] = "JPEG image quality";
+$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is the original quality level.";
+$a->strings["Register policy"] = "Register policy";
+$a->strings["Maximum Daily Registrations"] = "Maximum daily registrations";
+$a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day.  If register is set to closed, this setting has no effect."] = "If registration is permitted above, this sets the maximum number of new user registrations to accept per day.  If register is set to closed, this setting has no effect.";
+$a->strings["Register text"] = "Register text";
+$a->strings["Will be displayed prominently on the registration page."] = "Will be displayed prominently on the registration page.";
+$a->strings["Accounts abandoned after x days"] = "Accounts abandoned after so many days";
+$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "Will not waste system resources polling external sites for abandoned accounts. Enter 0 for no time limit.";
+$a->strings["Allowed friend domains"] = "Allowed friend domains";
+$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Leave empty to allow any domains";
+$a->strings["Allowed email domains"] = "Allowed email domains";
+$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Leave empty to allow any domains";
+$a->strings["Block public"] = "Block public";
+$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Block public access to all otherwise public personal pages on this site, except for local users when logged in.";
+$a->strings["Force publish"] = "Mandatory directory listing";
+$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Force all profiles on this site to be listed in the site directory.";
+$a->strings["Global directory URL"] = "Global directory URL";
+$a->strings["URL to the global directory. If this is not set, the global directory is completely unavailable to the application."] = "URL to the global directory: If this is not set, the global directory is completely unavailable to the application.";
+$a->strings["Allow threaded items"] = "Allow threaded items";
+$a->strings["Allow infinite level threading for items on this site."] = "Allow infinite levels of threading for items on this site.";
+$a->strings["Private posts by default for new users"] = "Private posts by default for new users";
+$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Set default post permissions for all new members to the default privacy group rather than public.";
+$a->strings["Don't include post content in email notifications"] = "Don't include post content in email notifications";
+$a->strings["Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure."] = "Don't include the content of a post/comment/private message in the email notifications sent from this site, as a privacy measure.";
+$a->strings["Disallow public access to addons listed in the apps menu."] = "Disallow public access to addons listed in the apps menu.";
+$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = "Checking this box will restrict addons listed in the apps menu to members only.";
+$a->strings["Don't embed private images in posts"] = "Don't embed private images in posts";
+$a->strings["Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."] = "Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while.";
+$a->strings["Allow Users to set remote_self"] = "Allow users to set \"Remote self\"";
+$a->strings["With checking this, every user is allowed to mark every contact as a remote_self in the repair contact dialog. Setting this flag on a contact causes mirroring every posting of that contact in the users stream."] = "This allows every user to mark contacts as a \"Remote self\" in the repair contact dialogue. Setting this flag on a contact will mirror every posting of that contact in the users stream.";
+$a->strings["Block multiple registrations"] = "Block multiple registrations";
+$a->strings["Disallow users to register additional accounts for use as pages."] = "Disallow users to register additional accounts for use as pages.";
+$a->strings["OpenID support"] = "OpenID support";
+$a->strings["OpenID support for registration and logins."] = "OpenID support for registration and logins.";
+$a->strings["Fullname check"] = "Full name check";
+$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Force users to register with a space between first name and last name in the full name field; it may reduce spam and abuse registrations.";
+$a->strings["Community Page Style"] = "Community page style";
+$a->strings["Type of community page to show. 'Global community' shows every public posting from an open distributed network that arrived on this server."] = "Type of community page to show. 'Global community' shows every public posting from an open distributed network that arrived on this server.";
+$a->strings["Posts per user on community page"] = "Posts per user on community page";
+$a->strings["The maximum number of posts per user on the community page. (Not valid for 'Global Community')"] = "Maximum number of posts per user on the community page (not valid for 'Global Community').";
+$a->strings["Enable OStatus support"] = "Enable OStatus support";
+$a->strings["Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Provide built-in OStatus (StatusNet, GNU Social, etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed.";
+$a->strings["OStatus conversation completion interval"] = "OStatus conversation completion interval";
+$a->strings["How often shall the poller check for new entries in OStatus conversations? This can be a very ressource task."] = "How often shall the poller check for new entries in OStatus conversations? This can be rather resources consuming.";
+$a->strings["Only import OStatus threads from our contacts"] = "Only import OStatus threads from known contacts";
+$a->strings["Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."] = "Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system.";
+$a->strings["OStatus support can only be enabled if threading is enabled."] = "OStatus support can only be enabled if threading is enabled.";
+$a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = "Diaspora support can't be enabled because Friendica was installed into a sub directory.";
+$a->strings["Enable Diaspora support"] = "Enable Diaspora support";
+$a->strings["Provide built-in Diaspora network compatibility."] = "Provide built-in Diaspora network compatibility.";
+$a->strings["Only allow Friendica contacts"] = "Only allow Friendica contacts";
+$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "All contacts must use Friendica protocols. All other built-in communication protocols will be disabled.";
+$a->strings["Verify SSL"] = "Verify SSL";
+$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = "If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites.";
+$a->strings["Proxy user"] = "Proxy user";
+$a->strings["Proxy URL"] = "Proxy URL";
+$a->strings["Network timeout"] = "Network timeout";
+$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Value is in seconds. Set to 0 for unlimited (not recommended).";
+$a->strings["Maximum Load Average"] = "Maximum load average";
+$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Maximum system load before delivery and poll processes are deferred (default 50).";
+$a->strings["Maximum Load Average (Frontend)"] = "Maximum load average (frontend)";
+$a->strings["Maximum system load before the frontend quits service - default 50."] = "Maximum system load before the frontend quits service (default 50).";
+$a->strings["Minimal Memory"] = "Minimal memory";
+$a->strings["Minimal free memory in MB for the poller. Needs access to /proc/meminfo - default 0 (deactivated)."] = "Minimal free memory in MB for the poller. Needs access to /proc/meminfo (default 0 - deactivated).";
+$a->strings["Maximum table size for optimization"] = "Maximum table size for optimization";
+$a->strings["Maximum table size (in MB) for the automatic optimization - default 100 MB. Enter -1 to disable it."] = "Maximum table size (in MB) for the automatic optimization (default 100 MB; -1 to deactivate).";
+$a->strings["Minimum level of fragmentation"] = "Minimum level of fragmentation";
+$a->strings["Minimum fragmenation level to start the automatic optimization - default value is 30%."] = "Minimum fragmentation level to start the automatic optimization (default 30%).";
+$a->strings["Periodical check of global contacts"] = "Periodical check of global contacts";
+$a->strings["If enabled, the global contacts are checked periodically for missing or outdated data and the vitality of the contacts and servers."] = "This checks global contacts periodically for missing or outdated data and the vitality of the contacts and servers.";
+$a->strings["Days between requery"] = "Days between enquiry";
+$a->strings["Number of days after which a server is requeried for his contacts."] = "Number of days after which a server is required check contacts.";
+$a->strings["Discover contacts from other servers"] = "Discover contacts from other servers";
+$a->strings["Periodically query other servers for contacts. You can choose between 'users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommened setting is 'Users, Global Contacts'."] = "Periodically query other servers for contacts. You can choose between 'Users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older Friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommend setting is 'Users, Global Contacts'.";
+$a->strings["Timeframe for fetching global contacts"] = "Time-frame for fetching global contacts";
+$a->strings["When the discovery is activated, this value defines the timeframe for the activity of the global contacts that are fetched from other servers."] = "If discovery is activated, this value defines the time-frame for the activity of the global contacts that are fetched from other servers.";
+$a->strings["Search the local directory"] = "Search the local directory";
+$a->strings["Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."] = "Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated.";
+$a->strings["Publish server information"] = "Publish server information";
+$a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See <a href='http://the-federation.info/'>the-federation.info</a> for details."] = "This publishes generic data about the server and its usage. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See <a href='http://the-federation.info/'>the-federation.info</a> for details.";
+$a->strings["Suppress Tags"] = "Suppress tags";
+$a->strings["Suppress showing a list of hashtags at the end of the posting."] = "Suppress listed hashtags at the end of posts.";
+$a->strings["Path to item cache"] = "Path to item cache";
+$a->strings["The item caches buffers generated bbcode and external images."] = "The item caches buffers generated bbcode and external images.";
+$a->strings["Cache duration in seconds"] = "Cache duration in seconds";
+$a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day). To disable the item cache, set the value to -1."] = "How long should cache files be held? (Default 86400 seconds - one day;  -1 disables item cache)";
+$a->strings["Maximum numbers of comments per post"] = "Maximum numbers of comments per post";
+$a->strings["How much comments should be shown for each post? Default value is 100."] = "How many comments should be shown for each post? (Default 100)";
+$a->strings["Temp path"] = "Temp path";
+$a->strings["If you have a restricted system where the webserver can't access the system temp path, enter another path here."] = "Enter a different tmp path, if your system restricts the webserver's access to the system temp path.";
+$a->strings["Base path to installation"] = "Base path to installation";
+$a->strings["If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."] = "If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot.";
+$a->strings["Disable picture proxy"] = "Disable picture proxy";
+$a->strings["The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith."] = "The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith.";
+$a->strings["Only search in tags"] = "Only search in tags";
+$a->strings["On large systems the text search can slow down the system extremely."] = "On large systems the text search can slow down the system significantly.";
+$a->strings["New base url"] = "New base URL";
+$a->strings["Change base url for this server. Sends relocate message to all DFRN contacts of all users."] = "Change base URL for this server. Sends relocate message to all DFRN contacts of all users.";
+$a->strings["RINO Encryption"] = "RINO Encryption";
+$a->strings["Encryption layer between nodes."] = "Encryption layer between nodes.";
+$a->strings["Maximum number of parallel workers"] = "Maximum number of parallel workers";
+$a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = "On shared hosts set this to 2. On larger systems, values of 10 are great. Default value is 4.";
+$a->strings["Don't use 'proc_open' with the worker"] = "Don't use 'proc_open' with the worker";
+$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of poller calls in your crontab."] = "Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosts. If this is enabled you should increase the frequency of poller calls in your crontab.";
+$a->strings["Enable fastlane"] = "Enable fast-lane";
+$a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = "The fast-lane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority.";
+$a->strings["Enable frontend worker"] = "Enable frontend worker";
+$a->strings["When enabled the Worker process is triggered when backend access is performed (e.g. messages being delivered). On smaller sites you might want to call yourdomain.tld/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server. The worker background process needs to be activated for this."] = "If enabled the Worker process is triggered when backend access is performed (e.g. messages being delivered). On smaller sites you might want to call yourdomain.tld/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server. The worker background process needs to be activated for this.";
+$a->strings["Update has been marked successful"] = "Update has been marked successful";
+$a->strings["Database structure update %s was successfully applied."] = "Database structure update %s was successfully applied.";
+$a->strings["Executing of database structure update %s failed with error: %s"] = "Executing of database structure update %s failed with error: %s";
+$a->strings["Executing %s failed with error: %s"] = "Executing %s failed with error: %s";
+$a->strings["Update %s was successfully applied."] = "Update %s was successfully applied.";
+$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "Update %s did not return a status. Unknown if it succeeded.";
+$a->strings["There was no additional update function %s that needed to be called."] = "There was no additional update function %s that needed to be called.";
+$a->strings["No failed updates."] = "No failed updates.";
+$a->strings["Check database structure"] = "Check database structure";
+$a->strings["Failed Updates"] = "Failed updates";
+$a->strings["This does not include updates prior to 1139, which did not return a status."] = "This does not include updates prior to 1139, which did not return a status.";
+$a->strings["Mark success (if update was manually applied)"] = "Mark success (if update was manually applied)";
+$a->strings["Attempt to execute this update step automatically"] = "Attempt to execute this update step automatically";
+$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\n\t\t\tDear %1\$s,\n\t\t\t\tThe administrator of %2\$s has set up an account for you.";
+$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tThank you and welcome to %4\$s."] = "\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, this may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tThank you and welcome to %4\$s.";
+$a->strings["%s user blocked/unblocked"] = array(
+       0 => "%s user blocked/unblocked",
+       1 => "%s users blocked/unblocked",
+);
+$a->strings["%s user deleted"] = array(
+       0 => "%s user deleted",
+       1 => "%s users deleted",
+);
+$a->strings["User '%s' deleted"] = "User '%s' deleted";
+$a->strings["User '%s' unblocked"] = "User '%s' unblocked";
+$a->strings["User '%s' blocked"] = "User '%s' blocked";
+$a->strings["Register date"] = "Register date";
+$a->strings["Last login"] = "Last login";
+$a->strings["Last item"] = "Last item";
+$a->strings["Account"] = "Account";
+$a->strings["Add User"] = "Add user";
+$a->strings["select all"] = "select all";
+$a->strings["User registrations waiting for confirm"] = "User registrations awaiting confirmation";
+$a->strings["User waiting for permanent deletion"] = "User awaiting permanent deletion";
+$a->strings["Request date"] = "Request date";
+$a->strings["No registrations."] = "No registrations.";
+$a->strings["Note from the user"] = "Note from the user";
+$a->strings["Deny"] = "Deny";
+$a->strings["Block"] = "Block";
+$a->strings["Unblock"] = "Unblock";
+$a->strings["Site admin"] = "Site admin";
+$a->strings["Account expired"] = "Account expired";
+$a->strings["New User"] = "New user";
+$a->strings["Deleted since"] = "Deleted since";
+$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "Selected users will be deleted!\\n\\nEverything these users has posted on this site will be permanently deleted!\\n\\nAre you sure?";
+$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?";
+$a->strings["Name of the new user."] = "Name of the new user.";
+$a->strings["Nickname"] = "Nickname";
+$a->strings["Nickname of the new user."] = "Nickname of the new user.";
+$a->strings["Email address of the new user."] = "Email address of the new user.";
+$a->strings["Plugin %s disabled."] = "Plugin %s disabled.";
+$a->strings["Plugin %s enabled."] = "Plugin %s enabled.";
+$a->strings["Disable"] = "Disable";
+$a->strings["Enable"] = "Enable";
+$a->strings["Toggle"] = "Toggle";
+$a->strings["Author: "] = "Author: ";
+$a->strings["Maintainer: "] = "Maintainer: ";
+$a->strings["Reload active plugins"] = "Reload active plugins";
+$a->strings["There are currently no plugins available on your node. You can find the official plugin repository at %1\$s and might find other interesting plugins in the open plugin registry at %2\$s"] = "There are currently no plugins available on your node. You can find the official plugin repository at %1\$s and might find other interesting plugins in the open plugin registry at %2\$s";
+$a->strings["No themes found."] = "No themes found.";
+$a->strings["Screenshot"] = "Screenshot";
+$a->strings["Reload active themes"] = "Reload active themes";
+$a->strings["No themes found on the system. They should be paced in %1\$s"] = "No themes found on the system. They should be paced in %1\$s";
+$a->strings["[Experimental]"] = "[Experimental]";
+$a->strings["[Unsupported]"] = "[Unsupported]";
+$a->strings["Log settings updated."] = "Log settings updated.";
+$a->strings["PHP log currently enabled."] = "PHP log currently enabled.";
+$a->strings["PHP log currently disabled."] = "PHP log currently disabled.";
+$a->strings["Clear"] = "Clear";
+$a->strings["Enable Debugging"] = "Enable debugging";
+$a->strings["Log file"] = "Log file";
+$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Must be writable by web server and relative to your Friendica top-level directory.";
+$a->strings["Log level"] = "Log level";
+$a->strings["PHP logging"] = "PHP logging";
+$a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The file name set in the 'error_log' line is relative to the Friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them.";
+$a->strings["Off"] = "Off";
+$a->strings["On"] = "On";
+$a->strings["Lock feature %s"] = "Lock feature %s";
+$a->strings["Manage Additional Features"] = "Manage additional features";
+$a->strings["%d contact edited."] = array(
+       0 => "%d contact edited.",
+       1 => "%d contacts edited.",
+);
+$a->strings["Could not access contact record."] = "Could not access contact record.";
+$a->strings["Could not locate selected profile."] = "Could not locate selected profile.";
+$a->strings["Contact updated."] = "Contact updated.";
+$a->strings["Contact has been blocked"] = "Contact has been blocked";
+$a->strings["Contact has been unblocked"] = "Contact has been unblocked";
+$a->strings["Contact has been ignored"] = "Contact has been ignored";
+$a->strings["Contact has been unignored"] = "Contact has been unignored";
+$a->strings["Contact has been archived"] = "Contact has been archived";
+$a->strings["Contact has been unarchived"] = "Contact has been unarchived";
+$a->strings["Drop contact"] = "Drop contact";
+$a->strings["Do you really want to delete this contact?"] = "Do you really want to delete this contact?";
+$a->strings["Contact has been removed."] = "Contact has been removed.";
+$a->strings["You are mutual friends with %s"] = "You are mutual friends with %s";
+$a->strings["You are sharing with %s"] = "You are sharing with %s";
+$a->strings["%s is sharing with you"] = "%s is sharing with you";
+$a->strings["Private communications are not available for this contact."] = "Private communications are not available for this contact.";
+$a->strings["(Update was successful)"] = "(Update was successful)";
+$a->strings["(Update was not successful)"] = "(Update was not successful)";
+$a->strings["Suggest friends"] = "Suggest friends";
+$a->strings["Network type: %s"] = "Network type: %s";
+$a->strings["Communications lost with this contact!"] = "Communications lost with this contact!";
+$a->strings["Fetch further information for feeds"] = "Fetch further information for feeds";
+$a->strings["Fetch information"] = "Fetch information";
+$a->strings["Fetch information and keywords"] = "Fetch information and keywords";
+$a->strings["Contact"] = "Contact";
+$a->strings["Profile Visibility"] = "Profile visibility";
+$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Please choose the profile you would like to display to %s when viewing your profile securely.";
+$a->strings["Contact Information / Notes"] = "Personal note";
+$a->strings["Edit contact notes"] = "Edit contact notes";
+$a->strings["Block/Unblock contact"] = "Block/Unblock contact";
+$a->strings["Ignore contact"] = "Ignore contact";
+$a->strings["Repair URL settings"] = "Repair URL settings";
+$a->strings["View conversations"] = "View conversations";
+$a->strings["Last update:"] = "Last update:";
+$a->strings["Update public posts"] = "Update public posts";
+$a->strings["Update now"] = "Update now";
+$a->strings["Unignore"] = "Unignore";
+$a->strings["Currently blocked"] = "Currently blocked";
+$a->strings["Currently ignored"] = "Currently ignored";
+$a->strings["Currently archived"] = "Currently archived";
+$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Replies/Likes to your public posts <strong>may</strong> still be visible";
+$a->strings["Notification for new posts"] = "Notification for new posts";
+$a->strings["Send a notification of every new post of this contact"] = "Send notification for every new post from this contact";
+$a->strings["Blacklisted keywords"] = "Blacklisted keywords";
+$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected";
+$a->strings["Actions"] = "Actions";
+$a->strings["Contact Settings"] = "Notification and privacy ";
+$a->strings["Suggestions"] = "Suggestions";
+$a->strings["Suggest potential friends"] = "Suggest potential friends";
+$a->strings["Show all contacts"] = "Show all contacts";
+$a->strings["Unblocked"] = "Unblocked";
+$a->strings["Only show unblocked contacts"] = "Only show unblocked contacts";
+$a->strings["Blocked"] = "Blocked";
+$a->strings["Only show blocked contacts"] = "Only show blocked contacts";
+$a->strings["Ignored"] = "Ignored";
+$a->strings["Only show ignored contacts"] = "Only show ignored contacts";
+$a->strings["Archived"] = "Archived";
+$a->strings["Only show archived contacts"] = "Only show archived contacts";
+$a->strings["Hidden"] = "Hidden";
+$a->strings["Only show hidden contacts"] = "Only show hidden contacts";
+$a->strings["Search your contacts"] = "Search your contacts";
+$a->strings["Update"] = "Update";
+$a->strings["Archive"] = "Archive";
+$a->strings["Unarchive"] = "Unarchive";
+$a->strings["Batch Actions"] = "Batch actions";
+$a->strings["View all contacts"] = "View all contacts";
+$a->strings["View all common friends"] = "View all common friends";
+$a->strings["Advanced Contact Settings"] = "Advanced contact settings";
+$a->strings["Mutual Friendship"] = "Mutual friendship";
+$a->strings["is a fan of yours"] = "is a fan of yours";
+$a->strings["you are a fan of"] = "I follow them";
+$a->strings["Toggle Blocked status"] = "Toggle blocked status";
+$a->strings["Toggle Ignored status"] = "Toggle ignored status";
+$a->strings["Toggle Archive status"] = "Toggle archive status";
+$a->strings["Delete contact"] = "Delete contact";
+$a->strings["Image uploaded but image cropping failed."] = "Image uploaded but image cropping failed.";
+$a->strings["Image size reduction [%s] failed."] = "Image size reduction [%s] failed.";
+$a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Shift-reload the page or clear browser cache if the new photo does not display immediately.";
+$a->strings["Unable to process image"] = "Unable to process image";
+$a->strings["Upload File:"] = "Upload File:";
+$a->strings["Select a profile:"] = "Select a profile:";
+$a->strings["Upload"] = "Upload";
+$a->strings["or"] = "or";
+$a->strings["skip this step"] = "skip this step";
+$a->strings["select a photo from your photo albums"] = "select a photo from your photo albums";
+$a->strings["Crop Image"] = "Crop Image";
+$a->strings["Please adjust the image cropping for optimum viewing."] = "Please adjust the image cropping for optimum viewing.";
+$a->strings["Done Editing"] = "Done editing";
+$a->strings["Image uploaded successfully."] = "Image uploaded successfully.";
+$a->strings["Profile deleted."] = "Profile deleted.";
+$a->strings["Profile-"] = "Profile-";
+$a->strings["New profile created."] = "New profile created.";
+$a->strings["Profile unavailable to clone."] = "Profile unavailable to clone.";
+$a->strings["Profile Name is required."] = "Profile name is required.";
+$a->strings["Marital Status"] = "Marital status";
+$a->strings["Romantic Partner"] = "Romantic partner";
+$a->strings["Work/Employment"] = "Work/Employment:";
+$a->strings["Religion"] = "Religion";
+$a->strings["Political Views"] = "Political views";
+$a->strings["Gender"] = "Gender";
+$a->strings["Sexual Preference"] = "Sexual preference";
+$a->strings["XMPP"] = "XMPP";
+$a->strings["Homepage"] = "Homepage";
+$a->strings["Interests"] = "Interests";
+$a->strings["Address"] = "Address";
+$a->strings["Location"] = "Location";
+$a->strings["Profile updated."] = "Profile updated.";
+$a->strings[" and "] = " and ";
+$a->strings["public profile"] = "public profile";
+$a->strings["%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;"] = "%1\$s changed %2\$s to &ldquo;%3\$s&rdquo;";
+$a->strings[" - Visit %1\$s's %2\$s"] = " - Visit %1\$s's %2\$s";
+$a->strings["%1\$s has an updated %2\$s, changing %3\$s."] = "%1\$s has an updated %2\$s, changing %3\$s.";
+$a->strings["Hide contacts and friends:"] = "Hide contacts and friends:";
+$a->strings["Hide your contact/friend list from viewers of this profile?"] = "Hide your contact/friend list from viewers of this profile?";
+$a->strings["Show more profile fields:"] = "Show more profile fields:";
+$a->strings["Profile Actions"] = "Profile actions";
+$a->strings["Edit Profile Details"] = "Edit Profile Details";
+$a->strings["Change Profile Photo"] = "Change profile photo";
+$a->strings["View this profile"] = "View this profile";
+$a->strings["Create a new profile using these settings"] = "Create a new profile using these settings";
+$a->strings["Clone this profile"] = "Clone this profile";
+$a->strings["Delete this profile"] = "Delete this profile";
+$a->strings["Basic information"] = "Basic information";
+$a->strings["Profile picture"] = "Profile picture";
+$a->strings["Preferences"] = "Preferences";
+$a->strings["Status information"] = "Status information";
+$a->strings["Additional information"] = "Additional information";
+$a->strings["Relation"] = "Relation";
+$a->strings["Your Gender:"] = "Gender:";
+$a->strings["<span class=\"heart\">&hearts;</span> Marital Status:"] = "<span class=\"heart\">&hearts;</span> Marital status:";
+$a->strings["Example: fishing photography software"] = "Example: fishing photography software";
+$a->strings["Profile Name:"] = "Profile name:";
+$a->strings["This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet."] = "This is your <strong>public</strong> profile.<br />It <strong>may</strong> be visible to anybody using the internet.";
+$a->strings["Your Full Name:"] = "My full name:";
+$a->strings["Title/Description:"] = "Title/Description:";
+$a->strings["Street Address:"] = "Street address:";
+$a->strings["Locality/City:"] = "Locality/City:";
+$a->strings["Region/State:"] = "Region/State:";
+$a->strings["Postal/Zip Code:"] = "Postcode:";
+$a->strings["Country:"] = "Country:";
+$a->strings["Who: (if applicable)"] = "Who: (if applicable)";
+$a->strings["Examples: cathy123, Cathy Williams, cathy@example.com"] = "Examples: cathy123, Cathy Williams, cathy@example.com";
+$a->strings["Since [date]:"] = "Since when:";
+$a->strings["Tell us about yourself..."] = "About myself:";
+$a->strings["XMPP (Jabber) address:"] = "XMPP (Jabber) address:";
+$a->strings["The XMPP address will be propagated to your contacts so that they can follow you."] = "The XMPP address will be propagated to your contacts so that they can follow you.";
+$a->strings["Homepage URL:"] = "Homepage URL:";
+$a->strings["Religious Views:"] = "Religious views:";
+$a->strings["Public Keywords:"] = "Public keywords:";
+$a->strings["(Used for suggesting potential friends, can be seen by others)"] = "Used for suggesting potential friends, can be seen by others.";
+$a->strings["Private Keywords:"] = "Private keywords:";
+$a->strings["(Used for searching profiles, never shown to others)"] = "Used for searching profiles, never shown to others.";
+$a->strings["Musical interests"] = "Music:";
+$a->strings["Books, literature"] = "Books, literature, poetry:";
+$a->strings["Television"] = "Television:";
+$a->strings["Film/dance/culture/entertainment"] = "Film, dance, culture, entertainment";
+$a->strings["Hobbies/Interests"] = "Hobbies/Interests:";
+$a->strings["Love/romance"] = "Love/Romance:";
+$a->strings["Work/employment"] = "Work/Employment:";
+$a->strings["School/education"] = "School/Education:";
+$a->strings["Contact information and Social Networks"] = "Contact information and other social networks:";
+$a->strings["Edit/Manage Profiles"] = "Edit/Manage Profiles";
+$a->strings["Display"] = "Display";
+$a->strings["Social Networks"] = "Social networks";
+$a->strings["Connected apps"] = "Connected apps";
+$a->strings["Remove account"] = "Remove account";
+$a->strings["Missing some important data!"] = "Missing some important data!";
+$a->strings["Failed to connect with email account using the settings provided."] = "Failed to connect with email account using the settings provided.";
+$a->strings["Email settings updated."] = "Email settings updated.";
+$a->strings["Features updated"] = "Features updated";
+$a->strings["Relocate message has been send to your contacts"] = "Relocate message has been send to your contacts";
+$a->strings["Empty passwords are not allowed. Password unchanged."] = "Empty passwords are not allowed. Password unchanged.";
+$a->strings["Wrong password."] = "Wrong password.";
+$a->strings["Password changed."] = "Password changed.";
+$a->strings["Password update failed. Please try again."] = "Password update failed. Please try again.";
+$a->strings[" Please use a shorter name."] = " Please use a shorter name.";
+$a->strings[" Name too short."] = " Name too short.";
+$a->strings["Wrong Password"] = "Wrong password";
+$a->strings[" Not valid email."] = "Invalid email.";
+$a->strings[" Cannot change to that email."] = " Cannot change to that email.";
+$a->strings["Private forum has no privacy permissions. Using default privacy group."] = "Private forum has no privacy permissions. Using default privacy group.";
+$a->strings["Private forum has no privacy permissions and no default privacy group."] = "Private forum has no privacy permissions and no default privacy group.";
+$a->strings["Settings updated."] = "Settings updated.";
+$a->strings["Add application"] = "Add application";
+$a->strings["Consumer Key"] = "Consumer key";
+$a->strings["Consumer Secret"] = "Consumer secret";
+$a->strings["Redirect"] = "Redirect";
+$a->strings["Icon url"] = "Icon URL";
+$a->strings["You can't edit this application."] = "You cannot edit this application.";
+$a->strings["Connected Apps"] = "Connected Apps";
+$a->strings["Client key starts with"] = "Client key starts with";
+$a->strings["No name"] = "No name";
+$a->strings["Remove authorization"] = "Remove authorization";
+$a->strings["No Plugin settings configured"] = "No plugin settings configured";
+$a->strings["Plugin Settings"] = "Plugin Settings";
+$a->strings["Additional Features"] = "Additional Features";
+$a->strings["General Social Media Settings"] = "General Social Media Settings";
+$a->strings["Disable intelligent shortening"] = "Disable intelligent shortening";
+$a->strings["Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original friendica post."] = "Normally the system tries to find the best link to add to shortened posts. If this option is enabled then every shortened post will always point to the original Friendica post.";
+$a->strings["Automatically follow any GNU Social (OStatus) followers/mentioners"] = "Automatically follow any GNU Social (OStatus) followers/mentioners";
+$a->strings["If you receive a message from an unknown OStatus user, this option decides what to do. If it is checked, a new contact will be created for every unknown user."] = "Create a new contact for every unknown OStatus user from whom you receive a message.";
+$a->strings["Default group for OStatus contacts"] = "Default group for OStatus contacts";
+$a->strings["Your legacy GNU Social account"] = "Your legacy GNU Social account";
+$a->strings["If you enter your old GNU Social/Statusnet account name here (in the format user@domain.tld), your contacts will be added automatically. The field will be emptied when done."] = "Entering your old GNU Social/Statusnet account name here (format: user@domain.tld), will automatically added your contacts. The field will be emptied when done.";
+$a->strings["Repair OStatus subscriptions"] = "Repair OStatus subscriptions";
+$a->strings["Built-in support for %s connectivity is %s"] = "Built-in support for %s connectivity is %s";
+$a->strings["enabled"] = "enabled";
+$a->strings["disabled"] = "disabled";
+$a->strings["GNU Social (OStatus)"] = "GNU Social (OStatus)";
+$a->strings["Email access is disabled on this site."] = "Email access is disabled on this site.";
+$a->strings["Email/Mailbox Setup"] = "Email/Mailbox setup";
+$a->strings["If you wish to communicate with email contacts using this service (optional), please specify how to connect to your mailbox."] = "Specify how to connect to your mailbox, if you wish to communicate with existing email contacts.";
+$a->strings["Last successful email check:"] = "Last successful email check:";
+$a->strings["IMAP server name:"] = "IMAP server name:";
+$a->strings["IMAP port:"] = "IMAP port:";
+$a->strings["Security:"] = "Security:";
+$a->strings["None"] = "None";
+$a->strings["Email login name:"] = "Email login name:";
+$a->strings["Email password:"] = "Email password:";
+$a->strings["Reply-to address:"] = "Reply-to address:";
+$a->strings["Send public posts to all email contacts:"] = "Send public posts to all email contacts:";
+$a->strings["Action after import:"] = "Action after import:";
+$a->strings["Move to folder"] = "Move to folder";
+$a->strings["Move to folder:"] = "Move to folder:";
+$a->strings["Display Settings"] = "Display Settings";
+$a->strings["Display Theme:"] = "Display theme:";
+$a->strings["Mobile Theme:"] = "Mobile theme:";
+$a->strings["Suppress warning of insecure networks"] = "Suppress warning of insecure networks";
+$a->strings["Should the system suppress the warning that the current group contains members of networks that can't receive non public postings."] = "Suppresses warnings if groups contains members whose networks that cannot receive non-public postings.";
+$a->strings["Update browser every xx seconds"] = "Update browser every so many seconds:";
+$a->strings["Minimum of 10 seconds. Enter -1 to disable it."] = "Minimum 10 seconds; to disable -1.";
+$a->strings["Number of items to display per page:"] = "Number of items displayed per page:";
+$a->strings["Maximum of 100 items"] = "Maximum of 100 items";
+$a->strings["Number of items to display per page when viewed from mobile device:"] = "Number of items displayed per page on mobile devices:";
+$a->strings["Don't show emoticons"] = "Don't show emoticons";
+$a->strings["Calendar"] = "Calendar";
+$a->strings["Beginning of week:"] = "Week begins: ";
+$a->strings["Don't show notices"] = "Don't show notices";
+$a->strings["Infinite scroll"] = "Infinite scroll";
+$a->strings["Automatic updates only at the top of the network page"] = "Automatically updates only top of the network page";
+$a->strings["Bandwith Saver Mode"] = "Bandwith saving mode";
+$a->strings["When enabled, embedded content is not displayed on automatic updates, they only show on page reload."] = "If enabled, embedded content is not displayed on automatic updates; it is only shown on page reload.";
+$a->strings["General Theme Settings"] = "Themes";
+$a->strings["Custom Theme Settings"] = "Theme customization";
+$a->strings["Content Settings"] = "Content/Layout";
+$a->strings["Theme settings"] = "Theme settings";
+$a->strings["Account Types"] = "Account types:";
+$a->strings["Personal Page Subtypes"] = "Personal Page subtypes";
+$a->strings["Community Forum Subtypes"] = "Community forum subtypes";
+$a->strings["Personal Page"] = "Personal Page";
+$a->strings["This account is a regular personal profile"] = "Regular personal profile";
+$a->strings["Organisation Page"] = "Organization Page";
+$a->strings["This account is a profile for an organisation"] = "Profile for an organization";
+$a->strings["News Page"] = "News Page";
+$a->strings["This account is a news account/reflector"] = "News reflector";
+$a->strings["Community Forum"] = "Community Forum";
+$a->strings["This account is a community forum where people can discuss with each other"] = "Discussion forum for community";
+$a->strings["Normal Account Page"] = "Standard";
+$a->strings["This account is a normal personal profile"] = "Regular personal profile";
+$a->strings["Soapbox Page"] = "Soapbox";
+$a->strings["Automatically approve all connection/friend requests as read-only fans"] = "Automatically approves contact requests as followers";
+$a->strings["Public Forum"] = "Public forum";
+$a->strings["Automatically approve all contact requests"] = "Automatically approve all contact requests";
+$a->strings["Automatic Friend Page"] = "Popularity";
+$a->strings["Automatically approve all connection/friend requests as friends"] = "Automatically approves contact requests as friends";
+$a->strings["Private Forum [Experimental]"] = "Private forum [Experimental]";
+$a->strings["Private forum - approved members only"] = "Private forum - approved members only";
+$a->strings["OpenID:"] = "OpenID:";
+$a->strings["(Optional) Allow this OpenID to login to this account."] = "(Optional) Allow this OpenID to login to this account.";
+$a->strings["Publish your default profile in your local site directory?"] = "Publish default profile in local site directory?";
+$a->strings["Your profile may be visible in public."] = "Your local directory may be publicly visible";
+$a->strings["Publish your default profile in the global social directory?"] = "Publish default profile in global directory?";
+$a->strings["Hide your contact/friend list from viewers of your default profile?"] = "Hide my contact list from others?";
+$a->strings["If enabled, posting public messages to Diaspora and other networks isn't possible."] = "Posting public messages to Diaspora and other networks will not be possible if enabled";
+$a->strings["Allow friends to post to your profile page?"] = "Allow friends to post to my wall?";
+$a->strings["Allow friends to tag your posts?"] = "Allow friends to tag my post?";
+$a->strings["Allow us to suggest you as a potential friend to new members?"] = "Allow us to suggest you as a potential friend to new members?";
+$a->strings["Permit unknown people to send you private mail?"] = "Allow unknown people to send me private messages?";
+$a->strings["Profile is <strong>not published</strong>."] = "Profile is <strong>not published</strong>.";
+$a->strings["Your Identity Address is <strong>'%s'</strong> or '%s'."] = "My identity address: <strong>'%s'</strong> or '%s'";
+$a->strings["Automatically expire posts after this many days:"] = "Automatically expire posts after this many days:";
+$a->strings["If empty, posts will not expire. Expired posts will be deleted"] = "Posts will not expire if empty;  expired posts will be deleted";
+$a->strings["Advanced expiration settings"] = "Advanced expiration settings";
+$a->strings["Advanced Expiration"] = "Advanced expiration";
+$a->strings["Expire posts:"] = "Expire posts:";
+$a->strings["Expire personal notes:"] = "Expire personal notes:";
+$a->strings["Expire starred posts:"] = "Expire starred posts:";
+$a->strings["Expire photos:"] = "Expire photos:";
+$a->strings["Only expire posts by others:"] = "Only expire posts by others:";
+$a->strings["Account Settings"] = "Account Settings";
+$a->strings["Password Settings"] = "Password change";
+$a->strings["Leave password fields blank unless changing"] = "Leave password fields blank unless changing";
+$a->strings["Current Password:"] = "Current password:";
+$a->strings["Your current password to confirm the changes"] = "Current password to confirm change";
+$a->strings["Password:"] = "Password:";
+$a->strings["Basic Settings"] = "Basic information";
+$a->strings["Email Address:"] = "Email address:";
+$a->strings["Your Timezone:"] = "Time zone:";
+$a->strings["Your Language:"] = "Language:";
+$a->strings["Set the language we use to show you friendica interface and to send you emails"] = "Set the language of your Friendica interface and emails receiving";
+$a->strings["Default Post Location:"] = "Posting location:";
+$a->strings["Use Browser Location:"] = "Use browser location:";
+$a->strings["Security and Privacy Settings"] = "Security and privacy";
+$a->strings["Maximum Friend Requests/Day:"] = "Maximum friend requests per day:";
+$a->strings["(to prevent spam abuse)"] = "May prevent spam or abuse registrations";
+$a->strings["Default Post Permissions"] = "Default post permissions";
+$a->strings["(click to open/close)"] = "(click to open/close)";
+$a->strings["Default Private Post"] = "Default private post";
+$a->strings["Default Public Post"] = "Default public post";
+$a->strings["Default Permissions for New Posts"] = "Default permissions for new posts";
+$a->strings["Maximum private messages per day from unknown people:"] = "Maximum private messages per day from unknown people:";
+$a->strings["Notification Settings"] = "Notification";
+$a->strings["By default post a status message when:"] = "By default post a status message when:";
+$a->strings["accepting a friend request"] = "accepting friend requests";
+$a->strings["joining a forum/community"] = "joining forums or communities";
+$a->strings["making an <em>interesting</em> profile change"] = "making an <em>interesting</em> profile change";
+$a->strings["Send a notification email when:"] = "Send notification email when:";
+$a->strings["You receive an introduction"] = "Receiving an introduction";
+$a->strings["Your introductions are confirmed"] = "My introductions are confirmed";
+$a->strings["Someone writes on your profile wall"] = "Someone writes on my wall";
+$a->strings["Someone writes a followup comment"] = "A follow up comment is posted";
+$a->strings["You receive a private message"] = "receiving a private message";
+$a->strings["You receive a friend suggestion"] = "Receiving a friend suggestion";
+$a->strings["You are tagged in a post"] = "Tagged in a post";
+$a->strings["You are poked/prodded/etc. in a post"] = "Poked in a post";
+$a->strings["Activate desktop notifications"] = "Activate desktop notifications";
+$a->strings["Show desktop popup on new notifications"] = "Show desktop pop-up on new notifications";
+$a->strings["Text-only notification emails"] = "Text-only notification emails";
+$a->strings["Send text only notification emails, without the html part"] = "Receive text only emails without HTML ";
+$a->strings["Advanced Account/Page Type Settings"] = "Advanced account types";
+$a->strings["Change the behaviour of this account for special situations"] = "Change behaviour of this account for special situations";
+$a->strings["Relocate"] = "Recent relocation";
+$a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "If you have moved this profile from another server and some of your contacts don't receive your updates:";
+$a->strings["Resend relocate message to contacts"] = "Resend relocation message to contacts";
+$a->strings["via"] = "via";
+$a->strings["greenzero"] = "greenzero";
+$a->strings["purplezero"] = "purplezero";
+$a->strings["easterbunny"] = "easterbunny";
+$a->strings["darkzero"] = "darkzero";
+$a->strings["comix"] = "comix";
+$a->strings["slackr"] = "slackr";
+$a->strings["Variations"] = "Variations";
+$a->strings["Repeat the image"] = "Repeat the image";
+$a->strings["Will repeat your image to fill the background."] = "Will repeat your image to fill the background.";
+$a->strings["Stretch"] = "Stretch";
+$a->strings["Will stretch to width/height of the image."] = "Will stretch to width/height of the image.";
+$a->strings["Resize fill and-clip"] = "Resize fill and-clip";
+$a->strings["Resize to fill and retain aspect ratio."] = "Resize to fill and retain aspect ratio.";
+$a->strings["Resize best fit"] = "Resize to best fit";
+$a->strings["Resize to best fit and retain aspect ratio."] = "Resize to best fit and retain aspect ratio.";
+$a->strings["Default"] = "Default";
+$a->strings["Note: "] = "Note - ";
+$a->strings["Check image permissions if all users are allowed to visit the image"] = "Check image permissions if all users are allowed to visit the image";
+$a->strings["Select scheme"] = "Select scheme:";
+$a->strings["Navigation bar background color"] = "Navigation bar background color:";
+$a->strings["Navigation bar icon color "] = "Navigation bar icon color:";
+$a->strings["Link color"] = "Link color:";
+$a->strings["Set the background color"] = "Background color:";
+$a->strings["Content background transparency"] = "Content background transparency:";
+$a->strings["Set the background image"] = "Background image:";
+$a->strings["Guest"] = "Guest";
+$a->strings["Visitor"] = "Visitor";
+$a->strings["Alignment"] = "Alignment";
+$a->strings["Left"] = "Left";
+$a->strings["Center"] = "Center";
+$a->strings["Color scheme"] = "Color scheme";
+$a->strings["Posts font size"] = "Posts font size";
+$a->strings["Textareas font size"] = "Text areas font size";
+$a->strings["Comma separated list of helper forums"] = "Comma separated list of helper forums";
+$a->strings["Set style"] = "Set style";
+$a->strings["Community Pages"] = "Community pages";
+$a->strings["Community Profiles"] = "Community profiles";
+$a->strings["Help or @NewHere ?"] = "Help or @NewHere ?";
+$a->strings["Connect Services"] = "Connect services";
+$a->strings["Find Friends"] = "Find friends";
+$a->strings["Last users"] = "Last users";
+$a->strings["Local Directory"] = "Local directory";
+$a->strings["Quick Start"] = "Quick start";
+$a->strings["Delete this item?"] = "Delete this item?";
+$a->strings["show fewer"] = "Show fewer.";
+$a->strings["toggle mobile"] = "Toggle mobile";
+$a->strings["Update %s failed. See error logs."] = "Update %s failed. See error logs.";
+$a->strings["Create a New Account"] = "Create a new account";
+$a->strings["Password: "] = "Password: ";
+$a->strings["Remember me"] = "Remember me";
+$a->strings["Or login using OpenID: "] = "Or login with OpenID: ";
+$a->strings["Forgot your password?"] = "Forgot your password?";
+$a->strings["Website Terms of Service"] = "Website Terms of Service";
+$a->strings["terms of service"] = "Terms of service";
+$a->strings["Website Privacy Policy"] = "Website Privacy Policy";
+$a->strings["privacy policy"] = "Privacy policy";
index 3091790cb47d82844cb0e0db504c56b21ba81802..fcf6a139efef8d7c643bd1dcad5dea7ba03d52b7 100644 (file)
@@ -35,9 +35,9 @@ msgid ""
 msgstr ""
 "Project-Id-Version: friendica\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-03-20 08:24+0100\n"
-"PO-Revision-Date: 2017-03-26 15:18+0000\n"
-"Last-Translator: Albert\n"
+"POT-Creation-Date: 2017-05-28 11:09+0200\n"
+"PO-Revision-Date: 2017-05-29 00:41+0000\n"
+"Last-Translator: fabrixxm <fabrix.xm@gmail.com>\n"
 "Language-Team: Spanish (http://www.transifex.com/Friendica/friendica/language/es/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -45,2489 +45,2869 @@ msgstr ""
 "Language: es\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
-#: boot.php:976
-msgid "Delete this item?"
-msgstr "¿Eliminar este elemento?"
+#: include/contact_selectors.php:32
+msgid "Unknown | Not categorised"
+msgstr "Desconocido | No clasificado"
 
-#: boot.php:977 include/ForumManager.php:119 include/contact_widgets.php:253
-#: include/items.php:2254 mod/content.php:624 object/Item.php:420
-#: view/theme/vier/theme.php:255
-msgid "show more"
-msgstr "ver más"
+#: include/contact_selectors.php:33
+msgid "Block immediately"
+msgstr "Bloquear inmediatamente"
 
-#: boot.php:978
-msgid "show fewer"
-msgstr "ver menos"
+#: include/contact_selectors.php:34
+msgid "Shady, spammer, self-marketer"
+msgstr "Sospechoso, spammer, auto-publicidad"
 
-#: boot.php:1667
-#, php-format
-msgid "Update %s failed. See error logs."
-msgstr "Falló la actualización de %s. Mira los registros de errores."
+#: include/contact_selectors.php:35
+msgid "Known to me, but no opinion"
+msgstr "Le conozco, sin opinión"
 
-#: boot.php:1779
-msgid "Create a New Account"
-msgstr "Crear una nueva cuenta"
+#: include/contact_selectors.php:36
+msgid "OK, probably harmless"
+msgstr "OK, probablemente inofensivo"
 
-#: boot.php:1780 include/nav.php:109 mod/register.php:289
-msgid "Register"
-msgstr "Registrarse"
+#: include/contact_selectors.php:37
+msgid "Reputable, has my trust"
+msgstr "Buena reputación, tiene mi confianza"
 
-#: boot.php:1804 include/nav.php:78 view/theme/frio/theme.php:243
-msgid "Logout"
-msgstr "Salir"
+#: include/contact_selectors.php:56 mod/admin.php:986
+msgid "Frequently"
+msgstr "Frequentemente"
 
-#: boot.php:1805 include/nav.php:95 mod/bookmarklet.php:12
-msgid "Login"
-msgstr "Acceder"
+#: include/contact_selectors.php:57 mod/admin.php:987
+msgid "Hourly"
+msgstr "Cada hora"
 
-#: boot.php:1807 mod/lostpass.php:161
-msgid "Nickname or Email: "
-msgstr "Apodo o Correo electrónico: "
+#: include/contact_selectors.php:58 mod/admin.php:988
+msgid "Twice daily"
+msgstr "Dos veces al día"
 
-#: boot.php:1808
-msgid "Password: "
-msgstr "Contraseña: "
+#: include/contact_selectors.php:59 mod/admin.php:989
+msgid "Daily"
+msgstr "Diariamente"
 
-#: boot.php:1809
-msgid "Remember me"
-msgstr "Recordarme"
+#: include/contact_selectors.php:60
+msgid "Weekly"
+msgstr "Semanalmente"
 
-#: boot.php:1812
-msgid "Or login using OpenID: "
-msgstr "O inicia sesión usando OpenID: "
+#: include/contact_selectors.php:61
+msgid "Monthly"
+msgstr "Mensualmente"
 
-#: boot.php:1818
-msgid "Forgot your password?"
-msgstr "¿Olvidaste la contraseña?"
+#: include/contact_selectors.php:76 mod/dfrn_request.php:886
+msgid "Friendica"
+msgstr "Friendica"
 
-#: boot.php:1819 mod/lostpass.php:110
-msgid "Password Reset"
-msgstr "Restablecer la contraseña"
+#: include/contact_selectors.php:77
+msgid "OStatus"
+msgstr "OStatus"
 
-#: boot.php:1821
-msgid "Website Terms of Service"
-msgstr "Términos de uso del sitio"
+#: include/contact_selectors.php:78
+msgid "RSS/Atom"
+msgstr "RSS/Atom"
 
-#: boot.php:1822
-msgid "terms of service"
-msgstr "Términos de uso"
+#: include/contact_selectors.php:79 include/contact_selectors.php:86
+#: mod/admin.php:1496 mod/admin.php:1509 mod/admin.php:1522 mod/admin.php:1540
+msgid "Email"
+msgstr "Correo electrónico"
 
-#: boot.php:1824
-msgid "Website Privacy Policy"
-msgstr "Política de privacidad del sitio"
+#: include/contact_selectors.php:80 mod/dfrn_request.php:888
+#: mod/settings.php:849
+msgid "Diaspora"
+msgstr "Diaspora*"
 
-#: boot.php:1825
-msgid "privacy policy"
-msgstr "Política de privacidad"
+#: include/contact_selectors.php:81
+msgid "Facebook"
+msgstr "Facebook"
 
-#: include/Contact.php:387 include/Contact.php:400 include/Contact.php:445
-#: include/conversation.php:970 include/conversation.php:986
-#: mod/allfriends.php:68 mod/directory.php:157 mod/dirfind.php:209
-#: mod/match.php:73 mod/suggest.php:82
-msgid "View Profile"
-msgstr "Ver perfil"
+#: include/contact_selectors.php:82
+msgid "Zot!"
+msgstr "Zot!"
 
-#: include/Contact.php:401 include/contact_widgets.php:32
-#: include/conversation.php:983 mod/allfriends.php:69 mod/contacts.php:610
-#: mod/dirfind.php:210 mod/follow.php:106 mod/match.php:74 mod/suggest.php:83
-msgid "Connect/Follow"
-msgstr "Conectar/Seguir"
+#: include/contact_selectors.php:83
+msgid "LinkedIn"
+msgstr "LinkedIn"
 
-#: include/Contact.php:444 include/conversation.php:969
-msgid "View Status"
-msgstr "Ver estado"
+#: include/contact_selectors.php:84
+msgid "XMPP/IM"
+msgstr "XMPP/IM"
 
-#: include/Contact.php:446 include/conversation.php:971
-msgid "View Photos"
-msgstr "Ver fotos"
+#: include/contact_selectors.php:85
+msgid "MySpace"
+msgstr "MySpace"
 
-#: include/Contact.php:447 include/conversation.php:972
-msgid "Network Posts"
-msgstr "Publicaciones en la red"
+#: include/contact_selectors.php:87
+msgid "Google+"
+msgstr "Google+"
 
-#: include/Contact.php:448 include/conversation.php:973
-msgid "View Contact"
-msgstr "Ver contacto"
+#: include/contact_selectors.php:88
+msgid "pump.io"
+msgstr "pump.io"
 
-#: include/Contact.php:449
-msgid "Drop Contact"
-msgstr "Eliminar contacto"
+#: include/contact_selectors.php:89
+msgid "Twitter"
+msgstr "Twitter"
 
-#: include/Contact.php:450 include/conversation.php:974
-msgid "Send PM"
-msgstr "Enviar mensaje privado"
+#: include/contact_selectors.php:90
+msgid "Diaspora Connector"
+msgstr "Conector Diaspora"
 
-#: include/Contact.php:451 include/conversation.php:978
-msgid "Poke"
-msgstr "Toque"
+#: include/contact_selectors.php:91
+msgid "GNU Social Connector"
+msgstr ""
 
-#: include/Contact.php:828
-msgid "Organisation"
-msgstr "Organización"
+#: include/contact_selectors.php:92
+msgid "pnut"
+msgstr "pnut"
 
-#: include/Contact.php:831
-msgid "News"
-msgstr "Noticias"
+#: include/contact_selectors.php:93
+msgid "App.net"
+msgstr "App.net"
 
-#: include/Contact.php:834
-msgid "Forum"
-msgstr "Foro"
+#: include/features.php:65
+msgid "General Features"
+msgstr "Opciones generales"
 
-#: include/ForumManager.php:114 include/nav.php:131 include/text.php:1027
-#: view/theme/vier/theme.php:250
-msgid "Forums"
-msgstr "Foros"
+#: include/features.php:67
+msgid "Multiple Profiles"
+msgstr "Perfiles multiples"
 
-#: include/ForumManager.php:116 view/theme/vier/theme.php:252
-msgid "External link to forum"
-msgstr "Enlace externo al foro"
+#: include/features.php:67
+msgid "Ability to create multiple profiles"
+msgstr "Capacidad de crear perfiles multiples. Cada pagina/perfil/usuario puede tener diferentes perfiles/apariencias. Las mismas pueden ser visibles para determinados contactos seleccionados dentro de la red friendica."
 
-#: include/NotificationsManager.php:153
-msgid "System"
-msgstr "Sistema"
+#: include/features.php:68
+msgid "Photo Location"
+msgstr "Localización foto"
 
-#: include/NotificationsManager.php:160 include/nav.php:158 mod/admin.php:421
-#: view/theme/frio/theme.php:253
-msgid "Network"
-msgstr "Red"
+#: include/features.php:68
+msgid ""
+"Photo metadata is normally stripped. This extracts the location (if present)"
+" prior to stripping metadata and links it to a map."
+msgstr "Normalmente los meta datos de las imágenes son eliminados. Esto extraerá la localización si presente antes de eliminar los meta datos y enlaza la misma con el mapa."
 
-#: include/NotificationsManager.php:167 mod/network.php:829
-#: mod/profiles.php:695
-msgid "Personal"
-msgstr "Personal"
+#: include/features.php:69
+msgid "Export Public Calendar"
+msgstr "Exportar Calendario Público"
 
-#: include/NotificationsManager.php:174 include/nav.php:105
-#: include/nav.php:161
-msgid "Home"
-msgstr "Inicio"
+#: include/features.php:69
+msgid "Ability for visitors to download the public calendar"
+msgstr "Posibilidad de los visitantes de descargar el calendario público"
 
-#: include/NotificationsManager.php:181 include/nav.php:166
-msgid "Introductions"
-msgstr "Presentaciones"
+#: include/features.php:74
+msgid "Post Composition Features"
+msgstr "Opciones de edición de publicaciones."
 
-#: include/NotificationsManager.php:239 include/NotificationsManager.php:251
-#, php-format
-msgid "%s commented on %s's post"
-msgstr "%s comentó la publicación de %s"
+#: include/features.php:75
+msgid "Post Preview"
+msgstr "Previsualizar publicaciones"
 
-#: include/NotificationsManager.php:250
-#, php-format
-msgid "%s created a new post"
-msgstr "%s creó una nueva publicación"
+#: include/features.php:75
+msgid "Allow previewing posts and comments before publishing them"
+msgstr "Permitir la previsualización de publicaciones antes de publicar las mismas."
 
-#: include/NotificationsManager.php:265
-#, php-format
-msgid "%s liked %s's post"
-msgstr "A %s le gusta la publicación de %s"
+#: include/features.php:76
+msgid "Auto-mention Forums"
+msgstr "Auto-mencionar foros"
 
-#: include/NotificationsManager.php:278
-#, php-format
-msgid "%s disliked %s's post"
-msgstr "A %s no le gusta la publicación de %s"
+#: include/features.php:76
+msgid ""
+"Add/remove mention when a forum page is selected/deselected in ACL window."
+msgstr "Añadir/eliminar mención cuando un foro es seleccionado/deseleccionado en la ventana ACL."
 
-#: include/NotificationsManager.php:291
-#, php-format
-msgid "%s is attending %s's event"
-msgstr "%s está asistiendo al evento %s's"
+#: include/features.php:81
+msgid "Network Sidebar Widgets"
+msgstr "Accesorios de red del panel lateral"
 
-#: include/NotificationsManager.php:304
-#, php-format
-msgid "%s is not attending %s's event"
-msgstr "%s no está asistiendo al evento %s's"
+#: include/features.php:82
+msgid "Search by Date"
+msgstr "Buscar por fecha"
 
-#: include/NotificationsManager.php:317
-#, php-format
-msgid "%s may attend %s's event"
-msgstr "%s podría asistir al evento %s's"
+#: include/features.php:82
+msgid "Ability to select posts by date ranges"
+msgstr "Habilidad de seleccionar publicaciones por fecha"
 
-#: include/NotificationsManager.php:334
-#, php-format
-msgid "%s is now friends with %s"
-msgstr "%s es ahora es amigo de %s"
+#: include/features.php:83 include/features.php:113
+msgid "List Forums"
+msgstr "Listar foros"
 
-#: include/NotificationsManager.php:770
-msgid "Friend Suggestion"
-msgstr "Propuestas de amistad"
+#: include/features.php:83
+msgid "Enable widget to display the forums your are connected with"
+msgstr "Habilitar la pestaña para mostrar los foros en que estas participando."
 
-#: include/NotificationsManager.php:803
-msgid "Friend/Connect Request"
-msgstr "Solicitud de Amistad/Conexión"
+#: include/features.php:84
+msgid "Group Filter"
+msgstr "Filtro del grupo"
 
-#: include/NotificationsManager.php:803
-msgid "New Follower"
-msgstr "Nuevo seguidor"
+#: include/features.php:84
+msgid "Enable widget to display Network posts only from selected group"
+msgstr "Habilitar accesorios para visualizar publicaciones en la red solo de grupos seleccionados"
 
-#: include/Photo.php:1038 include/Photo.php:1054 include/Photo.php:1062
-#: include/Photo.php:1087 include/message.php:146 mod/item.php:462
-#: mod/wall_upload.php:216 mod/wall_upload.php:230 mod/wall_upload.php:237
-msgid "Wall Photos"
-msgstr "Foto del Muro"
+#: include/features.php:85
+msgid "Network Filter"
+msgstr "Filtro de red"
+
+#: include/features.php:85
+msgid "Enable widget to display Network posts only from selected network"
+msgstr "Habilitar accesorios para visualizar publicaciones solo de las redes seleccionadas."
+
+#: include/features.php:86 mod/network.php:209 mod/search.php:37
+msgid "Saved Searches"
+msgstr "Búsquedas guardadas"
+
+#: include/features.php:86
+msgid "Save search terms for re-use"
+msgstr "Guardar términos de búsqueda para su reutilizacion"
+
+#: include/features.php:91
+msgid "Network Tabs"
+msgstr "Pestañas de redes"
+
+#: include/features.php:92
+msgid "Network Personal Tab"
+msgstr "Pestaña actividad personal"
+
+#: include/features.php:92
+msgid "Enable tab to display only Network posts that you've interacted on"
+msgstr "Habilitar para visualizar solo publicaciones con las que se ha interactuado"
+
+#: include/features.php:93
+msgid "Network New Tab"
+msgstr "Pestaña nuevo en la red"
+
+#: include/features.php:93
+msgid "Enable tab to display only new Network posts (from the last 12 hours)"
+msgstr "Activar para mostrar solo publicaciones nuevas en la red (de las ultimas 12 horas)"
+
+#: include/features.php:94
+msgid "Network Shared Links Tab"
+msgstr "Pestaña publicaciones con enlaces"
+
+#: include/features.php:94
+msgid "Enable tab to display only Network posts with links in them"
+msgstr "Habilitar para visualizar solo publicaciones que contienen enlaces"
+
+#: include/features.php:99
+msgid "Post/Comment Tools"
+msgstr "Herramienta de publicaciones/respuestas"
+
+#: include/features.php:100
+msgid "Multiple Deletion"
+msgstr "Borrar múltiples publicaciones"
+
+#: include/features.php:100
+msgid "Select and delete multiple posts/comments at once"
+msgstr "Habilidad de seleccionar y borrar varias publicaciones/comentarios a la vez"
+
+#: include/features.php:101
+msgid "Edit Sent Posts"
+msgstr "Editar temas enviados"
+
+#: include/features.php:101
+msgid "Edit and correct posts and comments after sending"
+msgstr "Editar y corregir publicaciones y respuestas enviados. Las ediciones solo son comunicados dentro de la red friendica. No se modificaran copias enviadas a diaspora, OStatus/GNUsocial/Quitter u otros servicios conectados."
+
+#: include/features.php:102
+msgid "Tagging"
+msgstr "taggear"
+
+#: include/features.php:102
+msgid "Ability to tag existing posts"
+msgstr "Habilidad de taggear publicaciones existentes"
+
+#: include/features.php:103
+msgid "Post Categories"
+msgstr "Categorías de publicaciones"
+
+#: include/features.php:103
+msgid "Add categories to your posts"
+msgstr "Agregue categorías a sus publicaciones. Las mismas serán visualizadas en su pagina de inicio."
+
+#: include/features.php:104 include/contact_widgets.php:162
+msgid "Saved Folders"
+msgstr "Directorios guardados"
+
+#: include/features.php:104
+msgid "Ability to file posts under folders"
+msgstr "Archivar publicaciones en carpetas"
+
+#: include/features.php:105
+msgid "Dislike Posts"
+msgstr "Desaprobar publicación (dislike)"
+
+#: include/features.php:105
+msgid "Ability to dislike posts/comments"
+msgstr "Habilidad de expresar desacuerdo en publicaciones y comentarios. Esta función solo es visualizado en la red friendica."
+
+#: include/features.php:106
+msgid "Star Posts"
+msgstr "Fijar publicaciones"
+
+#: include/features.php:106
+msgid "Ability to mark special posts with a star indicator"
+msgstr "Habilidad de marcar - observar fijamente publicaciones.\nEl simbolo de estrella es habilitado. Se recibirán notificaciones sobre comentarios, además una pestaña de publicaciones fijadas es habilitada. En las opciones de expiración de publicaciones se puede filtrar estas publicaciones para no ser eliminados contrario a las publicaciones demás de los contactos."
+
+#: include/features.php:107
+msgid "Mute Post Notifications"
+msgstr "Silenciar notificaciones de una publicacion"
+
+#: include/features.php:107
+msgid "Ability to mute notifications for a thread"
+msgstr "Habilidad de silenciar notificaciones sobre nuevos comentarios en una publicación."
+
+#: include/features.php:112
+msgid "Advanced Profile Settings"
+msgstr "Ajustes avanzados del perfil"
+
+#: include/features.php:113
+msgid "Show visitors public community forums at the Advanced Profile Page"
+msgstr "Mostrar a los visitantes foros públicos en las que se esta participando en el pagina avanzada de perfiles."
+
+#: include/group.php:25
+msgid ""
+"A deleted group with this name was revived. Existing item permissions "
+"<strong>may</strong> apply to this group and any future members. If this is "
+"not what you intended, please create another group with a different name."
+msgstr "Un grupo eliminado con este nombre fue restablecido. Los permisos existentes <strong>pueden</strong> aplicarse a este grupo y a sus futuros miembros. Si esto no es lo que pretendes, por favor, crea otro grupo con un nombre diferente."
+
+#: include/group.php:210
+msgid "Default privacy group for new contacts"
+msgstr "Grupo por defecto para nuevos contactos"
+
+#: include/group.php:243
+msgid "Everybody"
+msgstr "Todo el mundo"
+
+#: include/group.php:266
+msgid "edit"
+msgstr "editar"
+
+#: include/group.php:287 mod/newmember.php:39
+msgid "Groups"
+msgstr "Grupos"
+
+#: include/group.php:289
+msgid "Edit groups"
+msgstr "Editar grupo"
+
+#: include/group.php:291
+msgid "Edit group"
+msgstr "Editar grupo"
+
+#: include/group.php:292
+msgid "Create a new group"
+msgstr "Crear un nuevo grupo"
+
+#: include/group.php:293 mod/group.php:100 mod/group.php:197
+msgid "Group Name: "
+msgstr "Nombre del grupo: "
+
+#: include/group.php:295
+msgid "Contacts not in any group"
+msgstr "Contactos sin grupo"
+
+#: include/group.php:297 mod/network.php:210
+msgid "add"
+msgstr "añadir"
+
+#: include/ForumManager.php:116 include/text.php:1094 include/nav.php:133
+#: view/theme/vier/theme.php:256
+msgid "Forums"
+msgstr "Foros"
+
+#: include/ForumManager.php:118 view/theme/vier/theme.php:258
+msgid "External link to forum"
+msgstr "Enlace externo al foro"
+
+#: include/ForumManager.php:121 include/contact_widgets.php:271
+#: include/items.php:2432 mod/content.php:625 object/Item.php:417
+#: view/theme/vier/theme.php:261 src/App.php:506
+msgid "show more"
+msgstr "ver más"
+
+#: include/NotificationsManager.php:153
+msgid "System"
+msgstr "Sistema"
+
+#: include/NotificationsManager.php:160 include/nav.php:160 mod/admin.php:518
+#: view/theme/frio/theme.php:255
+msgid "Network"
+msgstr "Red"
+
+#: include/NotificationsManager.php:167 mod/network.php:835
+#: mod/profiles.php:699
+msgid "Personal"
+msgstr "Personal"
+
+#: include/NotificationsManager.php:174 include/nav.php:107
+#: include/nav.php:163
+msgid "Home"
+msgstr "Inicio"
+
+#: include/NotificationsManager.php:181 include/nav.php:168
+msgid "Introductions"
+msgstr "Presentaciones"
 
-#: include/acl_selectors.php:341
+#: include/NotificationsManager.php:239 include/NotificationsManager.php:251
+#, php-format
+msgid "%s commented on %s's post"
+msgstr "%s comentó la publicación de %s"
+
+#: include/NotificationsManager.php:250
+#, php-format
+msgid "%s created a new post"
+msgstr "%s creó una nueva publicación"
+
+#: include/NotificationsManager.php:265
+#, php-format
+msgid "%s liked %s's post"
+msgstr "A %s le gusta la publicación de %s"
+
+#: include/NotificationsManager.php:278
+#, php-format
+msgid "%s disliked %s's post"
+msgstr "A %s no le gusta la publicación de %s"
+
+#: include/NotificationsManager.php:291
+#, php-format
+msgid "%s is attending %s's event"
+msgstr "%s está asistiendo al evento %s's"
+
+#: include/NotificationsManager.php:304
+#, php-format
+msgid "%s is not attending %s's event"
+msgstr "%s no está asistiendo al evento %s's"
+
+#: include/NotificationsManager.php:317
+#, php-format
+msgid "%s may attend %s's event"
+msgstr "%s podría asistir al evento %s's"
+
+#: include/NotificationsManager.php:334
+#, php-format
+msgid "%s is now friends with %s"
+msgstr "%s es ahora es amigo de %s"
+
+#: include/NotificationsManager.php:770
+msgid "Friend Suggestion"
+msgstr "Propuestas de amistad"
+
+#: include/NotificationsManager.php:803
+msgid "Friend/Connect Request"
+msgstr "Solicitud de Amistad/Conexión"
+
+#: include/NotificationsManager.php:803
+msgid "New Follower"
+msgstr "Nuevo seguidor"
+
+#: include/acl_selectors.php:355
 msgid "Post to Email"
 msgstr "Publicar mediante correo electrónico"
 
-#: include/acl_selectors.php:346
+#: include/acl_selectors.php:360
 #, php-format
 msgid "Connectors disabled, since \"%s\" is enabled."
 msgstr "Conectores deshabilitados, ya que \"%s\" es habilitado."
 
-#: include/acl_selectors.php:347 mod/settings.php:1188
+#: include/acl_selectors.php:361 mod/settings.php:1189
 msgid "Hide your profile details from unknown viewers?"
 msgstr "¿Quieres que los detalles de tu perfil permanezcan ocultos a los desconocidos?"
 
-#: include/acl_selectors.php:352
+#: include/acl_selectors.php:367
 msgid "Visible to everybody"
 msgstr "Visible para cualquiera"
 
-#: include/acl_selectors.php:353 view/theme/vier/config.php:108
+#: include/acl_selectors.php:368 view/theme/vier/config.php:109
 msgid "show"
 msgstr "mostrar"
 
-#: include/acl_selectors.php:354 view/theme/vier/config.php:108
+#: include/acl_selectors.php:369 view/theme/vier/config.php:109
 msgid "don't show"
 msgstr "no mostrar"
 
-#: include/acl_selectors.php:360 mod/editpost.php:123
+#: include/acl_selectors.php:375 mod/editpost.php:125
 msgid "CC: email addresses"
 msgstr "CC: dirección de correo electrónico"
 
-#: include/acl_selectors.php:361 mod/editpost.php:130
+#: include/acl_selectors.php:376 mod/editpost.php:132
 msgid "Example: bob@example.com, mary@example.com"
 msgstr "Ejemplo: juan@ejemplo.com, sofia@ejemplo.com"
 
-#: include/acl_selectors.php:363 mod/events.php:516 mod/photos.php:1176
-#: mod/photos.php:1558
+#: include/acl_selectors.php:378 mod/events.php:511 mod/photos.php:1198
+#: mod/photos.php:1595
 msgid "Permissions"
 msgstr "Permisos"
 
-#: include/acl_selectors.php:364
+#: include/acl_selectors.php:379
 msgid "Close"
 msgstr "Cerrado"
 
-#: include/api.php:1021
-#, php-format
-msgid "Daily posting limit of %d posts reached. The post was rejected."
-msgstr "Limite diario de publicaciones %d alcanzado. La publicación fue rechazada."
-
-#: include/api.php:1041
-#, php-format
-msgid "Weekly posting limit of %d posts reached. The post was rejected."
-msgstr "Limite semanal de publicaciones %d alcanzado. La publicación fue rechazada."
-
-#: include/api.php:1062
-#, php-format
-msgid "Monthly posting limit of %d posts reached. The post was rejected."
-msgstr "Limite mensual de publicaciones %d alcanzado. La publicación fue rechazada."
-
-#: include/auth.php:45
+#: include/auth.php:52
 msgid "Logged out."
 msgstr "Sesión finalizada"
 
-#: include/auth.php:116 include/auth.php:178 mod/openid.php:110
+#: include/auth.php:123 include/auth.php:185 mod/openid.php:110
 msgid "Login failed."
 msgstr "Accesso fallido."
 
-#: include/auth.php:132 include/user.php:75
+#: include/auth.php:139 include/user.php:75
 msgid ""
 "We encountered a problem while logging in with the OpenID you provided. "
 "Please check the correct spelling of the ID."
 msgstr "Se ha encontrado un problema para acceder con el OpenID que has escrito. Verifica que lo hayas escrito correctamente."
 
-#: include/auth.php:132 include/user.php:75
+#: include/auth.php:139 include/user.php:75
 msgid "The error message was:"
 msgstr "El mensaje del error fue:"
 
-#: include/bb2diaspora.php:199 include/event.php:16 mod/localtime.php:12
+#: include/bb2diaspora.php:233 include/event.php:19 mod/localtime.php:13
 msgid "l F d, Y \\@ g:i A"
 msgstr "l F d, Y \\@ g:i A"
 
-#: include/bb2diaspora.php:205 include/event.php:33 include/event.php:51
-#: include/event.php:488
+#: include/bb2diaspora.php:239 include/event.php:36 include/event.php:56
+#: include/event.php:459
 msgid "Starts:"
 msgstr "Inicio:"
 
-#: include/bb2diaspora.php:213 include/event.php:36 include/event.php:57
-#: include/event.php:489
+#: include/bb2diaspora.php:247 include/event.php:39 include/event.php:62
+#: include/event.php:460
 msgid "Finishes:"
 msgstr "Final:"
 
-#: include/bb2diaspora.php:221 include/event.php:39 include/event.php:63
-#: include/event.php:490 include/identity.php:331 mod/contacts.php:636
-#: mod/directory.php:139 mod/events.php:501 mod/notifications.php:238
+#: include/bb2diaspora.php:256 include/event.php:43 include/event.php:69
+#: include/event.php:461 include/identity.php:342 mod/directory.php:135
+#: mod/events.php:496 mod/notifications.php:246 mod/contacts.php:639
 msgid "Location:"
 msgstr "Localización:"
 
-#: include/bbcode.php:350 include/bbcode.php:1055 include/bbcode.php:1056
-msgid "Image/photo"
-msgstr "Imagen/Foto"
-
-#: include/bbcode.php:467
-#, php-format
-msgid "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
-msgstr "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
-
-#: include/bbcode.php:1015 include/bbcode.php:1035
-msgid "$1 wrote:"
-msgstr "$1 escribió:"
-
-#: include/bbcode.php:1064 include/bbcode.php:1065
-msgid "Encrypted content"
-msgstr "Contenido cifrado"
-
-#: include/bbcode.php:1169
-msgid "Invalid source protocol"
-msgstr "Protocolo de fuente inválido"
-
-#: include/bbcode.php:1179
-msgid "Invalid link protocol"
-msgstr "Protocolo de enlace inválido"
-
-#: include/contact_selectors.php:32
-msgid "Unknown | Not categorised"
-msgstr "Desconocido | No clasificado"
-
-#: include/contact_selectors.php:33
-msgid "Block immediately"
-msgstr "Bloquear inmediatamente"
-
-#: include/contact_selectors.php:34
-msgid "Shady, spammer, self-marketer"
-msgstr "Sospechoso, spammer, auto-publicidad"
-
-#: include/contact_selectors.php:35
-msgid "Known to me, but no opinion"
-msgstr "Le conozco, sin opinión"
-
-#: include/contact_selectors.php:36
-msgid "OK, probably harmless"
-msgstr "OK, probablemente inofensivo"
-
-#: include/contact_selectors.php:37
-msgid "Reputable, has my trust"
-msgstr "Buena reputación, tiene mi confianza"
-
-#: include/contact_selectors.php:56 mod/admin.php:893
-msgid "Frequently"
-msgstr "Frequentemente"
-
-#: include/contact_selectors.php:57 mod/admin.php:894
-msgid "Hourly"
-msgstr "Cada hora"
-
-#: include/contact_selectors.php:58 mod/admin.php:895
-msgid "Twice daily"
-msgstr "Dos veces al día"
-
-#: include/contact_selectors.php:59 mod/admin.php:896
-msgid "Daily"
-msgstr "Diariamente"
-
-#: include/contact_selectors.php:60
-msgid "Weekly"
-msgstr "Semanalmente"
-
-#: include/contact_selectors.php:61
-msgid "Monthly"
-msgstr "Mensualmente"
-
-#: include/contact_selectors.php:76 mod/dfrn_request.php:881
-msgid "Friendica"
-msgstr "Friendica"
-
-#: include/contact_selectors.php:77
-msgid "OStatus"
-msgstr "OStatus"
-
-#: include/contact_selectors.php:78
-msgid "RSS/Atom"
-msgstr "RSS/Atom"
-
-#: include/contact_selectors.php:79 include/contact_selectors.php:86
-#: mod/admin.php:1405 mod/admin.php:1418 mod/admin.php:1431 mod/admin.php:1449
-msgid "Email"
-msgstr "Correo electrónico"
-
-#: include/contact_selectors.php:80 mod/dfrn_request.php:883
-#: mod/settings.php:848
-msgid "Diaspora"
-msgstr "Diaspora*"
-
-#: include/contact_selectors.php:81
-msgid "Facebook"
-msgstr "Facebook"
-
-#: include/contact_selectors.php:82
-msgid "Zot!"
-msgstr "Zot!"
-
-#: include/contact_selectors.php:83
-msgid "LinkedIn"
-msgstr "LinkedIn"
-
-#: include/contact_selectors.php:84
-msgid "XMPP/IM"
-msgstr "XMPP/IM"
-
-#: include/contact_selectors.php:85
-msgid "MySpace"
-msgstr "MySpace"
-
-#: include/contact_selectors.php:87
-msgid "Google+"
-msgstr "Google+"
-
-#: include/contact_selectors.php:88
-msgid "pump.io"
-msgstr "pump.io"
-
-#: include/contact_selectors.php:89
-msgid "Twitter"
-msgstr "Twitter"
-
-#: include/contact_selectors.php:90
-msgid "Diaspora Connector"
-msgstr "Conector Diaspora"
-
-#: include/contact_selectors.php:91
-msgid "GNU Social"
-msgstr "GNUsocial (OStatus)"
-
-#: include/contact_selectors.php:92
-msgid "pnut"
-msgstr "pnut"
-
-#: include/contact_selectors.php:93
-msgid "App.net"
-msgstr "App.net"
-
-#: include/contact_selectors.php:104
-msgid "Hubzilla/Redmatrix"
-msgstr "Hubzilla/Redmatrix"
-
-#: include/contact_widgets.php:6
+#: include/contact_widgets.php:8
 msgid "Add New Contact"
 msgstr "Añadir nuevo contacto"
 
-#: include/contact_widgets.php:7
+#: include/contact_widgets.php:9
 msgid "Enter address or web location"
 msgstr "Escribe la dirección o página web"
 
-#: include/contact_widgets.php:8
+#: include/contact_widgets.php:10
 msgid "Example: bob@example.com, http://example.com/barbara"
 msgstr "Ejemplo: miguel@ejemplo.com, http://ejemplo.com/miguel"
 
-#: include/contact_widgets.php:10 include/identity.php:219
-#: mod/allfriends.php:85 mod/dirfind.php:207 mod/match.php:89
-#: mod/suggest.php:101
+#: include/contact_widgets.php:12 include/identity.php:230
+#: mod/allfriends.php:87 mod/dirfind.php:209 mod/match.php:92
+#: mod/suggest.php:103
 msgid "Connect"
 msgstr "Conectar"
 
-#: include/contact_widgets.php:24
+#: include/contact_widgets.php:26
 #, php-format
 msgid "%d invitation available"
 msgid_plural "%d invitations available"
 msgstr[0] "%d invitación disponible"
 msgstr[1] "%d invitaviones disponibles"
 
-#: include/contact_widgets.php:30
+#: include/contact_widgets.php:32
 msgid "Find People"
 msgstr "Buscar personas"
 
-#: include/contact_widgets.php:31
+#: include/contact_widgets.php:33
 msgid "Enter name or interest"
 msgstr "Introduzce nombre o intereses"
 
-#: include/contact_widgets.php:33
+#: include/contact_widgets.php:34 include/conversation.php:1018
+#: include/Contact.php:389 mod/allfriends.php:71 mod/dirfind.php:212
+#: mod/follow.php:108 mod/match.php:77 mod/suggest.php:85 mod/contacts.php:613
+msgid "Connect/Follow"
+msgstr "Conectar/Seguir"
+
+#: include/contact_widgets.php:35
 msgid "Examples: Robert Morgenstein, Fishing"
 msgstr "Ejemplos: Robert Morgenstein, Pesca"
 
-#: include/contact_widgets.php:34 mod/contacts.php:806 mod/directory.php:206
+#: include/contact_widgets.php:36 mod/directory.php:202 mod/contacts.php:809
 msgid "Find"
 msgstr "Buscar"
 
-#: include/contact_widgets.php:35 mod/suggest.php:114
-#: view/theme/vier/theme.php:198
+#: include/contact_widgets.php:37 mod/suggest.php:116
+#: view/theme/vier/theme.php:203
 msgid "Friend Suggestions"
 msgstr "Sugerencias de amigos"
 
-#: include/contact_widgets.php:36 view/theme/vier/theme.php:197
+#: include/contact_widgets.php:38 view/theme/vier/theme.php:202
 msgid "Similar Interests"
 msgstr "Intereses similares"
 
-#: include/contact_widgets.php:37
+#: include/contact_widgets.php:39
 msgid "Random Profile"
 msgstr "Perfil aleatorio"
 
-#: include/contact_widgets.php:38 view/theme/vier/theme.php:199
+#: include/contact_widgets.php:40 view/theme/vier/theme.php:204
 msgid "Invite Friends"
 msgstr "Invitar amigos"
 
-#: include/contact_widgets.php:115
+#: include/contact_widgets.php:127
 msgid "Networks"
 msgstr "Redes"
 
-#: include/contact_widgets.php:118
+#: include/contact_widgets.php:130
 msgid "All Networks"
 msgstr "Todas las redes"
 
-#: include/contact_widgets.php:150 include/features.php:104
-msgid "Saved Folders"
-msgstr "Directorios guardados"
-
-#: include/contact_widgets.php:153 include/contact_widgets.php:187
+#: include/contact_widgets.php:165 include/contact_widgets.php:200
 msgid "Everything"
 msgstr "Todo"
 
-#: include/contact_widgets.php:184
+#: include/contact_widgets.php:197
 msgid "Categories"
 msgstr "Categorías"
 
-#: include/contact_widgets.php:248
+#: include/contact_widgets.php:266
 #, php-format
 msgid "%d contact in common"
 msgid_plural "%d contacts in common"
 msgstr[0] "%d contacto en común"
 msgstr[1] "%d contactos en común"
 
-#: include/conversation.php:122 include/conversation.php:258
-#: include/like.php:180 include/text.php:1804
+#: include/conversation.php:134 include/conversation.php:286
+#: include/like.php:183 include/text.php:1871
 msgid "event"
 msgstr "evento"
 
-#: include/conversation.php:125 include/conversation.php:134
-#: include/conversation.php:261 include/conversation.php:270
-#: include/diaspora.php:1530 include/like.php:178 mod/subthread.php:88
-#: mod/tagger.php:62
+#: include/conversation.php:137 include/conversation.php:147
+#: include/conversation.php:289 include/conversation.php:298
+#: include/like.php:181 include/diaspora.php:1653 mod/subthread.php:89
+#: mod/tagger.php:63
 msgid "status"
 msgstr "estado"
 
-#: include/conversation.php:130 include/conversation.php:266
-#: include/like.php:178 include/text.php:1806 mod/subthread.php:88
-#: mod/tagger.php:62
+#: include/conversation.php:142 include/conversation.php:294
+#: include/like.php:181 include/text.php:1873 mod/subthread.php:89
+#: mod/tagger.php:63
 msgid "photo"
 msgstr "foto"
 
-#: include/conversation.php:141 include/diaspora.php:1526 include/like.php:27
+#: include/conversation.php:154 include/like.php:30 include/diaspora.php:1649
 #, php-format
 msgid "%1$s likes %2$s's %3$s"
 msgstr "A %1$s le gusta %3$s de %2$s"
 
-#: include/conversation.php:144 include/like.php:31 include/like.php:36
+#: include/conversation.php:157 include/like.php:34 include/like.php:39
 #, php-format
 msgid "%1$s doesn't like %2$s's %3$s"
 msgstr "A %1$s no le gusta %3$s de %2$s"
 
-#: include/conversation.php:147
+#: include/conversation.php:160
 #, php-format
 msgid "%1$s attends %2$s's %3$s"
 msgstr "%1$s atenderá %2$s's %3$s"
 
-#: include/conversation.php:150
+#: include/conversation.php:163
 #, php-format
 msgid "%1$s doesn't attend %2$s's %3$s"
 msgstr "%1$s no atenderá %2$s's %3$s"
 
-#: include/conversation.php:153
+#: include/conversation.php:166
 #, php-format
 msgid "%1$s attends maybe %2$s's %3$s"
 msgstr "%1$s atenderá quizás %2$s's %3$s"
 
-#: include/conversation.php:185 mod/dfrn_confirm.php:478
+#: include/conversation.php:199 mod/dfrn_confirm.php:480
 #, php-format
 msgid "%1$s is now friends with %2$s"
 msgstr "%1$s ahora es amigo de %2$s"
 
-#: include/conversation.php:219
+#: include/conversation.php:240
 #, php-format
 msgid "%1$s poked %2$s"
 msgstr "%1$s le dio un toque a %2$s"
 
-#: include/conversation.php:239 mod/mood.php:63
+#: include/conversation.php:261 mod/mood.php:64
 #, php-format
 msgid "%1$s is currently %2$s"
 msgstr "%1$s está actualmente %2$s"
 
-#: include/conversation.php:278 mod/tagger.php:95
+#: include/conversation.php:308 mod/tagger.php:96
 #, php-format
 msgid "%1$s tagged %2$s's %3$s with %4$s"
 msgstr "%1$s ha etiquetado el %3$s de %2$s con %4$s"
 
-#: include/conversation.php:303
+#: include/conversation.php:335
 msgid "post/item"
 msgstr "publicación/tema"
 
-#: include/conversation.php:304
+#: include/conversation.php:336
 #, php-format
 msgid "%1$s marked %2$s's %3$s as favorite"
 msgstr "%1$s ha marcado %3$s de %2$s como Favorito"
 
-#: include/conversation.php:587 mod/content.php:372 mod/photos.php:1629
-#: mod/profiles.php:346
+#: include/conversation.php:615 mod/content.php:373 mod/photos.php:1664
+#: mod/profiles.php:344
 msgid "Likes"
 msgstr "Me gusta"
 
-#: include/conversation.php:587 mod/content.php:372 mod/photos.php:1629
-#: mod/profiles.php:350
+#: include/conversation.php:615 mod/content.php:373 mod/photos.php:1664
+#: mod/profiles.php:348
 msgid "Dislikes"
 msgstr "No me gusta"
 
-#: include/conversation.php:588 include/conversation.php:1473
-#: mod/content.php:373 mod/photos.php:1630
+#: include/conversation.php:616 include/conversation.php:1542
+#: mod/content.php:374 mod/photos.php:1665
 msgid "Attending"
 msgid_plural "Attending"
 msgstr[0] "Atendiendo"
 msgstr[1] "Atendiendo"
 
-#: include/conversation.php:588 mod/content.php:373 mod/photos.php:1630
+#: include/conversation.php:616 mod/content.php:374 mod/photos.php:1665
 msgid "Not attending"
 msgstr "No atendiendo"
 
-#: include/conversation.php:588 mod/content.php:373 mod/photos.php:1630
+#: include/conversation.php:616 mod/content.php:374 mod/photos.php:1665
 msgid "Might attend"
 msgstr "Puede que atienda"
 
-#: include/conversation.php:710 mod/content.php:453 mod/content.php:759
-#: mod/photos.php:1703 object/Item.php:137
+#: include/conversation.php:748 mod/content.php:454 mod/content.php:760
+#: mod/photos.php:1730 object/Item.php:137
 msgid "Select"
 msgstr "Seleccionar"
 
-#: include/conversation.php:711 mod/admin.php:1423 mod/contacts.php:816
-#: mod/contacts.php:1015 mod/content.php:454 mod/content.php:760
-#: mod/group.php:181 mod/photos.php:1704 mod/settings.php:744
-#: object/Item.php:138
+#: include/conversation.php:749 mod/content.php:455 mod/content.php:761
+#: mod/photos.php:1731 mod/admin.php:1514 mod/contacts.php:819
+#: mod/contacts.php:1018 mod/settings.php:745 object/Item.php:138
 msgid "Delete"
 msgstr "Eliminar"
 
-#: include/conversation.php:755 mod/content.php:487 mod/content.php:915
-#: mod/content.php:916 object/Item.php:356 object/Item.php:357
+#: include/conversation.php:792 mod/content.php:488 mod/content.php:916
+#: mod/content.php:917 object/Item.php:353 object/Item.php:354
 #, php-format
 msgid "View %s's profile @ %s"
 msgstr "Ver perfil de %s @ %s"
 
-#: include/conversation.php:767 object/Item.php:344
+#: include/conversation.php:804 object/Item.php:341
 msgid "Categories:"
 msgstr "Categorías:"
 
-#: include/conversation.php:768 object/Item.php:345
+#: include/conversation.php:805 object/Item.php:342
 msgid "Filed under:"
 msgstr "Archivado en:"
 
-#: include/conversation.php:775 mod/content.php:497 mod/content.php:928
-#: object/Item.php:370
+#: include/conversation.php:812 mod/content.php:498 mod/content.php:929
+#: object/Item.php:367
 #, php-format
 msgid "%s from %s"
 msgstr "%s de %s"
 
-#: include/conversation.php:791 mod/content.php:513
+#: include/conversation.php:828 mod/content.php:514
 msgid "View in context"
 msgstr "Verlo en contexto"
 
-#: include/conversation.php:793 include/conversation.php:1256
-#: mod/content.php:515 mod/content.php:953 mod/editpost.php:114
-#: mod/message.php:337 mod/message.php:522 mod/photos.php:1592
-#: mod/wallmessage.php:140 object/Item.php:395
+#: include/conversation.php:830 include/conversation.php:1299
+#: mod/content.php:516 mod/content.php:954 mod/editpost.php:116
+#: mod/message.php:339 mod/message.php:524 mod/photos.php:1629
+#: mod/wallmessage.php:142 object/Item.php:392
 msgid "Please wait"
 msgstr "Por favor, espera"
 
-#: include/conversation.php:872
+#: include/conversation.php:907
 msgid "remove"
 msgstr "eliminar"
 
-#: include/conversation.php:876
+#: include/conversation.php:911
 msgid "Delete Selected Items"
 msgstr "Eliminar el elemento seleccionado"
 
-#: include/conversation.php:968
+#: include/conversation.php:1003
 msgid "Follow Thread"
 msgstr "Seguir publicacion"
 
-#: include/conversation.php:1100
+#: include/conversation.php:1004 include/Contact.php:432
+msgid "View Status"
+msgstr "Ver estado"
+
+#: include/conversation.php:1005 include/conversation.php:1021
+#: include/Contact.php:375 include/Contact.php:388 include/Contact.php:433
+#: mod/allfriends.php:70 mod/directory.php:153 mod/dirfind.php:211
+#: mod/match.php:76 mod/suggest.php:84
+msgid "View Profile"
+msgstr "Ver perfil"
+
+#: include/conversation.php:1006 include/Contact.php:434
+msgid "View Photos"
+msgstr "Ver fotos"
+
+#: include/conversation.php:1007 include/Contact.php:435
+msgid "Network Posts"
+msgstr "Publicaciones en la red"
+
+#: include/conversation.php:1008 include/Contact.php:436
+msgid "View Contact"
+msgstr "Ver contacto"
+
+#: include/conversation.php:1009 include/Contact.php:438
+msgid "Send PM"
+msgstr "Enviar mensaje privado"
+
+#: include/conversation.php:1013 include/Contact.php:439
+msgid "Poke"
+msgstr "Toque"
+
+#: include/conversation.php:1140
 #, php-format
 msgid "%s likes this."
 msgstr "A %s le gusta esto."
 
-#: include/conversation.php:1103
+#: include/conversation.php:1143
 #, php-format
 msgid "%s doesn't like this."
 msgstr "A %s no le gusta esto."
 
-#: include/conversation.php:1106
+#: include/conversation.php:1146
 #, php-format
 msgid "%s attends."
 msgstr "%s atiende."
 
-#: include/conversation.php:1109
+#: include/conversation.php:1149
 #, php-format
 msgid "%s doesn't attend."
 msgstr "%s no atenderá."
 
-#: include/conversation.php:1112
+#: include/conversation.php:1152
 #, php-format
 msgid "%s attends maybe."
 msgstr "%s quizás atenderá"
 
-#: include/conversation.php:1122
+#: include/conversation.php:1163
 msgid "and"
 msgstr "y"
 
-#: include/conversation.php:1128
+#: include/conversation.php:1169
 #, php-format
 msgid ", and %d other people"
 msgstr " y a otras %d personas"
 
-#: include/conversation.php:1137
+#: include/conversation.php:1178
 #, php-format
 msgid "<span  %1$s>%2$d people</span> like this"
 msgstr "<span  %1$s>%2$d personas</span> les gusta esto"
 
-#: include/conversation.php:1138
+#: include/conversation.php:1179
 #, php-format
 msgid "%s like this."
 msgstr "A %s le gusta esto."
 
-#: include/conversation.php:1141
+#: include/conversation.php:1182
 #, php-format
 msgid "<span  %1$s>%2$d people</span> don't like this"
 msgstr "<span  %1$s>%2$d personas</span> no les gusta esto"
 
-#: include/conversation.php:1142
+#: include/conversation.php:1183
 #, php-format
 msgid "%s don't like this."
 msgstr "A %s no le gusta esto."
 
-#: include/conversation.php:1145
+#: include/conversation.php:1186
 #, php-format
 msgid "<span  %1$s>%2$d people</span> attend"
 msgstr "<span  %1$s>%2$d personas</span> atienden"
 
-#: include/conversation.php:1146
+#: include/conversation.php:1187
 #, php-format
 msgid "%s attend."
 msgstr "%s atiende."
 
-#: include/conversation.php:1149
+#: include/conversation.php:1190
 #, php-format
 msgid "<span  %1$s>%2$d people</span> don't attend"
 msgstr "<span  %1$s>%2$d personas</span>no atienden"
 
-#: include/conversation.php:1150
+#: include/conversation.php:1191
 #, php-format
 msgid "%s don't attend."
 msgstr "%s no atiende."
 
-#: include/conversation.php:1153
+#: include/conversation.php:1194
 #, php-format
 msgid "<span  %1$s>%2$d people</span> attend maybe"
 msgstr "<span  %1$s>%2$d people</span> quizá asistan"
 
-#: include/conversation.php:1154
+#: include/conversation.php:1195
 #, php-format
 msgid "%s anttend maybe."
 msgstr "%s atiende quizás."
 
-#: include/conversation.php:1184 include/conversation.php:1200
+#: include/conversation.php:1224 include/conversation.php:1240
 msgid "Visible to <strong>everybody</strong>"
 msgstr "Visible para <strong>cualquiera</strong>"
 
-#: include/conversation.php:1185 include/conversation.php:1201
-#: mod/message.php:271 mod/message.php:278 mod/message.php:418
-#: mod/message.php:425 mod/wallmessage.php:114 mod/wallmessage.php:121
+#: include/conversation.php:1225 include/conversation.php:1241
+#: mod/message.php:273 mod/message.php:280 mod/message.php:420
+#: mod/message.php:427 mod/wallmessage.php:116 mod/wallmessage.php:123
 msgid "Please enter a link URL:"
 msgstr "Introduce la dirección del enlace:"
 
-#: include/conversation.php:1186 include/conversation.php:1202
+#: include/conversation.php:1226 include/conversation.php:1242
 msgid "Please enter a video link/URL:"
 msgstr "Por favor, introduce la URL/enlace del vídeo:"
 
-#: include/conversation.php:1187 include/conversation.php:1203
+#: include/conversation.php:1227 include/conversation.php:1243
 msgid "Please enter an audio link/URL:"
 msgstr "Por favor, introduce la URL/enlace del audio:"
 
-#: include/conversation.php:1188 include/conversation.php:1204
+#: include/conversation.php:1228 include/conversation.php:1244
 msgid "Tag term:"
 msgstr "Etiquetar:"
 
-#: include/conversation.php:1189 include/conversation.php:1205
-#: mod/filer.php:30
+#: include/conversation.php:1229 include/conversation.php:1245
+#: mod/filer.php:31
 msgid "Save to Folder:"
 msgstr "Guardar en directorio:"
 
-#: include/conversation.php:1190 include/conversation.php:1206
+#: include/conversation.php:1230 include/conversation.php:1246
 msgid "Where are you right now?"
 msgstr "¿Dónde estás ahora?"
 
-#: include/conversation.php:1191
+#: include/conversation.php:1231
 msgid "Delete item(s)?"
 msgstr "¿Borrar objeto(s)?"
 
-#: include/conversation.php:1237
+#: include/conversation.php:1280
 msgid "Share"
 msgstr "Compartir"
 
-#: include/conversation.php:1238 mod/editpost.php:100 mod/message.php:335
-#: mod/message.php:519 mod/wallmessage.php:138
+#: include/conversation.php:1281 mod/editpost.php:102 mod/message.php:337
+#: mod/message.php:521 mod/wallmessage.php:140
 msgid "Upload photo"
 msgstr "Subir foto"
 
-#: include/conversation.php:1239 mod/editpost.php:101
+#: include/conversation.php:1282 mod/editpost.php:103
 msgid "upload photo"
 msgstr "subir imagen"
 
-#: include/conversation.php:1240 mod/editpost.php:102
+#: include/conversation.php:1283 mod/editpost.php:104
 msgid "Attach file"
 msgstr "Adjuntar archivo"
 
-#: include/conversation.php:1241 mod/editpost.php:103
+#: include/conversation.php:1284 mod/editpost.php:105
 msgid "attach file"
 msgstr "adjuntar archivo"
 
-#: include/conversation.php:1242 mod/editpost.php:104 mod/message.php:336
-#: mod/message.php:520 mod/wallmessage.php:139
+#: include/conversation.php:1285 mod/editpost.php:106 mod/message.php:338
+#: mod/message.php:522 mod/wallmessage.php:141
 msgid "Insert web link"
 msgstr "Insertar enlace"
 
-#: include/conversation.php:1243 mod/editpost.php:105
+#: include/conversation.php:1286 mod/editpost.php:107
 msgid "web link"
 msgstr "enlace web"
 
-#: include/conversation.php:1244 mod/editpost.php:106
+#: include/conversation.php:1287 mod/editpost.php:108
 msgid "Insert video link"
 msgstr "Insertar enlace del vídeo"
 
-#: include/conversation.php:1245 mod/editpost.php:107
+#: include/conversation.php:1288 mod/editpost.php:109
 msgid "video link"
 msgstr "enlace de video"
 
-#: include/conversation.php:1246 mod/editpost.php:108
+#: include/conversation.php:1289 mod/editpost.php:110
 msgid "Insert audio link"
 msgstr "Insertar vínculo del audio"
 
-#: include/conversation.php:1247 mod/editpost.php:109
+#: include/conversation.php:1290 mod/editpost.php:111
 msgid "audio link"
 msgstr "enlace de audio"
 
-#: include/conversation.php:1248 mod/editpost.php:110
+#: include/conversation.php:1291 mod/editpost.php:112
 msgid "Set your location"
 msgstr "Configurar tu localización"
 
-#: include/conversation.php:1249 mod/editpost.php:111
+#: include/conversation.php:1292 mod/editpost.php:113
 msgid "set location"
 msgstr "establecer tu ubicación"
 
-#: include/conversation.php:1250 mod/editpost.php:112
+#: include/conversation.php:1293 mod/editpost.php:114
 msgid "Clear browser location"
 msgstr "Borrar la localización del navegador"
 
-#: include/conversation.php:1251 mod/editpost.php:113
+#: include/conversation.php:1294 mod/editpost.php:115
 msgid "clear location"
 msgstr "limpiar la localización"
 
-#: include/conversation.php:1253 mod/editpost.php:127
+#: include/conversation.php:1296 mod/editpost.php:129
 msgid "Set title"
 msgstr "Establecer el título"
 
-#: include/conversation.php:1255 mod/editpost.php:129
+#: include/conversation.php:1298 mod/editpost.php:131
 msgid "Categories (comma-separated list)"
 msgstr "Categorías (lista separada por comas)"
 
-#: include/conversation.php:1257 mod/editpost.php:115
+#: include/conversation.php:1300 mod/editpost.php:117
 msgid "Permission settings"
 msgstr "Configuración de permisos"
 
-#: include/conversation.php:1258 mod/editpost.php:144
+#: include/conversation.php:1301 mod/editpost.php:146
 msgid "permissions"
 msgstr "permisos"
 
-#: include/conversation.php:1266 mod/editpost.php:124
+#: include/conversation.php:1309 mod/editpost.php:126
 msgid "Public post"
 msgstr "Publicación pública"
 
-#: include/conversation.php:1271 mod/content.php:737 mod/editpost.php:135
-#: mod/events.php:511 mod/photos.php:1613 mod/photos.php:1661
-#: mod/photos.php:1747 object/Item.php:714
+#: include/conversation.php:1314 mod/content.php:738 mod/editpost.php:137
+#: mod/events.php:506 mod/photos.php:1649 mod/photos.php:1691
+#: mod/photos.php:1771 object/Item.php:711
 msgid "Preview"
 msgstr "Vista previa"
 
-#: include/conversation.php:1275 include/items.php:1983 mod/contacts.php:455
-#: mod/dfrn_request.php:889 mod/editpost.php:138 mod/fbrowser.php:100
-#: mod/fbrowser.php:135 mod/follow.php:124 mod/message.php:209
-#: mod/photos.php:240 mod/photos.php:331 mod/settings.php:682
-#: mod/settings.php:708 mod/suggest.php:32 mod/tagrm.php:11 mod/tagrm.php:96
-#: mod/videos.php:132
+#: include/conversation.php:1318 include/items.php:2165 mod/editpost.php:140
+#: mod/fbrowser.php:102 mod/fbrowser.php:137 mod/follow.php:126
+#: mod/message.php:211 mod/photos.php:247 mod/photos.php:339
+#: mod/suggest.php:34 mod/tagrm.php:13 mod/tagrm.php:98 mod/videos.php:134
+#: mod/dfrn_request.php:894 mod/contacts.php:458 mod/settings.php:683
+#: mod/settings.php:709
 msgid "Cancel"
 msgstr "Cancelar"
 
-#: include/conversation.php:1281
+#: include/conversation.php:1324
 msgid "Post to Groups"
 msgstr "Publicar hacia grupos"
 
-#: include/conversation.php:1282
+#: include/conversation.php:1325
 msgid "Post to Contacts"
 msgstr "Publicar hacia contactos"
 
-#: include/conversation.php:1283
+#: include/conversation.php:1326
 msgid "Private post"
 msgstr "Publicación privada"
 
-#: include/conversation.php:1288 include/identity.php:259 mod/editpost.php:142
+#: include/conversation.php:1331 include/identity.php:270 mod/editpost.php:144
 msgid "Message"
 msgstr "Mensaje"
 
-#: include/conversation.php:1289 mod/editpost.php:143
+#: include/conversation.php:1332 mod/editpost.php:145
 msgid "Browser"
 msgstr "Navegador"
 
-#: include/conversation.php:1445
+#: include/conversation.php:1514
 msgid "View all"
 msgstr "Ver todos los contactos"
 
-#: include/conversation.php:1467
+#: include/conversation.php:1536
 msgid "Like"
 msgid_plural "Likes"
 msgstr[0] "Me gusta"
 msgstr[1] "Me gusta"
 
-#: include/conversation.php:1470
+#: include/conversation.php:1539
 msgid "Dislike"
 msgid_plural "Dislikes"
 msgstr[0] "No me gusta"
 msgstr[1] "No me gusta"
 
-#: include/conversation.php:1476
+#: include/conversation.php:1545
 msgid "Not Attending"
 msgid_plural "Not Attending"
 msgstr[0] "No atendiendo"
 msgstr[1] "No atendiendo"
 
-#: include/conversation.php:1479 include/profile_selectors.php:6
+#: include/conversation.php:1548 include/profile_selectors.php:6
 msgid "Undecided"
 msgid_plural "Undecided"
 msgstr[0] "Indeciso"
 msgstr[1] "Indeciso"
 
-#: include/datetime.php:58 include/datetime.php:60 mod/profiles.php:697
+#: include/datetime.php:66 include/datetime.php:68 mod/profiles.php:701
 msgid "Miscellaneous"
 msgstr "Varios"
 
-#: include/datetime.php:184 include/identity.php:641
+#: include/datetime.php:196 include/identity.php:656
 msgid "Birthday:"
 msgstr "Fecha de nacimiento:"
 
-#: include/datetime.php:186 mod/profiles.php:720
+#: include/datetime.php:198 mod/profiles.php:724
 msgid "Age: "
 msgstr "Edad: "
 
-#: include/datetime.php:188
+#: include/datetime.php:200
 msgid "YYYY-MM-DD or MM-DD"
 msgstr "YYYY-MM-DD o MM-DD"
 
-#: include/datetime.php:343
+#: include/datetime.php:370
 msgid "never"
 msgstr "nunca"
 
-#: include/datetime.php:349
+#: include/datetime.php:376
 msgid "less than a second ago"
 msgstr "hace menos de un segundo"
 
-#: include/datetime.php:352
+#: include/datetime.php:379
 msgid "year"
 msgstr "año"
 
-#: include/datetime.php:352
+#: include/datetime.php:379
 msgid "years"
 msgstr "años"
 
-#: include/datetime.php:353 include/event.php:481 mod/cal.php:279
-#: mod/events.php:396
+#: include/datetime.php:380 include/event.php:453 mod/cal.php:281
+#: mod/events.php:387
 msgid "month"
 msgstr "mes"
 
-#: include/datetime.php:353
+#: include/datetime.php:380
 msgid "months"
 msgstr "meses"
 
-#: include/datetime.php:354 include/event.php:482 mod/cal.php:280
-#: mod/events.php:397
+#: include/datetime.php:381 include/event.php:454 mod/cal.php:282
+#: mod/events.php:388
 msgid "week"
 msgstr "semana"
 
-#: include/datetime.php:354
+#: include/datetime.php:381
 msgid "weeks"
 msgstr "semanas"
 
-#: include/datetime.php:355 include/event.php:483 mod/cal.php:281
-#: mod/events.php:398
+#: include/datetime.php:382 include/event.php:455 mod/cal.php:283
+#: mod/events.php:389
 msgid "day"
 msgstr "día"
 
-#: include/datetime.php:355
+#: include/datetime.php:382
 msgid "days"
 msgstr "días"
 
-#: include/datetime.php:356
+#: include/datetime.php:383
 msgid "hour"
 msgstr "hora"
 
-#: include/datetime.php:356
+#: include/datetime.php:383
 msgid "hours"
 msgstr "horas"
 
-#: include/datetime.php:357
+#: include/datetime.php:384
 msgid "minute"
 msgstr "minuto"
 
-#: include/datetime.php:357
+#: include/datetime.php:384
 msgid "minutes"
 msgstr "minutos"
 
-#: include/datetime.php:358
+#: include/datetime.php:385
 msgid "second"
 msgstr "segundo"
 
-#: include/datetime.php:358
+#: include/datetime.php:385
 msgid "seconds"
 msgstr "segundos"
 
-#: include/datetime.php:367
+#: include/datetime.php:394
 #, php-format
 msgid "%1$d %2$s ago"
 msgstr "hace %1$d %2$s"
 
-#: include/datetime.php:585
+#: include/datetime.php:620
 #, php-format
 msgid "%s's birthday"
 msgstr "Cumpleaños de %s"
 
-#: include/datetime.php:586 include/dfrn.php:1131
+#: include/datetime.php:621 include/dfrn.php:1254
 #, php-format
 msgid "Happy Birthday %s"
 msgstr "Feliz cumpleaños %s"
 
-#: include/dba.php:43 include/dba_pdo.php:72
-#, php-format
-msgid "Cannot locate DNS info for database server '%s'"
-msgstr "No se puede encontrar información DNS para la base de datos del servidor '%s'"
-
-#: include/dbstructure.php:36
-#, php-format
-msgid ""
-"\n"
-"\t\t\tThe friendica developers released update %s recently,\n"
-"\t\t\tbut when I tried to install it, something went terribly wrong.\n"
-"\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n"
-"\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."
-msgstr "\n\t\t\tLos desarolladores de friendica publicaron una actualización  %s recientemente\n\t\t\tpero cuando intento de instalarla,algo salio terriblemente mal.\n\t\t\tEsto necesita ser arreglado pronto y no puedo hacerlo solo. Por favor contacta\n\t\t\tlos desarolladores de friendica si no me podes ayudar por ti solo. Mi base de datos puede estar invalido."
-
-#: include/dbstructure.php:41
-#, php-format
-msgid ""
-"The error message is\n"
-"[pre]%s[/pre]"
-msgstr "El mensaje de error es\n[pre]%s[/pre]"
-
-#: include/dbstructure.php:199
-msgid "Errors encountered creating database tables."
-msgstr "Se han encontrados errores creando las tablas de la base de datos."
-
-#: include/dbstructure.php:333 include/dbstructure.php:341
-#: include/dbstructure.php:349 include/dbstructure.php:354
-#: include/dbstructure.php:359
-msgid "Errors encountered performing database changes."
-msgstr "Errores encontrados al ejecutar cambios en la base de datos."
-
-#: include/delivery.php:427
+#: include/delivery.php:428
 msgid "(no subject)"
 msgstr "(sin asunto)"
 
-#: include/delivery.php:439 include/enotify.php:43
+#: include/delivery.php:440 include/enotify.php:46
 msgid "noreply"
 msgstr "no responder"
 
-#: include/dfrn.php:1130
+#: include/dfrn.php:1253
 #, php-format
 msgid "%s\\'s birthday"
 msgstr "%s\\'s cumpleaños"
 
-#: include/diaspora.php:2087
-msgid "Sharing notification from Diaspora network"
-msgstr "Compartir notificaciones con la red Diaspora*"
+#: include/event.php:408
+msgid "all-day"
+msgstr "todo el día"
 
-#: include/diaspora.php:3096
-msgid "Attachments:"
-msgstr "Archivos adjuntos:"
+#: include/event.php:410
+msgid "Sun"
+msgstr "Dom"
 
-#: include/enotify.php:24
-msgid "Friendica Notification"
-msgstr "Notificación de Friendica"
+#: include/event.php:411
+msgid "Mon"
+msgstr "Lun"
 
-#: include/enotify.php:27
-msgid "Thank You,"
-msgstr "Gracias,"
+#: include/event.php:412
+msgid "Tue"
+msgstr "Mar"
 
-#: include/enotify.php:30
-#, php-format
-msgid "%s Administrator"
-msgstr "%s Administrador"
+#: include/event.php:413
+msgid "Wed"
+msgstr "Mie"
 
-#: include/enotify.php:32
-#, php-format
-msgid "%1$s, %2$s Administrator"
-msgstr "%1$s, %2$s Administrador"
+#: include/event.php:414
+msgid "Thu"
+msgstr "Jue"
 
-#: include/enotify.php:70
-#, php-format
-msgid "%s <!item_type!>"
-msgstr "%s <!item_type!>"
+#: include/event.php:415
+msgid "Fri"
+msgstr "Vie"
 
-#: include/enotify.php:83
-#, php-format
-msgid "[Friendica:Notify] New mail received at %s"
-msgstr "[Friendica:Notificación] Nuevo correo recibido de %s"
+#: include/event.php:416
+msgid "Sat"
+msgstr "Sab"
 
-#: include/enotify.php:85
-#, php-format
-msgid "%1$s sent you a new private message at %2$s."
-msgstr "%1$s te ha enviado un mensaje privado desde %2$s."
+#: include/event.php:418 include/text.php:1199 mod/settings.php:982
+msgid "Sunday"
+msgstr "Domingo"
 
-#: include/enotify.php:86
-#, php-format
-msgid "%1$s sent you %2$s."
-msgstr "%1$s te ha enviado %2$s."
+#: include/event.php:419 include/text.php:1199 mod/settings.php:982
+msgid "Monday"
+msgstr "Lunes"
 
-#: include/enotify.php:86
-msgid "a private message"
-msgstr "un mensaje privado"
+#: include/event.php:420 include/text.php:1199
+msgid "Tuesday"
+msgstr "Martes"
 
-#: include/enotify.php:88
-#, php-format
-msgid "Please visit %s to view and/or reply to your private messages."
-msgstr "Por favor, visita %s para ver y/o responder a tus mensajes privados."
+#: include/event.php:421 include/text.php:1199
+msgid "Wednesday"
+msgstr "Miércoles"
 
-#: include/enotify.php:134
-#, php-format
-msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
-msgstr "%1$s comentó en [url=%2$s]a %3$s[/url]"
+#: include/event.php:422 include/text.php:1199
+msgid "Thursday"
+msgstr "Jueves"
 
-#: include/enotify.php:141
-#, php-format
-msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
-msgstr "%1$s comentó en [url=%2$s] %4$s de %3$s[/url]"
-
-#: include/enotify.php:149
-#, php-format
-msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
-msgstr "%1$s comentó en [url=%2$s] tu %3$s[/url]"
-
-#: include/enotify.php:159
-#, php-format
-msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
-msgstr "[Friendica:Notificación] Comentario en la conversación de #%1$d por %2$s"
-
-#: include/enotify.php:161
-#, php-format
-msgid "%s commented on an item/conversation you have been following."
-msgstr "%s ha comentado en una conversación/elemento que sigues."
-
-#: include/enotify.php:164 include/enotify.php:178 include/enotify.php:192
-#: include/enotify.php:206 include/enotify.php:224 include/enotify.php:238
-#, php-format
-msgid "Please visit %s to view and/or reply to the conversation."
-msgstr "Por favor, visita %s para ver y/o responder a la conversación."
-
-#: include/enotify.php:171
-#, php-format
-msgid "[Friendica:Notify] %s posted to your profile wall"
-msgstr "[Friendica:Notificación] %s publicó en tu muro"
-
-#: include/enotify.php:173
-#, php-format
-msgid "%1$s posted to your profile wall at %2$s"
-msgstr "%1$s publicó en tu perfil de %2$s"
-
-#: include/enotify.php:174
-#, php-format
-msgid "%1$s posted to [url=%2$s]your wall[/url]"
-msgstr "%1$s publicó en [url=%2$s]tu muro[/url]"
-
-#: include/enotify.php:185
-#, php-format
-msgid "[Friendica:Notify] %s tagged you"
-msgstr "[Friendica:Notificación] %s te ha nombrado"
-
-#: include/enotify.php:187
-#, php-format
-msgid "%1$s tagged you at %2$s"
-msgstr "%1$s te ha nombrado en %2$s"
-
-#: include/enotify.php:188
-#, php-format
-msgid "%1$s [url=%2$s]tagged you[/url]."
-msgstr "%1$s [url=%2$s]te nombró[/url]."
-
-#: include/enotify.php:199
-#, php-format
-msgid "[Friendica:Notify] %s shared a new post"
-msgstr "[Notificacion Friendica] %s compartio una nueva publicacion"
-
-#: include/enotify.php:201
-#, php-format
-msgid "%1$s shared a new post at %2$s"
-msgstr "%1$s compartió un nuevo tema en %2$s"
-
-#: include/enotify.php:202
-#, php-format
-msgid "%1$s [url=%2$s]shared a post[/url]."
-msgstr "%1$s [url=%2$s]compartió una publicación[/url]."
-
-#: include/enotify.php:213
-#, php-format
-msgid "[Friendica:Notify] %1$s poked you"
-msgstr "[Friendica:Notify] %1$s te dio un toque"
-
-#: include/enotify.php:215
-#, php-format
-msgid "%1$s poked you at %2$s"
-msgstr "%1$s te dio un toque en %2$s"
-
-#: include/enotify.php:216
-#, php-format
-msgid "%1$s [url=%2$s]poked you[/url]."
-msgstr "%1$s [url=%2$s]te dio un toque[/url]."
-
-#: include/enotify.php:231
-#, php-format
-msgid "[Friendica:Notify] %s tagged your post"
-msgstr "[Friendica:Notificación] %s ha etiquetado tu publicación"
-
-#: include/enotify.php:233
-#, php-format
-msgid "%1$s tagged your post at %2$s"
-msgstr "%1$s ha etiquetado tu publicación en %2$s"
-
-#: include/enotify.php:234
-#, php-format
-msgid "%1$s tagged [url=%2$s]your post[/url]"
-msgstr "%1$s ha etiquetado [url=%2$s]tu publicación[/url]"
-
-#: include/enotify.php:245
-msgid "[Friendica:Notify] Introduction received"
-msgstr "[Friendica:Notificación] Presentación recibida"
-
-#: include/enotify.php:247
-#, php-format
-msgid "You've received an introduction from '%1$s' at %2$s"
-msgstr "Has recibido una presentación de '%1$s' en %2$s"
-
-#: include/enotify.php:248
-#, php-format
-msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
-msgstr "Has recibido [url=%1$s]una presentación[/url] de %2$s."
-
-#: include/enotify.php:252 include/enotify.php:295
-#, php-format
-msgid "You may visit their profile at %s"
-msgstr "Puedes visitar su perfil en %s"
-
-#: include/enotify.php:254
-#, php-format
-msgid "Please visit %s to approve or reject the introduction."
-msgstr "Visita %s para aceptar o rechazar la presentación por favor."
-
-#: include/enotify.php:262
-msgid "[Friendica:Notify] A new person is sharing with you"
-msgstr "[Notificación:Friendica] Un nuevo contacto comparte contigo"
-
-#: include/enotify.php:264 include/enotify.php:265
-#, php-format
-msgid "%1$s is sharing with you at %2$s"
-msgstr "%1$s comparte con tigo en %2$s"
-
-#: include/enotify.php:271
-msgid "[Friendica:Notify] You have a new follower"
-msgstr "[Notificación:Friendica] Tienes un nuevo seguidor"
-
-#: include/enotify.php:273 include/enotify.php:274
-#, php-format
-msgid "You have a new follower at %2$s : %1$s"
-msgstr "Tienes un nuevo seguidor en %2$s : %1$s"
-
-#: include/enotify.php:285
-msgid "[Friendica:Notify] Friend suggestion received"
-msgstr "[Friendica:Notificación] Sugerencia de amigo recibida"
-
-#: include/enotify.php:287
-#, php-format
-msgid "You've received a friend suggestion from '%1$s' at %2$s"
-msgstr "Has recibido una sugerencia de amigo de '%1$s' en %2$s"
-
-#: include/enotify.php:288
-#, php-format
-msgid ""
-"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
-msgstr "Has recibido [url=%1$s]una sugerencia de amigo[/url] en %2$s de %3$s."
-
-#: include/enotify.php:293
-msgid "Name:"
-msgstr "Nombre: "
-
-#: include/enotify.php:294
-msgid "Photo:"
-msgstr "Foto: "
-
-#: include/enotify.php:297
-#, php-format
-msgid "Please visit %s to approve or reject the suggestion."
-msgstr "Visita %s para aceptar o rechazar la sugerencia por favor."
-
-#: include/enotify.php:305 include/enotify.php:319
-msgid "[Friendica:Notify] Connection accepted"
-msgstr "[Notificación:Friendica] Conexión aceptada"
-
-#: include/enotify.php:307 include/enotify.php:321
-#, php-format
-msgid "'%1$s' has accepted your connection request at %2$s"
-msgstr "'%1$s' acepto tu consulta de conexión %2$s"
-
-#: include/enotify.php:308 include/enotify.php:322
-#, php-format
-msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
-msgstr "%2$s hacepto tu [url=%1$s]consulta de conexión[/url]."
-
-#: include/enotify.php:312
-msgid ""
-"You are now mutual friends and may exchange status updates, photos, and "
-"email without restriction."
-msgstr "Ahora tiene amigos en común y puede intercambiar actualizaciones de estado, fotos y email sin restricción."
-
-#: include/enotify.php:314
-#, php-format
-msgid "Please visit %s if you wish to make any changes to this relationship."
-msgstr "Por favor visite %s si desea hacer algún cambio a su relación."
-
-#: include/enotify.php:326
-#, php-format
-msgid ""
-"'%1$s' has chosen to accept you a \"fan\", which restricts some forms of "
-"communication - such as private messaging and some profile interactions. If "
-"this is a celebrity or community page, these settings were applied "
-"automatically."
-msgstr "'%1$s' eligió de aceptarte como fan/hincha lo que restringe algunas formas de comunicación - tales como mensajes privados y algunas interacciones de los perfiles. Si esto es una pagina de celebridad o comunidad, estas configuraciones se adoptaron automáticamente."
-
-#: include/enotify.php:328
-#, php-format
-msgid ""
-"'%1$s' may choose to extend this into a two-way or more permissive "
-"relationship in the future."
-msgstr "'%1$s' puede elegir extender esto en una relación más permisiva o ambidireccional en el futuro."
-
-#: include/enotify.php:330
-#, php-format
-msgid "Please visit %s  if you wish to make any changes to this relationship."
-msgstr "Por favor visita %s si es preciso de hacer algún cambio a la relación con este contacto."
-
-#: include/enotify.php:340
-msgid "[Friendica System:Notify] registration request"
-msgstr "[Notificacion:Friendica] consulta de registro"
-
-#: include/enotify.php:342
-#, php-format
-msgid "You've received a registration request from '%1$s' at %2$s"
-msgstr "Recibiste una consulta de registro de '%1$s' en %2$s"
-
-#: include/enotify.php:343
-#, php-format
-msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
-msgstr "Recibiste una [url=%1$s]consulta de registro[/url] from %2$s."
-
-#: include/enotify.php:347
-#, php-format
-msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
-msgstr "Nombre completo:\t%1$s\\nUbicación del sitio:\t%2$s\\nLogin Nombre:\t%3$s (%4$s)"
-
-#: include/enotify.php:350
-#, php-format
-msgid "Please visit %s to approve or reject the request."
-msgstr "Por favor visita %s para aprobar o negar la solicitud."
-
-#: include/event.php:442
-msgid "Sun"
-msgstr "Dom"
-
-#: include/event.php:443
-msgid "Mon"
-msgstr "Lun"
-
-#: include/event.php:444
-msgid "Tue"
-msgstr "Mar"
-
-#: include/event.php:445
-msgid "Wed"
-msgstr "Mie"
-
-#: include/event.php:446
-msgid "Thu"
-msgstr "Jue"
-
-#: include/event.php:447
-msgid "Fri"
-msgstr "Vie"
-
-#: include/event.php:448
-msgid "Sat"
-msgstr "Sab"
-
-#: include/event.php:449 include/text.php:1132 mod/settings.php:981
-msgid "Sunday"
-msgstr "Domingo"
-
-#: include/event.php:450 include/text.php:1132 mod/settings.php:981
-msgid "Monday"
-msgstr "Lunes"
-
-#: include/event.php:451 include/text.php:1132
-msgid "Tuesday"
-msgstr "Martes"
-
-#: include/event.php:452 include/text.php:1132
-msgid "Wednesday"
-msgstr "Miércoles"
-
-#: include/event.php:453 include/text.php:1132
-msgid "Thursday"
-msgstr "Jueves"
-
-#: include/event.php:454 include/text.php:1132
+#: include/event.php:423 include/text.php:1199
 msgid "Friday"
 msgstr "Viernes"
 
-#: include/event.php:455 include/text.php:1132
+#: include/event.php:424 include/text.php:1199
 msgid "Saturday"
 msgstr "Sábado"
 
-#: include/event.php:456
+#: include/event.php:426
 msgid "Jan"
 msgstr "Ene"
 
-#: include/event.php:457
+#: include/event.php:427
 msgid "Feb"
 msgstr "Feb"
 
-#: include/event.php:458
+#: include/event.php:428
 msgid "Mar"
 msgstr "Mar"
 
-#: include/event.php:459
+#: include/event.php:429
 msgid "Apr"
 msgstr "Abr"
 
-#: include/event.php:460 include/event.php:472 include/text.php:1136
+#: include/event.php:430 include/event.php:443 include/text.php:1203
 msgid "May"
 msgstr "Mayo"
 
-#: include/event.php:461
+#: include/event.php:431
 msgid "Jun"
 msgstr "Jun"
 
-#: include/event.php:462
+#: include/event.php:432
 msgid "Jul"
 msgstr "Jul"
 
-#: include/event.php:463
+#: include/event.php:433
 msgid "Aug"
 msgstr "Ago"
 
-#: include/event.php:464
+#: include/event.php:434
 msgid "Sept"
 msgstr "Sept"
 
-#: include/event.php:465
+#: include/event.php:435
 msgid "Oct"
 msgstr "Oct"
 
-#: include/event.php:466
+#: include/event.php:436
 msgid "Nov"
 msgstr "Nov"
 
-#: include/event.php:467
+#: include/event.php:437
 msgid "Dec"
 msgstr "Dec"
 
-#: include/event.php:468 include/text.php:1136
+#: include/event.php:439 include/text.php:1203
 msgid "January"
 msgstr "Enero"
 
-#: include/event.php:469 include/text.php:1136
+#: include/event.php:440 include/text.php:1203
 msgid "February"
 msgstr "Febrero"
 
-#: include/event.php:470 include/text.php:1136
+#: include/event.php:441 include/text.php:1203
 msgid "March"
 msgstr "Marzo"
 
-#: include/event.php:471 include/text.php:1136
+#: include/event.php:442 include/text.php:1203
 msgid "April"
 msgstr "Abril"
 
-#: include/event.php:473 include/text.php:1136
+#: include/event.php:444 include/text.php:1203
 msgid "June"
 msgstr "Junio"
 
-#: include/event.php:474 include/text.php:1136
+#: include/event.php:445 include/text.php:1203
 msgid "July"
 msgstr "Julio"
 
-#: include/event.php:475 include/text.php:1136
+#: include/event.php:446 include/text.php:1203
 msgid "August"
 msgstr "Agosto"
 
-#: include/event.php:476 include/text.php:1136
+#: include/event.php:447 include/text.php:1203
 msgid "September"
 msgstr "Septiembre"
 
-#: include/event.php:477 include/text.php:1136
+#: include/event.php:448 include/text.php:1203
 msgid "October"
 msgstr "Octubre"
 
-#: include/event.php:478 include/text.php:1136
+#: include/event.php:449 include/text.php:1203
 msgid "November"
 msgstr "Noviembre"
 
-#: include/event.php:479 include/text.php:1136
+#: include/event.php:450 include/text.php:1203
 msgid "December"
 msgstr "Diciembre"
 
-#: include/event.php:480 mod/cal.php:278 mod/events.php:395
+#: include/event.php:452 mod/cal.php:280 mod/events.php:386
 msgid "today"
 msgstr "hoy"
 
-#: include/event.php:484
-msgid "all-day"
-msgstr "todo el día"
-
-#: include/event.php:486
+#: include/event.php:457
 msgid "No events to display"
 msgstr "No hay eventos a mostrar"
 
-#: include/event.php:596
+#: include/event.php:570
 msgid "l, F j"
 msgstr "l, F j"
 
-#: include/event.php:615
+#: include/event.php:592
 msgid "Edit event"
 msgstr "Editar evento"
 
-#: include/event.php:637 include/text.php:1534 include/text.php:1541
+#: include/event.php:593
+msgid "Delete event"
+msgstr ""
+
+#: include/event.php:619 include/text.php:1601 include/text.php:1608
 msgid "link to source"
 msgstr "Enlace al original"
 
-#: include/event.php:872
+#: include/event.php:873
 msgid "Export"
 msgstr "Exportar"
 
-#: include/event.php:873
+#: include/event.php:874
 msgid "Export calendar as ical"
 msgstr "Exportar calendario como ical"
 
-#: include/event.php:874
+#: include/event.php:875
 msgid "Export calendar as csv"
 msgstr "Exportar calendario como csv"
 
-#: include/features.php:65
-msgid "General Features"
-msgstr "Opciones generales"
+#: include/follow.php:84 mod/dfrn_request.php:514
+msgid "Disallowed profile URL."
+msgstr "Dirección de perfil no permitida."
 
-#: include/features.php:67
-msgid "Multiple Profiles"
-msgstr "Perfiles multiples"
-
-#: include/features.php:67
-msgid "Ability to create multiple profiles"
-msgstr "Capacidad de crear perfiles multiples. Cada pagina/perfil/usuario puede tener diferentes perfiles/apariencias. Las mismas pueden ser visibles para determinados contactos seleccionados dentro de la red friendica."
-
-#: include/features.php:68
-msgid "Photo Location"
-msgstr "Localización foto"
-
-#: include/features.php:68
-msgid ""
-"Photo metadata is normally stripped. This extracts the location (if present)"
-" prior to stripping metadata and links it to a map."
-msgstr "Normalmente los meta datos de las imágenes son eliminados. Esto extraerá la localización si presente antes de eliminar los meta datos y enlaza la misma con el mapa."
-
-#: include/features.php:69
-msgid "Export Public Calendar"
-msgstr "Exportar Calendario Público"
-
-#: include/features.php:69
-msgid "Ability for visitors to download the public calendar"
-msgstr "Posibilidad de los visitantes de descargar el calendario público"
-
-#: include/features.php:74
-msgid "Post Composition Features"
-msgstr "Opciones de edición de publicaciones."
-
-#: include/features.php:75
-msgid "Post Preview"
-msgstr "Previsualizar publicaciones"
-
-#: include/features.php:75
-msgid "Allow previewing posts and comments before publishing them"
-msgstr "Permitir la previsualización de publicaciones antes de publicar las mismas."
-
-#: include/features.php:76
-msgid "Auto-mention Forums"
-msgstr "Auto-mencionar foros"
-
-#: include/features.php:76
-msgid ""
-"Add/remove mention when a forum page is selected/deselected in ACL window."
-msgstr "Añadir/eliminar mención cuando un foro es seleccionado/deseleccionado en la ventana ACL."
-
-#: include/features.php:81
-msgid "Network Sidebar Widgets"
-msgstr "Accesorios de red del panel lateral"
-
-#: include/features.php:82
-msgid "Search by Date"
-msgstr "Buscar por fecha"
-
-#: include/features.php:82
-msgid "Ability to select posts by date ranges"
-msgstr "Habilidad de seleccionar publicaciones por fecha"
-
-#: include/features.php:83 include/features.php:113
-msgid "List Forums"
-msgstr "Listar foros"
-
-#: include/features.php:83
-msgid "Enable widget to display the forums your are connected with"
-msgstr "Habilitar la pestaña para mostrar los foros en que estas participando."
-
-#: include/features.php:84
-msgid "Group Filter"
-msgstr "Filtro del grupo"
-
-#: include/features.php:84
-msgid "Enable widget to display Network posts only from selected group"
-msgstr "Habilitar accesorios para visualizar publicaciones en la red solo de grupos seleccionados"
-
-#: include/features.php:85
-msgid "Network Filter"
-msgstr "Filtro de red"
-
-#: include/features.php:85
-msgid "Enable widget to display Network posts only from selected network"
-msgstr "Habilitar accesorios para visualizar publicaciones solo de las redes seleccionadas."
-
-#: include/features.php:86 mod/network.php:199 mod/search.php:34
-msgid "Saved Searches"
-msgstr "Búsquedas guardadas"
-
-#: include/features.php:86
-msgid "Save search terms for re-use"
-msgstr "Guardar términos de búsqueda para su reutilizacion"
-
-#: include/features.php:91
-msgid "Network Tabs"
-msgstr "Pestañas de redes"
-
-#: include/features.php:92
-msgid "Network Personal Tab"
-msgstr "Pestaña actividad personal"
-
-#: include/features.php:92
-msgid "Enable tab to display only Network posts that you've interacted on"
-msgstr "Habilitar para visualizar solo publicaciones con las que se ha interactuado"
-
-#: include/features.php:93
-msgid "Network New Tab"
-msgstr "Pestaña nuevo en la red"
-
-#: include/features.php:93
-msgid "Enable tab to display only new Network posts (from the last 12 hours)"
-msgstr "Activar para mostrar solo publicaciones nuevas en la red (de las ultimas 12 horas)"
-
-#: include/features.php:94
-msgid "Network Shared Links Tab"
-msgstr "Pestaña publicaciones con enlaces"
-
-#: include/features.php:94
-msgid "Enable tab to display only Network posts with links in them"
-msgstr "Habilitar para visualizar solo publicaciones que contienen enlaces"
-
-#: include/features.php:99
-msgid "Post/Comment Tools"
-msgstr "Herramienta de publicaciones/respuestas"
-
-#: include/features.php:100
-msgid "Multiple Deletion"
-msgstr "Borrar múltiples publicaciones"
-
-#: include/features.php:100
-msgid "Select and delete multiple posts/comments at once"
-msgstr "Habilidad de seleccionar y borrar varias publicaciones/comentarios a la vez"
-
-#: include/features.php:101
-msgid "Edit Sent Posts"
-msgstr "Editar temas enviados"
-
-#: include/features.php:101
-msgid "Edit and correct posts and comments after sending"
-msgstr "Editar y corregir publicaciones y respuestas enviados. Las ediciones solo son comunicados dentro de la red friendica. No se modificaran copias enviadas a diaspora, OStatus/GNUsocial/Quitter u otros servicios conectados."
-
-#: include/features.php:102
-msgid "Tagging"
-msgstr "taggear"
-
-#: include/features.php:102
-msgid "Ability to tag existing posts"
-msgstr "Habilidad de taggear publicaciones existentes"
-
-#: include/features.php:103
-msgid "Post Categories"
-msgstr "Categorías de publicaciones"
-
-#: include/features.php:103
-msgid "Add categories to your posts"
-msgstr "Agregue categorías a sus publicaciones. Las mismas serán visualizadas en su pagina de inicio."
-
-#: include/features.php:104
-msgid "Ability to file posts under folders"
-msgstr "Archivar publicaciones en carpetas"
-
-#: include/features.php:105
-msgid "Dislike Posts"
-msgstr "Desaprobar publicación (dislike)"
-
-#: include/features.php:105
-msgid "Ability to dislike posts/comments"
-msgstr "Habilidad de expresar desacuerdo en publicaciones y comentarios. Esta función solo es visualizado en la red friendica."
-
-#: include/features.php:106
-msgid "Star Posts"
-msgstr "Fijar publicaciones"
-
-#: include/features.php:106
-msgid "Ability to mark special posts with a star indicator"
-msgstr "Habilidad de marcar - observar fijamente publicaciones.\nEl simbolo de estrella es habilitado. Se recibirán notificaciones sobre comentarios, además una pestaña de publicaciones fijadas es habilitada. En las opciones de expiración de publicaciones se puede filtrar estas publicaciones para no ser eliminados contrario a las publicaciones demás de los contactos."
-
-#: include/features.php:107
-msgid "Mute Post Notifications"
-msgstr "Silenciar notificaciones de una publicacion"
-
-#: include/features.php:107
-msgid "Ability to mute notifications for a thread"
-msgstr "Habilidad de silenciar notificaciones sobre nuevos comentarios en una publicación."
-
-#: include/features.php:112
-msgid "Advanced Profile Settings"
-msgstr "Ajustes avanzados del perfil"
-
-#: include/features.php:113
-msgid "Show visitors public community forums at the Advanced Profile Page"
-msgstr "Mostrar a los visitantes foros públicos en las que se esta participando en el pagina avanzada de perfiles."
-
-#: include/follow.php:81 mod/dfrn_request.php:512
-msgid "Disallowed profile URL."
-msgstr "Dirección de perfil no permitida."
+#: include/follow.php:89 mod/friendica.php:115 mod/dfrn_request.php:520
+#: mod/admin.php:280 mod/admin.php:298
+msgid "Blocked domain"
+msgstr ""
 
-#: include/follow.php:86
+#: include/follow.php:94
 msgid "Connect URL missing."
 msgstr "Falta el conector URL."
 
-#: include/follow.php:114
+#: include/follow.php:122
 msgid ""
 "This site is not configured to allow communications with other networks."
 msgstr "Este sitio no está configurado para permitir la comunicación con otras redes."
 
-#: include/follow.php:115 include/follow.php:129
+#: include/follow.php:123 include/follow.php:137
 msgid "No compatible communication protocols or feeds were discovered."
 msgstr "No se ha descubierto protocolos de comunicación o fuentes compatibles."
 
-#: include/follow.php:127
+#: include/follow.php:135
 msgid "The profile address specified does not provide adequate information."
 msgstr "La dirección del perfil especificado no proporciona información adecuada."
 
-#: include/follow.php:132
+#: include/follow.php:140
 msgid "An author or name was not found."
 msgstr "No se ha encontrado un autor o nombre."
 
-#: include/follow.php:135
+#: include/follow.php:143
 msgid "No browser URL could be matched to this address."
 msgstr "Ninguna dirección concuerda con la suministrada."
 
-#: include/follow.php:138
+#: include/follow.php:146
 msgid ""
 "Unable to match @-style Identity Address with a known protocol or email "
 "contact."
 msgstr "Imposible identificar la dirección @ con algún protocolo conocido o dirección de contacto."
 
-#: include/follow.php:139
+#: include/follow.php:147
 msgid "Use mailto: in front of address to force email check."
 msgstr "Escribe mailto: al principio de la dirección para forzar el envío."
 
-#: include/follow.php:145
+#: include/follow.php:153
 msgid ""
 "The profile address specified belongs to a network which has been disabled "
 "on this site."
 msgstr "La dirección del perfil especificada pertenece a una red que ha sido deshabilitada en este sitio."
 
-#: include/follow.php:150
+#: include/follow.php:158
 msgid ""
 "Limited profile. This person will be unable to receive direct/personal "
 "notifications from you."
 msgstr "Perfil limitado. Esta persona no podrá recibir notificaciones directas/personales tuyas."
 
-#: include/follow.php:251
+#: include/follow.php:259
 msgid "Unable to retrieve contact information."
 msgstr "No ha sido posible recibir la información del contacto."
 
-#: include/group.php:25
-msgid ""
-"A deleted group with this name was revived. Existing item permissions "
-"<strong>may</strong> apply to this group and any future members. If this is "
-"not what you intended, please create another group with a different name."
-msgstr "Un grupo eliminado con este nombre fue restablecido. Los permisos existentes <strong>pueden</strong> aplicarse a este grupo y a sus futuros miembros. Si esto no es lo que pretendes, por favor, crea otro grupo con un nombre diferente."
+#: include/like.php:44
+#, php-format
+msgid "%1$s is attending %2$s's %3$s"
+msgstr "%1$s atenderá %2$s's %3$s"
 
-#: include/group.php:210
-msgid "Default privacy group for new contacts"
-msgstr "Grupo por defecto para nuevos contactos"
+#: include/like.php:49
+#, php-format
+msgid "%1$s is not attending %2$s's %3$s"
+msgstr "%1$s no atenderá %2$s's %3$s"
 
-#: include/group.php:243
-msgid "Everybody"
-msgstr "Todo el mundo"
+#: include/like.php:54
+#, php-format
+msgid "%1$s may attend %2$s's %3$s"
+msgstr "%1$s puede que atienda %2$s's %3$s"
 
-#: include/group.php:266
-msgid "edit"
-msgstr "editar"
+#: include/photos.php:57 include/photos.php:66 mod/fbrowser.php:42
+#: mod/fbrowser.php:63 mod/photos.php:189 mod/photos.php:1125
+#: mod/photos.php:1258 mod/photos.php:1279 mod/photos.php:1841
+#: mod/photos.php:1855
+msgid "Contact Photos"
+msgstr "Foto del contacto"
 
-#: include/group.php:287 mod/newmember.php:61
-msgid "Groups"
-msgstr "Grupos"
+#: include/security.php:63
+msgid "Welcome "
+msgstr "Bienvenido "
 
-#: include/group.php:289
-msgid "Edit groups"
-msgstr "Editar grupo"
+#: include/security.php:64
+msgid "Please upload a profile photo."
+msgstr "Por favor sube una foto para tu perfil."
 
-#: include/group.php:291
-msgid "Edit group"
-msgstr "Editar grupo"
+#: include/security.php:67
+msgid "Welcome back "
+msgstr "Bienvenido de nuevo "
 
-#: include/group.php:292
-msgid "Create a new group"
-msgstr "Crear un nuevo grupo"
+#: include/security.php:431
+msgid ""
+"The form security token was not correct. This probably happened because the "
+"form has been opened for too long (>3 hours) before submitting it."
+msgstr "La ficha de seguridad no es correcta. Seguramente haya ocurrido por haber dejado el formulario abierto demasiado tiempo (>3 horas) antes de enviarlo."
 
-#: include/group.php:293 mod/group.php:98 mod/group.php:188
-msgid "Group Name: "
-msgstr "Nombre del grupo: "
+#: include/text.php:308
+msgid "newer"
+msgstr "más nuevo"
 
-#: include/group.php:295
-msgid "Contacts not in any group"
-msgstr "Contactos sin grupo"
+#: include/text.php:309
+msgid "older"
+msgstr "más antiguo"
 
-#: include/group.php:297 mod/network.php:200
-msgid "add"
-msgstr "añadir"
+#: include/text.php:314
+msgid "first"
+msgstr "primera"
 
-#: include/identity.php:43
-msgid "Requested account is not available."
-msgstr "La cuenta solicitada no está disponible."
+#: include/text.php:315
+msgid "prev"
+msgstr "ant."
 
-#: include/identity.php:52 mod/profile.php:21
-msgid "Requested profile is not available."
-msgstr "El perfil solicitado no está disponible."
+#: include/text.php:349
+msgid "next"
+msgstr "sig."
 
-#: include/identity.php:96 include/identity.php:314 include/identity.php:737
-msgid "Edit profile"
-msgstr "Editar perfil"
+#: include/text.php:350
+msgid "last"
+msgstr "última"
 
-#: include/identity.php:254
-msgid "Atom feed"
-msgstr "Atom feed"
+#: include/text.php:404
+msgid "Loading more entries..."
+msgstr "Cargar mas entradas .."
 
-#: include/identity.php:285 include/nav.php:189
-msgid "Profiles"
-msgstr "Perfiles"
+#: include/text.php:405
+msgid "The end"
+msgstr "El fin"
 
-#: include/identity.php:285
-msgid "Manage/edit profiles"
-msgstr "Administrar/editar perfiles"
+#: include/text.php:956
+msgid "No contacts"
+msgstr "Sin contactos"
 
-#: include/identity.php:290 include/identity.php:316 mod/profiles.php:789
-msgid "Change profile photo"
-msgstr "Cambiar foto del perfil"
+#: include/text.php:981
+#, php-format
+msgid "%d Contact"
+msgid_plural "%d Contacts"
+msgstr[0] "%d Contacto"
+msgstr[1] "%d Contactos"
 
-#: include/identity.php:291 mod/profiles.php:790
-msgid "Create New Profile"
-msgstr "Crear nuevo perfil"
+#: include/text.php:994
+msgid "View Contacts"
+msgstr "Ver contactos"
 
-#: include/identity.php:301 mod/profiles.php:779
-msgid "Profile Image"
-msgstr "Imagen del Perfil"
+#: include/text.php:1081 include/nav.php:125 mod/search.php:152
+msgid "Search"
+msgstr "Buscar"
 
-#: include/identity.php:304 mod/profiles.php:781
-msgid "visible to everybody"
-msgstr "Visible para todos"
+#: include/text.php:1082 mod/editpost.php:101 mod/filer.php:32
+#: mod/notes.php:64
+msgid "Save"
+msgstr "Guardar"
 
-#: include/identity.php:305 mod/profiles.php:683 mod/profiles.php:782
-msgid "Edit visibility"
-msgstr "Editar visibilidad"
+#: include/text.php:1084 include/nav.php:42
+msgid "@name, !forum, #tags, content"
+msgstr "@name, !forum, #tags, contenido"
 
-#: include/identity.php:333 include/identity.php:628 mod/directory.php:141
-#: mod/notifications.php:244
-msgid "Gender:"
-msgstr "Género:"
+#: include/text.php:1089 include/nav.php:128
+msgid "Full Text"
+msgstr "Texto completo"
 
-#: include/identity.php:336 include/identity.php:648 mod/directory.php:143
-msgid "Status:"
-msgstr "Estado:"
+#: include/text.php:1090 include/nav.php:129
+msgid "Tags"
+msgstr "Tags"
 
-#: include/identity.php:338 include/identity.php:664 mod/directory.php:145
-msgid "Homepage:"
-msgstr "Página de inicio:"
+#: include/text.php:1091 include/nav.php:130 include/nav.php:194
+#: include/identity.php:853 include/identity.php:856 mod/viewcontacts.php:124
+#: mod/contacts.php:803 mod/contacts.php:864 view/theme/frio/theme.php:259
+msgid "Contacts"
+msgstr "Contactos"
 
-#: include/identity.php:340 include/identity.php:684 mod/contacts.php:640
-#: mod/directory.php:147 mod/notifications.php:240
-msgid "About:"
-msgstr "Acerca de:"
+#: include/text.php:1145
+msgid "poke"
+msgstr "tocar"
 
-#: include/identity.php:342 mod/contacts.php:638
-msgid "XMPP:"
-msgstr "XMPP:"
+#: include/text.php:1145
+msgid "poked"
+msgstr "tocó a"
 
-#: include/identity.php:428 mod/contacts.php:55 mod/notifications.php:252
-msgid "Network:"
-msgstr "Red:"
+#: include/text.php:1146
+msgid "ping"
+msgstr "hacer \"ping\""
 
-#: include/identity.php:457 include/identity.php:547
-msgid "g A l F d"
-msgstr "g A l F d"
+#: include/text.php:1146
+msgid "pinged"
+msgstr "hizo \"ping\" a"
 
-#: include/identity.php:458 include/identity.php:548
-msgid "d"
-msgstr "F d"
+#: include/text.php:1147
+msgid "prod"
+msgstr "empujar"
 
-#: include/identity.php:509 include/identity.php:594
-msgid "[today]"
-msgstr "[hoy]"
+#: include/text.php:1147
+msgid "prodded"
+msgstr "empujó a"
 
-#: include/identity.php:521
-msgid "Birthday Reminders"
-msgstr "Recordatorios de cumpleaños"
+#: include/text.php:1148
+msgid "slap"
+msgstr "abofetear"
 
-#: include/identity.php:522
-msgid "Birthdays this week:"
-msgstr "Cumpleaños esta semana:"
+#: include/text.php:1148
+msgid "slapped"
+msgstr "abofeteó a"
 
-#: include/identity.php:581
-msgid "[No description]"
-msgstr "[Sin descripción]"
+#: include/text.php:1149
+msgid "finger"
+msgstr "meter dedo"
 
-#: include/identity.php:605
-msgid "Event Reminders"
-msgstr "Recordatorios de eventos"
+#: include/text.php:1149
+msgid "fingered"
+msgstr "le metió un dedo a"
 
-#: include/identity.php:606
-msgid "Events this week:"
-msgstr "Eventos de esta semana:"
+#: include/text.php:1150
+msgid "rebuff"
+msgstr "desairar"
 
-#: include/identity.php:617 include/identity.php:741 include/identity.php:774
-#: include/nav.php:82 mod/contacts.php:647 mod/contacts.php:849
-#: mod/newmember.php:32 mod/profperm.php:105 view/theme/frio/theme.php:247
-msgid "Profile"
-msgstr "Perfil"
+#: include/text.php:1150
+msgid "rebuffed"
+msgstr "desairó a"
 
-#: include/identity.php:626 mod/settings.php:1286
-msgid "Full Name:"
-msgstr "Nombre completo:"
+#: include/text.php:1164
+msgid "happy"
+msgstr "feliz"
 
-#: include/identity.php:633
-msgid "j F, Y"
-msgstr "j F, Y"
+#: include/text.php:1165
+msgid "sad"
+msgstr "triste"
 
-#: include/identity.php:634
-msgid "j F"
-msgstr "j F"
+#: include/text.php:1166
+msgid "mellow"
+msgstr "sentimental"
 
-#: include/identity.php:645
-msgid "Age:"
-msgstr "Edad:"
+#: include/text.php:1167
+msgid "tired"
+msgstr "cansado"
 
-#: include/identity.php:656
-#, php-format
-msgid "for %1$d %2$s"
-msgstr "por %1$d %2$s"
+#: include/text.php:1168
+msgid "perky"
+msgstr "alegre"
 
-#: include/identity.php:660 mod/profiles.php:702
-msgid "Sexual Preference:"
-msgstr "Preferencia sexual:"
+#: include/text.php:1169
+msgid "angry"
+msgstr "furioso"
 
-#: include/identity.php:668 mod/profiles.php:729
-msgid "Hometown:"
-msgstr "Ciudad de origen:"
+#: include/text.php:1170
+msgid "stupified"
+msgstr "estupefacto"
 
-#: include/identity.php:672 mod/contacts.php:642 mod/follow.php:137
-#: mod/notifications.php:242
-msgid "Tags:"
-msgstr "Etiquetas:"
+#: include/text.php:1171
+msgid "puzzled"
+msgstr "extrañado"
 
-#: include/identity.php:676 mod/profiles.php:730
-msgid "Political Views:"
-msgstr "Ideas políticas:"
+#: include/text.php:1172
+msgid "interested"
+msgstr "interesado"
 
-#: include/identity.php:680
-msgid "Religion:"
-msgstr "Religión:"
+#: include/text.php:1173
+msgid "bitter"
+msgstr "rencoroso"
 
-#: include/identity.php:688
-msgid "Hobbies/Interests:"
-msgstr "Aficiones/Intereses:"
+#: include/text.php:1174
+msgid "cheerful"
+msgstr "jovial"
 
-#: include/identity.php:692 mod/profiles.php:734
-msgid "Likes:"
-msgstr "Me gusta:"
+#: include/text.php:1175
+msgid "alive"
+msgstr "vivo"
 
-#: include/identity.php:696 mod/profiles.php:735
-msgid "Dislikes:"
-msgstr "No me gusta:"
+#: include/text.php:1176
+msgid "annoyed"
+msgstr "enojado"
 
-#: include/identity.php:700
-msgid "Contact information and Social Networks:"
-msgstr "Información de contacto y Redes sociales:"
+#: include/text.php:1177
+msgid "anxious"
+msgstr "ansioso"
 
-#: include/identity.php:704
-msgid "Musical interests:"
-msgstr "Intereses musicales:"
+#: include/text.php:1178
+msgid "cranky"
+msgstr "irritable"
 
-#: include/identity.php:708
-msgid "Books, literature:"
-msgstr "Libros, literatura:"
+#: include/text.php:1179
+msgid "disturbed"
+msgstr "perturbado"
 
-#: include/identity.php:712
-msgid "Television:"
-msgstr "Televisión:"
+#: include/text.php:1180
+msgid "frustrated"
+msgstr "frustrado"
 
-#: include/identity.php:716
-msgid "Film/dance/culture/entertainment:"
-msgstr "Películas/baile/cultura/entretenimiento:"
+#: include/text.php:1181
+msgid "motivated"
+msgstr "motivado"
 
-#: include/identity.php:720
-msgid "Love/Romance:"
-msgstr "Amor/Romance:"
+#: include/text.php:1182
+msgid "relaxed"
+msgstr "relajado"
 
-#: include/identity.php:724
-msgid "Work/employment:"
-msgstr "Trabajo/ocupación:"
+#: include/text.php:1183
+msgid "surprised"
+msgstr "sorprendido"
 
-#: include/identity.php:728
-msgid "School/education:"
-msgstr "Escuela/estudios:"
+#: include/text.php:1393 mod/videos.php:388
+msgid "View Video"
+msgstr "Ver vídeo"
 
-#: include/identity.php:733
-msgid "Forums:"
-msgstr "Foros:"
+#: include/text.php:1425
+msgid "bytes"
+msgstr "bytes"
 
-#: include/identity.php:742 mod/events.php:514
-msgid "Basic"
-msgstr "Basic"
+#: include/text.php:1457 include/text.php:1469
+msgid "Click to open/close"
+msgstr "Pulsa para abrir/cerrar"
 
-#: include/identity.php:743 mod/admin.php:972 mod/contacts.php:878
-#: mod/events.php:515
-msgid "Advanced"
-msgstr "Avanzado"
+#: include/text.php:1595
+msgid "View on separate page"
+msgstr "Ver en pagina aparte"
 
-#: include/identity.php:766 include/nav.php:81 mod/contacts.php:645
-#: mod/contacts.php:841 view/theme/frio/theme.php:246
-msgid "Status"
-msgstr "Estado"
+#: include/text.php:1596
+msgid "view on separate page"
+msgstr "ver en pagina aparte"
 
-#: include/identity.php:769 mod/contacts.php:844 mod/follow.php:145
-msgid "Status Messages and Posts"
-msgstr "Mensajes de Estado y Publicaciones"
+#: include/text.php:1875
+msgid "activity"
+msgstr "Actividad"
 
-#: include/identity.php:777 mod/contacts.php:852
-msgid "Profile Details"
-msgstr "Detalles del Perfil"
+#: include/text.php:1877 mod/content.php:624 object/Item.php:416
+#: object/Item.php:428
+msgid "comment"
+msgid_plural "comments"
+msgstr[0] ""
+msgstr[1] "Comentario"
 
-#: include/identity.php:782 include/nav.php:83 mod/fbrowser.php:31
-#: view/theme/frio/theme.php:248
-msgid "Photos"
-msgstr "Fotografías"
+#: include/text.php:1878
+msgid "post"
+msgstr "Publicación"
 
-#: include/identity.php:785 mod/photos.php:89
-msgid "Photo Albums"
-msgstr "Álbum de Fotos"
+#: include/text.php:2046
+msgid "Item filed"
+msgstr "Elemento archivado"
 
-#: include/identity.php:790 include/identity.php:793 include/nav.php:84
-#: view/theme/frio/theme.php:249
-msgid "Videos"
-msgstr "Videos"
+#: include/Contact.php:437
+msgid "Drop Contact"
+msgstr "Eliminar contacto"
 
-#: include/identity.php:802 include/identity.php:813 include/nav.php:85
-#: include/nav.php:149 mod/cal.php:270 mod/events.php:386
-#: view/theme/frio/theme.php:250 view/theme/frio/theme.php:254
-msgid "Events"
-msgstr "Eventos"
+#: include/Contact.php:819
+msgid "Organisation"
+msgstr "Organización"
 
-#: include/identity.php:805 include/identity.php:816 include/nav.php:149
-#: view/theme/frio/theme.php:254
-msgid "Events and Calendar"
-msgstr "Eventos y Calendario"
+#: include/Contact.php:822
+msgid "News"
+msgstr "Noticias"
 
-#: include/identity.php:824 mod/notes.php:47
-msgid "Personal Notes"
-msgstr "Notas personales"
+#: include/Contact.php:825
+msgid "Forum"
+msgstr "Foro"
 
-#: include/identity.php:827
-msgid "Only You Can See This"
-msgstr "Únicamente tú puedes ver esto"
+#: include/bbcode.php:419 include/bbcode.php:1178 include/bbcode.php:1179
+msgid "Image/photo"
+msgstr "Imagen/Foto"
 
-#: include/identity.php:835 include/identity.php:838 include/nav.php:128
-#: include/nav.php:192 include/text.php:1024 mod/contacts.php:800
-#: mod/contacts.php:861 mod/viewcontacts.php:121 view/theme/frio/theme.php:257
-msgid "Contacts"
-msgstr "Contactos"
+#: include/bbcode.php:536
+#, php-format
+msgid "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
+msgstr "<a href=\"%1$s\" target=\"_blank\">%2$s</a> %3$s"
 
-#: include/items.php:1584 mod/dfrn_confirm.php:735 mod/dfrn_request.php:754
-msgid "[Name Withheld]"
-msgstr "[Nombre oculto]"
+#: include/bbcode.php:1135 include/bbcode.php:1157
+msgid "$1 wrote:"
+msgstr "$1 escribió:"
 
-#: include/items.php:1939 mod/admin.php:240 mod/admin.php:1480
-#: mod/admin.php:1731 mod/display.php:103 mod/display.php:279
-#: mod/display.php:484 mod/notice.php:15 mod/viewsrc.php:15
-msgid "Item not found."
-msgstr "Elemento no encontrado."
+#: include/bbcode.php:1187 include/bbcode.php:1188
+msgid "Encrypted content"
+msgstr "Contenido cifrado"
 
-#: include/items.php:1978
-msgid "Do you really want to delete this item?"
-msgstr "¿Realmente quieres borrar este objeto?"
+#: include/bbcode.php:1303
+msgid "Invalid source protocol"
+msgstr "Protocolo de fuente inválido"
 
-#: include/items.php:1980 mod/api.php:105 mod/contacts.php:452
-#: mod/dfrn_request.php:875 mod/follow.php:113 mod/message.php:206
-#: mod/profiles.php:640 mod/profiles.php:643 mod/profiles.php:669
-#: mod/register.php:245 mod/settings.php:1171 mod/settings.php:1177
-#: mod/settings.php:1184 mod/settings.php:1188 mod/settings.php:1193
-#: mod/settings.php:1198 mod/settings.php:1203 mod/settings.php:1208
-#: mod/settings.php:1234 mod/settings.php:1235 mod/settings.php:1236
-#: mod/settings.php:1237 mod/settings.php:1238 mod/suggest.php:29
-msgid "Yes"
-msgstr "Sí"
+#: include/bbcode.php:1313
+msgid "Invalid link protocol"
+msgstr "Protocolo de enlace inválido"
 
-#: include/items.php:2143 index.php:407 mod/allfriends.php:12 mod/api.php:26
-#: mod/api.php:31 mod/attach.php:33 mod/cal.php:299 mod/common.php:18
-#: mod/contacts.php:360 mod/crepair.php:102 mod/delegate.php:12
-#: mod/dfrn_confirm.php:61 mod/dirfind.php:11 mod/display.php:481
-#: mod/editpost.php:10 mod/events.php:195 mod/follow.php:11 mod/follow.php:74
-#: mod/follow.php:158 mod/fsuggest.php:79 mod/group.php:19 mod/invite.php:15
-#: mod/invite.php:103 mod/item.php:193 mod/item.php:205 mod/manage.php:98
-#: mod/message.php:46 mod/message.php:171 mod/mood.php:115 mod/network.php:4
-#: mod/nogroup.php:27 mod/notes.php:23 mod/notifications.php:71
-#: mod/ostatus_subscribe.php:9 mod/photos.php:161 mod/photos.php:1092
-#: mod/poke.php:154 mod/profile_photo.php:19 mod/profile_photo.php:180
-#: mod/profile_photo.php:191 mod/profile_photo.php:204 mod/profiles.php:166
-#: mod/profiles.php:607 mod/register.php:42 mod/regmod.php:113
-#: mod/repair_ostatus.php:9 mod/settings.php:22 mod/settings.php:130
-#: mod/settings.php:668 mod/suggest.php:58 mod/uimport.php:24
-#: mod/viewcontacts.php:46 mod/wall_attach.php:67 mod/wall_attach.php:70
-#: mod/wall_upload.php:77 mod/wall_upload.php:80 mod/wallmessage.php:9
-#: mod/wallmessage.php:33 mod/wallmessage.php:73 mod/wallmessage.php:97
-msgid "Permission denied."
-msgstr "Permiso denegado."
+#: include/enotify.php:27
+msgid "Friendica Notification"
+msgstr "Notificación de Friendica"
 
-#: include/items.php:2248
-msgid "Archives"
-msgstr "Archivos"
+#: include/enotify.php:30
+msgid "Thank You,"
+msgstr "Gracias,"
 
-#: include/like.php:41
+#: include/enotify.php:33
 #, php-format
-msgid "%1$s is attending %2$s's %3$s"
-msgstr "%1$s atenderá %2$s's %3$s"
+msgid "%s Administrator"
+msgstr "%s Administrador"
 
-#: include/like.php:46
+#: include/enotify.php:35
 #, php-format
-msgid "%1$s is not attending %2$s's %3$s"
-msgstr "%1$s no atenderá %2$s's %3$s"
+msgid "%1$s, %2$s Administrator"
+msgstr "%1$s, %2$s Administrador"
 
-#: include/like.php:51
+#: include/enotify.php:73
 #, php-format
-msgid "%1$s may attend %2$s's %3$s"
-msgstr "%1$s puede que atienda %2$s's %3$s"
-
-#: include/message.php:15 include/message.php:169
-msgid "[no subject]"
-msgstr "[sin asunto]"
+msgid "%s <!item_type!>"
+msgstr "%s <!item_type!>"
 
-#: include/nav.php:35 mod/navigation.php:19
-msgid "Nothing new here"
-msgstr "Nada nuevo por aquí"
+#: include/enotify.php:86
+#, php-format
+msgid "[Friendica:Notify] New mail received at %s"
+msgstr "[Friendica:Notificación] Nuevo correo recibido de %s"
 
-#: include/nav.php:39 mod/navigation.php:23
-msgid "Clear notifications"
-msgstr "Limpiar notificaciones"
+#: include/enotify.php:88
+#, php-format
+msgid "%1$s sent you a new private message at %2$s."
+msgstr "%1$s te ha enviado un mensaje privado desde %2$s."
 
-#: include/nav.php:40 include/text.php:1017
-msgid "@name, !forum, #tags, content"
-msgstr "@name, !forum, #tags, contenido"
+#: include/enotify.php:89
+#, php-format
+msgid "%1$s sent you %2$s."
+msgstr "%1$s te ha enviado %2$s."
 
-#: include/nav.php:78 view/theme/frio/theme.php:243
-msgid "End this session"
-msgstr "Cerrar la sesión"
+#: include/enotify.php:89
+msgid "a private message"
+msgstr "un mensaje privado"
 
-#: include/nav.php:81 include/nav.php:161 view/theme/frio/theme.php:246
-msgid "Your posts and conversations"
-msgstr "Tus publicaciones y conversaciones"
+#: include/enotify.php:91
+#, php-format
+msgid "Please visit %s to view and/or reply to your private messages."
+msgstr "Por favor, visita %s para ver y/o responder a tus mensajes privados."
 
-#: include/nav.php:82 view/theme/frio/theme.php:247
-msgid "Your profile page"
-msgstr "Tu página de perfil"
+#: include/enotify.php:137
+#, php-format
+msgid "%1$s commented on [url=%2$s]a %3$s[/url]"
+msgstr "%1$s comentó en [url=%2$s]a %3$s[/url]"
 
-#: include/nav.php:83 view/theme/frio/theme.php:248
-msgid "Your photos"
-msgstr "Tus fotos"
+#: include/enotify.php:144
+#, php-format
+msgid "%1$s commented on [url=%2$s]%3$s's %4$s[/url]"
+msgstr "%1$s comentó en [url=%2$s] %4$s de %3$s[/url]"
 
-#: include/nav.php:84 view/theme/frio/theme.php:249
-msgid "Your videos"
-msgstr "Tus videos"
+#: include/enotify.php:152
+#, php-format
+msgid "%1$s commented on [url=%2$s]your %3$s[/url]"
+msgstr "%1$s comentó en [url=%2$s] tu %3$s[/url]"
 
-#: include/nav.php:85 view/theme/frio/theme.php:250
-msgid "Your events"
-msgstr "Tus eventos"
+#: include/enotify.php:162
+#, php-format
+msgid "[Friendica:Notify] Comment to conversation #%1$d by %2$s"
+msgstr "[Friendica:Notificación] Comentario en la conversación de #%1$d por %2$s"
 
-#: include/nav.php:86
-msgid "Personal notes"
-msgstr "Notas personales"
+#: include/enotify.php:164
+#, php-format
+msgid "%s commented on an item/conversation you have been following."
+msgstr "%s ha comentado en una conversación/elemento que sigues."
 
-#: include/nav.php:86
-msgid "Your personal notes"
-msgstr "Tus notas personales"
+#: include/enotify.php:167 include/enotify.php:181 include/enotify.php:195
+#: include/enotify.php:209 include/enotify.php:227 include/enotify.php:241
+#, php-format
+msgid "Please visit %s to view and/or reply to the conversation."
+msgstr "Por favor, visita %s para ver y/o responder a la conversación."
 
-#: include/nav.php:95
-msgid "Sign in"
-msgstr "Date de alta"
+#: include/enotify.php:174
+#, php-format
+msgid "[Friendica:Notify] %s posted to your profile wall"
+msgstr "[Friendica:Notificación] %s publicó en tu muro"
 
-#: include/nav.php:105
-msgid "Home Page"
-msgstr "Página de inicio"
+#: include/enotify.php:176
+#, php-format
+msgid "%1$s posted to your profile wall at %2$s"
+msgstr "%1$s publicó en tu perfil de %2$s"
 
-#: include/nav.php:109
-msgid "Create an account"
-msgstr "Crea una cuenta"
+#: include/enotify.php:177
+#, php-format
+msgid "%1$s posted to [url=%2$s]your wall[/url]"
+msgstr "%1$s publicó en [url=%2$s]tu muro[/url]"
 
-#: include/nav.php:115 mod/help.php:47 view/theme/vier/theme.php:293
-msgid "Help"
-msgstr "Ayuda"
+#: include/enotify.php:188
+#, php-format
+msgid "[Friendica:Notify] %s tagged you"
+msgstr "[Friendica:Notificación] %s te ha nombrado"
 
-#: include/nav.php:115
-msgid "Help and documentation"
-msgstr "Ayuda y documentación"
+#: include/enotify.php:190
+#, php-format
+msgid "%1$s tagged you at %2$s"
+msgstr "%1$s te ha nombrado en %2$s"
 
-#: include/nav.php:119
-msgid "Apps"
-msgstr "Aplicaciones"
+#: include/enotify.php:191
+#, php-format
+msgid "%1$s [url=%2$s]tagged you[/url]."
+msgstr "%1$s [url=%2$s]te nombró[/url]."
 
-#: include/nav.php:119
-msgid "Addon applications, utilities, games"
-msgstr "Aplicaciones, utilidades, juegos"
+#: include/enotify.php:202
+#, php-format
+msgid "[Friendica:Notify] %s shared a new post"
+msgstr "[Notificacion Friendica] %s compartio una nueva publicacion"
 
-#: include/nav.php:123 include/text.php:1014 mod/search.php:149
-msgid "Search"
-msgstr "Buscar"
+#: include/enotify.php:204
+#, php-format
+msgid "%1$s shared a new post at %2$s"
+msgstr "%1$s compartió un nuevo tema en %2$s"
 
-#: include/nav.php:123
-msgid "Search site content"
-msgstr " Busca contenido en la página"
+#: include/enotify.php:205
+#, php-format
+msgid "%1$s [url=%2$s]shared a post[/url]."
+msgstr "%1$s [url=%2$s]compartió una publicación[/url]."
 
-#: include/nav.php:126 include/text.php:1022
-msgid "Full Text"
-msgstr "Texto completo"
+#: include/enotify.php:216
+#, php-format
+msgid "[Friendica:Notify] %1$s poked you"
+msgstr "[Friendica:Notify] %1$s te dio un toque"
 
-#: include/nav.php:127 include/text.php:1023
-msgid "Tags"
-msgstr "Tags"
+#: include/enotify.php:218
+#, php-format
+msgid "%1$s poked you at %2$s"
+msgstr "%1$s te dio un toque en %2$s"
 
-#: include/nav.php:143 include/nav.php:145 mod/community.php:36
-msgid "Community"
-msgstr "Comunidad"
+#: include/enotify.php:219
+#, php-format
+msgid "%1$s [url=%2$s]poked you[/url]."
+msgstr "%1$s [url=%2$s]te dio un toque[/url]."
 
-#: include/nav.php:143
-msgid "Conversations on this site"
-msgstr "Conversaciones en este sitio"
+#: include/enotify.php:234
+#, php-format
+msgid "[Friendica:Notify] %s tagged your post"
+msgstr "[Friendica:Notificación] %s ha etiquetado tu publicación"
 
-#: include/nav.php:145
-msgid "Conversations on the network"
-msgstr "Conversaciones en la red"
+#: include/enotify.php:236
+#, php-format
+msgid "%1$s tagged your post at %2$s"
+msgstr "%1$s ha etiquetado tu publicación en %2$s"
 
-#: include/nav.php:152
-msgid "Directory"
-msgstr "Directorio"
+#: include/enotify.php:237
+#, php-format
+msgid "%1$s tagged [url=%2$s]your post[/url]"
+msgstr "%1$s ha etiquetado [url=%2$s]tu publicación[/url]"
 
-#: include/nav.php:152
-msgid "People directory"
-msgstr "Directorio de usuarios"
+#: include/enotify.php:248
+msgid "[Friendica:Notify] Introduction received"
+msgstr "[Friendica:Notificación] Presentación recibida"
 
-#: include/nav.php:154
-msgid "Information"
-msgstr "Información"
+#: include/enotify.php:250
+#, php-format
+msgid "You've received an introduction from '%1$s' at %2$s"
+msgstr "Has recibido una presentación de '%1$s' en %2$s"
 
-#: include/nav.php:154
-msgid "Information about this friendica instance"
-msgstr "Información sobre esta instancia de friendica"
+#: include/enotify.php:251
+#, php-format
+msgid "You've received [url=%1$s]an introduction[/url] from %2$s."
+msgstr "Has recibido [url=%1$s]una presentación[/url] de %2$s."
 
-#: include/nav.php:158 view/theme/frio/theme.php:253
-msgid "Conversations from your friends"
-msgstr "Conversaciones de tus amigos"
+#: include/enotify.php:255 include/enotify.php:298
+#, php-format
+msgid "You may visit their profile at %s"
+msgstr "Puedes visitar su perfil en %s"
 
-#: include/nav.php:159
-msgid "Network Reset"
-msgstr "Reseteo de la red"
+#: include/enotify.php:257
+#, php-format
+msgid "Please visit %s to approve or reject the introduction."
+msgstr "Visita %s para aceptar o rechazar la presentación por favor."
 
-#: include/nav.php:159
-msgid "Load Network page with no filters"
-msgstr "Cargar pagina de redes sin filtros"
+#: include/enotify.php:265
+msgid "[Friendica:Notify] A new person is sharing with you"
+msgstr "[Notificación:Friendica] Un nuevo contacto comparte contigo"
 
-#: include/nav.php:166
-msgid "Friend Requests"
-msgstr "Solicitudes de amistad"
+#: include/enotify.php:267 include/enotify.php:268
+#, php-format
+msgid "%1$s is sharing with you at %2$s"
+msgstr "%1$s comparte con tigo en %2$s"
 
-#: include/nav.php:169 mod/notifications.php:96
-msgid "Notifications"
-msgstr "Notificaciones"
+#: include/enotify.php:274
+msgid "[Friendica:Notify] You have a new follower"
+msgstr "[Notificación:Friendica] Tienes un nuevo seguidor"
 
-#: include/nav.php:170
-msgid "See all notifications"
-msgstr "Ver todas las notificaciones"
+#: include/enotify.php:276 include/enotify.php:277
+#, php-format
+msgid "You have a new follower at %2$s : %1$s"
+msgstr "Tienes un nuevo seguidor en %2$s : %1$s"
 
-#: include/nav.php:171 mod/settings.php:906
-msgid "Mark as seen"
-msgstr "Marcar como leído"
+#: include/enotify.php:288
+msgid "[Friendica:Notify] Friend suggestion received"
+msgstr "[Friendica:Notificación] Sugerencia de amigo recibida"
 
-#: include/nav.php:171
-msgid "Mark all system notifications seen"
-msgstr "Marcar todas las notificaciones del sistema como leídas"
+#: include/enotify.php:290
+#, php-format
+msgid "You've received a friend suggestion from '%1$s' at %2$s"
+msgstr "Has recibido una sugerencia de amigo de '%1$s' en %2$s"
 
-#: include/nav.php:175 mod/message.php:179 view/theme/frio/theme.php:255
-msgid "Messages"
-msgstr "Mensajes"
+#: include/enotify.php:291
+#, php-format
+msgid ""
+"You've received [url=%1$s]a friend suggestion[/url] for %2$s from %3$s."
+msgstr "Has recibido [url=%1$s]una sugerencia de amigo[/url] en %2$s de %3$s."
 
-#: include/nav.php:175 view/theme/frio/theme.php:255
-msgid "Private mail"
-msgstr "Correo privado"
+#: include/enotify.php:296
+msgid "Name:"
+msgstr "Nombre: "
 
-#: include/nav.php:176
-msgid "Inbox"
-msgstr "Entrada"
+#: include/enotify.php:297
+msgid "Photo:"
+msgstr "Foto: "
 
-#: include/nav.php:177
-msgid "Outbox"
-msgstr "Enviados"
+#: include/enotify.php:300
+#, php-format
+msgid "Please visit %s to approve or reject the suggestion."
+msgstr "Visita %s para aceptar o rechazar la sugerencia por favor."
 
-#: include/nav.php:178 mod/message.php:16
-msgid "New Message"
-msgstr "Nuevo mensaje"
+#: include/enotify.php:308 include/enotify.php:322
+msgid "[Friendica:Notify] Connection accepted"
+msgstr "[Notificación:Friendica] Conexión aceptada"
 
-#: include/nav.php:181
+#: include/enotify.php:310 include/enotify.php:324
+#, php-format
+msgid "'%1$s' has accepted your connection request at %2$s"
+msgstr "'%1$s' acepto tu consulta de conexión %2$s"
+
+#: include/enotify.php:311 include/enotify.php:325
+#, php-format
+msgid "%2$s has accepted your [url=%1$s]connection request[/url]."
+msgstr "%2$s hacepto tu [url=%1$s]consulta de conexión[/url]."
+
+#: include/enotify.php:315
+msgid ""
+"You are now mutual friends and may exchange status updates, photos, and "
+"email without restriction."
+msgstr "Ahora tiene amigos en común y puede intercambiar actualizaciones de estado, fotos y email sin restricción."
+
+#: include/enotify.php:317
+#, php-format
+msgid "Please visit %s if you wish to make any changes to this relationship."
+msgstr "Por favor visite %s si desea hacer algún cambio a su relación."
+
+#: include/enotify.php:329
+#, php-format
+msgid ""
+"'%1$s' has chosen to accept you a \"fan\", which restricts some forms of "
+"communication - such as private messaging and some profile interactions. If "
+"this is a celebrity or community page, these settings were applied "
+"automatically."
+msgstr "'%1$s' eligió de aceptarte como fan/hincha lo que restringe algunas formas de comunicación - tales como mensajes privados y algunas interacciones de los perfiles. Si esto es una pagina de celebridad o comunidad, estas configuraciones se adoptaron automáticamente."
+
+#: include/enotify.php:331
+#, php-format
+msgid ""
+"'%1$s' may choose to extend this into a two-way or more permissive "
+"relationship in the future."
+msgstr "'%1$s' puede elegir extender esto en una relación más permisiva o ambidireccional en el futuro."
+
+#: include/enotify.php:333
+#, php-format
+msgid "Please visit %s  if you wish to make any changes to this relationship."
+msgstr "Por favor visita %s si es preciso de hacer algún cambio a la relación con este contacto."
+
+#: include/enotify.php:343
+msgid "[Friendica System:Notify] registration request"
+msgstr "[Notificacion:Friendica] consulta de registro"
+
+#: include/enotify.php:345
+#, php-format
+msgid "You've received a registration request from '%1$s' at %2$s"
+msgstr "Recibiste una consulta de registro de '%1$s' en %2$s"
+
+#: include/enotify.php:346
+#, php-format
+msgid "You've received a [url=%1$s]registration request[/url] from %2$s."
+msgstr "Recibiste una [url=%1$s]consulta de registro[/url] from %2$s."
+
+#: include/enotify.php:350
+#, php-format
+msgid "Full Name:\t%1$s\\nSite Location:\t%2$s\\nLogin Name:\t%3$s (%4$s)"
+msgstr "Nombre completo:\t%1$s\\nUbicación del sitio:\t%2$s\\nLogin Nombre:\t%3$s (%4$s)"
+
+#: include/enotify.php:353
+#, php-format
+msgid "Please visit %s to approve or reject the request."
+msgstr "Por favor visita %s para aprobar o negar la solicitud."
+
+#: include/message.php:14 include/message.php:168
+msgid "[no subject]"
+msgstr "[sin asunto]"
+
+#: include/message.php:145 include/Photo.php:1075 include/Photo.php:1091
+#: include/Photo.php:1099 include/Photo.php:1124 mod/wall_upload.php:249
+#: mod/item.php:468
+msgid "Wall Photos"
+msgstr "Foto del Muro"
+
+#: include/nav.php:37 mod/navigation.php:21
+msgid "Nothing new here"
+msgstr "Nada nuevo por aquí"
+
+#: include/nav.php:41 mod/navigation.php:25
+msgid "Clear notifications"
+msgstr "Limpiar notificaciones"
+
+#: include/nav.php:80 view/theme/frio/theme.php:245 boot.php:862
+msgid "Logout"
+msgstr "Salir"
+
+#: include/nav.php:80 view/theme/frio/theme.php:245
+msgid "End this session"
+msgstr "Cerrar la sesión"
+
+#: include/nav.php:83 include/identity.php:784 mod/contacts.php:648
+#: mod/contacts.php:844 view/theme/frio/theme.php:248
+msgid "Status"
+msgstr "Estado"
+
+#: include/nav.php:83 include/nav.php:163 view/theme/frio/theme.php:248
+msgid "Your posts and conversations"
+msgstr "Tus publicaciones y conversaciones"
+
+#: include/nav.php:84 include/identity.php:632 include/identity.php:759
+#: include/identity.php:792 mod/newmember.php:20 mod/profperm.php:107
+#: mod/contacts.php:650 mod/contacts.php:852 view/theme/frio/theme.php:249
+msgid "Profile"
+msgstr "Perfil"
+
+#: include/nav.php:84 view/theme/frio/theme.php:249
+msgid "Your profile page"
+msgstr "Tu página de perfil"
+
+#: include/nav.php:85 include/identity.php:800 mod/fbrowser.php:33
+#: view/theme/frio/theme.php:250
+msgid "Photos"
+msgstr "Fotografías"
+
+#: include/nav.php:85 view/theme/frio/theme.php:250
+msgid "Your photos"
+msgstr "Tus fotos"
+
+#: include/nav.php:86 include/identity.php:808 include/identity.php:811
+#: view/theme/frio/theme.php:251
+msgid "Videos"
+msgstr "Videos"
+
+#: include/nav.php:86 view/theme/frio/theme.php:251
+msgid "Your videos"
+msgstr "Tus videos"
+
+#: include/nav.php:87 include/nav.php:151 include/identity.php:820
+#: include/identity.php:831 mod/cal.php:272 mod/events.php:377
+#: view/theme/frio/theme.php:252 view/theme/frio/theme.php:256
+msgid "Events"
+msgstr "Eventos"
+
+#: include/nav.php:87 view/theme/frio/theme.php:252
+msgid "Your events"
+msgstr "Tus eventos"
+
+#: include/nav.php:88
+msgid "Personal notes"
+msgstr "Notas personales"
+
+#: include/nav.php:88
+msgid "Your personal notes"
+msgstr "Tus notas personales"
+
+#: include/nav.php:97 mod/bookmarklet.php:14 boot.php:863
+msgid "Login"
+msgstr "Acceder"
+
+#: include/nav.php:97
+msgid "Sign in"
+msgstr "Date de alta"
+
+#: include/nav.php:107
+msgid "Home Page"
+msgstr "Página de inicio"
+
+#: include/nav.php:111 mod/register.php:291 boot.php:839
+msgid "Register"
+msgstr "Registrarse"
+
+#: include/nav.php:111
+msgid "Create an account"
+msgstr "Crea una cuenta"
+
+#: include/nav.php:117 mod/help.php:50 view/theme/vier/theme.php:299
+msgid "Help"
+msgstr "Ayuda"
+
+#: include/nav.php:117
+msgid "Help and documentation"
+msgstr "Ayuda y documentación"
+
+#: include/nav.php:121
+msgid "Apps"
+msgstr "Aplicaciones"
+
+#: include/nav.php:121
+msgid "Addon applications, utilities, games"
+msgstr "Aplicaciones, utilidades, juegos"
+
+#: include/nav.php:125
+msgid "Search site content"
+msgstr " Busca contenido en la página"
+
+#: include/nav.php:145 include/nav.php:147 mod/community.php:32
+msgid "Community"
+msgstr "Comunidad"
+
+#: include/nav.php:145
+msgid "Conversations on this site"
+msgstr "Conversaciones en este sitio"
+
+#: include/nav.php:147
+msgid "Conversations on the network"
+msgstr "Conversaciones en la red"
+
+#: include/nav.php:151 include/identity.php:823 include/identity.php:834
+#: view/theme/frio/theme.php:256
+msgid "Events and Calendar"
+msgstr "Eventos y Calendario"
+
+#: include/nav.php:154
+msgid "Directory"
+msgstr "Directorio"
+
+#: include/nav.php:154
+msgid "People directory"
+msgstr "Directorio de usuarios"
+
+#: include/nav.php:156
+msgid "Information"
+msgstr "Información"
+
+#: include/nav.php:156
+msgid "Information about this friendica instance"
+msgstr "Información sobre esta instancia de friendica"
+
+#: include/nav.php:160 view/theme/frio/theme.php:255
+msgid "Conversations from your friends"
+msgstr "Conversaciones de tus amigos"
+
+#: include/nav.php:161
+msgid "Network Reset"
+msgstr "Reseteo de la red"
+
+#: include/nav.php:161
+msgid "Load Network page with no filters"
+msgstr "Cargar pagina de redes sin filtros"
+
+#: include/nav.php:168
+msgid "Friend Requests"
+msgstr "Solicitudes de amistad"
+
+#: include/nav.php:171 mod/notifications.php:98
+msgid "Notifications"
+msgstr "Notificaciones"
+
+#: include/nav.php:172
+msgid "See all notifications"
+msgstr "Ver todas las notificaciones"
+
+#: include/nav.php:173 mod/settings.php:907
+msgid "Mark as seen"
+msgstr "Marcar como leído"
+
+#: include/nav.php:173
+msgid "Mark all system notifications seen"
+msgstr "Marcar todas las notificaciones del sistema como leídas"
+
+#: include/nav.php:177 mod/message.php:181 view/theme/frio/theme.php:257
+msgid "Messages"
+msgstr "Mensajes"
+
+#: include/nav.php:177 view/theme/frio/theme.php:257
+msgid "Private mail"
+msgstr "Correo privado"
+
+#: include/nav.php:178
+msgid "Inbox"
+msgstr "Entrada"
+
+#: include/nav.php:179
+msgid "Outbox"
+msgstr "Enviados"
+
+#: include/nav.php:180 mod/message.php:18
+msgid "New Message"
+msgstr "Nuevo mensaje"
+
+#: include/nav.php:183
 msgid "Manage"
 msgstr "Administrar"
 
-#: include/nav.php:181
+#: include/nav.php:183
 msgid "Manage other pages"
 msgstr "Administrar otras páginas"
 
-#: include/nav.php:184 mod/settings.php:81
+#: include/nav.php:186 mod/settings.php:83
 msgid "Delegations"
 msgstr "Delegaciones"
 
-#: include/nav.php:184 mod/delegate.php:130
+#: include/nav.php:186 mod/delegate.php:132
 msgid "Delegate Page Management"
 msgstr "Delegar la administración de la página"
 
-#: include/nav.php:186 mod/admin.php:1533 mod/admin.php:1809
-#: mod/newmember.php:22 mod/settings.php:111 view/theme/frio/theme.php:256
+#: include/nav.php:188 mod/newmember.php:15 mod/admin.php:1624
+#: mod/admin.php:1900 mod/settings.php:113 view/theme/frio/theme.php:258
 msgid "Settings"
 msgstr "Configuración"
 
-#: include/nav.php:186 view/theme/frio/theme.php:256
+#: include/nav.php:188 view/theme/frio/theme.php:258
 msgid "Account settings"
 msgstr "Configuración de tu cuenta"
 
-#: include/nav.php:189
+#: include/nav.php:191 include/identity.php:296
+msgid "Profiles"
+msgstr "Perfiles"
+
+#: include/nav.php:191
 msgid "Manage/Edit Profiles"
 msgstr "Manejar/editar Perfiles"
 
-#: include/nav.php:192 view/theme/frio/theme.php:257
+#: include/nav.php:194 view/theme/frio/theme.php:259
 msgid "Manage/edit friends and contacts"
 msgstr "Administrar/editar amigos y contactos"
 
-#: include/nav.php:197 mod/admin.php:192
+#: include/nav.php:199 mod/admin.php:197
 msgid "Admin"
 msgstr "Admin"
 
-#: include/nav.php:197
+#: include/nav.php:199
 msgid "Site setup and configuration"
 msgstr "Opciones y configuración del sitio"
 
-#: include/nav.php:200
+#: include/nav.php:202
 msgid "Navigation"
 msgstr "Navegación"
 
-#: include/nav.php:200
+#: include/nav.php:202
 msgid "Site map"
 msgstr "Mapa del sitio"
 
-#: include/network.php:622
+#: include/network.php:687
 msgid "view full size"
 msgstr "Ver a tamaño completo"
 
-#: include/oembed.php:266
+#: include/oembed.php:256
 msgid "Embedded content"
 msgstr "Contenido integrado"
 
-#: include/oembed.php:274
+#: include/oembed.php:264
 msgid "Embedding disabled"
 msgstr "Contenido incrustrado desabilitado"
 
-#: include/ostatus.php:1832
-#, php-format
-msgid "%s is now following %s."
-msgstr "%s sigue ahora a %s."
+#: include/uimport.php:85
+msgid "Error decoding account file"
+msgstr "Error decodificando el archivo de cuenta"
 
-#: include/ostatus.php:1833
-msgid "following"
-msgstr "siguiendo"
+#: include/uimport.php:91
+msgid "Error! No version data in file! This is not a Friendica account file?"
+msgstr "Error! No hay datos de versión en el archivo! ¿Es esto de una cuenta friendica? "
+
+#: include/uimport.php:108 include/uimport.php:119
+msgid "Error! Cannot check nickname"
+msgstr "Error! No puedo consultar el apodo"
 
-#: include/ostatus.php:1836
+#: include/uimport.php:112 include/uimport.php:123
 #, php-format
-msgid "%s stopped following %s."
-msgstr "%s dejó de seguir a %s."
+msgid "User '%s' already exists on this server!"
+msgstr "La cuenta '%s' ya existe en este servidor!"
 
-#: include/ostatus.php:1837
-msgid "stopped following"
-msgstr "dejó de seguir"
+#: include/uimport.php:145
+msgid "User creation error"
+msgstr "Error al crear la cuenta"
 
-#: include/photos.php:57 include/photos.php:67 mod/fbrowser.php:40
-#: mod/fbrowser.php:61 mod/photos.php:182 mod/photos.php:1106
-#: mod/photos.php:1231 mod/photos.php:1252 mod/photos.php:1817
-#: mod/photos.php:1829
-msgid "Contact Photos"
-msgstr "Foto del contacto"
+#: include/uimport.php:166
+msgid "User profile creation error"
+msgstr "Error de creación del perfil de la cuenta"
 
-#: include/plugin.php:530 include/plugin.php:532
-msgid "Click here to upgrade."
-msgstr "Pulsa aquí para actualizar."
+#: include/uimport.php:215
+#, php-format
+msgid "%d contact not imported"
+msgid_plural "%d contacts not imported"
+msgstr[0] "%d contactos no encontrado"
+msgstr[1] "%d contactos no importado"
 
-#: include/plugin.php:538
-msgid "This action exceeds the limits set by your subscription plan."
-msgstr "Esta acción excede los límites permitidos por tu subscripción."
+#: include/uimport.php:281
+msgid "Done. You can now login with your username and password"
+msgstr "Hecho. Ahora podes ingresar con tu nombre de cuenta y la contraseña."
 
-#: include/plugin.php:543
-msgid "This action is not available under your subscription plan."
-msgstr "Esta acción no está permitida para tu subscripción."
+#: include/user.php:39 mod/settings.php:377
+msgid "Passwords do not match. Password unchanged."
+msgstr "Las contraseñas no coinciden. La contraseña no ha sido modificada."
 
-#: include/profile_selectors.php:6
-msgid "Male"
-msgstr "Hombre"
+#: include/user.php:48
+msgid "An invitation is required."
+msgstr "Se necesita invitación."
+
+#: include/user.php:53
+msgid "Invitation could not be verified."
+msgstr "No se puede verificar la invitación."
+
+#: include/user.php:61
+msgid "Invalid OpenID url"
+msgstr "Dirección OpenID no válida"
+
+#: include/user.php:82
+msgid "Please enter the required information."
+msgstr "Por favor, introduce la información necesaria."
+
+#: include/user.php:96
+msgid "Please use a shorter name."
+msgstr "Por favor, usa un nombre más corto."
+
+#: include/user.php:98
+msgid "Name too short."
+msgstr "El nombre es demasiado corto."
+
+#: include/user.php:106
+msgid "That doesn't appear to be your full (First Last) name."
+msgstr "No parece que ese sea tu nombre completo."
+
+#: include/user.php:111
+msgid "Your email domain is not among those allowed on this site."
+msgstr "Tu dominio de correo no se encuentra entre los permitidos en este sitio."
+
+#: include/user.php:114
+msgid "Not a valid email address."
+msgstr "No es una dirección de correo electrónico válida."
+
+#: include/user.php:127
+msgid "Cannot use that email."
+msgstr "No se puede utilizar este correo electrónico."
+
+#: include/user.php:133
+msgid "Your \"nickname\" can only contain \"a-z\", \"0-9\" and \"_\"."
+msgstr "El apodo solo puede contener  \"a-z\", \"0-9\" y \"_\"."
+
+#: include/user.php:140 include/user.php:228
+msgid "Nickname is already registered. Please choose another."
+msgstr "Apodo ya registrado. Por favor, elije otro."
+
+#: include/user.php:150
+msgid ""
+"Nickname was once registered here and may not be re-used. Please choose "
+"another."
+msgstr "El apodo ya ha sido registrado alguna vez y no puede volver a usarse. Por favor, utiliza otro."
+
+#: include/user.php:166
+msgid "SERIOUS ERROR: Generation of security keys failed."
+msgstr "ERROR GRAVE: La generación de claves de seguridad ha fallado."
+
+#: include/user.php:214
+msgid "An error occurred during registration. Please try again."
+msgstr "Se produjo un error durante el registro. Por favor, inténtalo de nuevo."
+
+#: include/user.php:237 view/theme/duepuntozero/config.php:46
+msgid "default"
+msgstr "predeterminado"
+
+#: include/user.php:247
+msgid "An error occurred creating your default profile. Please try again."
+msgstr "Error al crear tu perfil predeterminado. Por favor, inténtalo de nuevo."
+
+#: include/user.php:260 include/user.php:264 include/profile_selectors.php:42
+msgid "Friends"
+msgstr "Amigos"
+
+#: include/user.php:306 include/user.php:314 include/user.php:322
+#: include/api.php:3697 mod/photos.php:73 mod/photos.php:189
+#: mod/photos.php:776 mod/photos.php:1258 mod/photos.php:1279
+#: mod/photos.php:1865 mod/profile_photo.php:74 mod/profile_photo.php:82
+#: mod/profile_photo.php:90 mod/profile_photo.php:214
+#: mod/profile_photo.php:309 mod/profile_photo.php:319
+msgid "Profile Photos"
+msgstr "Foto del perfil"
+
+#: include/user.php:397
+#, php-format
+msgid ""
+"\n"
+"\t\tDear %1$s,\n"
+"\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n"
+"\t"
+msgstr "\n\t\tEstimado %1$s,\n\t\t\tGracias por registrarse en %2$s. Su cuenta está pendiente de aprobación por el administrador.\n\t"
+
+#: include/user.php:407
+#, php-format
+msgid "Registration at %s"
+msgstr "Registro en %s"
+
+#: include/user.php:417
+#, php-format
+msgid ""
+"\n"
+"\t\tDear %1$s,\n"
+"\t\t\tThank you for registering at %2$s. Your account has been created.\n"
+"\t"
+msgstr "\n\t\tEstimado %1$s,\n\t\t\tGracias por registrar en %2$s. Su cuenta ha sido creada.\n\t"
+
+#: include/user.php:421
+#, php-format
+msgid ""
+"\n"
+"\t\tThe login details are as follows:\n"
+"\t\t\tSite Location:\t%3$s\n"
+"\t\t\tLogin Name:\t%1$s\n"
+"\t\t\tPassword:\t%5$s\n"
+"\n"
+"\t\tYou may change your password from your account \"Settings\" page after logging\n"
+"\t\tin.\n"
+"\n"
+"\t\tPlease take a few moments to review the other account settings on that page.\n"
+"\n"
+"\t\tYou may also wish to add some basic information to your default profile\n"
+"\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
+"\n"
+"\t\tWe recommend setting your full name, adding a profile photo,\n"
+"\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n"
+"\t\tperhaps what country you live in; if you do not wish to be more specific\n"
+"\t\tthan that.\n"
+"\n"
+"\t\tWe fully respect your right to privacy, and none of these items are necessary.\n"
+"\t\tIf you are new and do not know anybody here, they may help\n"
+"\t\tyou to make some new and interesting friends.\n"
+"\n"
+"\n"
+"\t\tThank you and welcome to %2$s."
+msgstr "\n\t\t\tLos detalles de acceso son las siguientes:\n\n\t\t\tDirección del sitio:\t%3$s\n\t\t\tNombre de la cuenta:\t\t%1$s\n\t\t\tContraseña:\t\t%5$s\n\n\t\t\tPodrá cambiar la contraseña desde la pagina de configuración de su cuenta después de acceder a la misma\n\t\t\ten.\n\n\t\t\tPor favor tome unos minutos para revisar las opciones demás de la cuenta en dicha pagina de configuración.\n\n\t\t\tTambién podrá agregar informaciones adicionales a su pagina de perfil predeterminado. \n\t\t\t(en la pagina \"Perfiles\") para que otras personas pueden encontrarlo fácilmente.\n\n\t\t\tRecomendamos que elija un nombre apropiado, agregando una imagen de perfil,\n\t\t\tagregando algunas palabras claves de la cuenta (muy útil para hacer nuevos amigos) - y \n\t\t\tquizás el país en donde vive; si no quiere ser mas especifico\n\t\t\tque eso.\n\n\t\t\tRespetamos absolutamente su derecho a la privacidad y ninguno de estos detalles es necesario.\n\t\t\tSi eres nuevo aquí y no conoces a nadie, estos detalles pueden ayudarte\n\t\t\tpara hacer nuevas e interesantes amistades.\n\n\t\t\tGracias y bienvenido a  %2$s."
+
+#: include/user.php:453 mod/admin.php:1314
+#, php-format
+msgid "Registration details for %s"
+msgstr "Detalles de registro para %s"
+
+#: include/api.php:1102
+#, php-format
+msgid "Daily posting limit of %d posts reached. The post was rejected."
+msgstr "Limite diario de publicaciones %d alcanzado. La publicación fue rechazada."
+
+#: include/api.php:1123
+#, php-format
+msgid "Weekly posting limit of %d posts reached. The post was rejected."
+msgstr "Limite semanal de publicaciones %d alcanzado. La publicación fue rechazada."
+
+#: include/api.php:1144
+#, php-format
+msgid "Monthly posting limit of %d posts reached. The post was rejected."
+msgstr "Limite mensual de publicaciones %d alcanzado. La publicación fue rechazada."
+
+#: include/dba.php:57 include/dba_pdo.php:75
+#, php-format
+msgid "Cannot locate DNS info for database server '%s'"
+msgstr "No se puede encontrar información DNS para la base de datos del servidor '%s'"
+
+#: include/dbstructure.php:25
+msgid "There are no tables on MyISAM."
+msgstr ""
+
+#: include/dbstructure.php:66
+#, php-format
+msgid ""
+"\n"
+"\t\t\tThe friendica developers released update %s recently,\n"
+"\t\t\tbut when I tried to install it, something went terribly wrong.\n"
+"\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n"
+"\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."
+msgstr "\n\t\t\tLos desarolladores de friendica publicaron una actualización  %s recientemente\n\t\t\tpero cuando intento de instalarla,algo salio terriblemente mal.\n\t\t\tEsto necesita ser arreglado pronto y no puedo hacerlo solo. Por favor contacta\n\t\t\tlos desarolladores de friendica si no me podes ayudar por ti solo. Mi base de datos puede estar invalido."
+
+#: include/dbstructure.php:71
+#, php-format
+msgid ""
+"The error message is\n"
+"[pre]%s[/pre]"
+msgstr "El mensaje de error es\n[pre]%s[/pre]"
+
+#: include/dbstructure.php:195
+#, php-format
+msgid ""
+"\n"
+"Error %d occurred during database update:\n"
+"%s\n"
+msgstr ""
+
+#: include/dbstructure.php:198
+msgid "Errors encountered performing database changes: "
+msgstr ""
+
+#: include/dbstructure.php:206
+msgid ": Database update"
+msgstr ""
+
+#: include/dbstructure.php:438
+#, php-format
+msgid "%s: updating %s table."
+msgstr ""
+
+#: include/diaspora.php:2214
+msgid "Sharing notification from Diaspora network"
+msgstr "Compartir notificaciones con la red Diaspora*"
+
+#: include/diaspora.php:3234
+msgid "Attachments:"
+msgstr "Archivos adjuntos:"
+
+#: include/identity.php:45
+msgid "Requested account is not available."
+msgstr "La cuenta solicitada no está disponible."
+
+#: include/identity.php:54 mod/profile.php:22
+msgid "Requested profile is not available."
+msgstr "El perfil solicitado no está disponible."
+
+#: include/identity.php:98 include/identity.php:325 include/identity.php:755
+msgid "Edit profile"
+msgstr "Editar perfil"
+
+#: include/identity.php:265
+msgid "Atom feed"
+msgstr "Atom feed"
+
+#: include/identity.php:296
+msgid "Manage/edit profiles"
+msgstr "Administrar/editar perfiles"
+
+#: include/identity.php:301 include/identity.php:327 mod/profiles.php:790
+msgid "Change profile photo"
+msgstr "Cambiar foto del perfil"
+
+#: include/identity.php:302 mod/profiles.php:791
+msgid "Create New Profile"
+msgstr "Crear nuevo perfil"
+
+#: include/identity.php:312 mod/profiles.php:780
+msgid "Profile Image"
+msgstr "Imagen del Perfil"
+
+#: include/identity.php:315 mod/profiles.php:782
+msgid "visible to everybody"
+msgstr "Visible para todos"
+
+#: include/identity.php:316 mod/profiles.php:687 mod/profiles.php:783
+msgid "Edit visibility"
+msgstr "Editar visibilidad"
+
+#: include/identity.php:344 include/identity.php:644 mod/directory.php:137
+#: mod/notifications.php:252
+msgid "Gender:"
+msgstr "Género:"
+
+#: include/identity.php:347 include/identity.php:665 mod/directory.php:139
+msgid "Status:"
+msgstr "Estado:"
+
+#: include/identity.php:349 include/identity.php:682 mod/directory.php:141
+msgid "Homepage:"
+msgstr "Página de inicio:"
+
+#: include/identity.php:351 include/identity.php:702 mod/directory.php:143
+#: mod/notifications.php:248 mod/contacts.php:643
+msgid "About:"
+msgstr "Acerca de:"
+
+#: include/identity.php:353 mod/contacts.php:641
+msgid "XMPP:"
+msgstr "XMPP:"
+
+#: include/identity.php:439 mod/notifications.php:260 mod/contacts.php:58
+msgid "Network:"
+msgstr "Red:"
+
+#: include/identity.php:468 include/identity.php:558
+msgid "g A l F d"
+msgstr "g A l F d"
+
+#: include/identity.php:469 include/identity.php:559
+msgid "F d"
+msgstr "F d"
+
+#: include/identity.php:520 include/identity.php:609
+msgid "[today]"
+msgstr "[hoy]"
+
+#: include/identity.php:532
+msgid "Birthday Reminders"
+msgstr "Recordatorios de cumpleaños"
+
+#: include/identity.php:533
+msgid "Birthdays this week:"
+msgstr "Cumpleaños esta semana:"
+
+#: include/identity.php:595
+msgid "[No description]"
+msgstr "[Sin descripción]"
+
+#: include/identity.php:620
+msgid "Event Reminders"
+msgstr "Recordatorios de eventos"
+
+#: include/identity.php:621
+msgid "Events this week:"
+msgstr "Eventos de esta semana:"
+
+#: include/identity.php:641 mod/settings.php:1287
+msgid "Full Name:"
+msgstr "Nombre completo:"
+
+#: include/identity.php:648
+msgid "j F, Y"
+msgstr "j F, Y"
+
+#: include/identity.php:649
+msgid "j F"
+msgstr "j F"
+
+#: include/identity.php:661
+msgid "Age:"
+msgstr "Edad:"
+
+#: include/identity.php:674
+#, php-format
+msgid "for %1$d %2$s"
+msgstr "por %1$d %2$s"
+
+#: include/identity.php:678 mod/profiles.php:706
+msgid "Sexual Preference:"
+msgstr "Preferencia sexual:"
+
+#: include/identity.php:686 mod/profiles.php:733
+msgid "Hometown:"
+msgstr "Ciudad de origen:"
+
+#: include/identity.php:690 mod/follow.php:139 mod/notifications.php:250
+#: mod/contacts.php:645
+msgid "Tags:"
+msgstr "Etiquetas:"
+
+#: include/identity.php:694 mod/profiles.php:734
+msgid "Political Views:"
+msgstr "Ideas políticas:"
+
+#: include/identity.php:698
+msgid "Religion:"
+msgstr "Religión:"
+
+#: include/identity.php:706
+msgid "Hobbies/Interests:"
+msgstr "Aficiones/Intereses:"
+
+#: include/identity.php:710 mod/profiles.php:738
+msgid "Likes:"
+msgstr "Me gusta:"
+
+#: include/identity.php:714 mod/profiles.php:739
+msgid "Dislikes:"
+msgstr "No me gusta:"
+
+#: include/identity.php:718
+msgid "Contact information and Social Networks:"
+msgstr "Información de contacto y Redes sociales:"
+
+#: include/identity.php:722
+msgid "Musical interests:"
+msgstr "Intereses musicales:"
+
+#: include/identity.php:726
+msgid "Books, literature:"
+msgstr "Libros, literatura:"
+
+#: include/identity.php:730
+msgid "Television:"
+msgstr "Televisión:"
+
+#: include/identity.php:734
+msgid "Film/dance/culture/entertainment:"
+msgstr "Películas/baile/cultura/entretenimiento:"
+
+#: include/identity.php:738
+msgid "Love/Romance:"
+msgstr "Amor/Romance:"
+
+#: include/identity.php:742
+msgid "Work/employment:"
+msgstr "Trabajo/ocupación:"
+
+#: include/identity.php:746
+msgid "School/education:"
+msgstr "Escuela/estudios:"
+
+#: include/identity.php:751
+msgid "Forums:"
+msgstr "Foros:"
+
+#: include/identity.php:760 mod/events.php:509
+msgid "Basic"
+msgstr "Basic"
+
+#: include/identity.php:761 mod/events.php:510 mod/admin.php:1065
+#: mod/contacts.php:881
+msgid "Advanced"
+msgstr "Avanzado"
+
+#: include/identity.php:787 mod/follow.php:147 mod/contacts.php:847
+msgid "Status Messages and Posts"
+msgstr "Mensajes de Estado y Publicaciones"
+
+#: include/identity.php:795 mod/contacts.php:855
+msgid "Profile Details"
+msgstr "Detalles del Perfil"
+
+#: include/identity.php:803 mod/photos.php:95
+msgid "Photo Albums"
+msgstr "Álbum de Fotos"
+
+#: include/identity.php:842 mod/notes.php:49
+msgid "Personal Notes"
+msgstr "Notas personales"
+
+#: include/identity.php:845
+msgid "Only You Can See This"
+msgstr "Únicamente tú puedes ver esto"
+
+#: include/items.php:1736 mod/dfrn_confirm.php:738 mod/dfrn_request.php:759
+msgid "[Name Withheld]"
+msgstr "[Nombre oculto]"
+
+#: include/items.php:2121 mod/display.php:105 mod/display.php:280
+#: mod/display.php:485 mod/notice.php:17 mod/viewsrc.php:16 mod/admin.php:248
+#: mod/admin.php:1571 mod/admin.php:1822
+msgid "Item not found."
+msgstr "Elemento no encontrado."
+
+#: include/items.php:2160
+msgid "Do you really want to delete this item?"
+msgstr "¿Realmente quieres borrar este objeto?"
+
+#: include/items.php:2162 mod/api.php:107 mod/follow.php:115
+#: mod/message.php:208 mod/register.php:247 mod/suggest.php:31
+#: mod/dfrn_request.php:880 mod/contacts.php:455 mod/profiles.php:643
+#: mod/profiles.php:646 mod/profiles.php:673 mod/settings.php:1172
+#: mod/settings.php:1178 mod/settings.php:1185 mod/settings.php:1189
+#: mod/settings.php:1194 mod/settings.php:1199 mod/settings.php:1204
+#: mod/settings.php:1209 mod/settings.php:1235 mod/settings.php:1236
+#: mod/settings.php:1237 mod/settings.php:1238 mod/settings.php:1239
+msgid "Yes"
+msgstr "Sí"
+
+#: include/items.php:2309 mod/allfriends.php:14 mod/api.php:28 mod/api.php:33
+#: mod/attach.php:35 mod/cal.php:301 mod/common.php:20 mod/crepair.php:105
+#: mod/delegate.php:14 mod/dfrn_confirm.php:63 mod/dirfind.php:15
+#: mod/display.php:482 mod/editpost.php:12 mod/events.php:188
+#: mod/follow.php:13 mod/follow.php:76 mod/follow.php:160 mod/fsuggest.php:80
+#: mod/group.php:20 mod/invite.php:17 mod/invite.php:105 mod/manage.php:103
+#: mod/message.php:48 mod/message.php:173 mod/mood.php:116 mod/network.php:7
+#: mod/nogroup.php:29 mod/notes.php:25 mod/notifications.php:73
+#: mod/ostatus_subscribe.php:11 mod/photos.php:168 mod/photos.php:1111
+#: mod/poke.php:155 mod/register.php:44 mod/repair_ostatus.php:11
+#: mod/suggest.php:60 mod/viewcontacts.php:49 mod/wall_attach.php:69
+#: mod/wall_attach.php:72 mod/wall_upload.php:101 mod/wall_upload.php:104
+#: mod/wallmessage.php:11 mod/wallmessage.php:35 mod/wallmessage.php:75
+#: mod/wallmessage.php:99 mod/item.php:197 mod/item.php:209 mod/regmod.php:106
+#: mod/uimport.php:26 mod/contacts.php:363 mod/profile_photo.php:19
+#: mod/profile_photo.php:179 mod/profile_photo.php:190
+#: mod/profile_photo.php:203 mod/profiles.php:172 mod/profiles.php:610
+#: mod/settings.php:24 mod/settings.php:132 mod/settings.php:669 index.php:410
+msgid "Permission denied."
+msgstr "Permiso denegado."
+
+#: include/items.php:2426
+msgid "Archives"
+msgstr "Archivos"
+
+#: include/ostatus.php:1962
+#, php-format
+msgid "%s is now following %s."
+msgstr "%s sigue ahora a %s."
+
+#: include/ostatus.php:1963
+msgid "following"
+msgstr "siguiendo"
+
+#: include/ostatus.php:1966
+#, php-format
+msgid "%s stopped following %s."
+msgstr "%s dejó de seguir a %s."
+
+#: include/ostatus.php:1967
+msgid "stopped following"
+msgstr "dejó de seguir"
+
+#: include/plugin.php:531 include/plugin.php:533
+msgid "Click here to upgrade."
+msgstr "Pulsa aquí para actualizar."
+
+#: include/plugin.php:539
+msgid "This action exceeds the limits set by your subscription plan."
+msgstr "Esta acción excede los límites permitidos por tu subscripción."
+
+#: include/plugin.php:544
+msgid "This action is not available under your subscription plan."
+msgstr "Esta acción no está permitida para tu subscripción."
+
+#: include/profile_selectors.php:6
+msgid "Male"
+msgstr "Hombre"
 
 #: include/profile_selectors.php:6
 msgid "Female"
@@ -2665,10 +3045,6 @@ msgstr "Infiel"
 msgid "Sex Addict"
 msgstr "Adicto al sexo"
 
-#: include/profile_selectors.php:42 include/user.php:280 include/user.php:284
-msgid "Friends"
-msgstr "Amigos"
-
 #: include/profile_selectors.php:42
 msgid "Friends/Benefits"
 msgstr "Amigos con beneficios"
@@ -2753,2826 +3129,2715 @@ msgstr "No te importa"
 msgid "Ask me"
 msgstr "Pregúntame"
 
-#: include/security.php:61
-msgid "Welcome "
-msgstr "Bienvenido "
-
-#: include/security.php:62
-msgid "Please upload a profile photo."
-msgstr "Por favor sube una foto para tu perfil."
-
-#: include/security.php:65
-msgid "Welcome back "
-msgstr "Bienvenido de nuevo "
-
-#: include/security.php:429
-msgid ""
-"The form security token was not correct. This probably happened because the "
-"form has been opened for too long (>3 hours) before submitting it."
-msgstr "La ficha de seguridad no es correcta. Seguramente haya ocurrido por haber dejado el formulario abierto demasiado tiempo (>3 horas) antes de enviarlo."
-
-#: include/text.php:307
-msgid "newer"
-msgstr "más nuevo"
-
-#: include/text.php:308
-msgid "older"
-msgstr "más antiguo"
-
-#: include/text.php:313
-msgid "first"
-msgstr "primera"
-
-#: include/text.php:314
-msgid "prev"
-msgstr "ant."
-
-#: include/text.php:348
-msgid "next"
-msgstr "sig."
-
-#: include/text.php:349
-msgid "last"
-msgstr "última"
-
-#: include/text.php:403
-msgid "Loading more entries..."
-msgstr "Cargar mas entradas .."
-
-#: include/text.php:404
-msgid "The end"
-msgstr "El fin"
-
-#: include/text.php:889
-msgid "No contacts"
-msgstr "Sin contactos"
+#: mod/allfriends.php:48
+msgid "No friends to display."
+msgstr "No hay amigos para mostrar."
 
-#: include/text.php:914
-#, php-format
-msgid "%d Contact"
-msgid_plural "%d Contacts"
-msgstr[0] "%d Contacto"
-msgstr[1] "%d Contactos"
+#: mod/api.php:78 mod/api.php:104
+msgid "Authorize application connection"
+msgstr "Autorizar la conexión de la aplicación"
 
-#: include/text.php:927
-msgid "View Contacts"
-msgstr "Ver contactos"
+#: mod/api.php:79
+msgid "Return to your app and insert this Securty Code:"
+msgstr "Regresa a tu aplicación e introduce este código de seguridad:"
 
-#: include/text.php:1015 mod/editpost.php:99 mod/filer.php:31 mod/notes.php:62
-msgid "Save"
-msgstr "Guardar"
+#: mod/api.php:91
+msgid "Please login to continue."
+msgstr "Inicia sesión para continuar."
 
-#: include/text.php:1078
-msgid "poke"
-msgstr "tocar"
+#: mod/api.php:106
+msgid ""
+"Do you want to authorize this application to access your posts and contacts,"
+" and/or create new posts for you?"
+msgstr "¿Quieres autorizar a esta aplicación el acceso a tus mensajes y contactos, y/o crear nuevas publicaciones para ti?"
 
-#: include/text.php:1078
-msgid "poked"
-msgstr "tocó a"
+#: mod/api.php:108 mod/follow.php:115 mod/register.php:248
+#: mod/dfrn_request.php:880 mod/profiles.php:643 mod/profiles.php:647
+#: mod/profiles.php:673 mod/settings.php:1172 mod/settings.php:1178
+#: mod/settings.php:1185 mod/settings.php:1189 mod/settings.php:1194
+#: mod/settings.php:1199 mod/settings.php:1204 mod/settings.php:1209
+#: mod/settings.php:1235 mod/settings.php:1236 mod/settings.php:1237
+#: mod/settings.php:1238 mod/settings.php:1239
+msgid "No"
+msgstr "No"
 
-#: include/text.php:1079
-msgid "ping"
-msgstr "hacer \"ping\""
+#: mod/apps.php:9 index.php:257
+msgid "You must be logged in to use addons. "
+msgstr "Tienes que estar registrado para tener acceso a los accesorios."
 
-#: include/text.php:1079
-msgid "pinged"
-msgstr "hizo \"ping\" a"
+#: mod/apps.php:14
+msgid "Applications"
+msgstr "Aplicaciones"
 
-#: include/text.php:1080
-msgid "prod"
-msgstr "empujar"
+#: mod/apps.php:17
+msgid "No installed applications."
+msgstr "Sin aplicaciones"
 
-#: include/text.php:1080
-msgid "prodded"
-msgstr "empujó a"
+#: mod/attach.php:10
+msgid "Item not available."
+msgstr "Elemento no disponible."
 
-#: include/text.php:1081
-msgid "slap"
-msgstr "abofetear"
+#: mod/attach.php:22
+msgid "Item was not found."
+msgstr "Elemento no encontrado."
 
-#: include/text.php:1081
-msgid "slapped"
-msgstr "abofeteó a"
+#: mod/babel.php:18
+msgid "Source (bbcode) text:"
+msgstr "Texto fuente (bbcode):"
 
-#: include/text.php:1082
-msgid "finger"
-msgstr "meter dedo"
+#: mod/babel.php:25
+msgid "Source (Diaspora) text to convert to BBcode:"
+msgstr "Fuente (Diaspora) para pasar a BBcode:"
 
-#: include/text.php:1082
-msgid "fingered"
-msgstr "le metió un dedo a"
+#: mod/babel.php:33
+msgid "Source input: "
+msgstr "Entrada: "
 
-#: include/text.php:1083
-msgid "rebuff"
-msgstr "desairar"
+#: mod/babel.php:37
+msgid "bb2html (raw HTML): "
+msgstr "bb2html (raw HTML): "
 
-#: include/text.php:1083
-msgid "rebuffed"
-msgstr "desairó a"
+#: mod/babel.php:41
+msgid "bb2html: "
+msgstr "bb2html: "
 
-#: include/text.php:1097
-msgid "happy"
-msgstr "feliz"
+#: mod/babel.php:45
+msgid "bb2html2bb: "
+msgstr "bb2html2bb: "
 
-#: include/text.php:1098
-msgid "sad"
-msgstr "triste"
+#: mod/babel.php:49
+msgid "bb2md: "
+msgstr "bb2md: "
 
-#: include/text.php:1099
-msgid "mellow"
-msgstr "sentimental"
+#: mod/babel.php:53
+msgid "bb2md2html: "
+msgstr "bb2md2html: "
 
-#: include/text.php:1100
-msgid "tired"
-msgstr "cansado"
+#: mod/babel.php:57
+msgid "bb2dia2bb: "
+msgstr "bb2dia2bb: "
 
-#: include/text.php:1101
-msgid "perky"
-msgstr "alegre"
+#: mod/babel.php:61
+msgid "bb2md2html2bb: "
+msgstr "bb2md2html2bb: "
 
-#: include/text.php:1102
-msgid "angry"
-msgstr "furioso"
+#: mod/babel.php:67
+msgid "Source input (Diaspora format): "
+msgstr "Fuente (formato Diaspora): "
 
-#: include/text.php:1103
-msgid "stupified"
-msgstr "estupefacto"
+#: mod/babel.php:71
+msgid "diaspora2bb: "
+msgstr "diaspora2bb: "
 
-#: include/text.php:1104
-msgid "puzzled"
-msgstr "extrañado"
+#: mod/bookmarklet.php:43
+msgid "The post was created"
+msgstr "La publicación fue creada"
 
-#: include/text.php:1105
-msgid "interested"
-msgstr "interesado"
+#: mod/cal.php:145 mod/display.php:329 mod/profile.php:156
+msgid "Access to this profile has been restricted."
+msgstr "El acceso a este perfil ha sido restringido."
 
-#: include/text.php:1106
-msgid "bitter"
-msgstr "rencoroso"
+#: mod/cal.php:273 mod/events.php:378
+msgid "View"
+msgstr "Vista"
 
-#: include/text.php:1107
-msgid "cheerful"
-msgstr "jovial"
+#: mod/cal.php:274 mod/events.php:380
+msgid "Previous"
+msgstr "Previo"
 
-#: include/text.php:1108
-msgid "alive"
-msgstr "vivo"
+#: mod/cal.php:275 mod/events.php:381 mod/install.php:203
+msgid "Next"
+msgstr "Siguiente"
 
-#: include/text.php:1109
-msgid "annoyed"
-msgstr "enojado"
+#: mod/cal.php:284 mod/events.php:390
+msgid "list"
+msgstr "lista"
 
-#: include/text.php:1110
-msgid "anxious"
-msgstr "ansioso"
+#: mod/cal.php:294
+msgid "User not found"
+msgstr "Usuario no encontrado"
 
-#: include/text.php:1111
-msgid "cranky"
-msgstr "irritable"
+#: mod/cal.php:310
+msgid "This calendar format is not supported"
+msgstr "Este formato de calendario no se soporta"
 
-#: include/text.php:1112
-msgid "disturbed"
-msgstr "perturbado"
+#: mod/cal.php:312
+msgid "No exportable data found"
+msgstr "No se ha encontrado información exportable"
 
-#: include/text.php:1113
-msgid "frustrated"
-msgstr "frustrado"
+#: mod/cal.php:327
+msgid "calendar"
+msgstr "calendario"
 
-#: include/text.php:1114
-msgid "motivated"
-msgstr "motivado"
+#: mod/common.php:93
+msgid "No contacts in common."
+msgstr "Sin contactos en común."
 
-#: include/text.php:1115
-msgid "relaxed"
-msgstr "relajado"
+#: mod/common.php:143 mod/contacts.php:874
+msgid "Common Friends"
+msgstr "Amigos comunes"
 
-#: include/text.php:1116
-msgid "surprised"
-msgstr "sorprendido"
+#: mod/community.php:18 mod/directory.php:33 mod/display.php:201
+#: mod/photos.php:981 mod/search.php:96 mod/search.php:102 mod/videos.php:200
+#: mod/viewcontacts.php:39 mod/webfinger.php:10 mod/dfrn_request.php:804
+#: mod/probe.php:9
+msgid "Public access denied."
+msgstr "Acceso público denegado."
 
-#: include/text.php:1326 mod/videos.php:384
-msgid "View Video"
-msgstr "Ver vídeo"
+#: mod/community.php:23
+msgid "Not available."
+msgstr "No disponible"
 
-#: include/text.php:1358
-msgid "bytes"
-msgstr "bytes"
+#: mod/community.php:50 mod/search.php:222
+msgid "No results."
+msgstr "Sin resultados."
 
-#: include/text.php:1390 include/text.php:1402
-msgid "Click to open/close"
-msgstr "Pulsa para abrir/cerrar"
+#: mod/content.php:120 mod/network.php:478
+msgid "No such group"
+msgstr "Ningún grupo"
 
-#: include/text.php:1528
-msgid "View on separate page"
-msgstr "Ver en pagina aparte"
+#: mod/content.php:131 mod/group.php:214 mod/network.php:505
+msgid "Group is empty"
+msgstr "El grupo está vacío"
 
-#: include/text.php:1529
-msgid "view on separate page"
-msgstr "ver en pagina aparte"
+#: mod/content.php:136 mod/network.php:509
+#, php-format
+msgid "Group: %s"
+msgstr "Grupo: %s"
 
-#: include/text.php:1808
-msgid "activity"
-msgstr "Actividad"
+#: mod/content.php:326 object/Item.php:96
+msgid "This entry was edited"
+msgstr "Esta entrada fue editada"
 
-#: include/text.php:1810 mod/content.php:623 object/Item.php:419
-#: object/Item.php:431
-msgid "comment"
-msgid_plural "comments"
-msgstr[0] ""
-msgstr[1] "Comentario"
+#: mod/content.php:622 object/Item.php:414
+#, php-format
+msgid "%d comment"
+msgid_plural "%d comments"
+msgstr[0] "%d comentario"
+msgstr[1] "%d comentarios"
 
-#: include/text.php:1811
-msgid "post"
-msgstr "Publicación"
+#: mod/content.php:639 mod/photos.php:1431 object/Item.php:117
+msgid "Private Message"
+msgstr "Mensaje privado"
 
-#: include/text.php:1979
-msgid "Item filed"
-msgstr "Elemento archivado"
+#: mod/content.php:703 mod/photos.php:1627 object/Item.php:271
+msgid "I like this (toggle)"
+msgstr "Me gusta esto (cambiar)"
 
-#: include/uimport.php:91
-msgid "Error decoding account file"
-msgstr "Error decodificando el archivo de cuenta"
+#: mod/content.php:703 object/Item.php:271
+msgid "like"
+msgstr "me gusta"
 
-#: include/uimport.php:97
-msgid "Error! No version data in file! This is not a Friendica account file?"
-msgstr "Error! No hay datos de versión en el archivo! ¿Es esto de una cuenta friendica? "
+#: mod/content.php:704 mod/photos.php:1628 object/Item.php:272
+msgid "I don't like this (toggle)"
+msgstr "No me gusta esto (cambiar)"
 
-#: include/uimport.php:113 include/uimport.php:124
-msgid "Error! Cannot check nickname"
-msgstr "Error! No puedo consultar el apodo"
+#: mod/content.php:704 object/Item.php:272
+msgid "dislike"
+msgstr "no me gusta"
 
-#: include/uimport.php:117 include/uimport.php:128
-#, php-format
-msgid "User '%s' already exists on this server!"
-msgstr "La cuenta '%s' ya existe en este servidor!"
+#: mod/content.php:706 object/Item.php:275
+msgid "Share this"
+msgstr "Compartir esto"
 
-#: include/uimport.php:150
-msgid "User creation error"
-msgstr "Error al crear la cuenta"
+#: mod/content.php:706 object/Item.php:275
+msgid "share"
+msgstr "compartir"
 
-#: include/uimport.php:170
-msgid "User profile creation error"
-msgstr "Error de creación del perfil de la cuenta"
+#: mod/content.php:726 mod/photos.php:1645 mod/photos.php:1687
+#: mod/photos.php:1767 object/Item.php:699
+msgid "This is you"
+msgstr "Este eres tú"
 
-#: include/uimport.php:219
-#, php-format
-msgid "%d contact not imported"
-msgid_plural "%d contacts not imported"
-msgstr[0] "%d contactos no encontrado"
-msgstr[1] "%d contactos no importado"
+#: mod/content.php:728 mod/content.php:951 mod/photos.php:1647
+#: mod/photos.php:1689 mod/photos.php:1769 object/Item.php:389
+#: object/Item.php:701
+msgid "Comment"
+msgstr "Comentar"
 
-#: include/uimport.php:289
-msgid "Done. You can now login with your username and password"
-msgstr "Hecho. Ahora podes ingresar con tu nombre de cuenta y la contraseña."
+#: mod/content.php:729 mod/crepair.php:159 mod/events.php:508
+#: mod/fsuggest.php:109 mod/install.php:244 mod/install.php:284
+#: mod/invite.php:144 mod/localtime.php:46 mod/manage.php:156
+#: mod/message.php:340 mod/message.php:523 mod/mood.php:139
+#: mod/photos.php:1143 mod/photos.php:1273 mod/photos.php:1599
+#: mod/photos.php:1648 mod/photos.php:1690 mod/photos.php:1770
+#: mod/poke.php:204 mod/contacts.php:588 mod/profiles.php:684
+#: object/Item.php:702 view/theme/duepuntozero/config.php:64
+#: view/theme/frio/config.php:67 view/theme/quattro/config.php:70
+#: view/theme/vier/config.php:113
+msgid "Submit"
+msgstr "Envíar"
 
-#: include/user.php:39 mod/settings.php:375
-msgid "Passwords do not match. Password unchanged."
-msgstr "Las contraseñas no coinciden. La contraseña no ha sido modificada."
+#: mod/content.php:730 object/Item.php:703
+msgid "Bold"
+msgstr "Negrita"
 
-#: include/user.php:48
-msgid "An invitation is required."
-msgstr "Se necesita invitación."
+#: mod/content.php:731 object/Item.php:704
+msgid "Italic"
+msgstr "Cursiva"
 
-#: include/user.php:53
-msgid "Invitation could not be verified."
-msgstr "No se puede verificar la invitación."
+#: mod/content.php:732 object/Item.php:705
+msgid "Underline"
+msgstr "Subrayado"
 
-#: include/user.php:61
-msgid "Invalid OpenID url"
-msgstr "Dirección OpenID no válida"
+#: mod/content.php:733 object/Item.php:706
+msgid "Quote"
+msgstr "Cita"
 
-#: include/user.php:82
-msgid "Please enter the required information."
-msgstr "Por favor, introduce la información necesaria."
+#: mod/content.php:734 object/Item.php:707
+msgid "Code"
+msgstr "Código"
 
-#: include/user.php:96
-msgid "Please use a shorter name."
-msgstr "Por favor, usa un nombre más corto."
+#: mod/content.php:735 object/Item.php:708
+msgid "Image"
+msgstr "Imagen"
 
-#: include/user.php:98
-msgid "Name too short."
-msgstr "El nombre es demasiado corto."
+#: mod/content.php:736 object/Item.php:709
+msgid "Link"
+msgstr "Enlace"
 
-#: include/user.php:113
-msgid "That doesn't appear to be your full (First Last) name."
-msgstr "No parece que ese sea tu nombre completo."
+#: mod/content.php:737 object/Item.php:710
+msgid "Video"
+msgstr "Vídeo"
 
-#: include/user.php:118
-msgid "Your email domain is not among those allowed on this site."
-msgstr "Tu dominio de correo no se encuentra entre los permitidos en este sitio."
+#: mod/content.php:747 mod/settings.php:744 object/Item.php:122
+#: object/Item.php:124
+msgid "Edit"
+msgstr "Editar"
 
-#: include/user.php:121
-msgid "Not a valid email address."
-msgstr "No es una dirección de correo electrónico válida."
+#: mod/content.php:773 object/Item.php:238
+msgid "add star"
+msgstr "Añadir estrella"
 
-#: include/user.php:134
-msgid "Cannot use that email."
-msgstr "No se puede utilizar este correo electrónico."
+#: mod/content.php:774 object/Item.php:239
+msgid "remove star"
+msgstr "Quitar estrella"
 
-#: include/user.php:140
-msgid "Your \"nickname\" can only contain \"a-z\", \"0-9\" and \"_\"."
-msgstr "El apodo solo puede contener  \"a-z\", \"0-9\" y \"_\"."
+#: mod/content.php:775 object/Item.php:240
+msgid "toggle star status"
+msgstr "Añadir a destacados"
 
-#: include/user.php:147 include/user.php:245
-msgid "Nickname is already registered. Please choose another."
-msgstr "Apodo ya registrado. Por favor, elije otro."
+#: mod/content.php:778 object/Item.php:243
+msgid "starred"
+msgstr "marcados con estrellas"
 
-#: include/user.php:157
-msgid ""
-"Nickname was once registered here and may not be re-used. Please choose "
-"another."
-msgstr "El apodo ya ha sido registrado alguna vez y no puede volver a usarse. Por favor, utiliza otro."
+#: mod/content.php:779 mod/content.php:801 object/Item.php:260
+msgid "add tag"
+msgstr "añadir etiqueta"
 
-#: include/user.php:173
-msgid "SERIOUS ERROR: Generation of security keys failed."
-msgstr "ERROR GRAVE: La generación de claves de seguridad ha fallado."
+#: mod/content.php:790 object/Item.php:248
+msgid "ignore thread"
+msgstr "ignorar publicación"
 
-#: include/user.php:231
-msgid "An error occurred during registration. Please try again."
-msgstr "Se produjo un error durante el registro. Por favor, inténtalo de nuevo."
+#: mod/content.php:791 object/Item.php:249
+msgid "unignore thread"
+msgstr "revertir ignorar publicacion"
 
-#: include/user.php:256 view/theme/duepuntozero/config.php:43
-msgid "default"
-msgstr "predeterminado"
+#: mod/content.php:792 object/Item.php:250
+msgid "toggle ignore status"
+msgstr "cambiar estatus de observación"
 
-#: include/user.php:266
-msgid "An error occurred creating your default profile. Please try again."
-msgstr "Error al crear tu perfil predeterminado. Por favor, inténtalo de nuevo."
+#: mod/content.php:795 mod/ostatus_subscribe.php:75 object/Item.php:253
+msgid "ignored"
+msgstr "ignorado"
 
-#: include/user.php:326 include/user.php:334 include/user.php:342
-#: mod/photos.php:68 mod/photos.php:182 mod/photos.php:768 mod/photos.php:1231
-#: mod/photos.php:1252 mod/photos.php:1839 mod/profile_photo.php:74
-#: mod/profile_photo.php:82 mod/profile_photo.php:90 mod/profile_photo.php:215
-#: mod/profile_photo.php:310 mod/profile_photo.php:320
-msgid "Profile Photos"
-msgstr "Foto del perfil"
+#: mod/content.php:806 object/Item.php:141
+msgid "save to folder"
+msgstr "grabado en directorio"
 
-#: include/user.php:417
-#, php-format
-msgid ""
-"\n"
-"\t\tDear %1$s,\n"
-"\t\t\tThank you for registering at %2$s. Your account is pending for approval by the administrator.\n"
-"\t"
-msgstr "\n\t\tEstimado %1$s,\n\t\t\tGracias por registrarse en %2$s. Su cuenta está pendiente de aprobación por el administrador.\n\t"
+#: mod/content.php:854 object/Item.php:212
+msgid "I will attend"
+msgstr "Voy a estar presente"
 
-#: include/user.php:427
-#, php-format
-msgid "Registration at %s"
-msgstr "Registro en %s"
+#: mod/content.php:854 object/Item.php:212
+msgid "I will not attend"
+msgstr "No voy a estar presente"
 
-#: include/user.php:437
-#, php-format
-msgid ""
-"\n"
-"\t\tDear %1$s,\n"
-"\t\t\tThank you for registering at %2$s. Your account has been created.\n"
-"\t"
-msgstr "\n\t\tEstimado %1$s,\n\t\t\tGracias por registrar en %2$s. Su cuenta ha sido creada.\n\t"
+#: mod/content.php:854 object/Item.php:212
+msgid "I might attend"
+msgstr "Puede que voy a estar presente"
 
-#: include/user.php:441
-#, php-format
-msgid ""
-"\n"
-"\t\tThe login details are as follows:\n"
-"\t\t\tSite Location:\t%3$s\n"
-"\t\t\tLogin Name:\t%1$s\n"
-"\t\t\tPassword:\t%5$s\n"
-"\n"
-"\t\tYou may change your password from your account \"Settings\" page after logging\n"
-"\t\tin.\n"
-"\n"
-"\t\tPlease take a few moments to review the other account settings on that page.\n"
-"\n"
-"\t\tYou may also wish to add some basic information to your default profile\n"
-"\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
-"\n"
-"\t\tWe recommend setting your full name, adding a profile photo,\n"
-"\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n"
-"\t\tperhaps what country you live in; if you do not wish to be more specific\n"
-"\t\tthan that.\n"
-"\n"
-"\t\tWe fully respect your right to privacy, and none of these items are necessary.\n"
-"\t\tIf you are new and do not know anybody here, they may help\n"
-"\t\tyou to make some new and interesting friends.\n"
-"\n"
-"\n"
-"\t\tThank you and welcome to %2$s."
-msgstr "\n\t\t\tLos detalles de acceso son las siguientes:\n\n\t\t\tDirección del sitio:\t%3$s\n\t\t\tNombre de la cuenta:\t\t%1$s\n\t\t\tContraseña:\t\t%5$s\n\n\t\t\tPodrá cambiar la contraseña desde la pagina de configuración de su cuenta después de acceder a la misma\n\t\t\ten.\n\n\t\t\tPor favor tome unos minutos para revisar las opciones demás de la cuenta en dicha pagina de configuración.\n\n\t\t\tTambién podrá agregar informaciones adicionales a su pagina de perfil predeterminado. \n\t\t\t(en la pagina \"Perfiles\") para que otras personas pueden encontrarlo fácilmente.\n\n\t\t\tRecomendamos que elija un nombre apropiado, agregando una imagen de perfil,\n\t\t\tagregando algunas palabras claves de la cuenta (muy útil para hacer nuevos amigos) - y \n\t\t\tquizás el país en donde vive; si no quiere ser mas especifico\n\t\t\tque eso.\n\n\t\t\tRespetamos absolutamente su derecho a la privacidad y ninguno de estos detalles es necesario.\n\t\t\tSi eres nuevo aquí y no conoces a nadie, estos detalles pueden ayudarte\n\t\t\tpara hacer nuevas e interesantes amistades.\n\n\t\t\tGracias y bienvenido a  %2$s."
+#: mod/content.php:918 object/Item.php:355
+msgid "to"
+msgstr "a"
 
-#: include/user.php:473 mod/admin.php:1223
-#, php-format
-msgid "Registration details for %s"
-msgstr "Detalles de registro para %s"
+#: mod/content.php:919 object/Item.php:357
+msgid "Wall-to-Wall"
+msgstr "Muro-A-Muro"
 
-#: index.php:248 mod/apps.php:7
-msgid "You must be logged in to use addons. "
-msgstr "Tienes que estar registrado para tener acceso a los accesorios."
+#: mod/content.php:920 object/Item.php:358
+msgid "via Wall-To-Wall:"
+msgstr "via Muro-A-Muro:"
 
-#: index.php:292 mod/fetch.php:12 mod/fetch.php:39 mod/fetch.php:48
-#: mod/help.php:53 mod/p.php:16 mod/p.php:43 mod/p.php:52
-msgid "Not Found"
-msgstr "No se ha encontrado"
+#: mod/credits.php:19
+msgid "Credits"
+msgstr "Creditos"
 
-#: index.php:295 mod/help.php:56
-msgid "Page not found."
-msgstr "Página no encontrada."
+#: mod/credits.php:20
+msgid ""
+"Friendica is a community project, that would not be possible without the "
+"help of many people. Here is a list of those who have contributed to the "
+"code or the translation of Friendica. Thank you all!"
+msgstr "Friendica es un proyecto comunitario, que no seria posible sin la ayuda de mucha gente. Aquí una lista de de aquellos que aportaron al código o la traducción de friendica.\nGracias a todos! "
 
-#: index.php:406 mod/group.php:76 mod/profperm.php:20
-msgid "Permission denied"
-msgstr "Permiso denegado"
+#: mod/crepair.php:92
+msgid "Contact settings applied."
+msgstr "Contacto configurado con éxito."
 
-#: index.php:457
-msgid "toggle mobile"
-msgstr "Cambiar a versión móvil"
+#: mod/crepair.php:94
+msgid "Contact update failed."
+msgstr "Error al actualizar el Contacto."
 
-#: mod/admin.php:96
-msgid "Theme settings updated."
-msgstr "Configuración de la apariencia actualizada."
+#: mod/crepair.php:119 mod/dfrn_confirm.php:128 mod/fsuggest.php:22
+#: mod/fsuggest.php:94
+msgid "Contact not found."
+msgstr "Contacto no encontrado."
 
-#: mod/admin.php:162 mod/admin.php:967
-msgid "Site"
-msgstr "Sitio"
+#: mod/crepair.php:125
+msgid ""
+"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
+" information your communications with this contact may stop working."
+msgstr "<strong>ADVERTENCIA: Esto es muy avanzado</strong> y si se introduce información incorrecta tu conexión con este contacto puede dejar de funcionar."
 
-#: mod/admin.php:163 mod/admin.php:901 mod/admin.php:1413 mod/admin.php:1429
-msgid "Users"
-msgstr "Usuarios"
+#: mod/crepair.php:126
+msgid ""
+"Please use your browser 'Back' button <strong>now</strong> if you are "
+"uncertain what to do on this page."
+msgstr "Por favor usa el botón 'Atás' de tu navegador <strong>ahora</strong> si no tienes claro qué hacer en esta página."
 
-#: mod/admin.php:164 mod/admin.php:1531 mod/admin.php:1594 mod/settings.php:74
-msgid "Plugins"
-msgstr "Módulos"
+#: mod/crepair.php:139 mod/crepair.php:141
+msgid "No mirroring"
+msgstr "No espejar"
 
-#: mod/admin.php:165 mod/admin.php:1807 mod/admin.php:1857
-msgid "Themes"
-msgstr "Temas"
+#: mod/crepair.php:139
+msgid "Mirror as forwarded posting"
+msgstr "Espejar como reenvio"
 
-#: mod/admin.php:166 mod/settings.php:52
-msgid "Additional features"
-msgstr "Características adicionales"
+#: mod/crepair.php:139 mod/crepair.php:141
+msgid "Mirror as my own posting"
+msgstr "Espejar como publicación propia"
 
-#: mod/admin.php:167
-msgid "DB updates"
-msgstr "Actualizaciones de la Base de Datos"
+#: mod/crepair.php:155
+msgid "Return to contact editor"
+msgstr "Volver al editor de contactos"
 
-#: mod/admin.php:168 mod/admin.php:416
-msgid "Inspect Queue"
-msgstr "Inspeccionar cola"
+#: mod/crepair.php:157
+msgid "Refetch contact data"
+msgstr "Volver a solicitar datos del contacto."
 
-#: mod/admin.php:169 mod/admin.php:382
-msgid "Federation Statistics"
-msgstr "Estadísticas de federación"
+#: mod/crepair.php:161
+msgid "Remote Self"
+msgstr "Perfil remoto"
 
-#: mod/admin.php:183 mod/admin.php:194 mod/admin.php:1931
-msgid "Logs"
-msgstr "Registros"
+#: mod/crepair.php:164
+msgid "Mirror postings from this contact"
+msgstr "Espejar publicaciones de este contacto"
 
-#: mod/admin.php:184 mod/admin.php:1999
-msgid "View Logs"
-msgstr "Ver registro de depuración"
+#: mod/crepair.php:166
+msgid ""
+"Mark this contact as remote_self, this will cause friendica to repost new "
+"entries from this contact."
+msgstr "Marcar este contacto como perfil_remoto, esto generara que friendica reenvía nuevas publicaciones desde esta cuenta."
+
+#: mod/crepair.php:170 mod/admin.php:1496 mod/admin.php:1509
+#: mod/admin.php:1522 mod/admin.php:1538 mod/settings.php:684
+#: mod/settings.php:710
+msgid "Name"
+msgstr "Nombre"
 
-#: mod/admin.php:185
-msgid "probe address"
-msgstr "probar direccion"
+#: mod/crepair.php:171
+msgid "Account Nickname"
+msgstr "Apodo de la cuenta"
 
-#: mod/admin.php:186
-msgid "check webfinger"
-msgstr "Verificar webfinger"
+#: mod/crepair.php:172
+msgid "@Tagname - overrides Name/Nickname"
+msgstr "@Etiqueta - Sobrescribe el Nombre/Apodo"
 
-#: mod/admin.php:193
-msgid "Plugin Features"
-msgstr "Características del módulo"
+#: mod/crepair.php:173
+msgid "Account URL"
+msgstr "Dirección de la cuenta"
 
-#: mod/admin.php:195
-msgid "diagnostics"
-msgstr "diagnosticos"
+#: mod/crepair.php:174
+msgid "Friend Request URL"
+msgstr "Dirección de la solicitud de amistad"
 
-#: mod/admin.php:196
-msgid "User registrations waiting for confirmation"
-msgstr "Registro de usuarios esperando la confirmación"
+#: mod/crepair.php:175
+msgid "Friend Confirm URL"
+msgstr "Dirección de confirmación de tu amigo "
 
-#: mod/admin.php:312
-msgid "unknown"
-msgstr "desconocido"
+#: mod/crepair.php:176
+msgid "Notification Endpoint URL"
+msgstr "Dirección URL de la notificación"
 
-#: mod/admin.php:375
-msgid ""
-"This page offers you some numbers to the known part of the federated social "
-"network your Friendica node is part of. These numbers are not complete but "
-"only reflect the part of the network your node is aware of."
-msgstr "Esta pagina ofrece algunos datos sobre la red conocida a la que tu nodo friendica esta conectado. Estos nummeros no son completos respecto a las redes federadas, si no refleja los nodos esta instancia conoce. "
+#: mod/crepair.php:177
+msgid "Poll/Feed URL"
+msgstr "Dirección del Sondeo/Fuentes"
 
-#: mod/admin.php:376
-msgid ""
-"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
-"will improve the data displayed here."
-msgstr "El modulo <em>directorio de contactos encontrados</em> no esta habilitado, habilitado aumentara la cantidad de datos detallados aquí."
+#: mod/crepair.php:178
+msgid "New photo from this URL"
+msgstr "Nueva foto de esta dirección"
 
-#: mod/admin.php:381 mod/admin.php:415 mod/admin.php:493 mod/admin.php:966
-#: mod/admin.php:1412 mod/admin.php:1530 mod/admin.php:1593 mod/admin.php:1806
-#: mod/admin.php:1856 mod/admin.php:1930 mod/admin.php:1998
-msgid "Administration"
-msgstr "Administración"
+#: mod/delegate.php:103
+msgid "No potential page delegates located."
+msgstr "No se han localizado delegados potenciales de la página."
 
-#: mod/admin.php:388
-#, php-format
-msgid "Currently this node is aware of %d nodes from the following platforms:"
-msgstr "Actualmente este nodo reconoce %d nodos de las siguientes plataformas:"
+#: mod/delegate.php:134
+msgid ""
+"Delegates are able to manage all aspects of this account/page except for "
+"basic account settings. Please do not delegate your personal account to "
+"anybody that you do not trust completely."
+msgstr "Los delegados tienen la capacidad de gestionar todos los aspectos de esta cuenta/página, excepto los ajustes básicos de la cuenta. Por favor, no delegues tu cuenta personal a nadie en quien no confíes completamente."
 
-#: mod/admin.php:418
-msgid "ID"
-msgstr "ID"
+#: mod/delegate.php:135
+msgid "Existing Page Managers"
+msgstr "Administradores actuales de la página"
 
-#: mod/admin.php:419
-msgid "Recipient Name"
-msgstr "Nombre del recipiente"
+#: mod/delegate.php:137
+msgid "Existing Page Delegates"
+msgstr "Delegados actuales de la página"
 
-#: mod/admin.php:420
-msgid "Recipient Profile"
-msgstr "Perfil del recipiente"
+#: mod/delegate.php:139
+msgid "Potential Delegates"
+msgstr "Delegados potenciales"
 
-#: mod/admin.php:422
-msgid "Created"
-msgstr "Creado"
+#: mod/delegate.php:141 mod/tagrm.php:97
+msgid "Remove"
+msgstr "Eliminar"
 
-#: mod/admin.php:423
-msgid "Last Tried"
-msgstr "Ultimo intento"
+#: mod/delegate.php:142
+msgid "Add"
+msgstr "Añadir"
 
-#: mod/admin.php:424
-msgid ""
-"This page lists the content of the queue for outgoing postings. These are "
-"postings the initial delivery failed for. They will be resend later and "
-"eventually deleted if the delivery fails permanently."
-msgstr "Esta pagina muestra la cola de mensajes salientes. Estos son publicaciones cuyo envío inicial fallo. Serán reenviados mas tarde y eventualmente eliminados si la entrega falla permanentemente. "
+#: mod/delegate.php:143
+msgid "No entries."
+msgstr "Sin entradas."
 
-#: mod/admin.php:449
-#, php-format
-msgid ""
-"Your DB still runs with MyISAM tables. You should change the engine type to "
-"InnoDB. As Friendica will use InnoDB only features in the future, you should"
-" change this! See <a href=\"%s\">here</a> for a guide that may be helpful "
-"converting the table engines. You may also use the "
-"<tt>convert_innodb.sql</tt> in the <tt>/util</tt> directory of your "
-"Friendica installation.<br />"
-msgstr "Su DB aún funciona con las tablas MyISAM. Debería cambiar el tipo de motror a InnoDB. ¡Como Friendica sólo usará las características de InnoDB en el futuro, debería cambiar esto! Vea <a href=\"%s\">aquí</a> para una guía que puede ayudar a convertir las tablas de motor. También puede usar <tt>convert_innodb.sql</tt> en el directorio <tt>/util</tt> de su instalación de Friendica.<br />"
+#: mod/dfrn_confirm.php:72 mod/profiles.php:23 mod/profiles.php:139
+#: mod/profiles.php:186 mod/profiles.php:622
+msgid "Profile not found."
+msgstr "Perfil no encontrado."
 
-#: mod/admin.php:454
+#: mod/dfrn_confirm.php:129
 msgid ""
-"You are using a MySQL version which does not support all features that "
-"Friendica uses. You should consider switching to MariaDB."
-msgstr "Está usando una versión de MySQL que no soporta todas las características de Friendica. Debería considerar cambiar a MariaDB."
-
-#: mod/admin.php:458 mod/admin.php:1362
-msgid "Normal Account"
-msgstr "Cuenta normal"
+"This may occasionally happen if contact was requested by both persons and it"
+" has already been approved."
+msgstr "Esto puede ocurrir a veces si la conexión fue solicitada por ambas personas y ya hubiera sido aprobada."
 
-#: mod/admin.php:459 mod/admin.php:1363
-msgid "Soapbox Account"
-msgstr "Cuenta tribuna"
+#: mod/dfrn_confirm.php:246
+msgid "Response from remote site was not understood."
+msgstr "La respuesta desde el sitio remoto no ha sido entendida."
 
-#: mod/admin.php:460 mod/admin.php:1364
-msgid "Community/Celebrity Account"
-msgstr "Cuenta de Comunidad/Celebridad"
+#: mod/dfrn_confirm.php:255 mod/dfrn_confirm.php:260
+msgid "Unexpected response from remote site: "
+msgstr "Respuesta inesperada desde el sitio remoto: "
 
-#: mod/admin.php:461 mod/admin.php:1365
-msgid "Automatic Friend Account"
-msgstr "Cuenta de amistad automática"
+#: mod/dfrn_confirm.php:269
+msgid "Confirmation completed successfully."
+msgstr "Confirmación completada con éxito."
 
-#: mod/admin.php:462
-msgid "Blog Account"
-msgstr "Cuenta de blog"
+#: mod/dfrn_confirm.php:271 mod/dfrn_confirm.php:285 mod/dfrn_confirm.php:292
+msgid "Remote site reported: "
+msgstr "El sito remoto informó: "
 
-#: mod/admin.php:463
-msgid "Private Forum"
-msgstr "Foro privado"
+#: mod/dfrn_confirm.php:283
+msgid "Temporary failure. Please wait and try again."
+msgstr "Error temporal. Por favor, espere y vuelva a intentarlo."
 
-#: mod/admin.php:488
-msgid "Message queues"
-msgstr "Cola de mensajes"
+#: mod/dfrn_confirm.php:290
+msgid "Introduction failed or was revoked."
+msgstr "La presentación ha fallado o ha sido anulada."
 
-#: mod/admin.php:494
-msgid "Summary"
-msgstr "Resumen"
+#: mod/dfrn_confirm.php:420
+msgid "Unable to set contact photo."
+msgstr "Imposible establecer la foto del contacto."
 
-#: mod/admin.php:496
-msgid "Registered users"
-msgstr "Usuarios registrados"
+#: mod/dfrn_confirm.php:561
+#, php-format
+msgid "No user record found for '%s' "
+msgstr "No se ha encontrado a ningún '%s' "
 
-#: mod/admin.php:498
-msgid "Pending registrations"
-msgstr "Pendientes de registro"
+#: mod/dfrn_confirm.php:571
+msgid "Our site encryption key is apparently messed up."
+msgstr "Nuestra clave de cifrado del sitio es aparentemente un lío."
 
-#: mod/admin.php:499
-msgid "Version"
-msgstr "Versión"
+#: mod/dfrn_confirm.php:582
+msgid "Empty site URL was provided or URL could not be decrypted by us."
+msgstr "Se ha proporcionado una dirección vacía o no hemos podido descifrarla."
 
-#: mod/admin.php:504
-msgid "Active plugins"
-msgstr "Módulos activos"
+#: mod/dfrn_confirm.php:604
+msgid "Contact record was not found for you on our site."
+msgstr "El contacto no se ha encontrado en nuestra base de datos."
 
-#: mod/admin.php:529
-msgid "Can not parse base url. Must have at least <scheme>://<domain>"
-msgstr "No se puede resolver la direccion URL base.\nDeberá tener al menos <scheme>://<domain>"
+#: mod/dfrn_confirm.php:618
+#, php-format
+msgid "Site public key not available in contact record for URL %s."
+msgstr "La clave pública del sitio no está disponible en los datos del contacto para %s."
 
-#: mod/admin.php:819
-msgid "RINO2 needs mcrypt php extension to work."
-msgstr "RINO2 precisa la extensión mcrypt para funcionar.  "
+#: mod/dfrn_confirm.php:638
+msgid ""
+"The ID provided by your system is a duplicate on our system. It should work "
+"if you try again."
+msgstr "La identificación proporcionada por el sistema es un duplicado de nuestro sistema. Debería funcionar si lo intentas de nuevo."
 
-#: mod/admin.php:827
-msgid "Site settings updated."
-msgstr "Configuración de actualización."
+#: mod/dfrn_confirm.php:649
+msgid "Unable to set your contact credentials on our system."
+msgstr "No se puede establecer las credenciales de tu contacto en nuestro sistema."
 
-#: mod/admin.php:855 mod/settings.php:943
-msgid "No special theme for mobile devices"
-msgstr "No hay tema especial para dispositivos móviles"
+#: mod/dfrn_confirm.php:711
+msgid "Unable to update your contact profile details on our system"
+msgstr "No se puede actualizar los datos de tu perfil de contacto en nuestro sistema"
 
-#: mod/admin.php:884
-msgid "No community page"
-msgstr "No hay pagina de comunidad"
+#: mod/dfrn_confirm.php:783
+#, php-format
+msgid "%1$s has joined %2$s"
+msgstr "%1$s se ha unido a %2$s"
 
-#: mod/admin.php:885
-msgid "Public postings from users of this site"
-msgstr "Temas públicos de perfiles de este sitio."
+#: mod/dfrn_poll.php:104 mod/dfrn_poll.php:539
+#, php-format
+msgid "%1$s welcomes %2$s"
+msgstr "%1$s te da la bienvenida a %2$s"
 
-#: mod/admin.php:886
-msgid "Global community page"
-msgstr "Pagina global de comunidad"
+#: mod/directory.php:195 view/theme/vier/theme.php:201
+msgid "Global Directory"
+msgstr "Directorio global"
 
-#: mod/admin.php:891 mod/contacts.php:538
-msgid "Never"
-msgstr "Nunca"
+#: mod/directory.php:197
+msgid "Find on this site"
+msgstr "Buscar en este sitio"
 
-#: mod/admin.php:892
-msgid "At post arrival"
-msgstr "A la llegada de una publicación"
+#: mod/directory.php:199
+msgid "Results for:"
+msgstr "Resultados para:"
 
-#: mod/admin.php:900 mod/contacts.php:565
-msgid "Disabled"
-msgstr "Deshabilitado"
+#: mod/directory.php:201
+msgid "Site Directory"
+msgstr "Directorio del sitio"
 
-#: mod/admin.php:902
-msgid "Users, Global Contacts"
-msgstr "Perfiles, contactos globales"
+#: mod/directory.php:208
+msgid "No entries (some entries may be hidden)."
+msgstr "Sin entradas (algunas pueden que estén ocultas)."
 
-#: mod/admin.php:903
-msgid "Users, Global Contacts/fallback"
-msgstr "Perfiles, contactos globales/fallback"
+#: mod/dirfind.php:39
+#, php-format
+msgid "People Search - %s"
+msgstr "Buscar perfiles - %s"
 
-#: mod/admin.php:907
-msgid "One month"
-msgstr "Un mes"
+#: mod/dirfind.php:50
+#, php-format
+msgid "Forum Search - %s"
+msgstr "Búsqueda de foro - %s"
 
-#: mod/admin.php:908
-msgid "Three months"
-msgstr "Tres meses"
+#: mod/dirfind.php:247 mod/match.php:112
+msgid "No matches"
+msgstr "Sin conincidencias"
 
-#: mod/admin.php:909
-msgid "Half a year"
-msgstr "Medio año"
+#: mod/display.php:480
+msgid "Item has been removed."
+msgstr "El elemento ha sido eliminado."
 
-#: mod/admin.php:910
-msgid "One year"
-msgstr "Un año"
+#: mod/editpost.php:19 mod/editpost.php:29
+msgid "Item not found"
+msgstr "Elemento no encontrado"
 
-#: mod/admin.php:915
-msgid "Multi user instance"
-msgstr "Sesión multi usuario"
+#: mod/editpost.php:34
+msgid "Edit post"
+msgstr "Editar publicación"
 
-#: mod/admin.php:938
-msgid "Closed"
-msgstr "Cerrado"
+#: mod/events.php:96 mod/events.php:98
+msgid "Event can not end before it has started."
+msgstr "Un evento no puede terminar antes de su comienzo."
 
-#: mod/admin.php:939
-msgid "Requires approval"
-msgstr "Requiere aprobación"
+#: mod/events.php:105 mod/events.php:107
+msgid "Event title and start time are required."
+msgstr "Título del evento y hora de inicio requeridas."
 
-#: mod/admin.php:940
-msgid "Open"
-msgstr "Abierto"
+#: mod/events.php:379
+msgid "Create New Event"
+msgstr "Crea un evento nuevo"
 
-#: mod/admin.php:944
-msgid "No SSL policy, links will track page SSL state"
-msgstr "No existe una política de SSL, los vínculos harán un seguimiento del estado de SSL en la página"
+#: mod/events.php:484
+msgid "Event details"
+msgstr "Detalles del evento"
 
-#: mod/admin.php:945
-msgid "Force all links to use SSL"
-msgstr "Forzar todos los enlaces a utilizar SSL"
+#: mod/events.php:485
+msgid "Starting date and Title are required."
+msgstr "Se requiere fecha de comienzo y titulo"
 
-#: mod/admin.php:946
-msgid "Self-signed certificate, use SSL for local links only (discouraged)"
-msgstr "Certificación personal, usa SSL solo para enlaces locales (no recomendado)"
+#: mod/events.php:486 mod/events.php:487
+msgid "Event Starts:"
+msgstr "Inicio del evento:"
 
-#: mod/admin.php:968 mod/admin.php:1595 mod/admin.php:1858 mod/admin.php:1932
-#: mod/admin.php:2085 mod/settings.php:681 mod/settings.php:792
-#: mod/settings.php:841 mod/settings.php:908 mod/settings.php:1005
-#: mod/settings.php:1271
-msgid "Save Settings"
-msgstr "Guardar configuración"
+#: mod/events.php:486 mod/events.php:498 mod/profiles.php:712
+msgid "Required"
+msgstr "Obligatorio"
 
-#: mod/admin.php:969 mod/register.php:272
-msgid "Registration"
-msgstr "Registro"
+#: mod/events.php:488 mod/events.php:504
+msgid "Finish date/time is not known or not relevant"
+msgstr "La fecha/hora de finalización no es conocida o es irrelevante."
 
-#: mod/admin.php:970
-msgid "File upload"
-msgstr "Subida de archivo"
+#: mod/events.php:490 mod/events.php:491
+msgid "Event Finishes:"
+msgstr "Finalización del evento:"
 
-#: mod/admin.php:971
-msgid "Policies"
-msgstr "Políticas"
+#: mod/events.php:492 mod/events.php:505
+msgid "Adjust for viewer timezone"
+msgstr "Ajuste de zona horaria"
 
-#: mod/admin.php:973
-msgid "Auto Discovered Contact Directory"
-msgstr "Directorio de contactos descubierto automáticamente"
+#: mod/events.php:494
+msgid "Description:"
+msgstr "Descripción:"
 
-#: mod/admin.php:974
-msgid "Performance"
-msgstr "Rendimiento"
+#: mod/events.php:498 mod/events.php:500
+msgid "Title:"
+msgstr "Título:"
 
-#: mod/admin.php:975
-msgid "Worker"
-msgstr "Trabajador (??)"
+#: mod/events.php:501 mod/events.php:502
+msgid "Share this event"
+msgstr "Comparte este evento"
 
-#: mod/admin.php:976
-msgid ""
-"Relocate - WARNING: advanced function. Could make this server unreachable."
-msgstr "Reubicación - ADVERTENCIA: función avanzada. Puede hacer a este servidor inaccesible. "
+#: mod/events.php:531
+msgid "Failed to remove event"
+msgstr ""
 
-#: mod/admin.php:979
-msgid "Site name"
-msgstr "Nombre del sitio"
+#: mod/events.php:533
+msgid "Event removed"
+msgstr ""
 
-#: mod/admin.php:980
-msgid "Host name"
-msgstr "Nombre de dominio"
+#: mod/fbrowser.php:134
+msgid "Files"
+msgstr "Archivos"
 
-#: mod/admin.php:981
-msgid "Sender Email"
-msgstr "Dirección de origen de correo electrónico"
+#: mod/fetch.php:15 mod/fetch.php:42 mod/fetch.php:51 mod/help.php:56
+#: mod/p.php:19 mod/p.php:46 mod/p.php:55 index.php:301
+msgid "Not Found"
+msgstr "No se ha encontrado"
 
-#: mod/admin.php:981
-msgid ""
-"The email address your server shall use to send notification emails from."
-msgstr "La dirección de correo electrónico que el servidor debería usar como dirección de envío."
+#: mod/filer.php:31
+msgid "- select -"
+msgstr "- seleccionar -"
 
-#: mod/admin.php:982
-msgid "Banner/Logo"
-msgstr "Imagen/Logotipo"
+#: mod/follow.php:21 mod/dfrn_request.php:893
+msgid "Submit Request"
+msgstr "Enviar solicitud"
 
-#: mod/admin.php:983
-msgid "Shortcut icon"
-msgstr "Icono de atajo"
+#: mod/follow.php:32
+msgid "You already added this contact."
+msgstr "Ya has añadido este contacto."
 
-#: mod/admin.php:983
-msgid "Link to an icon that will be used for browsers."
-msgstr "Enlace hacia un icono que sera usado para el navegador."
+#: mod/follow.php:41
+msgid "Diaspora support isn't enabled. Contact can't be added."
+msgstr "El soporte de Diaspora* no esta habilitado, el contacto no puede ser agregado."
 
-#: mod/admin.php:984
-msgid "Touch icon"
-msgstr "Icono touch"
+#: mod/follow.php:48
+msgid "OStatus support is disabled. Contact can't be added."
+msgstr "El soporte de OStatus no esta habilitado, el contacto no puede ser agregado."
 
-#: mod/admin.php:984
-msgid "Link to an icon that will be used for tablets and mobiles."
-msgstr "Enlace para un icono que sera usado para tablets y moviles."
+#: mod/follow.php:55
+msgid "The network type couldn't be detected. Contact can't be added."
+msgstr "No se pudo detectar el tipo de red. Contacto no puede ser agregado."
 
-#: mod/admin.php:985
-msgid "Additional Info"
-msgstr "Información adicional"
+#: mod/follow.php:114 mod/dfrn_request.php:879
+msgid "Please answer the following:"
+msgstr "Por favor responde lo siguiente:"
 
-#: mod/admin.php:985
+#: mod/follow.php:115 mod/dfrn_request.php:880
 #, php-format
-msgid ""
-"For public servers: you can add additional information here that will be "
-"listed at %s/siteinfo."
-msgstr "Para servidores públicos: información adicional  que sera publicado en %s/siteinfo."
+msgid "Does %s know you?"
+msgstr "¿%s te conoce?"
 
-#: mod/admin.php:986
-msgid "System language"
-msgstr "Idioma"
+#: mod/follow.php:116 mod/dfrn_request.php:884
+msgid "Add a personal note:"
+msgstr "Añade una nota personal:"
 
-#: mod/admin.php:987
-msgid "System theme"
-msgstr "Tema"
+#: mod/follow.php:122 mod/dfrn_request.php:890
+msgid "Your Identity Address:"
+msgstr "Dirección de tu perfil:"
 
-#: mod/admin.php:987
-msgid ""
-"Default system theme - may be over-ridden by user profiles - <a href='#' "
-"id='cnftheme'>change theme settings</a>"
-msgstr "Tema por defecto del sistema, los usuarios podrán elegir el suyo propio en su configuración <a href='#' id='cnftheme'>cambiar configuración del tema</a>"
+#: mod/follow.php:131 mod/notifications.php:257 mod/contacts.php:635
+msgid "Profile URL"
+msgstr "URL Perfil"
 
-#: mod/admin.php:988
-msgid "Mobile system theme"
-msgstr "Tema de sistema móvil"
+#: mod/follow.php:188
+msgid "Contact added"
+msgstr "Contacto añadido"
 
-#: mod/admin.php:988
-msgid "Theme for mobile devices"
-msgstr "Tema para dispositivos móviles"
+#: mod/friendica.php:69
+msgid "This is Friendica, version"
+msgstr "Esto es Friendica, versión"
 
-#: mod/admin.php:989
-msgid "SSL link policy"
-msgstr "Política de enlaces SSL"
+#: mod/friendica.php:70
+msgid "running at web location"
+msgstr "ejecutándose en la dirección web"
 
-#: mod/admin.php:989
-msgid "Determines whether generated links should be forced to use SSL"
-msgstr "Determina si los enlaces generados deben ser forzados a utilizar SSL"
+#: mod/friendica.php:74
+msgid ""
+"Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn "
+"more about the Friendica project."
+msgstr "Por favor, visita <a href=\"http://friendica.com\">Friendica.com</a> para saber más sobre el proyecto Friendica."
 
-#: mod/admin.php:990
-msgid "Force SSL"
-msgstr "Forzar SSL"
+#: mod/friendica.php:78
+msgid "Bug reports and issues: please visit"
+msgstr "Reporte de fallos y problemas: por favor visita"
 
-#: mod/admin.php:990
+#: mod/friendica.php:78
+msgid "the bugtracker at github"
+msgstr "aviso de fallas (bugs) en github"
+
+#: mod/friendica.php:81
 msgid ""
-"Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
-" to endless loops."
-msgstr "Forzar todos las consultas No-SSL a SSL. - ATENCIÓN: en algunos sistemas esto puede generar comportamiento recursivo interminable."
+"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
+"dot com"
+msgstr "Sugerencias, elogios, donaciones, etc. por favor manda un correo a Info arroba Friendica punto com"
 
-#: mod/admin.php:991
-msgid "Hide help entry from navigation menu"
-msgstr "Ocultar la ayuda en el menú de navegación"
+#: mod/friendica.php:95
+msgid "Installed plugins/addons/apps:"
+msgstr "Módulos/extensiones/aplicaciones instalados:"
 
-#: mod/admin.php:991
-msgid ""
-"Hides the menu entry for the Help pages from the navigation menu. You can "
-"still access it calling /help directly."
-msgstr "Oculta la entrada de las páginas de Ayuda en el menú de navegación. Todavía se puede acceder escribiendo /ayuda directamente."
+#: mod/friendica.php:109
+msgid "No installed plugins/addons/apps"
+msgstr "Módulos/extensiones/aplicaciones no instalados"
 
-#: mod/admin.php:992
-msgid "Single user instance"
-msgstr "Sesión de usuario único"
+#: mod/friendica.php:114
+msgid "On this server the following remote servers are blocked."
+msgstr ""
 
-#: mod/admin.php:992
-msgid "Make this instance multi-user or single-user for the named user"
-msgstr "Haz esta sesión multi-usuario o usuario único para el usuario"
+#: mod/friendica.php:115 mod/admin.php:281 mod/admin.php:299
+msgid "Reason for the block"
+msgstr ""
 
-#: mod/admin.php:993
-msgid "Maximum image size"
-msgstr "Tamaño máximo de la imagen"
+#: mod/fsuggest.php:65
+msgid "Friend suggestion sent."
+msgstr "Solicitud de amistad enviada."
 
-#: mod/admin.php:993
-msgid ""
-"Maximum size in bytes of uploaded images. Default is 0, which means no "
-"limits."
-msgstr "Tamaño máximo en bytes de las imágenes a subir. Por defecto es 0, que quiere decir que no hay límite."
+#: mod/fsuggest.php:99
+msgid "Suggest Friends"
+msgstr "Sugerencias de amistad"
 
-#: mod/admin.php:994
-msgid "Maximum image length"
-msgstr "Largo máximo de imagen"
+#: mod/fsuggest.php:101
+#, php-format
+msgid "Suggest a friend for %s"
+msgstr "Recomienda un amigo a %s"
 
-#: mod/admin.php:994
-msgid ""
-"Maximum length in pixels of the longest side of uploaded images. Default is "
-"-1, which means no limits."
-msgstr "Longitud máxima en píxeles del lado más largo de las imágenes subidas. Por defecto es -1, que significa que no hay límites."
+#: mod/group.php:30
+msgid "Group created."
+msgstr "Grupo creado."
 
-#: mod/admin.php:995
-msgid "JPEG image quality"
-msgstr "Calidad de imagen JPEG"
+#: mod/group.php:36
+msgid "Could not create group."
+msgstr "Imposible crear el grupo."
 
-#: mod/admin.php:995
-msgid ""
-"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
-"100, which is full quality."
-msgstr "Los archivos JPEG subidos se guardarán con este ajuste de calidad [0-100]. Por defecto es 100, que es calidad máxima."
+#: mod/group.php:50 mod/group.php:155
+msgid "Group not found."
+msgstr "Grupo no encontrado."
 
-#: mod/admin.php:997
-msgid "Register policy"
-msgstr "Política de registros"
+#: mod/group.php:64
+msgid "Group name changed."
+msgstr "El nombre del grupo ha cambiado."
 
-#: mod/admin.php:998
-msgid "Maximum Daily Registrations"
-msgstr "Registros Máximos Diarios"
+#: mod/group.php:77 mod/profperm.php:22 index.php:409
+msgid "Permission denied"
+msgstr "Permiso denegado"
 
-#: mod/admin.php:998
-msgid ""
-"If registration is permitted above, this sets the maximum number of new user"
-" registrations to accept per day.  If register is set to closed, this "
-"setting has no effect."
-msgstr "Si anteriormente se ha permitido el registro, esto establece el número máximo de registro de nuevos usuarios aceptados por día. Si el registro se establece como cerrado, esta opción no tiene efecto."
+#: mod/group.php:94
+msgid "Save Group"
+msgstr "Guardar grupo"
 
-#: mod/admin.php:999
-msgid "Register text"
-msgstr "Términos"
+#: mod/group.php:99
+msgid "Create a group of contacts/friends."
+msgstr "Crea un grupo de contactos/amigos."
 
-#: mod/admin.php:999
-msgid "Will be displayed prominently on the registration page."
-msgstr "Se mostrará en un lugar destacado en la página de registro."
+#: mod/group.php:124
+msgid "Group removed."
+msgstr "Grupo eliminado."
 
-#: mod/admin.php:1000
-msgid "Accounts abandoned after x days"
-msgstr "Cuentas abandonadas después de x días"
+#: mod/group.php:126
+msgid "Unable to remove group."
+msgstr "No se puede eliminar el grupo."
 
-#: mod/admin.php:1000
-msgid ""
-"Will not waste system resources polling external sites for abandonded "
-"accounts. Enter 0 for no time limit."
-msgstr "No gastará recursos del sistema creando sondeos a sitios externos para cuentas abandonadas. Introduce 0 para ningún límite temporal."
+#: mod/group.php:190
+msgid "Delete Group"
+msgstr ""
 
-#: mod/admin.php:1001
-msgid "Allowed friend domains"
-msgstr "Dominios amigos permitidos"
+#: mod/group.php:196
+msgid "Group Editor"
+msgstr "Editor de grupos"
 
-#: mod/admin.php:1001
-msgid ""
-"Comma separated list of domains which are allowed to establish friendships "
-"with this site. Wildcards are accepted. Empty to allow any domains"
-msgstr "Lista separada por comas de los dominios que están autorizados para establecer conexiones con este sitio. Se aceptan comodines. Dejar en blanco para permitir cualquier dominio"
+#: mod/group.php:201
+msgid "Edit Group Name"
+msgstr ""
 
-#: mod/admin.php:1002
-msgid "Allowed email domains"
-msgstr "Dominios de correo permitidos"
+#: mod/group.php:211
+msgid "Members"
+msgstr "Miembros"
 
-#: mod/admin.php:1002
-msgid ""
-"Comma separated list of domains which are allowed in email addresses for "
-"registrations to this site. Wildcards are accepted. Empty to allow any "
-"domains"
-msgstr "Lista separada por comas de los dominios que están autorizados en las direcciones de correo para registrarse en este sitio. Se aceptan comodines. Dejar en blanco para permitir cualquier dominio"
+#: mod/group.php:213 mod/contacts.php:703
+msgid "All Contacts"
+msgstr "Todos los contactos"
 
-#: mod/admin.php:1003
-msgid "Block public"
-msgstr "Bloqueo público"
+#: mod/group.php:227
+msgid "Remove Contact"
+msgstr ""
 
-#: mod/admin.php:1003
-msgid ""
-"Check to block public access to all otherwise public personal pages on this "
-"site unless you are currently logged in."
-msgstr "Marca para bloquear el acceso público a todas las páginas personales, aún siendo públicas, hasta que no hayas iniciado tu sesión."
+#: mod/group.php:251
+msgid "Add Contact"
+msgstr ""
 
-#: mod/admin.php:1004
-msgid "Force publish"
-msgstr "Forzar publicación"
+#: mod/group.php:263 mod/profperm.php:109
+msgid "Click on a contact to add or remove."
+msgstr "Pulsa en un contacto para añadirlo o eliminarlo."
 
-#: mod/admin.php:1004
-msgid ""
-"Check to force all profiles on this site to be listed in the site directory."
-msgstr "Marca para forzar que todos los perfiles de este sitio sean listados en el directorio del sitio."
+#: mod/hcard.php:13
+msgid "No profile"
+msgstr "Nigún perfil"
 
-#: mod/admin.php:1005
-msgid "Global directory URL"
-msgstr "URL del directorio global."
+#: mod/help.php:44
+msgid "Help:"
+msgstr "Ayuda:"
 
-#: mod/admin.php:1005
-msgid ""
-"URL to the global directory. If this is not set, the global directory is "
-"completely unavailable to the application."
-msgstr "URL del directorio global. Si se deja este campo vacío, el directorio global sera completamente inaccesible para la instancia."
+#: mod/help.php:59 index.php:304
+msgid "Page not found."
+msgstr "Página no encontrada."
+
+#: mod/home.php:41
+#, php-format
+msgid "Welcome to %s"
+msgstr "Bienvenido a %s"
+
+#: mod/install.php:108
+msgid "Friendica Communications Server - Setup"
+msgstr "Servidor de comunicación Friendica - Configuración"
 
-#: mod/admin.php:1006
-msgid "Allow threaded items"
-msgstr "Permitir elementos en hilo"
+#: mod/install.php:114
+msgid "Could not connect to database."
+msgstr "No es posible la conexión con la base de datos."
 
-#: mod/admin.php:1006
-msgid "Allow infinite level threading for items on this site."
-msgstr "Permitir infinitos niveles de hilo para los elementos de este sitio."
+#: mod/install.php:118
+msgid "Could not create table."
+msgstr "No se puede crear la tabla."
 
-#: mod/admin.php:1007
-msgid "Private posts by default for new users"
-msgstr "Publicaciones privadas por defecto para usuarios nuevos"
+#: mod/install.php:124
+msgid "Your Friendica site database has been installed."
+msgstr "La base de datos de su sitio web de Friendica ha sido instalada."
 
-#: mod/admin.php:1007
+#: mod/install.php:129
 msgid ""
-"Set default post permissions for all new members to the default privacy "
-"group rather than public."
-msgstr "Ajusta los permisos de publicación por defecto a los miembros nuevos al grupo privado por defecto en vez del público."
+"You may need to import the file \"database.sql\" manually using phpmyadmin "
+"or mysql."
+msgstr "Puede que tengas que importar el archivo \"Database.sql\" manualmente usando phpmyadmin o mysql."
 
-#: mod/admin.php:1008
-msgid "Don't include post content in email notifications"
-msgstr "No incluir el contenido del post en las notificaciones de correo electrónico"
+#: mod/install.php:130 mod/install.php:202 mod/install.php:549
+msgid "Please see the file \"INSTALL.txt\"."
+msgstr "Por favor, consulta el archivo \"INSTALL.txt\"."
 
-#: mod/admin.php:1008
-msgid ""
-"Don't include the content of a post/comment/private message/etc. in the "
-"email notifications that are sent out from this site, as a privacy measure."
-msgstr "No incluye el contenido de un mensaje/comentario/mensaje privado/etc. en las notificaciones de correo electrónico que se envían desde este sitio, como una medida de privacidad."
+#: mod/install.php:142
+msgid "Database already in use."
+msgstr "Base de datos ya se encuentra en uso"
 
-#: mod/admin.php:1009
-msgid "Disallow public access to addons listed in the apps menu."
-msgstr "Deshabilitar acceso a addons listados en el menú de aplicaciones."
+#: mod/install.php:199
+msgid "System check"
+msgstr "Verificación del sistema"
 
-#: mod/admin.php:1009
-msgid ""
-"Checking this box will restrict addons listed in the apps menu to members "
-"only."
-msgstr "Habilitando esta opción restringe el acceso a addons en el menú de aplicaciones a usuarios identificados."
+#: mod/install.php:204
+msgid "Check again"
+msgstr "Compruebalo de nuevo"
 
-#: mod/admin.php:1010
-msgid "Don't embed private images in posts"
-msgstr "No agregar imágenes privados en las publicaciones"
+#: mod/install.php:223
+msgid "Database connection"
+msgstr "Conexión con la base de datos"
 
-#: mod/admin.php:1010
+#: mod/install.php:224
 msgid ""
-"Don't replace locally-hosted private photos in posts with an embedded copy "
-"of the image. This means that contacts who receive posts containing private "
-"photos will have to authenticate and load each image, which may take a "
-"while."
-msgstr "No reemplazar imágenes privadas guardadas localmente en el servidor con imágenes integrados en los envíos. Esto significa que contactos que reciben publicaciones tendrán que autenticarse y cargar cada imagen, lo que puede demorar."
+"In order to install Friendica we need to know how to connect to your "
+"database."
+msgstr "Con el fin de poder instalar Friendica, necesitamos saber cómo conectar con tu base de datos."
 
-#: mod/admin.php:1011
-msgid "Allow Users to set remote_self"
-msgstr "Permitir a los usuarios de definir perfiles_remotos"
+#: mod/install.php:225
+msgid ""
+"Please contact your hosting provider or site administrator if you have "
+"questions about these settings."
+msgstr "Por favor, contacta con tu proveedor de servicios o con el administrador de la página si tienes alguna pregunta sobre estas configuraciones."
 
-#: mod/admin.php:1011
+#: mod/install.php:226
 msgid ""
-"With checking this, every user is allowed to mark every contact as a "
-"remote_self in the repair contact dialog. Setting this flag on a contact "
-"causes mirroring every posting of that contact in the users stream."
-msgstr "Al habilitar esta opción, cada perfil tiene el permiso de marcar cualquiera de sus contactos como un perfil_remoto. Habilitar la opción perfil_remoto para un contacto genera que todas las publicaciones  de este contacto seran re-publicado  en el muro del perfil."
+"The database you specify below should already exist. If it does not, please "
+"create it before continuing."
+msgstr "La base de datos que especifiques a continuación debería existir ya. Si no es el caso, debes crearla antes de continuar."
 
-#: mod/admin.php:1012
-msgid "Block multiple registrations"
-msgstr "Bloquear registros multiples"
+#: mod/install.php:230
+msgid "Database Server Name"
+msgstr "Nombre del servidor de la base de datos"
 
-#: mod/admin.php:1012
-msgid "Disallow users to register additional accounts for use as pages."
-msgstr "Impedir que los usuarios registren cuentas adicionales para su uso como páginas."
+#: mod/install.php:231
+msgid "Database Login Name"
+msgstr "Usuario de la base de datos"
 
-#: mod/admin.php:1013
-msgid "OpenID support"
-msgstr "Soporte OpenID"
+#: mod/install.php:232
+msgid "Database Login Password"
+msgstr "Contraseña de la base de datos"
 
-#: mod/admin.php:1013
-msgid "OpenID support for registration and logins."
-msgstr "Soporte OpenID para registros y accesos."
+#: mod/install.php:232
+msgid "For security reasons the password must not be empty"
+msgstr "Por razones de seguridad la contraseña no debe estar vacía"
 
-#: mod/admin.php:1014
-msgid "Fullname check"
-msgstr "Comprobar Nombre completo"
+#: mod/install.php:233
+msgid "Database Name"
+msgstr "Nombre de la base de datos"
 
-#: mod/admin.php:1014
+#: mod/install.php:234 mod/install.php:275
+msgid "Site administrator email address"
+msgstr "Dirección de correo del administrador de la web"
+
+#: mod/install.php:234 mod/install.php:275
 msgid ""
-"Force users to register with a space between firstname and lastname in Full "
-"name, as an antispam measure"
-msgstr "Fuerza a los usuarios a registrarse con un espacio entre su nombre y su apellido en el campo Nombre completo como medida anti-spam"
+"Your account email address must match this in order to use the web admin "
+"panel."
+msgstr "La dirección de correo de tu cuenta debe coincidir con esta para poder usar el panel de administración de la web."
 
-#: mod/admin.php:1015
-msgid "UTF-8 Regular expressions"
-msgstr "Expresiones regulares UTF-8"
+#: mod/install.php:238 mod/install.php:278
+msgid "Please select a default timezone for your website"
+msgstr "Por favor, selecciona la zona horaria predeterminada para tu web"
 
-#: mod/admin.php:1015
-msgid "Use PHP UTF8 regular expressions"
-msgstr "Usar expresiones regulares de UTF8 en PHP"
+#: mod/install.php:265
+msgid "Site settings"
+msgstr "Configuración de la página web"
 
-#: mod/admin.php:1016
-msgid "Community Page Style"
-msgstr "Estilo de pagina de comunidad"
+#: mod/install.php:279
+msgid "System Language:"
+msgstr "Sistema de idioma:"
 
-#: mod/admin.php:1016
+#: mod/install.php:279
 msgid ""
-"Type of community page to show. 'Global community' shows every public "
-"posting from an open distributed network that arrived on this server."
-msgstr "Tipo de pagina de comunidad a visualizar. 'Comunidad global' muestra todas las publicaciones publicas de la red abierta federada que llega a este servidor."
+"Set the default language for your Friendica installation interface and to "
+"send emails."
+msgstr "Seleccione el idioma por defecto para su interfaz de instalación de Friendica y para enviar emails."
 
-#: mod/admin.php:1017
-msgid "Posts per user on community page"
-msgstr "Publicaciones por usuario en la pagina de comunidad"
+#: mod/install.php:319
+msgid "Could not find a command line version of PHP in the web server PATH."
+msgstr "No se pudo encontrar una versión de la línea de comandos de PHP en la ruta del servidor web."
 
-#: mod/admin.php:1017
+#: mod/install.php:320
 msgid ""
-"The maximum number of posts per user on the community page. (Not valid for "
-"'Global Community')"
-msgstr "El numero máximo de publicaciones por usuario que aparecerán en la pagina de comunidad. (No valido para 'comunidad global')"
+"If you don't have a command line version of PHP installed on server, you "
+"will not be able to run the background processing. See <a "
+"href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-"
+"up-the-poller'>'Setup the poller'</a>"
+msgstr ""
 
-#: mod/admin.php:1018
-msgid "Enable OStatus support"
-msgstr "Permitir soporte OStatus"
+#: mod/install.php:324
+msgid "PHP executable path"
+msgstr "Dirección al ejecutable PHP"
 
-#: mod/admin.php:1018
+#: mod/install.php:324
 msgid ""
-"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
-"communications in OStatus are public, so privacy warnings will be "
-"occasionally displayed."
-msgstr "Proporcionar OStatus compatibilidad integrada (StatusNet, GNU Social, Quitter etc.). Todas las comunicaciones en OStatus son publicas así que eventuales advertencias serán ocasionalmente desplegadas."
-
-#: mod/admin.php:1019
-msgid "OStatus conversation completion interval"
-msgstr "Intervalo de actualización de conversaciones OStatus"
+"Enter full path to php executable. You can leave this blank to continue the "
+"installation."
+msgstr "Introduce la ruta completa al ejecutable php. Puedes dejarlo en blanco y seguir con la instalación."
 
-#: mod/admin.php:1019
-msgid ""
-"How often shall the poller check for new entries in OStatus conversations? "
-"This can be a very ressource task."
-msgstr "Cuan seguido el recolector deberá buscar nuevas entradas en OStatus? Esto puede ser un trabajo de mucha carga para los recursos del servidor."
+#: mod/install.php:329
+msgid "Command line PHP"
+msgstr "Línea de comandos PHP"
 
-#: mod/admin.php:1020
-msgid "Only import OStatus threads from our contacts"
-msgstr "Solo importar OStatus temas de nuestros (?) contactos."
+#: mod/install.php:338
+msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
+msgstr "El ejecutable PHP no es e lphp cli binary (podria ser versión cgi-fgci)"
 
-#: mod/admin.php:1020
-msgid ""
-"Normally we import every content from our OStatus contacts. With this option"
-" we only store threads that are started by a contact that is known on our "
-"system."
-msgstr "Normalmente importamos todo el contenido de los contactos de OStatus. Con esta opción solamente se guardan temas que fueron iniciados por contactos que son conocidos de la instancia.\n(nota de traducción, no se entiende muy bien la función en base al texto original)"
+#: mod/install.php:339
+msgid "Found PHP version: "
+msgstr "Versión PHP encontrada:"
 
-#: mod/admin.php:1021
-msgid "OStatus support can only be enabled if threading is enabled."
-msgstr "Solo se puede habilitar el soporte OStatus  si threading (comentarios en fila) se encuentra habilitado."
+#: mod/install.php:341
+msgid "PHP cli binary"
+msgstr "PHP cli binario"
 
-#: mod/admin.php:1023
+#: mod/install.php:352
 msgid ""
-"Diaspora support can't be enabled because Friendica was installed into a sub"
-" directory."
-msgstr "El soporte para Diaspora* no se puede habilitar porque friendica se instalo en un directorio subalterno (sub directory)."
-
-#: mod/admin.php:1024
-msgid "Enable Diaspora support"
-msgstr "Habilitar el soporte para Diaspora*"
+"The command line version of PHP on your system does not have "
+"\"register_argc_argv\" enabled."
+msgstr "La versión en línea de comandos de PHP en tu sistema no tiene \"register_argc_argv\" habilitado."
 
-#: mod/admin.php:1024
-msgid "Provide built-in Diaspora network compatibility."
-msgstr "Provee una compatibilidad con la red de Diaspora."
+#: mod/install.php:353
+msgid "This is required for message delivery to work."
+msgstr "Esto es necesario para que funcione la entrega de mensajes."
 
-#: mod/admin.php:1025
-msgid "Only allow Friendica contacts"
-msgstr "Permitir solo contactos de Friendica"
+#: mod/install.php:355
+msgid "PHP register_argc_argv"
+msgstr "PHP register_argc_argv"
 
-#: mod/admin.php:1025
+#: mod/install.php:378
 msgid ""
-"All contacts must use Friendica protocols. All other built-in communication "
-"protocols disabled."
-msgstr "Todos los contactos deben usar protocolos de Friendica. El resto de protocolos serán desactivados."
-
-#: mod/admin.php:1026
-msgid "Verify SSL"
-msgstr "Verificar SSL"
+"Error: the \"openssl_pkey_new\" function on this system is not able to "
+"generate encryption keys"
+msgstr "Error:  La función \"openssl_pkey_new\" en este sistema no es capaz de generar claves de cifrado"
 
-#: mod/admin.php:1026
+#: mod/install.php:379
 msgid ""
-"If you wish, you can turn on strict certificate checking. This will mean you"
-" cannot connect (at all) to self-signed SSL sites."
-msgstr "Si quieres puedes activar la comprobación estricta de certificados. Esto significa que serás incapaz de conectar con ningún sitio que use certificados SSL autofirmados."
-
-#: mod/admin.php:1027
-msgid "Proxy user"
-msgstr "Usuario proxy"
-
-#: mod/admin.php:1028
-msgid "Proxy URL"
-msgstr "Dirección proxy"
+"If running under Windows, please see "
+"\"http://www.php.net/manual/en/openssl.installation.php\"."
+msgstr "Si se ejecuta en Windows, por favor consulta la sección \"http://www.php.net/manual/en/openssl.installation.php\"."
 
-#: mod/admin.php:1029
-msgid "Network timeout"
-msgstr "Tiempo de espera de red"
+#: mod/install.php:381
+msgid "Generate encryption keys"
+msgstr "Generar claves de encriptación"
 
-#: mod/admin.php:1029
-msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
-msgstr "Valor en segundos. Usar 0 para dejarlo sin límites (no se recomienda)."
+#: mod/install.php:388
+msgid "libCurl PHP module"
+msgstr "Módulo PHP libCurl"
 
-#: mod/admin.php:1030
-msgid "Maximum Load Average"
-msgstr "Promedio de carga máxima"
+#: mod/install.php:389
+msgid "GD graphics PHP module"
+msgstr "Módulo PHP gráficos GD"
 
-#: mod/admin.php:1030
-msgid ""
-"Maximum system load before delivery and poll processes are deferred - "
-"default 50."
-msgstr "Carga máxima del sistema antes de que la entrega y los procesos de sondeo sean retrasados - por defecto 50."
+#: mod/install.php:390
+msgid "OpenSSL PHP module"
+msgstr "Módulo PHP OpenSSL"
 
-#: mod/admin.php:1031
-msgid "Maximum Load Average (Frontend)"
-msgstr "Carga máxima promedio (frontend)"
+#: mod/install.php:391
+msgid "PDO or MySQLi PHP module"
+msgstr ""
 
-#: mod/admin.php:1031
-msgid "Maximum system load before the frontend quits service - default 50."
-msgstr "Carga máxima del sistema antes de que el frontend cancele el servicio - por defecto 50."
+#: mod/install.php:392
+msgid "mb_string PHP module"
+msgstr "Módulo PHP mb_string"
 
-#: mod/admin.php:1032
-msgid "Maximum table size for optimization"
-msgstr "Tamaño máximo de las tablas para la optimización."
+#: mod/install.php:393
+msgid "XML PHP module"
+msgstr "Módulo XML PHP"
 
-#: mod/admin.php:1032
-msgid ""
-"Maximum table size (in MB) for the automatic optimization - default 100 MB. "
-"Enter -1 to disable it."
-msgstr "Tamaño máximo de tablas (en MB) para la optimización automática - por defecto 100MB. Ingrese -1 para deshabilitar."
+#: mod/install.php:394
+msgid "iconv module"
+msgstr "Módulo iconv"
 
-#: mod/admin.php:1033
-msgid "Minimum level of fragmentation"
-msgstr "Nivel mínimo de fragmentación "
+#: mod/install.php:398 mod/install.php:400
+msgid "Apache mod_rewrite module"
+msgstr "Módulo mod_rewrite de Apache"
 
-#: mod/admin.php:1033
+#: mod/install.php:398
 msgid ""
-"Minimum fragmenation level to start the automatic optimization - default "
-"value is 30%."
-msgstr "Nivel mínimo de fragmentación para para comenzar la optimización - valor por defecto es 30%. "
+"Error: Apache webserver mod-rewrite module is required but not installed."
+msgstr "Error: El módulo de Apache mod-rewrite es necesario pero no está instalado."
 
-#: mod/admin.php:1035
-msgid "Periodical check of global contacts"
-msgstr "Verificación periódica de los contactos globales."
+#: mod/install.php:406
+msgid "Error: libCURL PHP module required but not installed."
+msgstr "Error: El módulo de PHP libcurl es necesario, pero no está instalado."
 
-#: mod/admin.php:1035
+#: mod/install.php:410
 msgid ""
-"If enabled, the global contacts are checked periodically for missing or "
-"outdated data and the vitality of the contacts and servers."
-msgstr "Habilitado los contactos globales son verificado periódicamente  por datos faltantes o datos obsoletos como también por la vitalidad de los contactos y servidores."
+"Error: GD graphics PHP module with JPEG support required but not installed."
+msgstr "Error: El módulo de de PHP gráficos GD con soporte JPEG es necesario, pero no está instalado."
 
-#: mod/admin.php:1036
-msgid "Days between requery"
-msgstr "Días entre búsquedas"
+#: mod/install.php:414
+msgid "Error: openssl PHP module required but not installed."
+msgstr "Error: El módulo de PHP openssl es necesario, pero  no está instalado."
 
-#: mod/admin.php:1036
-msgid "Number of days after which a server is requeried for his contacts."
-msgstr "Cantidad de días hasta que un servidor es consultado por sus contactos."
+#: mod/install.php:418
+msgid "Error: PDO or MySQLi PHP module required but not installed."
+msgstr ""
 
-#: mod/admin.php:1037
-msgid "Discover contacts from other servers"
-msgstr "Descubrir contactos de otros servidores"
+#: mod/install.php:422
+msgid "Error: The MySQL driver for PDO is not installed."
+msgstr ""
 
-#: mod/admin.php:1037
-msgid ""
-"Periodically query other servers for contacts. You can choose between "
-"'users': the users on the remote system, 'Global Contacts': active contacts "
-"that are known on the system. The fallback is meant for Redmatrix servers "
-"and older friendica servers, where global contacts weren't available. The "
-"fallback increases the server load, so the recommened setting is 'Users, "
-"Global Contacts'."
-msgstr "Recoger periódicamente información sobre perfiles en otros servidores. Puede elegir entre 'usuarios': perfiles de un sistema remoto, 'contactos globales': contactos activos que son conocidos por el servidor. El fallback es para servidors redmatrix y instalaciones viejas de friendica en las que los contactos no estaban a disposición. El fallback aumenta la carga del servidor, asi que la configuración recomendada es 'usuarios, contactos globales'"
+#: mod/install.php:426
+msgid "Error: mb_string PHP module required but not installed."
+msgstr "Error: El módulo de PHP mb_string es necesario, pero no está instalado."
 
-#: mod/admin.php:1038
-msgid "Timeframe for fetching global contacts"
-msgstr "Intervalos de tiempo para revisar contactos globales."
+#: mod/install.php:430
+msgid "Error: iconv PHP module required but not installed."
+msgstr "Error: módulo iconv PHP requerido pero no instalado."
 
-#: mod/admin.php:1038
-msgid ""
-"When the discovery is activated, this value defines the timeframe for the "
-"activity of the global contacts that are fetched from other servers."
-msgstr "Cuando la revisacion es activada, este valor define el intervalo de tiempo de la actividad de los contactos globales que son recolectados de los servidores. (?)"
+#: mod/install.php:440
+msgid "Error, XML PHP module required but not installed."
+msgstr "Error, módulo XML PHP requerido pero no instalado."
 
-#: mod/admin.php:1039
-msgid "Search the local directory"
-msgstr "Buscar el directorio local"
+#: mod/install.php:452
+msgid ""
+"The web installer needs to be able to create a file called \".htconfig.php\""
+" in the top folder of your web server and it is unable to do so."
+msgstr "El programa de instalación web necesita ser capaz de crear un archivo llamado \".htconfig.php\" en la carpeta principal de tu servidor web y es incapaz de hacerlo."
 
-#: mod/admin.php:1039
+#: mod/install.php:453
 msgid ""
-"Search the local directory instead of the global directory. When searching "
-"locally, every search will be executed on the global directory in the "
-"background. This improves the search results when the search is repeated."
-msgstr "Buscar en el directorio local en vez del directorio global. Cuando se busca localmente, cada busqueda sera efectuada en el directorio global en el background. Esto mejora los resultados de la busqueda cuando la misma es repetida."
+"This is most often a permission setting, as the web server may not be able "
+"to write files in your folder - even if you can."
+msgstr "Se trata a menudo de una configuración de permisos, pues el servidor web puede que no sea capaz de escribir archivos en la carpeta, aunque tú sí puedas."
 
-#: mod/admin.php:1041
-msgid "Publish server information"
-msgstr "Publicar información del servidor"
+#: mod/install.php:454
+msgid ""
+"At the end of this procedure, we will give you a text to save in a file "
+"named .htconfig.php in your Friendica top folder."
+msgstr "Al final obtendremos un texto que debes guardar en un archivo llamado .htconfig.php en la carpeta de Friendica."
 
-#: mod/admin.php:1041
+#: mod/install.php:455
 msgid ""
-"If enabled, general server and usage data will be published. The data "
-"contains the name and version of the server, number of users with public "
-"profiles, number of posts and the activated protocols and connectors. See <a"
-" href='http://the-federation.info/'>the-federation.info</a> for details."
-msgstr "Si habilitado, datos generales del servidor y estadisticas de uso serán publicados. Los datos contienen el nombre y la versión del servidor, numero de usuarios con perfiles públicos, cantidad de temas publicados y los protocolos y conectores activados. Vea <a href='http://the-federation.info/'>the-federation.info</a> por detalles."
+"You can alternatively skip this procedure and perform a manual installation."
+" Please see the file \"INSTALL.txt\" for instructions."
+msgstr "Como alternativa, puedes saltarte estos pasos y realizar una instalación manual. Por favor, consulta el archivo \"INSTALL.txt\" para las instrucciones."
 
-#: mod/admin.php:1043
-msgid "Use MySQL full text engine"
-msgstr "Usar motor MySQL de texto completo"
+#: mod/install.php:458
+msgid ".htconfig.php is writable"
+msgstr ".htconfig.php tiene permiso de escritura"
 
-#: mod/admin.php:1043
+#: mod/install.php:468
 msgid ""
-"Activates the full text engine. Speeds up search - but can only search for "
-"four and more characters."
-msgstr "Activa el motor de texto completo. Agiliza las búsquedas, pero solo busca cuatro o más caracteres."
-
-#: mod/admin.php:1044
-msgid "Suppress Tags"
-msgstr "Suprimir tags"
+"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
+"compiles templates to PHP to speed up rendering."
+msgstr "Friendica usa el motor de templates Smarty3 para renderizar su visualisacion web. Smarty3 compila templates hacia PHP para acelerar la velocidad del renderizar."
 
-#: mod/admin.php:1044
-msgid "Suppress showing a list of hashtags at the end of the posting."
-msgstr "Suprimir la lista de tags al final de una publicación."
+#: mod/install.php:469
+msgid ""
+"In order to store these compiled templates, the web server needs to have "
+"write access to the directory view/smarty3/ under the Friendica top level "
+"folder."
+msgstr "Para poder guardar estos templates compilados, el servidor web necesita acceso de escritura en el directorio /view/smarty3/ en el árbol de raíz de la instalación friendica."
 
-#: mod/admin.php:1045
-msgid "Path to item cache"
-msgstr "Ruta a la caché del objeto"
+#: mod/install.php:470
+msgid ""
+"Please ensure that the user that your web server runs as (e.g. www-data) has"
+" write access to this folder."
+msgstr "Por favor asegure que el usuario que utiliza el servidor web (ejemplo: www-data) tiene permisos de escritura en esta carpeta."
 
-#: mod/admin.php:1045
-msgid "The item caches buffers generated bbcode and external images."
-msgstr "El buffer de cache de items generado para bbcodes e imágenes externas. "
+#: mod/install.php:471
+msgid ""
+"Note: as a security measure, you should give the web server write access to "
+"view/smarty3/ only--not the template files (.tpl) that it contains."
+msgstr "Nota: como medida de seguridad deberia dar acceso de escritura solo a /view/smarty3 / → no al los archivos template (.tpl) que contiene."
 
-#: mod/admin.php:1046
-msgid "Cache duration in seconds"
-msgstr "Duración de la caché en segundos"
+#: mod/install.php:474
+msgid "view/smarty3 is writable"
+msgstr "Se puede escribir en /view/smarty3"
 
-#: mod/admin.php:1046
+#: mod/install.php:490
 msgid ""
-"How long should the cache files be hold? Default value is 86400 seconds (One"
-" day). To disable the item cache, set the value to -1."
-msgstr "¿Por cuanto tiempo deberían los archives ser almacenados en el cache? Valor por defecto 86400 segundos (un día). Para deshabilita el item cache, ajuste el valor a -1."
-
-#: mod/admin.php:1047
-msgid "Maximum numbers of comments per post"
-msgstr "Numero máximo de respuestas por tema"
+"Url rewrite in .htaccess is not working. Check your server configuration."
+msgstr "La reescritura de la dirección en .htaccess no funcionó. Revisa la configuración."
 
-#: mod/admin.php:1047
-msgid "How much comments should be shown for each post? Default value is 100."
-msgstr "¿Cuantos comentarios deberían ser mostrados por tema? Valor por defecto es 100."
+#: mod/install.php:492
+msgid "Url rewrite is working"
+msgstr "Reescribiendo la dirección..."
 
-#: mod/admin.php:1048
-msgid "Temp path"
-msgstr "Ruta a los temporales"
+#: mod/install.php:511
+msgid "ImageMagick PHP extension is not installed"
+msgstr "No está instalada la extensión ImageMagick PHP"
 
-#: mod/admin.php:1048
-msgid ""
-"If you have a restricted system where the webserver can't access the system "
-"temp path, enter another path here."
-msgstr "Si tiene un sistema restringido en donde el servidor web no puede acceder la dirección del sistema temp, ingrese una dirección alternativa aquí. "
+#: mod/install.php:513
+msgid "ImageMagick PHP extension is installed"
+msgstr "ImageMagick PHP extension is installed"
 
-#: mod/admin.php:1049
-msgid "Base path to installation"
-msgstr "Ruta base para la instalación"
+#: mod/install.php:515
+msgid "ImageMagick supports GIF"
+msgstr "ImageMagick supporta GIF"
 
-#: mod/admin.php:1049
+#: mod/install.php:522
 msgid ""
-"If the system cannot detect the correct path to your installation, enter the"
-" correct path here. This setting should only be set if you are using a "
-"restricted system and symbolic links to your webroot."
-msgstr "Si el sistema no puede detectar el acceso correcto a la instalación, ingrese la dirección correcta aquí. Esta configuración solo debería utilizarse si si usa un sistema restringido y enlaces simbolicos a su webroot."
+"The database configuration file \".htconfig.php\" could not be written. "
+"Please use the enclosed text to create a configuration file in your web "
+"server root."
+msgstr "El archivo de configuración de base de datos \".htconfig.php\" no se pudo escribir. Por favor, utiliza el texto adjunto para crear un archivo de configuración en la raíz de tu servidor web."
 
-#: mod/admin.php:1050
-msgid "Disable picture proxy"
-msgstr "Deshabilitar proxy de imagen"
+#: mod/install.php:547
+msgid "<h1>What next</h1>"
+msgstr "<h1>¿Ahora qué?</h1>"
 
-#: mod/admin.php:1050
+#: mod/install.php:548
 msgid ""
-"The picture proxy increases performance and privacy. It shouldn't be used on"
-" systems with very low bandwith."
-msgstr "El proxy de imagen mejora el performance y privacidad. No debería ser usado en sistemas con poco ancho de banda."
+"IMPORTANT: You will need to [manually] setup a scheduled task for the "
+"poller."
+msgstr "IMPORTANTE: Tendrás que configurar [manualmente] una tarea programada para el sondeo"
 
-#: mod/admin.php:1051
-msgid "Only search in tags"
-msgstr "Solo buscar en tags"
+#: mod/invite.php:30
+msgid "Total invitation limit exceeded."
+msgstr "Límite total de invitaciones excedido."
 
-#: mod/admin.php:1051
-msgid "On large systems the text search can slow down the system extremely."
-msgstr "En sistemas grandes, la búsqueda de texto puede enlentecer el sistema gravemente."
+#: mod/invite.php:53
+#, php-format
+msgid "%s : Not a valid email address."
+msgstr "%s : No es una dirección de correo válida."
 
-#: mod/admin.php:1053
-msgid "New base url"
-msgstr "Nueva URLbase"
+#: mod/invite.php:78
+msgid "Please join us on Friendica"
+msgstr "Únete a nosotros en Friendica"
 
-#: mod/admin.php:1053
-msgid ""
-"Change base url for this server. Sends relocate message to all DFRN contacts"
-" of all users."
-msgstr "Cambiar base URL para este servidor. Envía mensajes de relocalisación a todos los contactos DFRN."
+#: mod/invite.php:89
+msgid "Invitation limit exceeded. Please contact your site administrator."
+msgstr "Límite de invitaciones sobrepasado. Contacta con el administrador del sitio."
 
-#: mod/admin.php:1055
-msgid "RINO Encryption"
-msgstr "Encryptado RINO"
+#: mod/invite.php:93
+#, php-format
+msgid "%s : Message delivery failed."
+msgstr "%s : Ha fallado la entrega del mensaje."
 
-#: mod/admin.php:1055
-msgid "Encryption layer between nodes."
-msgstr "Capa de encryptación entre nodos."
+#: mod/invite.php:97
+#, php-format
+msgid "%d message sent."
+msgid_plural "%d messages sent."
+msgstr[0] "%d mensaje enviado."
+msgstr[1] "%d mensajes enviados."
 
-#: mod/admin.php:1056
-msgid "Embedly API key"
-msgstr "Embedly llave de API (API key) "
+#: mod/invite.php:116
+msgid "You have no more invitations available"
+msgstr "No tienes más invitaciones disponibles"
 
-#: mod/admin.php:1056
+#: mod/invite.php:124
+#, php-format
 msgid ""
-"<a href='http://embed.ly'>Embedly</a> is used to fetch additional data for "
-"web pages. This is an optional parameter."
-msgstr "<a href='http://embed.ly'>Embedly</a> es usado para recolectar datos adicionales para paginas web. Esto es un parámetro opcional."
-
-#: mod/admin.php:1058
-msgid "Maximum number of parallel workers"
-msgstr "Numero máximo de trabajos paralelos de fondo."
+"Visit %s for a list of public sites that you can join. Friendica members on "
+"other sites can all connect with each other, as well as with members of many"
+" other social networks."
+msgstr "Visita %s para ver una lista de servidores públicos donde puedes darte de alta. Los miembros de otros servidores de Friendica pueden conectarse entre ellos, así como con miembros de otras redes sociales diferentes."
 
-#: mod/admin.php:1058
+#: mod/invite.php:126
+#, php-format
 msgid ""
-"On shared hosters set this to 2. On larger systems, values of 10 are great. "
-"Default value is 4."
-msgstr "Ajustar a 2 en un servidor compartido (shared hosting).\nEn sistemas grandes valores como 10 son excelentes.\nValor por defecto es 4."
+"To accept this invitation, please visit and register at %s or any other "
+"public Friendica website."
+msgstr "Para aceptar la invitación visita y regístrate en %s o en cualquier otro servidor público de Friendica."
 
-#: mod/admin.php:1059
-msgid "Don't use 'proc_open' with the worker"
-msgstr "No use 'proc_open' junto al \"trabajador\"!"
+#: mod/invite.php:127
+#, php-format
+msgid ""
+"Friendica sites all inter-connect to create a huge privacy-enhanced social "
+"web that is owned and controlled by its members. They can also connect with "
+"many traditional social networks. See %s for a list of alternate Friendica "
+"sites you can join."
+msgstr "Los servidores de Friendica están interconectados para crear una enorme red social centrada en la privacidad y controlada por sus miembros. También se puede conectar con muchas redes sociales tradicionales. Mira en %s para poder ver un listado de servidores alternativos de Friendica donde puedes darte de alta."
 
-#: mod/admin.php:1059
+#: mod/invite.php:130
 msgid ""
-"Enable this if your system doesn't allow the use of 'proc_open'. This can "
-"happen on shared hosters. If this is enabled you should increase the "
-"frequency of poller calls in your crontab."
-msgstr "Habilite esta función si el sistema no permite el uso de 'proc_open'. Esto suelo suceder en servidores compartidos (shared hosting). Si esta función se habilita se debería incrementar la frecuencia de llamadas del poller (poller calls) en la pestaña de trabajos cron. (¡en el hosting?)"
+"Our apologies. This system is not currently configured to connect with other"
+" public sites or invite members."
+msgstr "Discúlpanos. Este sistema no está configurado actualmente para conectar con otros servidores públicos o invitar nuevos miembros."
 
-#: mod/admin.php:1060
-msgid "Enable fastlane"
-msgstr "Habilitar ascenso rápido"
+#: mod/invite.php:136
+msgid "Send invitations"
+msgstr "Enviar invitaciones"
 
-#: mod/admin.php:1060
-msgid ""
-"When enabed, the fastlane mechanism starts an additional worker if processes"
-" with higher priority are blocked by processes of lower priority."
-msgstr "Cuando está habilitado, el mecanismo ascenso rápido inicia un trabajador adicional si los procesos de mayor prioridad son bloqueados por prcesos de menor prioridad."
+#: mod/invite.php:137
+msgid "Enter email addresses, one per line:"
+msgstr "Introduce las direcciones de correo, una por línea:"
 
-#: mod/admin.php:1061
-msgid "Enable frontend worker"
-msgstr "Habilitar trabajador de interfaz"
+#: mod/invite.php:138 mod/message.php:334 mod/message.php:517
+#: mod/wallmessage.php:137
+msgid "Your message:"
+msgstr "Tu mensaje:"
 
-#: mod/admin.php:1061
+#: mod/invite.php:139
 msgid ""
-"When enabled the Worker process is triggered when backend access is "
-"performed (e.g. messages being delivered). On smaller sites you might want "
-"to call yourdomain.tld/worker on a regular basis via an external cron job. "
-"You should only enable this option if you cannot utilize cron/scheduled jobs"
-" on your server. The worker background process needs to be activated for "
-"this."
-msgstr "Cuando está habilitado, el proceso de Trabajador se activa cuando se ejecuta el acceso de respaldo (ej. mensajes siendo entregados). En páginas más pequeñas usted puede querer llamar a yourdomain.tld/worker en una base regular mediante un trabajo cron externo. Sólo debería habilitar esta opción si no puede utilizar trabajos cron/scheduled en su servidor. El proceso de trabajador en segundo plano necesita ser activado para eso."
+"You are cordially invited to join me and other close friends on Friendica - "
+"and help us to create a better social web."
+msgstr "Estás cordialmente invitado a unirte a mi y a otros amigos en Friendica, creemos juntos una red social mejor."
 
-#: mod/admin.php:1091
-msgid "Update has been marked successful"
-msgstr "La actualización se ha completado con éxito"
+#: mod/invite.php:141
+msgid "You will need to supply this invitation code: $invite_code"
+msgstr "Tienes que proporcionar el siguiente código: $invite_code"
 
-#: mod/admin.php:1099
-#, php-format
-msgid "Database structure update %s was successfully applied."
-msgstr "Actualización de base de datos %s fue aplicada con éxito."
+#: mod/invite.php:141
+msgid ""
+"Once you have registered, please connect with me via my profile page at:"
+msgstr "Una vez registrado, por favor contacta conmigo a través de mi página de perfil en:"
 
-#: mod/admin.php:1102
-#, php-format
-msgid "Executing of database structure update %s failed with error: %s"
-msgstr "El paso de actualización de la estructura de la base de datos %s fallo con el mensaje de error: %s"
+#: mod/invite.php:143
+msgid ""
+"For more information about the Friendica project and why we feel it is "
+"important, please visit http://friendica.com"
+msgstr "Para más información sobre el Proyecto Friendica y sobre por qué pensamos que es algo importante, visita http://friendica.com"
 
-#: mod/admin.php:1116
-#, php-format
-msgid "Executing %s failed with error: %s"
-msgstr "Paso %s fallo con el error: %s"
+#: mod/localtime.php:25
+msgid "Time Conversion"
+msgstr "Conversión horária"
 
-#: mod/admin.php:1119
-#, php-format
-msgid "Update %s was successfully applied."
-msgstr "Actualización %s aplicada con éxito."
+#: mod/localtime.php:27
+msgid ""
+"Friendica provides this service for sharing events with other networks and "
+"friends in unknown timezones."
+msgstr "Friendica ofrece este servicio para compartir eventos con otros servidores de la red friendica y amigos en zonas de horarios desconocidos."
 
-#: mod/admin.php:1122
+#: mod/localtime.php:31
 #, php-format
-msgid "Update %s did not return a status. Unknown if it succeeded."
-msgstr "La actualización %s no ha informado, se desconoce el estado."
+msgid "UTC time: %s"
+msgstr "Tiempo UTC: %s"
 
-#: mod/admin.php:1125
+#: mod/localtime.php:34
 #, php-format
-msgid "There was no additional update function %s that needed to be called."
-msgstr "No había función adicional de actualización %s que necesitaba ser requerida."
+msgid "Current timezone: %s"
+msgstr "Zona horaria actual: %s"
 
-#: mod/admin.php:1145
-msgid "No failed updates."
-msgstr "Actualizaciones sin fallos."
+#: mod/localtime.php:37
+#, php-format
+msgid "Converted localtime: %s"
+msgstr "Zona horaria local convertida: %s"
 
-#: mod/admin.php:1146
-msgid "Check database structure"
-msgstr "Revisar estructura de la base de datos"
+#: mod/localtime.php:42
+msgid "Please select your timezone:"
+msgstr "Por favor, selecciona tu zona horaria:"
 
-#: mod/admin.php:1151
-msgid "Failed Updates"
-msgstr "Actualizaciones fallidas"
+#: mod/lockview.php:33 mod/lockview.php:41
+msgid "Remote privacy information not available."
+msgstr "Privacidad de la información remota no disponible."
 
-#: mod/admin.php:1152
-msgid ""
-"This does not include updates prior to 1139, which did not return a status."
-msgstr "No se incluyen las anteriores a la 1139, que no indicaban su estado."
+#: mod/lockview.php:50
+msgid "Visible to:"
+msgstr "Visible para:"
 
-#: mod/admin.php:1153
-msgid "Mark success (if update was manually applied)"
-msgstr "Marcar como correcta (si actualizaste manualmente)"
+#: mod/lostpass.php:21
+msgid "No valid account found."
+msgstr "No se ha encontrado ninguna cuenta válida"
 
-#: mod/admin.php:1154
-msgid "Attempt to execute this update step automatically"
-msgstr "Intentando ejecutar este paso automáticamente"
+#: mod/lostpass.php:37
+msgid "Password reset request issued. Check your email."
+msgstr "Solicitud de restablecimiento de contraseña enviada. Revisa tu correo."
 
-#: mod/admin.php:1188
+#: mod/lostpass.php:43
 #, php-format
 msgid ""
 "\n"
-"\t\t\tDear %1$s,\n"
-"\t\t\t\tthe administrator of %2$s has set up an account for you."
-msgstr "\n\t\t\tEstimado %1$s,\n\t\t\t\tel administrador de %2$s ha creado una cuenta para usted."
+"\t\tDear %1$s,\n"
+"\t\t\tA request was recently received at \"%2$s\" to reset your account\n"
+"\t\tpassword. In order to confirm this request, please select the verification link\n"
+"\t\tbelow or paste it into your web browser address bar.\n"
+"\n"
+"\t\tIf you did NOT request this change, please DO NOT follow the link\n"
+"\t\tprovided and ignore and/or delete this email.\n"
+"\n"
+"\t\tYour password will not be changed unless we can verify that you\n"
+"\t\tissued this request."
+msgstr "\n\t\tEstimado %1$s,\n\t\t\tUna consulta llego recientemente a \"%2$s\" para renovar su\n\t\tcontraseña. Para confirmar esta solicitud por favor seleccione el enlace de verificación mas \n\t\tabajo o copie a pegue el mismo en la barra de dirección de su navegador.\n\n\t\tSi NO ha solicitado este cambio por favor NO SIGA este enlace\n\t\tproporcionado y ignore o borre este mail.\n\n\t\tSu contraseña no sera cambiada hasta que podamos verificar que usted haza\n\t\tsolicitado este cambio.."
 
-#: mod/admin.php:1191
+#: mod/lostpass.php:54
 #, php-format
 msgid ""
 "\n"
-"\t\t\tThe login details are as follows:\n"
-"\n"
-"\t\t\tSite Location:\t%1$s\n"
-"\t\t\tLogin Name:\t\t%2$s\n"
-"\t\t\tPassword:\t\t%3$s\n"
-"\n"
-"\t\t\tYou may change your password from your account \"Settings\" page after logging\n"
-"\t\t\tin.\n"
-"\n"
-"\t\t\tPlease take a few moments to review the other account settings on that page.\n"
+"\t\tFollow this link to verify your identity:\n"
 "\n"
-"\t\t\tYou may also wish to add some basic information to your default profile\n"
-"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
+"\t\t%1$s\n"
 "\n"
-"\t\t\tWe recommend setting your full name, adding a profile photo,\n"
-"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n"
-"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n"
-"\t\t\tthan that.\n"
+"\t\tYou will then receive a follow-up message containing the new password.\n"
+"\t\tYou may change that password from your account settings page after logging in.\n"
 "\n"
-"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n"
-"\t\t\tIf you are new and do not know anybody here, they may help\n"
-"\t\t\tyou to make some new and interesting friends.\n"
+"\t\tThe login details are as follows:\n"
 "\n"
-"\t\t\tThank you and welcome to %4$s."
-msgstr "\n\t\t\tLos detalles de acceso son las siguientes:\n\n\t\t\tDirección del sitio:\t%1$s\n\t\t\tNombre de la cuenta:\t\t%2$s\n\t\t\tContraseña:\t\t%3$s\n\n\t\t\tPodrá cambiar la contraseña desde la pagina de configuración de su cuenta después de acceder a la misma\n\t\t\ten.\n\n\t\t\tPor favor tome unos minutos para revisar las opciones demás de la cuenta en dicha pagina de configuración.\n\n\t\t\tTambién podrá agregar informaciones adicionales a su pagina de perfil predeterminado. \n\t\t\t(en la pagina \"Perfiles\") para que otras personas pueden encontrarlo fácilmente.\n\n\t\t\tRecomendamos que elija un nombre apropiado, agregando una imagen de perfil,\n\t\t\tagregando algunas palabras claves de la cuenta (muy útil para hacer nuevos amigos) - y \n\t\t\tquizás el país en donde vive; si no quiere ser mas especifico\n\t\t\tque eso.\n\n\t\t\tRespetamos absolutamente su derecho a la privacidad y ninguno de estos detalles es necesario.\n\t\t\tSi eres nuevo aquí y no conoces a nadie, estos detalles pueden ayudarte\n\t\t\tpara hacer nuevas e interesantes amistades.\n\n\t\t\tGracias y bienvenido a  %4$s."
-
-#: mod/admin.php:1235
-#, php-format
-msgid "%s user blocked/unblocked"
-msgid_plural "%s users blocked/unblocked"
-msgstr[0] "%s usuario bloqueado/desbloqueado"
-msgstr[1] "%s usuarios bloqueados/desbloqueados"
-
-#: mod/admin.php:1242
-#, php-format
-msgid "%s user deleted"
-msgid_plural "%s users deleted"
-msgstr[0] "%s usuario eliminado"
-msgstr[1] "%s usuarios eliminados"
-
-#: mod/admin.php:1289
-#, php-format
-msgid "User '%s' deleted"
-msgstr "Usuario '%s' eliminado"
-
-#: mod/admin.php:1297
-#, php-format
-msgid "User '%s' unblocked"
-msgstr "Usuario '%s' desbloqueado"
+"\t\tSite Location:\t%2$s\n"
+"\t\tLogin Name:\t%3$s"
+msgstr "\n\t\tSiga este enlace para verificar su identidad:\n\n\t\t%1$s\n\n\t\tA continuación recibirá un mensaje consecutivo conteniendo la nueva contraseña.\n\t\tPodrá cambiar la contraseña después de haber accedido a la cuenta.\n\n\t\tLos detalles del acceso son las siguientes:\n\n\t\tDirección del sitio:\t%2$s\n\t\tNombre de la cuenta:\t%3$s"
 
-#: mod/admin.php:1297
+#: mod/lostpass.php:73
 #, php-format
-msgid "User '%s' blocked"
-msgstr "Usuario '%s' bloqueado'"
-
-#: mod/admin.php:1405 mod/admin.php:1418 mod/admin.php:1431 mod/admin.php:1447
-#: mod/crepair.php:167 mod/settings.php:683 mod/settings.php:709
-msgid "Name"
-msgstr "Nombre"
-
-#: mod/admin.php:1405 mod/admin.php:1431
-msgid "Register date"
-msgstr "Fecha de registro"
-
-#: mod/admin.php:1405 mod/admin.php:1431
-msgid "Last login"
-msgstr "Último acceso"
-
-#: mod/admin.php:1405 mod/admin.php:1431
-msgid "Last item"
-msgstr "Último elemento"
-
-#: mod/admin.php:1405 mod/settings.php:43
-msgid "Account"
-msgstr "Cuenta"
-
-#: mod/admin.php:1414
-msgid "Add User"
-msgstr "Agregar usuario"
-
-#: mod/admin.php:1415
-msgid "select all"
-msgstr "seleccionar todo"
-
-#: mod/admin.php:1416
-msgid "User registrations waiting for confirm"
-msgstr "Registro de usuarios esperando confirmación"
-
-#: mod/admin.php:1417
-msgid "User waiting for permanent deletion"
-msgstr "Usuario esperando anulación permanente."
-
-#: mod/admin.php:1418
-msgid "Request date"
-msgstr "Solicitud de fecha"
+msgid "Password reset requested at %s"
+msgstr "Contraseña restablecida enviada a %s"
 
-#: mod/admin.php:1419
-msgid "No registrations."
-msgstr "Sin registros."
+#: mod/lostpass.php:93
+msgid ""
+"Request could not be verified. (You may have previously submitted it.) "
+"Password reset failed."
+msgstr "La solicitud no puede ser verificada (deberías haberla proporcionado antes). Falló el restablecimiento de la contraseña."
 
-#: mod/admin.php:1420
-msgid "Note from the user"
-msgstr "Nota para el usuario"
+#: mod/lostpass.php:112 boot.php:877
+msgid "Password Reset"
+msgstr "Restablecer la contraseña"
 
-#: mod/admin.php:1421 mod/notifications.php:176 mod/notifications.php:255
-msgid "Approve"
-msgstr "Aprobar"
+#: mod/lostpass.php:113
+msgid "Your password has been reset as requested."
+msgstr "Tu contraseña ha sido restablecida como solicitaste."
 
-#: mod/admin.php:1422
-msgid "Deny"
-msgstr "Denegado"
+#: mod/lostpass.php:114
+msgid "Your new password is"
+msgstr "Tu nueva contraseña es"
 
-#: mod/admin.php:1424 mod/contacts.php:613 mod/contacts.php:813
-#: mod/contacts.php:991
-msgid "Block"
-msgstr "Bloquear"
+#: mod/lostpass.php:115
+msgid "Save or copy your new password - and then"
+msgstr "Guarda o copia tu nueva contraseña y luego"
 
-#: mod/admin.php:1425 mod/contacts.php:613 mod/contacts.php:813
-#: mod/contacts.php:991
-msgid "Unblock"
-msgstr "Desbloquear"
+#: mod/lostpass.php:116
+msgid "click here to login"
+msgstr "pulsa aquí para acceder"
 
-#: mod/admin.php:1426
-msgid "Site admin"
-msgstr "Administrador de la web"
+#: mod/lostpass.php:117
+msgid ""
+"Your password may be changed from the <em>Settings</em> page after "
+"successful login."
+msgstr "Puedes cambiar tu contraseña desde la página de <em>Configuración</em> después de acceder con éxito."
 
-#: mod/admin.php:1427
-msgid "Account expired"
-msgstr "Cuenta caducada"
+#: mod/lostpass.php:127
+#, php-format
+msgid ""
+"\n"
+"\t\t\t\tDear %1$s,\n"
+"\t\t\t\t\tYour password has been changed as requested. Please retain this\n"
+"\t\t\t\tinformation for your records (or change your password immediately to\n"
+"\t\t\t\tsomething that you will remember).\n"
+"\t\t\t"
+msgstr "\n\t\t\t\tEstimado %1$s,\n\t\t\t\t\tSu contraseña ha cambiado como solicitado. Por favor guarde esta\n\t\t\t\tinformación para sus documentación (o cambie su contraseña inmediatamente a\n\t\t\t\talgo que pueda recordar).\n\t\t"
 
-#: mod/admin.php:1430
-msgid "New User"
-msgstr "Nuevo usuario"
+#: mod/lostpass.php:133
+#, php-format
+msgid ""
+"\n"
+"\t\t\t\tYour login details are as follows:\n"
+"\n"
+"\t\t\t\tSite Location:\t%1$s\n"
+"\t\t\t\tLogin Name:\t%2$s\n"
+"\t\t\t\tPassword:\t%3$s\n"
+"\n"
+"\t\t\t\tYou may change that password from your account settings page after logging in.\n"
+"\t\t\t"
+msgstr "\n\t\t\t\tSus datos de acceso son las siguientes:\n\n\t\t\t\tDirección del sitio:\t%1$s\n\t\t\t\tNombre de cuenta:\t%2$s\n\t\t\t\tContraseña:\t%3$s\n\n\t\t\t\tPodrá cambiar esta contraseña después de ingresar al sitio en su pagina de configuración.\n\t\t\t"
 
-#: mod/admin.php:1431
-msgid "Deleted since"
-msgstr "Borrado desde"
+#: mod/lostpass.php:149
+#, php-format
+msgid "Your password has been changed at %s"
+msgstr "Tu contraseña se ha cambiado por %s"
 
-#: mod/admin.php:1436
-msgid ""
-"Selected users will be deleted!\\n\\nEverything these users had posted on "
-"this site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "¡Los usuarios seleccionados serán eliminados!\\n\\n¡Todo lo que hayan publicado en este sitio se borrará para siempre!\\n\\n¿Estás seguro?"
+#: mod/lostpass.php:161
+msgid "Forgot your Password?"
+msgstr "¿Olvidaste tu contraseña?"
 
-#: mod/admin.php:1437
+#: mod/lostpass.php:162
 msgid ""
-"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
-"site will be permanently deleted!\\n\\nAre you sure?"
-msgstr "¡El usuario {0} será eliminado!\\n\\n¡Todo lo que haya publicado en este sitio se borrará para siempre!\\n\\n¿Estás seguro?"
-
-#: mod/admin.php:1447
-msgid "Name of the new user."
-msgstr "Nombre del nuevo usuario"
+"Enter your email address and submit to have your password reset. Then check "
+"your email for further instructions."
+msgstr "Introduce tu correo para restablecer tu contraseña. Luego comprueba tu correo para las instrucciones adicionales."
 
-#: mod/admin.php:1448
-msgid "Nickname"
-msgstr "Apodo"
+#: mod/lostpass.php:163 boot.php:865
+msgid "Nickname or Email: "
+msgstr "Apodo o Correo electrónico: "
 
-#: mod/admin.php:1448
-msgid "Nickname of the new user."
-msgstr "Apodo del nuevo perfil."
+#: mod/lostpass.php:164
+msgid "Reset"
+msgstr "Restablecer"
 
-#: mod/admin.php:1449
-msgid "Email address of the new user."
-msgstr "Dirección de correo del nuevo perfil."
+#: mod/maintenance.php:21
+msgid "System down for maintenance"
+msgstr "Servicio suspendido por mantenimiento"
 
-#: mod/admin.php:1492
-#, php-format
-msgid "Plugin %s disabled."
-msgstr "Módulo %s deshabilitado."
+#: mod/manage.php:152
+msgid "Manage Identities and/or Pages"
+msgstr "Administrar identidades y/o páginas"
 
-#: mod/admin.php:1496
-#, php-format
-msgid "Plugin %s enabled."
-msgstr "Módulo %s habilitado."
+#: mod/manage.php:153
+msgid ""
+"Toggle between different identities or community/group pages which share "
+"your account details or which you have been granted \"manage\" permissions"
+msgstr "Cambia entre diferentes identidades o páginas de Comunidad/Grupos que comparten los detalles de tu cuenta o sobre los que tienes permisos para administrar"
 
-#: mod/admin.php:1507 mod/admin.php:1759
-msgid "Disable"
-msgstr "Desactivado"
+#: mod/manage.php:154
+msgid "Select an identity to manage: "
+msgstr "Selecciona una identidad a gestionar:"
 
-#: mod/admin.php:1509 mod/admin.php:1761
-msgid "Enable"
-msgstr "Activado"
+#: mod/match.php:38
+msgid "No keywords to match. Please add keywords to your default profile."
+msgstr "No hay palabras clave que coincidan. Por favor, agrega algunas palabras claves en tu perfil predeterminado."
 
-#: mod/admin.php:1532 mod/admin.php:1808
-msgid "Toggle"
-msgstr "Activar"
+#: mod/match.php:91
+msgid "is interested in:"
+msgstr "estás interesado en:"
 
-#: mod/admin.php:1540 mod/admin.php:1817
-msgid "Author: "
-msgstr "Autor:"
+#: mod/match.php:105
+msgid "Profile Match"
+msgstr "Coincidencias de Perfil"
 
-#: mod/admin.php:1541 mod/admin.php:1818
-msgid "Maintainer: "
-msgstr "Mantenedor: "
+#: mod/message.php:62 mod/wallmessage.php:52
+msgid "No recipient selected."
+msgstr "Ningún destinatario seleccionado"
 
-#: mod/admin.php:1596
-msgid "Reload active plugins"
-msgstr "Recargar plugins activos"
+#: mod/message.php:66
+msgid "Unable to locate contact information."
+msgstr "No se puede encontrar información del contacto."
 
-#: mod/admin.php:1601
-#, php-format
-msgid ""
-"There are currently no plugins available on your node. You can find the "
-"official plugin repository at %1$s and might find other interesting plugins "
-"in the open plugin registry at %2$s"
-msgstr "No ay plugins habilitados en este nodo. Encontrara los repositorios oficiales de plugins en %1$s y posiblemente encontrara mas plugins interesantes en el registro abierto de plugins aquí %2$s ."
+#: mod/message.php:69 mod/wallmessage.php:58
+msgid "Message could not be sent."
+msgstr "El mensaje no ha podido ser enviado."
 
-#: mod/admin.php:1720
-msgid "No themes found."
-msgstr "No se encontraron temas."
+#: mod/message.php:72 mod/wallmessage.php:61
+msgid "Message collection failure."
+msgstr "Fallo en la recolección de mensajes."
 
-#: mod/admin.php:1799
-msgid "Screenshot"
-msgstr "Captura de pantalla"
+#: mod/message.php:75 mod/wallmessage.php:64
+msgid "Message sent."
+msgstr "Mensaje enviado."
 
-#: mod/admin.php:1859
-msgid "Reload active themes"
-msgstr "Recargar interfaces de usuario activos"
+#: mod/message.php:206
+msgid "Do you really want to delete this message?"
+msgstr "¿Estás seguro de que quieres borrar este mensaje?"
 
-#: mod/admin.php:1864
-#, php-format
-msgid "No themes found on the system. They should be paced in %1$s"
-msgstr "No se encuentran interfaces en el sistema. Deberían estar localizados (paced) en  %1$s"
+#: mod/message.php:226
+msgid "Message deleted."
+msgstr "Mensaje eliminado."
 
-#: mod/admin.php:1865
-msgid "[Experimental]"
-msgstr "[Experimental]"
+#: mod/message.php:257
+msgid "Conversation removed."
+msgstr "Conversación eliminada."
 
-#: mod/admin.php:1866
-msgid "[Unsupported]"
-msgstr "[Sin soporte]"
+#: mod/message.php:324 mod/wallmessage.php:128
+msgid "Send Private Message"
+msgstr "Enviar mensaje privado"
 
-#: mod/admin.php:1890
-msgid "Log settings updated."
-msgstr "Configuración de registro actualizada."
+#: mod/message.php:325 mod/message.php:512 mod/wallmessage.php:130
+msgid "To:"
+msgstr "Para:"
 
-#: mod/admin.php:1922
-msgid "PHP log currently enabled."
-msgstr "Registro PHP actualmente disponible."
+#: mod/message.php:330 mod/message.php:514 mod/wallmessage.php:131
+msgid "Subject:"
+msgstr "Asunto:"
 
-#: mod/admin.php:1924
-msgid "PHP log currently disabled."
-msgstr "Registro PHP actualmente deshabilitado."
+#: mod/message.php:366
+msgid "No messages."
+msgstr "No hay mensajes."
 
-#: mod/admin.php:1933
-msgid "Clear"
-msgstr "Limpiar"
+#: mod/message.php:405
+msgid "Message not available."
+msgstr "Mensaje no disponibile."
 
-#: mod/admin.php:1938
-msgid "Enable Debugging"
-msgstr "Habilitar debugging"
+#: mod/message.php:479
+msgid "Delete message"
+msgstr "Borrar mensaje"
 
-#: mod/admin.php:1939
-msgid "Log file"
-msgstr "Archivo de registro"
+#: mod/message.php:505 mod/message.php:593
+msgid "Delete conversation"
+msgstr "Eliminar conversación"
 
-#: mod/admin.php:1939
+#: mod/message.php:507
 msgid ""
-"Must be writable by web server. Relative to your Friendica top-level "
-"directory."
-msgstr "Debes tener permiso de escritura en el servidor. Relacionado con tu directorio de inicio de Friendica."
+"No secure communications available. You <strong>may</strong> be able to "
+"respond from the sender's profile page."
+msgstr "No hay comunicaciones seguras disponibles. <strong>Podrías</strong> responder desde la página de perfil del remitente. "
 
-#: mod/admin.php:1940
-msgid "Log level"
-msgstr "Nivel de registro"
+#: mod/message.php:511
+msgid "Send Reply"
+msgstr "Enviar respuesta"
 
-#: mod/admin.php:1943
-msgid "PHP logging"
-msgstr "PHP logging"
+#: mod/message.php:563
+#, php-format
+msgid "Unknown sender - %s"
+msgstr "Remitente desconocido - %s"
 
-#: mod/admin.php:1944
-msgid ""
-"To enable logging of PHP errors and warnings you can add the following to "
-"the .htconfig.php file of your installation. The filename set in the "
-"'error_log' line is relative to the friendica top-level directory and must "
-"be writeable by the web server. The option '1' for 'log_errors' and "
-"'display_errors' is to enable these options, set to '0' to disable them."
-msgstr "Para habilitar la documentación de los errores PHP y las advertencias se puede agregar lo siguiente al archivo .htconfig.php de la instalación (ftp). La dirección definido en el 'error_log' es relativo al directorio friendica principal (top-level directory) y debe de ser habilitado para la escritura por el servidor web. La opción '1' para 'log_errors' y 'display_errors' es para habilitar estas opciones, '0' para deshabilitarlo."
+#: mod/message.php:565
+#, php-format
+msgid "You and %s"
+msgstr "Tú y %s"
 
-#: mod/admin.php:2074 mod/admin.php:2075 mod/settings.php:782
-msgid "Off"
-msgstr "Apagado"
+#: mod/message.php:567
+#, php-format
+msgid "%s and You"
+msgstr "%s y Tú"
 
-#: mod/admin.php:2074 mod/admin.php:2075 mod/settings.php:782
-msgid "On"
-msgstr "Encendido"
+#: mod/message.php:596
+msgid "D, d M Y - g:i A"
+msgstr "D, d M Y - g:i A"
 
-#: mod/admin.php:2075
+#: mod/message.php:599
 #, php-format
-msgid "Lock feature %s"
-msgstr "Trancar opción %s "
-
-#: mod/admin.php:2083
-msgid "Manage Additional Features"
-msgstr "Administrar opciones adicionales"
+msgid "%d message"
+msgid_plural "%d messages"
+msgstr[0] "%d mensaje"
+msgstr[1] "%d mensajes"
 
-#: mod/allfriends.php:46
-msgid "No friends to display."
-msgstr "No hay amigos para mostrar."
+#: mod/mood.php:135
+msgid "Mood"
+msgstr "Ánimo"
 
-#: mod/api.php:76 mod/api.php:102
-msgid "Authorize application connection"
-msgstr "Autorizar la conexión de la aplicación"
+#: mod/mood.php:136
+msgid "Set your current mood and tell your friends"
+msgstr "Coloca tu ánimo actual y cuéntaselo a tus amigos"
 
-#: mod/api.php:77
-msgid "Return to your app and insert this Securty Code:"
-msgstr "Regresa a tu aplicación e introduce este código de seguridad:"
+#: mod/network.php:154 mod/search.php:230 mod/contacts.php:808
+#, php-format
+msgid "Results for: %s"
+msgstr "Resultados para: %s"
 
-#: mod/api.php:89
-msgid "Please login to continue."
-msgstr "Inicia sesión para continuar."
+#: mod/network.php:200 mod/search.php:28
+msgid "Remove term"
+msgstr "Eliminar término"
 
-#: mod/api.php:104
+#: mod/network.php:407
+#, php-format
 msgid ""
-"Do you want to authorize this application to access your posts and contacts,"
-" and/or create new posts for you?"
-msgstr "¿Quieres autorizar a esta aplicación el acceso a tus mensajes y contactos, y/o crear nuevas publicaciones para ti?"
+"Warning: This group contains %s member from a network that doesn't allow non"
+" public messages."
+msgid_plural ""
+"Warning: This group contains %s members from a network that doesn't allow "
+"non public messages."
+msgstr[0] "Aviso: Este grupo contiene %s miembro de una red que no permite mensajes públicos."
+msgstr[1] "Aviso: Este grupo contiene %s miembros de una red que no permite mensajes públicos."
 
-#: mod/api.php:106 mod/dfrn_request.php:875 mod/follow.php:113
-#: mod/profiles.php:640 mod/profiles.php:644 mod/profiles.php:669
-#: mod/register.php:246 mod/settings.php:1171 mod/settings.php:1177
-#: mod/settings.php:1184 mod/settings.php:1188 mod/settings.php:1193
-#: mod/settings.php:1198 mod/settings.php:1203 mod/settings.php:1208
-#: mod/settings.php:1234 mod/settings.php:1235 mod/settings.php:1236
-#: mod/settings.php:1237 mod/settings.php:1238
-msgid "No"
-msgstr "No"
+#: mod/network.php:410
+msgid "Messages in this group won't be send to these receivers."
+msgstr "Los mensajes de este grupo no se enviarán a estos receptores."
 
-#: mod/apps.php:11
-msgid "Applications"
-msgstr "Aplicaciones"
+#: mod/network.php:538
+msgid "Private messages to this person are at risk of public disclosure."
+msgstr "Los mensajes privados a esta persona corren el riesgo de ser mostrados públicamente."
 
-#: mod/apps.php:14
-msgid "No installed applications."
-msgstr "Sin aplicaciones"
+#: mod/network.php:543
+msgid "Invalid contact."
+msgstr "Contacto erróneo."
 
-#: mod/attach.php:8
-msgid "Item not available."
-msgstr "Elemento no disponible."
+#: mod/network.php:816
+msgid "Commented Order"
+msgstr "Orden de comentarios"
 
-#: mod/attach.php:20
-msgid "Item was not found."
-msgstr "Elemento no encontrado."
+#: mod/network.php:819
+msgid "Sort by Comment Date"
+msgstr "Ordenar por fecha de comentarios"
 
-#: mod/babel.php:17
-msgid "Source (bbcode) text:"
-msgstr "Texto fuente (bbcode):"
+#: mod/network.php:824
+msgid "Posted Order"
+msgstr "Orden de publicación"
 
-#: mod/babel.php:23
-msgid "Source (Diaspora) text to convert to BBcode:"
-msgstr "Fuente (Diaspora) para pasar a BBcode:"
+#: mod/network.php:827
+msgid "Sort by Post Date"
+msgstr "Ordenar por fecha de publicación"
 
-#: mod/babel.php:31
-msgid "Source input: "
-msgstr "Entrada: "
+#: mod/network.php:838
+msgid "Posts that mention or involve you"
+msgstr "Publicaciones que te mencionan o involucran"
 
-#: mod/babel.php:35
-msgid "bb2html (raw HTML): "
-msgstr "bb2html (raw HTML): "
+#: mod/network.php:846
+msgid "New"
+msgstr "Nuevo"
 
-#: mod/babel.php:39
-msgid "bb2html: "
-msgstr "bb2html: "
+#: mod/network.php:849
+msgid "Activity Stream - by date"
+msgstr "Corriente de actividad por fecha"
 
-#: mod/babel.php:43
-msgid "bb2html2bb: "
-msgstr "bb2html2bb: "
+#: mod/network.php:857
+msgid "Shared Links"
+msgstr "Enlaces compartidos"
 
-#: mod/babel.php:47
-msgid "bb2md: "
-msgstr "bb2md: "
+#: mod/network.php:860
+msgid "Interesting Links"
+msgstr "Enlaces interesantes"
 
-#: mod/babel.php:51
-msgid "bb2md2html: "
-msgstr "bb2md2html: "
+#: mod/network.php:868
+msgid "Starred"
+msgstr "Favoritos"
 
-#: mod/babel.php:55
-msgid "bb2dia2bb: "
-msgstr "bb2dia2bb: "
+#: mod/network.php:871
+msgid "Favourite Posts"
+msgstr "Publicaciones favoritas"
 
-#: mod/babel.php:59
-msgid "bb2md2html2bb: "
-msgstr "bb2md2html2bb: "
+#: mod/newmember.php:7
+msgid "Welcome to Friendica"
+msgstr "Bienvenido a Friendica "
 
-#: mod/babel.php:69
-msgid "Source input (Diaspora format): "
-msgstr "Fuente (formato Diaspora): "
+#: mod/newmember.php:8
+msgid "New Member Checklist"
+msgstr "Listado de nuevos miembros"
 
-#: mod/babel.php:74
-msgid "diaspora2bb: "
-msgstr "diaspora2bb: "
+#: mod/newmember.php:10
+msgid ""
+"We would like to offer some tips and links to help make your experience "
+"enjoyable. Click any item to visit the relevant page. A link to this page "
+"will be visible from your home page for two weeks after your initial "
+"registration and then will quietly disappear."
+msgstr "Nos gustaría ofrecerte algunos consejos y enlaces para ayudar a hacer tu experiencia más amena. Pulsa en cualquier elemento para visitar la página correspondiente. Un enlace a esta página será visible desde tu página de inicio durante las dos semanas siguientes a tu inscripción y luego desaparecerá."
 
-#: mod/bookmarklet.php:41
-msgid "The post was created"
-msgstr "La publicación fue creada"
+#: mod/newmember.php:11
+msgid "Getting Started"
+msgstr "Empezando"
+
+#: mod/newmember.php:13
+msgid "Friendica Walk-Through"
+msgstr "Visita guiada a Friendica"
+
+#: mod/newmember.php:13
+msgid ""
+"On your <em>Quick Start</em> page - find a brief introduction to your "
+"profile and network tabs, make some new connections, and find some groups to"
+" join."
+msgstr "En tu página de <em>Inicio Rápido</em> - busca una introducción breve para tus pestañas de perfil y red, haz algunas conexiones nuevas, y busca algunos grupos a los que unirte."
+
+#: mod/newmember.php:17
+msgid "Go to Your Settings"
+msgstr "Ir a tus ajustes"
+
+#: mod/newmember.php:17
+msgid ""
+"On your <em>Settings</em> page -  change your initial password. Also make a "
+"note of your Identity Address. This looks just like an email address - and "
+"will be useful in making friends on the free social web."
+msgstr "En la página de <em>Configuración</em> puedes cambiar tu contraseña inicial. También aparece tu ID (Identity Address). Es parecida a una dirección de correo y te servirá para conectar con gente de redes sociales libres."
+
+#: mod/newmember.php:18
+msgid ""
+"Review the other settings, particularly the privacy settings. An unpublished"
+" directory listing is like having an unlisted phone number. In general, you "
+"should probably publish your listing - unless all of your friends and "
+"potential friends know exactly how to find you."
+msgstr "Revisa las otras configuraciones, especialmente la configuración de privacidad. Un listado de directorio sin publicar es como tener un número de teléfono sin publicar. Normalmente querrás publicar tu listado, a menos que tus amigos y amigos potenciales sepan cómo ponerse en contacto contigo."
 
-#: mod/cal.php:143 mod/display.php:328 mod/profile.php:154
-msgid "Access to this profile has been restricted."
-msgstr "El acceso a este perfil ha sido restringido."
+#: mod/newmember.php:22 mod/profile_photo.php:255 mod/profiles.php:703
+msgid "Upload Profile Photo"
+msgstr "Subir foto del Perfil"
 
-#: mod/cal.php:271 mod/events.php:387
-msgid "View"
-msgstr "Vista"
+#: mod/newmember.php:22
+msgid ""
+"Upload a profile photo if you have not done so already. Studies have shown "
+"that people with real photos of themselves are ten times more likely to make"
+" friends than people who do not."
+msgstr "Sube una foto para tu perfil si no lo has hecho aún. Los estudios han demostrado que la gente que usa fotos suyas reales tienen diez veces más éxito a la hora de entablar amistad que las que no."
 
-#: mod/cal.php:272 mod/events.php:389
-msgid "Previous"
-msgstr "Previo"
+#: mod/newmember.php:23
+msgid "Edit Your Profile"
+msgstr "Editar tu perfil"
 
-#: mod/cal.php:273 mod/events.php:390 mod/install.php:235
-msgid "Next"
-msgstr "Siguiente"
+#: mod/newmember.php:23
+msgid ""
+"Edit your <strong>default</strong> profile to your liking. Review the "
+"settings for hiding your list of friends and hiding the profile from unknown"
+" visitors."
+msgstr "Edita tu perfil <strong>predeterminado</strong> como quieras. Revisa la configuración para ocultar tu lista de amigos o tu perfil a los visitantes desconocidos."
 
-#: mod/cal.php:282 mod/events.php:399
-msgid "list"
-msgstr "lista"
+#: mod/newmember.php:24
+msgid "Profile Keywords"
+msgstr "Palabras clave del perfil"
 
-#: mod/cal.php:292
-msgid "User not found"
-msgstr "Usuario no encontrado"
+#: mod/newmember.php:24
+msgid ""
+"Set some public keywords for your default profile which describe your "
+"interests. We may be able to find other people with similar interests and "
+"suggest friendships."
+msgstr "Define en tu perfil público algunas palabras que describan tus intereses. Así podremos buscar otras personas con los mismos gustos y sugerirte posibles amigos."
 
-#: mod/cal.php:308
-msgid "This calendar format is not supported"
-msgstr "Este formato de calendario no se soporta"
+#: mod/newmember.php:26
+msgid "Connecting"
+msgstr "Conectando"
 
-#: mod/cal.php:310
-msgid "No exportable data found"
-msgstr "No se ha encontrado información exportable"
+#: mod/newmember.php:32
+msgid "Importing Emails"
+msgstr "Importando correos electrónicos"
 
-#: mod/cal.php:325
-msgid "calendar"
-msgstr "calendario"
+#: mod/newmember.php:32
+msgid ""
+"Enter your email access information on your Connector Settings page if you "
+"wish to import and interact with friends or mailing lists from your email "
+"INBOX"
+msgstr "Introduce la información para acceder a tu correo en la página de Configuración del conector si quieres importar e interactuar con amigos o listas de correos del buzón de entrada de tu correo electrónico."
 
-#: mod/common.php:91
-msgid "No contacts in common."
-msgstr "Sin contactos en común."
+#: mod/newmember.php:35
+msgid "Go to Your Contacts Page"
+msgstr "Ir a tu página de contactos"
 
-#: mod/common.php:141 mod/contacts.php:871
-msgid "Common Friends"
-msgstr "Amigos comunes"
+#: mod/newmember.php:35
+msgid ""
+"Your Contacts page is your gateway to managing friendships and connecting "
+"with friends on other networks. Typically you enter their address or site "
+"URL in the <em>Add New Contact</em> dialog."
+msgstr "Tu página de Contactos es el portal desde donde podrás manejar tus amistades y conectarte con amigos de otras redes. Normalmente introduces su dirección o la dirección de su sitio web en el recuadro \"Añadir contacto nuevo\"."
 
-#: mod/community.php:22 mod/dfrn_request.php:799 mod/directory.php:37
-#: mod/display.php:200 mod/photos.php:964 mod/search.php:93 mod/search.php:99
-#: mod/videos.php:198 mod/viewcontacts.php:36
-msgid "Public access denied."
-msgstr "Acceso público denegado."
+#: mod/newmember.php:36
+msgid "Go to Your Site's Directory"
+msgstr "Ir al directorio de tu sitio"
 
-#: mod/community.php:27
-msgid "Not available."
-msgstr "No disponible"
+#: mod/newmember.php:36
+msgid ""
+"The Directory page lets you find other people in this network or other "
+"federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on "
+"their profile page. Provide your own Identity Address if requested."
+msgstr "El Directorio te permite encontrar otras personas en esta red o en cualquier otro sitio federado. Busca algún enlace de <em>Conectar</em> o <em>Seguir</em> en su perfil. Proporciona tu direción personal si es necesario."
 
-#: mod/community.php:54 mod/search.php:224
-msgid "No results."
-msgstr "Sin resultados."
+#: mod/newmember.php:37
+msgid "Finding New People"
+msgstr "Encontrando nueva gente"
 
-#: mod/contacts.php:134
-#, php-format
-msgid "%d contact edited."
-msgid_plural "%d contacts edited."
-msgstr[0] "%d contacto editado."
-msgstr[1] "%d contacts edited."
+#: mod/newmember.php:37
+msgid ""
+"On the side panel of the Contacts page are several tools to find new "
+"friends. We can match people by interest, look up people by name or "
+"interest, and provide suggestions based on network relationships. On a brand"
+" new site, friend suggestions will usually begin to be populated within 24 "
+"hours."
+msgstr "En el panel lateral de la página de Contactos existen varias herramientas para encontrar nuevos amigos. Podemos filtrar personas por sus intereses, buscar personas por nombre o por sus intereses, y ofrecerte sugerencias basadas en sus relaciones de la red. En un sitio nuevo, las sugerencias de amigos por lo general comienzan pasadas las 24 horas."
 
-#: mod/contacts.php:169 mod/contacts.php:378
-msgid "Could not access contact record."
-msgstr "No se pudo acceder a los datos del contacto."
+#: mod/newmember.php:41
+msgid "Group Your Contacts"
+msgstr "Agrupa tus contactos"
 
-#: mod/contacts.php:183
-msgid "Could not locate selected profile."
-msgstr "No se pudo encontrar el perfil seleccionado."
+#: mod/newmember.php:41
+msgid ""
+"Once you have made some friends, organize them into private conversation "
+"groups from the sidebar of your Contacts page and then you can interact with"
+" each group privately on your Network page."
+msgstr "Una vez que tengas algunos amigos, puedes organizarlos en grupos privados de conversación mediante el memnú en tu página de Contactos y luego puedes interactuar con cada grupo por separado desde tu página de Red."
 
-#: mod/contacts.php:216
-msgid "Contact updated."
-msgstr "Contacto actualizado."
+#: mod/newmember.php:44
+msgid "Why Aren't My Posts Public?"
+msgstr "¿Por qué mis publicaciones no son públicas?"
 
-#: mod/contacts.php:218 mod/dfrn_request.php:588
-msgid "Failed to update contact record."
-msgstr "Error al actualizar el contacto."
+#: mod/newmember.php:44
+msgid ""
+"Friendica respects your privacy. By default, your posts will only show up to"
+" people you've added as friends. For more information, see the help section "
+"from the link above."
+msgstr "Friendica respeta tu privacidad. Por defecto, tus publicaciones solo se mostrarán a personas que hayas añadido como amistades. Para más información, mira la sección de ayuda en el enlace de más arriba."
 
-#: mod/contacts.php:399
-msgid "Contact has been blocked"
-msgstr "El contacto ha sido bloqueado"
+#: mod/newmember.php:48
+msgid "Getting Help"
+msgstr "Consiguiendo ayuda"
 
-#: mod/contacts.php:399
-msgid "Contact has been unblocked"
-msgstr "El contacto ha sido desbloqueado"
+#: mod/newmember.php:50
+msgid "Go to the Help Section"
+msgstr "Ir a la sección de ayuda"
 
-#: mod/contacts.php:410
-msgid "Contact has been ignored"
-msgstr "El contacto ha sido ignorado"
+#: mod/newmember.php:50
+msgid ""
+"Our <strong>help</strong> pages may be consulted for detail on other program"
+" features and resources."
+msgstr "Puedes consultar nuestra página de <strong>Ayuda</strong> para más información y recursos de ayuda."
 
-#: mod/contacts.php:410
-msgid "Contact has been unignored"
-msgstr "El contacto ya no está ignorado"
+#: mod/nogroup.php:45 mod/viewcontacts.php:105 mod/contacts.php:597
+#: mod/contacts.php:941
+#, php-format
+msgid "Visit %s's profile [%s]"
+msgstr "Ver el perfil de %s [%s]"
 
-#: mod/contacts.php:422
-msgid "Contact has been archived"
-msgstr "El contacto ha sido archivado"
+#: mod/nogroup.php:46 mod/contacts.php:942
+msgid "Edit contact"
+msgstr "Modificar contacto"
 
-#: mod/contacts.php:422
-msgid "Contact has been unarchived"
-msgstr "El contacto ya no está archivado"
+#: mod/nogroup.php:67
+msgid "Contacts who are not members of a group"
+msgstr "Contactos sin grupo"
 
-#: mod/contacts.php:447
-msgid "Drop contact"
-msgstr "Eliminar contacto"
+#: mod/notifications.php:37
+msgid "Invalid request identifier."
+msgstr "Solicitud de identificación no válida."
 
-#: mod/contacts.php:450 mod/contacts.php:809
-msgid "Do you really want to delete this contact?"
-msgstr "¿Estás seguro de que quieres eliminar este contacto?"
+#: mod/notifications.php:46 mod/notifications.php:182
+#: mod/notifications.php:229
+msgid "Discard"
+msgstr "Descartar"
 
-#: mod/contacts.php:469
-msgid "Contact has been removed."
-msgstr "El contacto ha sido eliminado"
+#: mod/notifications.php:62 mod/notifications.php:181
+#: mod/notifications.php:265 mod/contacts.php:617 mod/contacts.php:817
+#: mod/contacts.php:1002
+msgid "Ignore"
+msgstr "Ignorar"
 
-#: mod/contacts.php:506
-#, php-format
-msgid "You are mutual friends with %s"
-msgstr "Ahora tienes una amistad mutua con %s"
+#: mod/notifications.php:107
+msgid "Network Notifications"
+msgstr "Notificaciones de Red"
 
-#: mod/contacts.php:510
-#, php-format
-msgid "You are sharing with %s"
-msgstr "Estás compartiendo con %s"
+#: mod/notifications.php:113 mod/notify.php:72
+msgid "System Notifications"
+msgstr "Notificaciones del sistema"
 
-#: mod/contacts.php:515
-#, php-format
-msgid "%s is sharing with you"
-msgstr "%s está compartiendo contigo"
+#: mod/notifications.php:119
+msgid "Personal Notifications"
+msgstr "Notificaciones personales"
 
-#: mod/contacts.php:535
-msgid "Private communications are not available for this contact."
-msgstr "Las comunicaciones privadas no está disponibles para este contacto."
+#: mod/notifications.php:125
+msgid "Home Notifications"
+msgstr "Notificaciones de Inicio"
 
-#: mod/contacts.php:542
-msgid "(Update was successful)"
-msgstr "(La actualización se ha completado)"
+#: mod/notifications.php:154
+msgid "Show Ignored Requests"
+msgstr "Mostrar peticiones ignoradas"
 
-#: mod/contacts.php:542
-msgid "(Update was not successful)"
-msgstr "(La actualización no se ha completado)"
+#: mod/notifications.php:154
+msgid "Hide Ignored Requests"
+msgstr "Ocultar peticiones ignoradas"
 
-#: mod/contacts.php:544 mod/contacts.php:972
-msgid "Suggest friends"
-msgstr "Sugerir amigos"
+#: mod/notifications.php:166 mod/notifications.php:236
+msgid "Notification type: "
+msgstr "Tipo de notificación: "
 
-#: mod/contacts.php:548
+#: mod/notifications.php:169
 #, php-format
-msgid "Network type: %s"
-msgstr "Tipo de red: %s"
+msgid "suggested by %s"
+msgstr "sugerido por %s"
 
-#: mod/contacts.php:561
-msgid "Communications lost with this contact!"
-msgstr "¡Se ha perdido la comunicación con este contacto!"
+#: mod/notifications.php:174 mod/notifications.php:253 mod/contacts.php:624
+msgid "Hide this contact from others"
+msgstr "Ocultar este contacto a los demás."
 
-#: mod/contacts.php:564
-msgid "Fetch further information for feeds"
-msgstr "Recaudar informacion complementaria de los feeds"
+#: mod/notifications.php:175 mod/notifications.php:254
+msgid "Post a new friend activity"
+msgstr "Publica tu nueva amistad"
 
-#: mod/contacts.php:565
-msgid "Fetch information"
-msgstr "Recaudar informacion"
+#: mod/notifications.php:175 mod/notifications.php:254
+msgid "if applicable"
+msgstr "Si corresponde"
 
-#: mod/contacts.php:565
-msgid "Fetch information and keywords"
-msgstr "Recaudar informacion y palabras claves"
+#: mod/notifications.php:178 mod/notifications.php:263 mod/admin.php:1512
+msgid "Approve"
+msgstr "Aprobar"
 
-#: mod/contacts.php:583
-msgid "Contact"
-msgstr "Contacto"
+#: mod/notifications.php:197
+msgid "Claims to be known to you: "
+msgstr "Dice conocerte: "
 
-#: mod/contacts.php:585 mod/content.php:728 mod/crepair.php:156
-#: mod/events.php:513 mod/fsuggest.php:108 mod/install.php:276
-#: mod/install.php:316 mod/invite.php:142 mod/localtime.php:45
-#: mod/manage.php:145 mod/message.php:338 mod/message.php:521 mod/mood.php:138
-#: mod/photos.php:1124 mod/photos.php:1246 mod/photos.php:1562
-#: mod/photos.php:1612 mod/photos.php:1660 mod/photos.php:1746
-#: mod/poke.php:203 mod/profiles.php:680 object/Item.php:705
-#: view/theme/duepuntozero/config.php:61 view/theme/frio/config.php:64
-#: view/theme/quattro/config.php:67 view/theme/vier/config.php:112
-msgid "Submit"
-msgstr "Envíar"
+#: mod/notifications.php:198
+msgid "yes"
+msgstr "sí"
 
-#: mod/contacts.php:586
-msgid "Profile Visibility"
-msgstr "Visibilidad del Perfil"
+#: mod/notifications.php:198
+msgid "no"
+msgstr "no"
 
-#: mod/contacts.php:587
+#: mod/notifications.php:199 mod/notifications.php:204
+msgid "Shall your connection be bidirectional or not?"
+msgstr "¿Su conexión debe ser bidireccional o no?"
+
+#: mod/notifications.php:200 mod/notifications.php:205
 #, php-format
 msgid ""
-"Please choose the profile you would like to display to %s when viewing your "
-"profile securely."
-msgstr "Por favor, selecciona el perfil que quieras mostrar a %s cuando esté viendo tu perfil de forma segura."
-
-#: mod/contacts.php:588
-msgid "Contact Information / Notes"
-msgstr "Información del Contacto / Notas"
+"Accepting %s as a friend allows %s to subscribe to your posts, and you will "
+"also receive updates from them in your news feed."
+msgstr "Aceptar a %s como amigo le permite a %s suscribirse a sus publicaciones, y usted también recibirá actualizaciones de ellos en sus noticias."
 
-#: mod/contacts.php:589
-msgid "Edit contact notes"
-msgstr "Editar notas del contacto"
+#: mod/notifications.php:201
+#, php-format
+msgid ""
+"Accepting %s as a subscriber allows them to subscribe to your posts, but you"
+" will not receive updates from them in your news feed."
+msgstr "Aceptar a %s como suscriptor les permite suscribirse a sus publicaciones, pero usted no recibirá actualizaciones de ellos en sus noticias."
 
-#: mod/contacts.php:594 mod/contacts.php:938 mod/nogroup.php:43
-#: mod/viewcontacts.php:102
+#: mod/notifications.php:206
 #, php-format
-msgid "Visit %s's profile [%s]"
-msgstr "Ver el perfil de %s [%s]"
+msgid ""
+"Accepting %s as a sharer allows them to subscribe to your posts, but you "
+"will not receive updates from them in your news feed."
+msgstr "Aceptar a %s como participante les permite suscribirse a sus publicaciones, pero usted no recibirá actualizaciones de ellos en sus noticias."
 
-#: mod/contacts.php:595
-msgid "Block/Unblock contact"
-msgstr "Boquear/Desbloquear contacto"
+#: mod/notifications.php:217
+msgid "Friend"
+msgstr "Amigo"
 
-#: mod/contacts.php:596
-msgid "Ignore contact"
-msgstr "Ignorar contacto"
+#: mod/notifications.php:218
+msgid "Sharer"
+msgstr "Lector"
+
+#: mod/notifications.php:218
+msgid "Subscriber"
+msgstr "Suscriptor"
 
-#: mod/contacts.php:597
-msgid "Repair URL settings"
-msgstr "Configuración de reparación de la dirección"
+#: mod/notifications.php:274
+msgid "No introductions."
+msgstr "Sin presentaciones."
 
-#: mod/contacts.php:598
-msgid "View conversations"
-msgstr "Ver conversaciones"
+#: mod/notifications.php:315
+msgid "Show unread"
+msgstr "Mostrar no leído"
 
-#: mod/contacts.php:604
-msgid "Last update:"
-msgstr "Última actualización:"
+#: mod/notifications.php:315
+msgid "Show all"
+msgstr "Mostrar todo"
 
-#: mod/contacts.php:606
-msgid "Update public posts"
-msgstr "Actualizar publicaciones públicas"
+#: mod/notifications.php:321
+#, php-format
+msgid "No more %s notifications."
+msgstr "No más notificaciones de %s."
 
-#: mod/contacts.php:608 mod/contacts.php:982
-msgid "Update now"
-msgstr "Actualizar ahora"
+#: mod/notify.php:68
+msgid "No more system notifications."
+msgstr "No hay más notificaciones del sistema."
 
-#: mod/contacts.php:614 mod/contacts.php:814 mod/contacts.php:999
-msgid "Unignore"
-msgstr "Quitar de Ignorados"
+#: mod/oexchange.php:24
+msgid "Post successful."
+msgstr "¡Publicado!"
 
-#: mod/contacts.php:614 mod/contacts.php:814 mod/contacts.php:999
-#: mod/notifications.php:60 mod/notifications.php:179
-#: mod/notifications.php:257
-msgid "Ignore"
-msgstr "Ignorar"
+#: mod/openid.php:24
+msgid "OpenID protocol error. No ID returned."
+msgstr "Error de protocolo OpenID. ID no devuelta."
 
-#: mod/contacts.php:618
-msgid "Currently blocked"
-msgstr "Bloqueados"
+#: mod/openid.php:60
+msgid ""
+"Account not found and OpenID registration is not permitted on this site."
+msgstr "Cuenta no encontrada y el registro OpenID no está permitido en ese sitio."
 
-#: mod/contacts.php:619
-msgid "Currently ignored"
-msgstr "Ignorados"
+#: mod/ostatus_subscribe.php:16
+msgid "Subscribing to OStatus contacts"
+msgstr "Subscribir a los contactos de OStatus"
 
-#: mod/contacts.php:620
-msgid "Currently archived"
-msgstr "Archivados"
+#: mod/ostatus_subscribe.php:27
+msgid "No contact provided."
+msgstr "Sin suministro de datos de contacto."
 
-#: mod/contacts.php:621 mod/notifications.php:172 mod/notifications.php:245
-msgid "Hide this contact from others"
-msgstr "Ocultar este contacto a los demás."
+#: mod/ostatus_subscribe.php:33
+msgid "Couldn't fetch information for contact."
+msgstr "No se ha podido conseguir la información del contacto."
 
-#: mod/contacts.php:621
-msgid ""
-"Replies/likes to your public posts <strong>may</strong> still be visible"
-msgstr "Los comentarios o \"me gusta\" en tus publicaciones públicas todavía <strong>pueden</strong> ser visibles."
+#: mod/ostatus_subscribe.php:42
+msgid "Couldn't fetch friends for contact."
+msgstr "No se ha podido conseguir datos de amigos para contactar."
 
-#: mod/contacts.php:622
-msgid "Notification for new posts"
-msgstr "Notificacion de nuevos temas."
+#: mod/ostatus_subscribe.php:56 mod/repair_ostatus.php:46
+msgid "Done"
+msgstr "hecho!"
 
-#: mod/contacts.php:622
-msgid "Send a notification of every new post of this contact"
-msgstr "Enviar una notificacion por nuevos temas de este contacto."
+#: mod/ostatus_subscribe.php:70
+msgid "success"
+msgstr "exito!"
 
-#: mod/contacts.php:625
-msgid "Blacklisted keywords"
-msgstr "Lista negra de palabras"
+#: mod/ostatus_subscribe.php:72
+msgid "failed"
+msgstr "fallido!"
 
-#: mod/contacts.php:625
-msgid ""
-"Comma separated list of keywords that should not be converted to hashtags, "
-"when \"Fetch information and keywords\" is selected"
-msgstr "Lista separada por comas de palabras claves que no deberian ser convertido en #hashtags cuando \"Recaudar informacion y palabras claves\" es seleccionado"
+#: mod/ostatus_subscribe.php:80 mod/repair_ostatus.php:52
+msgid "Keep this window open until done."
+msgstr "Mantén esta ventana abierta hasta que el proceso ha terminado."
 
-#: mod/contacts.php:632 mod/follow.php:129 mod/notifications.php:249
-msgid "Profile URL"
-msgstr "URL Perfil"
+#: mod/p.php:12
+msgid "Not Extended"
+msgstr "No extendido"
 
-#: mod/contacts.php:643
-msgid "Actions"
-msgstr "Acciones"
+#: mod/photos.php:96 mod/photos.php:1902
+msgid "Recent Photos"
+msgstr "Fotos recientes"
 
-#: mod/contacts.php:646
-msgid "Contact Settings"
-msgstr "Ajustes del contacto"
+#: mod/photos.php:99 mod/photos.php:1330 mod/photos.php:1904
+msgid "Upload New Photos"
+msgstr "Subir nuevas fotos"
 
-#: mod/contacts.php:692
-msgid "Suggestions"
-msgstr "Sugerencias"
+#: mod/photos.php:114 mod/settings.php:38
+msgid "everybody"
+msgstr "todos"
 
-#: mod/contacts.php:695
-msgid "Suggest potential friends"
-msgstr "Amistades potenciales sugeridas"
+#: mod/photos.php:178
+msgid "Contact information unavailable"
+msgstr "Información del contacto no disponible"
 
-#: mod/contacts.php:700 mod/group.php:202
-msgid "All Contacts"
-msgstr "Todos los contactos"
+#: mod/photos.php:199
+msgid "Album not found."
+msgstr "Álbum no encontrado."
 
-#: mod/contacts.php:703
-msgid "Show all contacts"
-msgstr "Mostrar todos los contactos"
+#: mod/photos.php:232 mod/photos.php:244 mod/photos.php:1274
+msgid "Delete Album"
+msgstr "Eliminar álbum"
 
-#: mod/contacts.php:708
-msgid "Unblocked"
-msgstr "Desbloqueados"
+#: mod/photos.php:242
+msgid "Do you really want to delete this photo album and all its photos?"
+msgstr "¿Estás seguro de quieres borrar este álbum y todas sus fotos?"
 
-#: mod/contacts.php:711
-msgid "Only show unblocked contacts"
-msgstr "Mostrar solo contactos sin bloquear"
+#: mod/photos.php:325 mod/photos.php:336 mod/photos.php:1600
+msgid "Delete Photo"
+msgstr "Eliminar foto"
 
-#: mod/contacts.php:717
-msgid "Blocked"
-msgstr "Bloqueados"
+#: mod/photos.php:334
+msgid "Do you really want to delete this photo?"
+msgstr "¿Estás seguro de que quieres borrar esta foto?"
 
-#: mod/contacts.php:720
-msgid "Only show blocked contacts"
-msgstr "Mostrar solo contactos bloqueados"
+#: mod/photos.php:715
+#, php-format
+msgid "%1$s was tagged in %2$s by %3$s"
+msgstr "%1$s fue etiquetado en %2$s por %3$s"
 
-#: mod/contacts.php:726
-msgid "Ignored"
-msgstr "Ignorados"
+#: mod/photos.php:715
+msgid "a photo"
+msgstr "una foto"
 
-#: mod/contacts.php:729
-msgid "Only show ignored contacts"
-msgstr "Mostrar solo contactos ignorados"
+#: mod/photos.php:815 mod/wall_upload.php:181 mod/profile_photo.php:155
+#, php-format
+msgid "Image exceeds size limit of %s"
+msgstr "La imagen excede el limite de %s"
 
-#: mod/contacts.php:735
-msgid "Archived"
-msgstr "Archivados"
+#: mod/photos.php:823
+msgid "Image file is empty."
+msgstr "El archivo de imagen está vacío."
 
-#: mod/contacts.php:738
-msgid "Only show archived contacts"
-msgstr "Mostrar solo contactos archivados"
+#: mod/photos.php:856 mod/wall_upload.php:218 mod/profile_photo.php:164
+msgid "Unable to process image."
+msgstr "Imposible procesar la imagen."
 
-#: mod/contacts.php:744
-msgid "Hidden"
-msgstr "Ocultos"
+#: mod/photos.php:885 mod/wall_upload.php:257 mod/profile_photo.php:314
+msgid "Image upload failed."
+msgstr "Error al subir la imagen."
 
-#: mod/contacts.php:747
-msgid "Only show hidden contacts"
-msgstr "Mostrar solo contactos ocultos"
+#: mod/photos.php:990
+msgid "No photos selected"
+msgstr "Ninguna foto seleccionada"
 
-#: mod/contacts.php:804
-msgid "Search your contacts"
-msgstr "Buscar en tus contactos"
+#: mod/photos.php:1093 mod/videos.php:311
+msgid "Access to this item is restricted."
+msgstr "El acceso a este elemento está restringido."
 
-#: mod/contacts.php:805 mod/network.php:145 mod/search.php:232
+#: mod/photos.php:1153
 #, php-format
-msgid "Results for: %s"
-msgstr "Resultados para: %s"
+msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
+msgstr "Has usado %1$.2f MB de %2$.2f MB de tu álbum de fotos."
 
-#: mod/contacts.php:812 mod/settings.php:160 mod/settings.php:707
-msgid "Update"
-msgstr "Actualizar"
+#: mod/photos.php:1190
+msgid "Upload Photos"
+msgstr "Subir fotos"
 
-#: mod/contacts.php:815 mod/contacts.php:1007
-msgid "Archive"
-msgstr "Archivo"
+#: mod/photos.php:1194 mod/photos.php:1269
+msgid "New album name: "
+msgstr "Nombre del nuevo álbum: "
 
-#: mod/contacts.php:815 mod/contacts.php:1007
-msgid "Unarchive"
-msgstr "Sin archivar"
+#: mod/photos.php:1195
+msgid "or existing album name: "
+msgstr "o nombre de un álbum existente: "
 
-#: mod/contacts.php:818
-msgid "Batch Actions"
-msgstr "Accones en lote"
+#: mod/photos.php:1196
+msgid "Do not show a status post for this upload"
+msgstr "No actualizar tu estado con este envío"
 
-#: mod/contacts.php:864
-msgid "View all contacts"
-msgstr "Ver todos los contactos"
+#: mod/photos.php:1207 mod/photos.php:1604 mod/settings.php:1308
+msgid "Show to Groups"
+msgstr "Mostrar a los Grupos"
 
-#: mod/contacts.php:874
-msgid "View all common friends"
-msgstr "Ver todos los conocidos en común "
+#: mod/photos.php:1208 mod/photos.php:1605 mod/settings.php:1309
+msgid "Show to Contacts"
+msgstr "Mostrar a los Contactos"
 
-#: mod/contacts.php:881
-msgid "Advanced Contact Settings"
-msgstr "Configuración avanzada"
+#: mod/photos.php:1209
+msgid "Private Photo"
+msgstr "Foto Privada"
 
-#: mod/contacts.php:915
-msgid "Mutual Friendship"
-msgstr "Amistad recíproca"
+#: mod/photos.php:1210
+msgid "Public Photo"
+msgstr "Foto Pública"
 
-#: mod/contacts.php:919
-msgid "is a fan of yours"
-msgstr "es tu fan"
+#: mod/photos.php:1280
+msgid "Edit Album"
+msgstr "Modificar álbum"
 
-#: mod/contacts.php:923
-msgid "you are a fan of"
-msgstr "eres fan de"
+#: mod/photos.php:1285
+msgid "Show Newest First"
+msgstr "Mostrar más nuevos primero"
 
-#: mod/contacts.php:939 mod/nogroup.php:44
-msgid "Edit contact"
-msgstr "Modificar contacto"
+#: mod/photos.php:1287
+msgid "Show Oldest First"
+msgstr "Mostrar más antiguos primero"
 
-#: mod/contacts.php:993
-msgid "Toggle Blocked status"
-msgstr "Cambiar bloqueados"
+#: mod/photos.php:1316 mod/photos.php:1887
+msgid "View Photo"
+msgstr "Ver foto"
 
-#: mod/contacts.php:1001
-msgid "Toggle Ignored status"
-msgstr "Cambiar ignorados"
+#: mod/photos.php:1361
+msgid "Permission denied. Access to this item may be restricted."
+msgstr "Permiso denegado. El acceso a este elemento puede estar restringido."
 
-#: mod/contacts.php:1009
-msgid "Toggle Archive status"
-msgstr "Cambiar archivados"
+#: mod/photos.php:1363
+msgid "Photo not available"
+msgstr "Foto no disponible"
 
-#: mod/contacts.php:1017
-msgid "Delete contact"
-msgstr "Eliminar contacto"
+#: mod/photos.php:1424
+msgid "View photo"
+msgstr "Ver foto"
 
-#: mod/content.php:119 mod/network.php:468
-msgid "No such group"
-msgstr "Ningún grupo"
+#: mod/photos.php:1424
+msgid "Edit photo"
+msgstr "Modificar foto"
 
-#: mod/content.php:130 mod/group.php:203 mod/network.php:495
-msgid "Group is empty"
-msgstr "El grupo está vacío"
+#: mod/photos.php:1425
+msgid "Use as profile photo"
+msgstr "Usar como foto del perfil"
 
-#: mod/content.php:135 mod/network.php:499
-#, php-format
-msgid "Group: %s"
-msgstr "Grupo: %s"
+#: mod/photos.php:1450
+msgid "View Full Size"
+msgstr "Ver a tamaño completo"
 
-#: mod/content.php:325 object/Item.php:96
-msgid "This entry was edited"
-msgstr "Esta entrada fue editada"
+#: mod/photos.php:1540
+msgid "Tags: "
+msgstr "Etiquetas: "
 
-#: mod/content.php:621 object/Item.php:417
-#, php-format
-msgid "%d comment"
-msgid_plural "%d comments"
-msgstr[0] "%d comentario"
-msgstr[1] "%d comentarios"
+#: mod/photos.php:1543
+msgid "[Remove any tag]"
+msgstr "[Borrar todas las etiquetas]"
 
-#: mod/content.php:638 mod/photos.php:1402 object/Item.php:117
-msgid "Private Message"
-msgstr "Mensaje privado"
+#: mod/photos.php:1586
+msgid "New album name"
+msgstr "Nuevo nombre del álbum"
+
+#: mod/photos.php:1587
+msgid "Caption"
+msgstr "Título"
 
-#: mod/content.php:702 mod/photos.php:1590 object/Item.php:274
-msgid "I like this (toggle)"
-msgstr "Me gusta esto (cambiar)"
+#: mod/photos.php:1588
+msgid "Add a Tag"
+msgstr "Añadir una etiqueta"
 
-#: mod/content.php:702 object/Item.php:274
-msgid "like"
-msgstr "me gusta"
+#: mod/photos.php:1588
+msgid ""
+"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
+msgstr "Ejemplo: @juan, @Barbara_Ruiz, @julia@example.com, #California, #camping"
 
-#: mod/content.php:703 mod/photos.php:1591 object/Item.php:275
-msgid "I don't like this (toggle)"
-msgstr "No me gusta esto (cambiar)"
+#: mod/photos.php:1589
+msgid "Do not rotate"
+msgstr "No rotar"
 
-#: mod/content.php:703 object/Item.php:275
-msgid "dislike"
-msgstr "no me gusta"
+#: mod/photos.php:1590
+msgid "Rotate CW (right)"
+msgstr "Girar a la derecha"
 
-#: mod/content.php:705 object/Item.php:278
-msgid "Share this"
-msgstr "Compartir esto"
+#: mod/photos.php:1591
+msgid "Rotate CCW (left)"
+msgstr "Girar a la izquierda"
 
-#: mod/content.php:705 object/Item.php:278
-msgid "share"
-msgstr "compartir"
+#: mod/photos.php:1606
+msgid "Private photo"
+msgstr "Foto privada"
 
-#: mod/content.php:725 mod/photos.php:1609 mod/photos.php:1657
-#: mod/photos.php:1743 object/Item.php:702
-msgid "This is you"
-msgstr "Este eres tú"
+#: mod/photos.php:1607
+msgid "Public photo"
+msgstr "Foto pública"
 
-#: mod/content.php:727 mod/content.php:950 mod/photos.php:1611
-#: mod/photos.php:1659 mod/photos.php:1745 object/Item.php:392
-#: object/Item.php:704
-msgid "Comment"
-msgstr "Comentar"
+#: mod/photos.php:1816
+msgid "Map"
+msgstr "Mapa"
 
-#: mod/content.php:729 object/Item.php:706
-msgid "Bold"
-msgstr "Negrita"
+#: mod/photos.php:1893 mod/videos.php:395
+msgid "View Album"
+msgstr "Ver Álbum"
 
-#: mod/content.php:730 object/Item.php:707
-msgid "Italic"
-msgstr "Cursiva"
+#: mod/ping.php:273
+msgid "{0} wants to be your friend"
+msgstr "{0} quiere ser tu amigo"
 
-#: mod/content.php:731 object/Item.php:708
-msgid "Underline"
-msgstr "Subrayado"
+#: mod/ping.php:288
+msgid "{0} sent you a message"
+msgstr "{0} te ha enviado un mensaje"
 
-#: mod/content.php:732 object/Item.php:709
-msgid "Quote"
-msgstr "Cita"
+#: mod/ping.php:303
+msgid "{0} requested registration"
+msgstr "{0} solicitudes de registro"
 
-#: mod/content.php:733 object/Item.php:710
-msgid "Code"
-msgstr "Código"
+#: mod/poke.php:197
+msgid "Poke/Prod"
+msgstr "Toque/Empujón"
 
-#: mod/content.php:734 object/Item.php:711
-msgid "Image"
-msgstr "Imagen"
+#: mod/poke.php:198
+msgid "poke, prod or do other things to somebody"
+msgstr "da un toque, empujón o similar a alguien"
 
-#: mod/content.php:735 object/Item.php:712
-msgid "Link"
-msgstr "Enlace"
+#: mod/poke.php:199
+msgid "Recipient"
+msgstr "Receptor"
 
-#: mod/content.php:736 object/Item.php:713
-msgid "Video"
-msgstr "Vídeo"
+#: mod/poke.php:200
+msgid "Choose what you wish to do to recipient"
+msgstr "Elige qué desea hacer con el receptor"
 
-#: mod/content.php:746 mod/settings.php:743 object/Item.php:122
-#: object/Item.php:124
-msgid "Edit"
-msgstr "Editar"
+#: mod/poke.php:203
+msgid "Make this post private"
+msgstr "Hacer esta publicación privada"
 
-#: mod/content.php:772 object/Item.php:238
-msgid "add star"
-msgstr "Añadir estrella"
+#: mod/profile.php:176
+msgid "Tips for New Members"
+msgstr "Consejos para nuevos miembros"
 
-#: mod/content.php:773 object/Item.php:239
-msgid "remove star"
-msgstr "Quitar estrella"
+#: mod/profperm.php:28 mod/profperm.php:59
+msgid "Invalid profile identifier."
+msgstr "Identificador de perfil no válido."
 
-#: mod/content.php:774 object/Item.php:240
-msgid "toggle star status"
-msgstr "Añadir a destacados"
+#: mod/profperm.php:105
+msgid "Profile Visibility Editor"
+msgstr "Editor de visibilidad del perfil"
 
-#: mod/content.php:777 object/Item.php:243
-msgid "starred"
-msgstr "marcados con estrellas"
+#: mod/profperm.php:118
+msgid "Visible To"
+msgstr "Visible para"
 
-#: mod/content.php:778 mod/content.php:800 object/Item.php:263
-msgid "add tag"
-msgstr "añadir etiqueta"
+#: mod/profperm.php:134
+msgid "All Contacts (with secure profile access)"
+msgstr "Todos los contactos (con perfil de acceso seguro)"
 
-#: mod/content.php:789 object/Item.php:251
-msgid "ignore thread"
-msgstr "ignorar publicación"
+#: mod/register.php:95
+msgid ""
+"Registration successful. Please check your email for further instructions."
+msgstr "Te has registrado con éxito. Por favor, consulta tu correo para más información."
 
-#: mod/content.php:790 object/Item.php:252
-msgid "unignore thread"
-msgstr "revertir ignorar publicacion"
+#: mod/register.php:100
+#, php-format
+msgid ""
+"Failed to send email message. Here your accout details:<br> login: %s<br> "
+"password: %s<br><br>You can change your password after login."
+msgstr "Error al intentar de enviar mensaje de correo. Aquí los detalles de su cuenta: <br> login: %s<br> contraseña: %s<br><br>Puede cambiar su contraseña después de ingresar al sitio."
 
-#: mod/content.php:791 object/Item.php:253
-msgid "toggle ignore status"
-msgstr "cambiar estatus de observación"
+#: mod/register.php:107
+msgid "Registration successful."
+msgstr "Registro exitoso."
 
-#: mod/content.php:794 mod/ostatus_subscribe.php:73 object/Item.php:256
-msgid "ignored"
-msgstr "ignorado"
+#: mod/register.php:113
+msgid "Your registration can not be processed."
+msgstr "Tu registro no se puede procesar."
 
-#: mod/content.php:805 object/Item.php:141
-msgid "save to folder"
-msgstr "grabado en directorio"
+#: mod/register.php:162
+msgid "Your registration is pending approval by the site owner."
+msgstr "Tu registro está pendiente de aprobación por el propietario del sitio."
 
-#: mod/content.php:853 object/Item.php:212
-msgid "I will attend"
-msgstr "Voy a estar presente"
+#: mod/register.php:200 mod/uimport.php:53
+msgid ""
+"This site has exceeded the number of allowed daily account registrations. "
+"Please try again tomorrow."
+msgstr "Este sitio ha excedido el número de registros diarios permitidos. Inténtalo de nuevo mañana por favor."
 
-#: mod/content.php:853 object/Item.php:212
-msgid "I will not attend"
-msgstr "No voy a estar presente"
+#: mod/register.php:228
+msgid ""
+"You may (optionally) fill in this form via OpenID by supplying your OpenID "
+"and clicking 'Register'."
+msgstr "Puedes (opcionalmente) rellenar este formulario a través de OpenID escribiendo tu OpenID y pulsando en \"Registrar\"."
 
-#: mod/content.php:853 object/Item.php:212
-msgid "I might attend"
-msgstr "Puede que voy a estar presente"
+#: mod/register.php:229
+msgid ""
+"If you are not familiar with OpenID, please leave that field blank and fill "
+"in the rest of the items."
+msgstr "Si no estás familiarizado con OpenID, por favor deja ese campo en blanco y rellena el resto de los elementos."
 
-#: mod/content.php:917 object/Item.php:358
-msgid "to"
-msgstr "a"
+#: mod/register.php:230
+msgid "Your OpenID (optional): "
+msgstr "Tu OpenID (opcional):"
 
-#: mod/content.php:918 object/Item.php:360
-msgid "Wall-to-Wall"
-msgstr "Muro-A-Muro"
+#: mod/register.php:244
+msgid "Include your profile in member directory?"
+msgstr "¿Incluir tu perfil en el directorio de miembros?"
 
-#: mod/content.php:919 object/Item.php:361
-msgid "via Wall-To-Wall:"
-msgstr "via Muro-A-Muro:"
+#: mod/register.php:269
+msgid "Note for the admin"
+msgstr "Nota para el administrador"
 
-#: mod/credits.php:16
-msgid "Credits"
-msgstr "Creditos"
+#: mod/register.php:269
+msgid "Leave a message for the admin, why you want to join this node"
+msgstr "Deje un mensaje para el administrador sobre por qué quiere unirse a este nodo"
 
-#: mod/credits.php:17
-msgid ""
-"Friendica is a community project, that would not be possible without the "
-"help of many people. Here is a list of those who have contributed to the "
-"code or the translation of Friendica. Thank you all!"
-msgstr "Friendica es un proyecto comunitario, que no seria posible sin la ayuda de mucha gente. Aquí una lista de de aquellos que aportaron al código o la traducción de friendica.\nGracias a todos! "
+#: mod/register.php:270
+msgid "Membership on this site is by invitation only."
+msgstr "Sitio solo accesible mediante invitación."
 
-#: mod/crepair.php:89
-msgid "Contact settings applied."
-msgstr "Contacto configurado con éxito."
+#: mod/register.php:271
+msgid "Your invitation ID: "
+msgstr "ID de tu invitación: "
 
-#: mod/crepair.php:91
-msgid "Contact update failed."
-msgstr "Error al actualizar el Contacto."
+#: mod/register.php:274 mod/admin.php:1062
+msgid "Registration"
+msgstr "Registro"
 
-#: mod/crepair.php:116 mod/dfrn_confirm.php:126 mod/fsuggest.php:21
-#: mod/fsuggest.php:93
-msgid "Contact not found."
-msgstr "Contacto no encontrado."
+#: mod/register.php:282
+msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
+msgstr "Nombre completo (ej. Joe Smith, real o real aparente):"
 
-#: mod/crepair.php:122
-msgid ""
-"<strong>WARNING: This is highly advanced</strong> and if you enter incorrect"
-" information your communications with this contact may stop working."
-msgstr "<strong>ADVERTENCIA: Esto es muy avanzado</strong> y si se introduce información incorrecta tu conexión con este contacto puede dejar de funcionar."
+#: mod/register.php:283
+msgid "Your Email Address: "
+msgstr "Tu dirección de correo: "
 
-#: mod/crepair.php:123
-msgid ""
-"Please use your browser 'Back' button <strong>now</strong> if you are "
-"uncertain what to do on this page."
-msgstr "Por favor usa el botón 'Atás' de tu navegador <strong>ahora</strong> si no tienes claro qué hacer en esta página."
+#: mod/register.php:285 mod/settings.php:1279
+msgid "New Password:"
+msgstr "Contraseña nueva:"
 
-#: mod/crepair.php:136 mod/crepair.php:138
-msgid "No mirroring"
-msgstr "No espejar"
+#: mod/register.php:285
+msgid "Leave empty for an auto generated password."
+msgstr "Dejar vacío para autogenerar una contraseña"
 
-#: mod/crepair.php:136
-msgid "Mirror as forwarded posting"
-msgstr "Espejar como reenvio"
+#: mod/register.php:286 mod/settings.php:1280
+msgid "Confirm:"
+msgstr "Confirmar:"
 
-#: mod/crepair.php:136 mod/crepair.php:138
-msgid "Mirror as my own posting"
-msgstr "Espejar como publicación propia"
+#: mod/register.php:287
+msgid ""
+"Choose a profile nickname. This must begin with a text character. Your "
+"profile address on this site will then be "
+"'<strong>nickname@$sitename</strong>'."
+msgstr "Elije un apodo. Debe comenzar con una letra. Tu dirección de perfil en este sitio va a ser \"<strong>apodo@$nombredelsitio</strong>\"."
 
-#: mod/crepair.php:152
-msgid "Return to contact editor"
-msgstr "Volver al editor de contactos"
+#: mod/register.php:288
+msgid "Choose a nickname: "
+msgstr "Escoge un apodo: "
 
-#: mod/crepair.php:154
-msgid "Refetch contact data"
-msgstr "Volver a solicitar datos del contacto."
+#: mod/register.php:297 mod/uimport.php:68
+msgid "Import"
+msgstr "Importar"
 
-#: mod/crepair.php:158
-msgid "Remote Self"
-msgstr "Perfil remoto"
+#: mod/register.php:298
+msgid "Import your profile to this friendica instance"
+msgstr "Importar tu perfil a esta instancia de friendica"
 
-#: mod/crepair.php:161
-msgid "Mirror postings from this contact"
-msgstr "Espejar publicaciones de este contacto"
+#: mod/removeme.php:54 mod/removeme.php:57
+msgid "Remove My Account"
+msgstr "Eliminar mi cuenta"
 
-#: mod/crepair.php:163
+#: mod/removeme.php:55
 msgid ""
-"Mark this contact as remote_self, this will cause friendica to repost new "
-"entries from this contact."
-msgstr "Marcar este contacto como perfil_remoto, esto generara que friendica reenvía nuevas publicaciones desde esta cuenta."
+"This will completely remove your account. Once this has been done it is not "
+"recoverable."
+msgstr "Esto eliminará por completo tu cuenta. Una vez hecho no se puede deshacer."
 
-#: mod/crepair.php:168
-msgid "Account Nickname"
-msgstr "Apodo de la cuenta"
+#: mod/removeme.php:56
+msgid "Please enter your password for verification:"
+msgstr "Por favor, introduce tu contraseña para la verificación:"
 
-#: mod/crepair.php:169
-msgid "@Tagname - overrides Name/Nickname"
-msgstr "@Etiqueta - Sobrescribe el Nombre/Apodo"
+#: mod/repair_ostatus.php:16
+msgid "Resubscribing to OStatus contacts"
+msgstr "Resubscribir a contactos de OStatus"
 
-#: mod/crepair.php:170
-msgid "Account URL"
-msgstr "Dirección de la cuenta"
+#: mod/repair_ostatus.php:32
+msgid "Error"
+msgstr "error"
 
-#: mod/crepair.php:171
-msgid "Friend Request URL"
-msgstr "Dirección de la solicitud de amistad"
+#: mod/search.php:103
+msgid "Only logged in users are permitted to perform a search."
+msgstr "Solo usuarios activos tienen permiso para ejecutar búsquedas."
 
-#: mod/crepair.php:172
-msgid "Friend Confirm URL"
-msgstr "Dirección de confirmación de tu amigo "
+#: mod/search.php:127
+msgid "Too Many Requests"
+msgstr "Demasiadas consultas"
 
-#: mod/crepair.php:173
-msgid "Notification Endpoint URL"
-msgstr "Dirección URL de la notificación"
+#: mod/search.php:128
+msgid "Only one search per minute is permitted for not logged in users."
+msgstr "Se permite solo una búsqueda por minuto para usuarios no identificados."
 
-#: mod/crepair.php:174
-msgid "Poll/Feed URL"
-msgstr "Dirección del Sondeo/Fuentes"
+#: mod/search.php:228
+#, php-format
+msgid "Items tagged with: %s"
+msgstr "Objetos taggeado con: %s"
 
-#: mod/crepair.php:175
-msgid "New photo from this URL"
-msgstr "Nueva foto de esta dirección"
+#: mod/subthread.php:105
+#, php-format
+msgid "%1$s is following %2$s's %3$s"
+msgstr "%1$s está siguiendo las %3$s de %2$s"
 
-#: mod/delegate.php:101
-msgid "No potential page delegates located."
-msgstr "No se han localizado delegados potenciales de la página."
+#: mod/suggest.php:29
+msgid "Do you really want to delete this suggestion?"
+msgstr "¿Estás seguro de que quieres borrar esta sugerencia?"
 
-#: mod/delegate.php:132
+#: mod/suggest.php:73
 msgid ""
-"Delegates are able to manage all aspects of this account/page except for "
-"basic account settings. Please do not delegate your personal account to "
-"anybody that you do not trust completely."
-msgstr "Los delegados tienen la capacidad de gestionar todos los aspectos de esta cuenta/página, excepto los ajustes básicos de la cuenta. Por favor, no delegues tu cuenta personal a nadie en quien no confíes completamente."
+"No suggestions available. If this is a new site, please try again in 24 "
+"hours."
+msgstr "No hay sugerencias disponibles. Si el sitio web es nuevo inténtalo de nuevo dentro de 24 horas."
 
-#: mod/delegate.php:133
-msgid "Existing Page Managers"
-msgstr "Administradores actuales de la página"
+#: mod/suggest.php:86 mod/suggest.php:106
+msgid "Ignore/Hide"
+msgstr "Ignorar/Ocultar"
 
-#: mod/delegate.php:135
-msgid "Existing Page Delegates"
-msgstr "Delegados actuales de la página"
+#: mod/tagrm.php:45
+msgid "Tag removed"
+msgstr "Etiqueta eliminada"
 
-#: mod/delegate.php:137
-msgid "Potential Delegates"
-msgstr "Delegados potenciales"
+#: mod/tagrm.php:84
+msgid "Remove Item Tag"
+msgstr "Eliminar etiqueta"
 
-#: mod/delegate.php:139 mod/tagrm.php:95
-msgid "Remove"
-msgstr "Eliminar"
+#: mod/tagrm.php:86
+msgid "Select a tag to remove: "
+msgstr "Selecciona una etiqueta para eliminar: "
 
-#: mod/delegate.php:140
-msgid "Add"
-msgstr "Añadir"
+#: mod/uexport.php:38
+msgid "Export account"
+msgstr "Exportar cuenta"
 
-#: mod/delegate.php:141
-msgid "No entries."
-msgstr "Sin entradas."
+#: mod/uexport.php:38
+msgid ""
+"Export your account info and contacts. Use this to make a backup of your "
+"account and/or to move it to another server."
+msgstr "Exporta la información de tu cuenta y tus contactos. Úsalo para guardar una copia de seguridad de tu cuenta y/o moverla a otro servidor."
 
-#: mod/dfrn_confirm.php:70 mod/profiles.php:19 mod/profiles.php:134
-#: mod/profiles.php:180 mod/profiles.php:619
-msgid "Profile not found."
-msgstr "Perfil no encontrado."
+#: mod/uexport.php:39
+msgid "Export all"
+msgstr "Exportar todo"
 
-#: mod/dfrn_confirm.php:127
+#: mod/uexport.php:39
 msgid ""
-"This may occasionally happen if contact was requested by both persons and it"
-" has already been approved."
-msgstr "Esto puede ocurrir a veces si la conexión fue solicitada por ambas personas y ya hubiera sido aprobada."
+"Export your accout info, contacts and all your items as json. Could be a "
+"very big file, and could take a lot of time. Use this to make a full backup "
+"of your account (photos are not exported)"
+msgstr "Exporta la información de tu cuenta, contactos y lo demás en JSON. Puede ser un archivo bastante grande, por lo que llevará tiempo. Úsalo para hacer una copia de seguridad completa de tu cuenta (las fotos no se exportarán)"
 
-#: mod/dfrn_confirm.php:244
-msgid "Response from remote site was not understood."
-msgstr "La respuesta desde el sitio remoto no ha sido entendida."
+#: mod/uexport.php:46 mod/settings.php:97
+msgid "Export personal data"
+msgstr "Exportación de datos personales"
 
-#: mod/dfrn_confirm.php:253 mod/dfrn_confirm.php:258
-msgid "Unexpected response from remote site: "
-msgstr "Respuesta inesperada desde el sitio remoto: "
+#: mod/update_community.php:21 mod/update_display.php:25
+#: mod/update_network.php:29 mod/update_notes.php:38 mod/update_profile.php:37
+msgid "[Embedded content - reload page to view]"
+msgstr "[Contenido incrustado - recarga la página para verlo]"
 
-#: mod/dfrn_confirm.php:267
-msgid "Confirmation completed successfully."
-msgstr "Confirmación completada con éxito."
+#: mod/videos.php:126
+msgid "Do you really want to delete this video?"
+msgstr "Realmente quieres eliminar este vídeo?"
 
-#: mod/dfrn_confirm.php:269 mod/dfrn_confirm.php:283 mod/dfrn_confirm.php:290
-msgid "Remote site reported: "
-msgstr "El sito remoto informó: "
+#: mod/videos.php:131
+msgid "Delete Video"
+msgstr "Borrar vídeo"
 
-#: mod/dfrn_confirm.php:281
-msgid "Temporary failure. Please wait and try again."
-msgstr "Error temporal. Por favor, espere y vuelva a intentarlo."
+#: mod/videos.php:210
+msgid "No videos selected"
+msgstr "Ningún vídeo seleccionado"
 
-#: mod/dfrn_confirm.php:288
-msgid "Introduction failed or was revoked."
-msgstr "La presentación ha fallado o ha sido anulada."
+#: mod/videos.php:404
+msgid "Recent Videos"
+msgstr "Vídeos recientes"
 
-#: mod/dfrn_confirm.php:418
-msgid "Unable to set contact photo."
-msgstr "Imposible establecer la foto del contacto."
+#: mod/videos.php:406
+msgid "Upload New Videos"
+msgstr "Subir nuevos vídeos"
 
-#: mod/dfrn_confirm.php:559
-#, php-format
-msgid "No user record found for '%s' "
-msgstr "No se ha encontrado a ningún '%s' "
+#: mod/viewcontacts.php:78
+msgid "No contacts."
+msgstr "Ningún contacto."
 
-#: mod/dfrn_confirm.php:569
-msgid "Our site encryption key is apparently messed up."
-msgstr "Nuestra clave de cifrado del sitio es aparentemente un lío."
+#: mod/viewsrc.php:8
+msgid "Access denied."
+msgstr "Acceso denegado."
 
-#: mod/dfrn_confirm.php:580
-msgid "Empty site URL was provided or URL could not be decrypted by us."
-msgstr "Se ha proporcionado una dirección vacía o no hemos podido descifrarla."
+#: mod/wall_attach.php:19 mod/wall_attach.php:27 mod/wall_attach.php:78
+#: mod/wall_upload.php:36 mod/wall_upload.php:52 mod/wall_upload.php:110
+#: mod/wall_upload.php:150 mod/wall_upload.php:153
+msgid "Invalid request."
+msgstr "Consulta invalida"
 
-#: mod/dfrn_confirm.php:601
-msgid "Contact record was not found for you on our site."
-msgstr "El contacto no se ha encontrado en nuestra base de datos."
+#: mod/wall_attach.php:96
+msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
+msgstr "Disculpa, posiblemente el archivo subido es mas grande que la PHP configuración permite."
+
+#: mod/wall_attach.php:96
+msgid "Or - did you try to upload an empty file?"
+msgstr "Si no - intento de subir un archivo vacío?"
 
-#: mod/dfrn_confirm.php:615
+#: mod/wall_attach.php:107
 #, php-format
-msgid "Site public key not available in contact record for URL %s."
-msgstr "La clave pública del sitio no está disponible en los datos del contacto para %s."
+msgid "File exceeds size limit of %s"
+msgstr "El archivo excede el limite de tamaño de %s"
 
-#: mod/dfrn_confirm.php:635
-msgid ""
-"The ID provided by your system is a duplicate on our system. It should work "
-"if you try again."
-msgstr "La identificación proporcionada por el sistema es un duplicado de nuestro sistema. Debería funcionar si lo intentas de nuevo."
+#: mod/wall_attach.php:160 mod/wall_attach.php:176
+msgid "File upload failed."
+msgstr "Ha fallado la subida del archivo."
 
-#: mod/dfrn_confirm.php:646
-msgid "Unable to set your contact credentials on our system."
-msgstr "No se puede establecer las credenciales de tu contacto en nuestro sistema."
+#: mod/wallmessage.php:44 mod/wallmessage.php:108
+#, php-format
+msgid "Number of daily wall messages for %s exceeded. Message failed."
+msgstr "Excedido el número máximo de mensajes para %s. El mensaje no se ha enviado."
 
-#: mod/dfrn_confirm.php:708
-msgid "Unable to update your contact profile details on our system"
-msgstr "No se puede actualizar los datos de tu perfil de contacto en nuestro sistema"
+#: mod/wallmessage.php:55
+msgid "Unable to check your home location."
+msgstr "Imposible comprobar tu servidor de inicio."
 
-#: mod/dfrn_confirm.php:780
-#, php-format
-msgid "%1$s has joined %2$s"
-msgstr "%1$s se ha unido a %2$s"
+#: mod/wallmessage.php:82 mod/wallmessage.php:91
+msgid "No recipient."
+msgstr "Sin receptor."
 
-#: mod/dfrn_poll.php:104 mod/dfrn_poll.php:539
+#: mod/wallmessage.php:129
 #, php-format
-msgid "%1$s welcomes %2$s"
-msgstr "%1$s te da la bienvenida a %2$s"
+msgid ""
+"If you wish for %s to respond, please check that the privacy settings on "
+"your site allow private mail from unknown senders."
+msgstr "Si quieres que %s te responda, asegúrate de que la configuración de privacidad permite enviar correo privado a desconocidos."
 
-#: mod/dfrn_request.php:101
+#: mod/webfinger.php:11 mod/probe.php:10
+msgid "Only logged in users are permitted to perform a probing."
+msgstr ""
+
+#: mod/dfrn_request.php:103
 msgid "This introduction has already been accepted."
 msgstr "Esta presentación ya ha sido aceptada."
 
-#: mod/dfrn_request.php:124 mod/dfrn_request.php:523
+#: mod/dfrn_request.php:126 mod/dfrn_request.php:528
 msgid "Profile location is not valid or does not contain profile information."
 msgstr "La dirección del perfil no es válida o no contiene información del perfil."
 
-#: mod/dfrn_request.php:129 mod/dfrn_request.php:528
+#: mod/dfrn_request.php:131 mod/dfrn_request.php:533
 msgid "Warning: profile location has no identifiable owner name."
 msgstr "Aviso: La dirección del perfil no tiene un nombre de propietario identificable."
 
-#: mod/dfrn_request.php:132 mod/dfrn_request.php:531
+#: mod/dfrn_request.php:134 mod/dfrn_request.php:536
 msgid "Warning: profile location has no profile photo."
 msgstr "Aviso: la dirección del perfil no tiene foto de perfil."
 
-#: mod/dfrn_request.php:136 mod/dfrn_request.php:535
+#: mod/dfrn_request.php:138 mod/dfrn_request.php:540
 #, php-format
 msgid "%d required parameter was not found at the given location"
 msgid_plural "%d required parameters were not found at the given location"
 msgstr[0] "no se encontró %d parámetro requerido en el lugar determinado"
 msgstr[1] "no se encontraron %d parámetros requeridos en el lugar determinado"
 
-#: mod/dfrn_request.php:180
+#: mod/dfrn_request.php:182
 msgid "Introduction complete."
 msgstr "Presentación completa."
 
-#: mod/dfrn_request.php:225
+#: mod/dfrn_request.php:227
 msgid "Unrecoverable protocol error."
 msgstr "Error de protocolo irrecuperable."
 
-#: mod/dfrn_request.php:253
+#: mod/dfrn_request.php:255
 msgid "Profile unavailable."
 msgstr "Perfil no disponible."
 
-#: mod/dfrn_request.php:280
+#: mod/dfrn_request.php:282
 #, php-format
 msgid "%s has received too many connection requests today."
 msgstr "%s ha recibido demasiadas solicitudes de conexión hoy."
 
-#: mod/dfrn_request.php:281
+#: mod/dfrn_request.php:283
 msgid "Spam protection measures have been invoked."
 msgstr "Han sido activadas las medidas de protección contra spam."
 
-#: mod/dfrn_request.php:282
+#: mod/dfrn_request.php:284
 msgid "Friends are advised to please try again in 24 hours."
 msgstr "Tus amigos serán avisados para que lo intenten de nuevo pasadas 24 horas."
 
-#: mod/dfrn_request.php:344
+#: mod/dfrn_request.php:346
 msgid "Invalid locator"
 msgstr "Localizador no válido"
 
-#: mod/dfrn_request.php:353
+#: mod/dfrn_request.php:355
 msgid "Invalid email address."
 msgstr "Dirección de correo incorrecta"
 
-#: mod/dfrn_request.php:378
+#: mod/dfrn_request.php:380
 msgid "This account has not been configured for email. Request failed."
 msgstr "Esta cuenta no ha sido configurada para el correo. Fallo de solicitud."
 
-#: mod/dfrn_request.php:481
+#: mod/dfrn_request.php:483
 msgid "You have already introduced yourself here."
 msgstr "Ya te has presentado aquí."
 
-#: mod/dfrn_request.php:485
+#: mod/dfrn_request.php:487
 #, php-format
 msgid "Apparently you are already friends with %s."
 msgstr "Al parecer, ya eres amigo de %s."
 
-#: mod/dfrn_request.php:506
+#: mod/dfrn_request.php:508
 msgid "Invalid profile URL."
 msgstr "Dirección de perfil no válida."
 
-#: mod/dfrn_request.php:609
+#: mod/dfrn_request.php:593 mod/contacts.php:221
+msgid "Failed to update contact record."
+msgstr "Error al actualizar el contacto."
+
+#: mod/dfrn_request.php:614
 msgid "Your introduction has been sent."
 msgstr "Tu presentación ha sido enviada."
 
-#: mod/dfrn_request.php:651
+#: mod/dfrn_request.php:656
 msgid ""
 "Remote subscription can't be done for your network. Please subscribe "
 "directly on your system."
 msgstr "La subscripción remota no se podrá hacer para tu red. Por favor contacta directamente desde tu sistema."
 
-#: mod/dfrn_request.php:672
+#: mod/dfrn_request.php:677
 msgid "Please login to confirm introduction."
 msgstr "Inicia sesión para confirmar la presentación."
 
-#: mod/dfrn_request.php:682
+#: mod/dfrn_request.php:687
 msgid ""
 "Incorrect identity currently logged in. Please login to "
 "<strong>this</strong> profile."
 msgstr "Sesión iniciada con la identificación incorrecta. Entra en <strong>este</strong> perfil."
 
-#: mod/dfrn_request.php:696 mod/dfrn_request.php:713
+#: mod/dfrn_request.php:701 mod/dfrn_request.php:718
 msgid "Confirm"
 msgstr "Confirmar"
 
-#: mod/dfrn_request.php:708
+#: mod/dfrn_request.php:713
 msgid "Hide this contact"
 msgstr "Ocultar este contacto"
 
-#: mod/dfrn_request.php:711
+#: mod/dfrn_request.php:716
 #, php-format
 msgid "Welcome home %s."
 msgstr "Bienvenido a casa %s"
 
-#: mod/dfrn_request.php:712
+#: mod/dfrn_request.php:717
 #, php-format
 msgid "Please confirm your introduction/connection request to %s."
 msgstr "Por favor, confirma tu solicitud de presentación/conexión con %s."
 
-#: mod/dfrn_request.php:843
+#: mod/dfrn_request.php:848
 msgid ""
 "Please enter your 'Identity Address' from one of the following supported "
 "communications networks:"
 msgstr "Por favor introduce tu dirección ID de una de las siguientes redes sociales soportadas:"
 
-#: mod/dfrn_request.php:867
+#: mod/dfrn_request.php:872
 #, php-format
 msgid ""
 "If you are not yet a member of the free social web, <a "
@@ -5580,1717 +5845,1835 @@ msgid ""
 "join us today</a>."
 msgstr "Si aun no eres miembro de la red social libre  <a href=\"%s/siteinfo\">seguí este enlace para encontrara un sitio disponible de friendica y acompañanos hoy mismo</a>"
 
-#: mod/dfrn_request.php:872
+#: mod/dfrn_request.php:877
 msgid "Friend/Connection Request"
 msgstr "Solicitud de Amistad/Conexión"
 
-#: mod/dfrn_request.php:873
+#: mod/dfrn_request.php:878
 msgid ""
 "Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, "
 "testuser@identi.ca"
 msgstr "Ejemplos: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"
 
-#: mod/dfrn_request.php:874 mod/follow.php:112
-msgid "Please answer the following:"
-msgstr "Por favor responde lo siguiente:"
-
-#: mod/dfrn_request.php:875 mod/follow.php:113
-#, php-format
-msgid "Does %s know you?"
-msgstr "¿%s te conoce?"
-
-#: mod/dfrn_request.php:879 mod/follow.php:114
-msgid "Add a personal note:"
-msgstr "Añade una nota personal:"
-
-#: mod/dfrn_request.php:882
+#: mod/dfrn_request.php:887
 msgid "StatusNet/Federated Social Web"
 msgstr "StatusNet/Web Social Federada"
 
-#: mod/dfrn_request.php:884
+#: mod/dfrn_request.php:889
 #, php-format
 msgid ""
 " - please do not use this form.  Instead, enter %s into your Diaspora search"
 " bar."
 msgstr "(En vez de usar este formulario, introduce %s en la barra de búsqueda de Diaspora."
 
-#: mod/dfrn_request.php:885 mod/follow.php:120
-msgid "Your Identity Address:"
-msgstr "Dirección de tu perfil:"
-
-#: mod/dfrn_request.php:888 mod/follow.php:19
-msgid "Submit Request"
-msgstr "Enviar solicitud"
+#: mod/item.php:118
+msgid "Unable to locate original post."
+msgstr "No se puede encontrar la publicación original."
 
-#: mod/directory.php:199 view/theme/vier/theme.php:196
-msgid "Global Directory"
-msgstr "Directorio global"
+#: mod/item.php:345
+msgid "Empty post discarded."
+msgstr "Publicación vacía descartada."
 
-#: mod/directory.php:201
-msgid "Find on this site"
-msgstr "Buscar en este sitio"
+#: mod/item.php:904
+msgid "System error. Post not saved."
+msgstr "Error del sistema. Mensaje no guardado."
 
-#: mod/directory.php:203
-msgid "Results for:"
-msgstr "Resultados para:"
+#: mod/item.php:995
+#, php-format
+msgid ""
+"This message was sent to you by %s, a member of the Friendica social "
+"network."
+msgstr "Este mensaje te lo ha enviado %s, miembro de la red social Friendica."
 
-#: mod/directory.php:205
-msgid "Site Directory"
-msgstr "Directorio del sitio"
+#: mod/item.php:997
+#, php-format
+msgid "You may visit them online at %s"
+msgstr "Los puedes visitar en línea en %s"
 
-#: mod/directory.php:212
-msgid "No entries (some entries may be hidden)."
-msgstr "Sin entradas (algunas pueden que estén ocultas)."
+#: mod/item.php:998
+msgid ""
+"Please contact the sender by replying to this post if you do not wish to "
+"receive these messages."
+msgstr "Por favor contacta con el remitente respondiendo a este mensaje si no deseas recibir estos mensajes."
 
-#: mod/dirfind.php:37
+#: mod/item.php:1002
 #, php-format
-msgid "People Search - %s"
-msgstr "Buscar perfiles - %s"
+msgid "%s posted an update."
+msgstr "%s ha publicado una actualización."
+
+#: mod/regmod.php:60
+msgid "Account approved."
+msgstr "Cuenta aprobada."
 
-#: mod/dirfind.php:48
+#: mod/regmod.php:88
 #, php-format
-msgid "Forum Search - %s"
-msgstr "Búsqueda de foro - %s"
+msgid "Registration revoked for %s"
+msgstr "Registro anulado para %s"
 
-#: mod/dirfind.php:245 mod/match.php:109
-msgid "No matches"
-msgstr "Sin conincidencias"
+#: mod/regmod.php:100
+msgid "Please login."
+msgstr "Por favor accede."
 
-#: mod/display.php:479
-msgid "Item has been removed."
-msgstr "El elemento ha sido eliminado."
+#: mod/uimport.php:70
+msgid "Move account"
+msgstr "Mover cuenta"
 
-#: mod/editpost.php:17 mod/editpost.php:27
-msgid "Item not found"
-msgstr "Elemento no encontrado"
+#: mod/uimport.php:71
+msgid "You can import an account from another Friendica server."
+msgstr "Puedes importar una cuenta desde otro servidor de Friendica."
 
-#: mod/editpost.php:32
-msgid "Edit post"
-msgstr "Editar publicación"
+#: mod/uimport.php:72
+msgid ""
+"You need to export your account from the old server and upload it here. We "
+"will recreate your old account here with all your contacts. We will try also"
+" to inform your friends that you moved here."
+msgstr "Necesitas exportar tu cuenta del antiguo servidor y subirla aquí. Volveremos a crear tu antigua cuenta con todos tus contactos aquí. También intentaremos de informar a tus amigos de que te has mudado."
 
-#: mod/events.php:100 mod/events.php:102
-msgid "Event can not end before it has started."
-msgstr "Un evento no puede terminar antes de su comienzo."
+#: mod/uimport.php:73
+msgid ""
+"This feature is experimental. We can't import contacts from the OStatus "
+"network (GNU Social/Statusnet) or from Diaspora"
+msgstr "Esta característica es experimental. No podemos importar contactos desde la red OStatus (statusnet/identi.ca) o desde Diaspora*"
 
-#: mod/events.php:109 mod/events.php:111
-msgid "Event title and start time are required."
-msgstr "Título del evento y hora de inicio requeridas."
+#: mod/uimport.php:74
+msgid "Account file"
+msgstr "Archivo de la cuenta"
 
-#: mod/events.php:388
-msgid "Create New Event"
-msgstr "Crea un evento nuevo"
+#: mod/uimport.php:74
+msgid ""
+"To export your account, go to \"Settings->Export your personal data\" and "
+"select \"Export account\""
+msgstr "Para exportar el perfil vaya a \"Configuracion -> Exportar sus datos personales\" y seleccione \"Exportar cuenta\""
+
+#: mod/admin.php:97
+msgid "Theme settings updated."
+msgstr "Configuración de la apariencia actualizada."
+
+#: mod/admin.php:166 mod/admin.php:1060
+msgid "Site"
+msgstr "Sitio"
+
+#: mod/admin.php:167 mod/admin.php:994 mod/admin.php:1504 mod/admin.php:1520
+msgid "Users"
+msgstr "Usuarios"
+
+#: mod/admin.php:168 mod/admin.php:1622 mod/admin.php:1685 mod/settings.php:76
+msgid "Plugins"
+msgstr "Módulos"
 
-#: mod/events.php:489
-msgid "Event details"
-msgstr "Detalles del evento"
+#: mod/admin.php:169 mod/admin.php:1898 mod/admin.php:1948
+msgid "Themes"
+msgstr "Temas"
 
-#: mod/events.php:490
-msgid "Starting date and Title are required."
-msgstr "Se requiere fecha de comienzo y titulo"
+#: mod/admin.php:170 mod/settings.php:54
+msgid "Additional features"
+msgstr "Características adicionales"
 
-#: mod/events.php:491 mod/events.php:492
-msgid "Event Starts:"
-msgstr "Inicio del evento:"
+#: mod/admin.php:171
+msgid "DB updates"
+msgstr "Actualizaciones de la Base de Datos"
 
-#: mod/events.php:491 mod/events.php:503 mod/profiles.php:708
-msgid "Required"
-msgstr "Obligatorio"
+#: mod/admin.php:172 mod/admin.php:513
+msgid "Inspect Queue"
+msgstr "Inspeccionar cola"
 
-#: mod/events.php:493 mod/events.php:509
-msgid "Finish date/time is not known or not relevant"
-msgstr "La fecha/hora de finalización no es conocida o es irrelevante."
+#: mod/admin.php:173 mod/admin.php:289
+msgid "Server Blocklist"
+msgstr ""
 
-#: mod/events.php:495 mod/events.php:496
-msgid "Event Finishes:"
-msgstr "Finalización del evento:"
+#: mod/admin.php:174 mod/admin.php:479
+msgid "Federation Statistics"
+msgstr "Estadísticas de federación"
 
-#: mod/events.php:497 mod/events.php:510
-msgid "Adjust for viewer timezone"
-msgstr "Ajuste de zona horaria"
+#: mod/admin.php:188 mod/admin.php:199 mod/admin.php:2022
+msgid "Logs"
+msgstr "Registros"
 
-#: mod/events.php:499
-msgid "Description:"
-msgstr "Descripción:"
+#: mod/admin.php:189 mod/admin.php:2090
+msgid "View Logs"
+msgstr "Ver registro de depuración"
 
-#: mod/events.php:503 mod/events.php:505
-msgid "Title:"
-msgstr "Título:"
+#: mod/admin.php:190
+msgid "probe address"
+msgstr "probar direccion"
 
-#: mod/events.php:506 mod/events.php:507
-msgid "Share this event"
-msgstr "Comparte este evento"
+#: mod/admin.php:191
+msgid "check webfinger"
+msgstr "Verificar webfinger"
 
-#: mod/fbrowser.php:132
-msgid "Files"
-msgstr "Archivos"
+#: mod/admin.php:198
+msgid "Plugin Features"
+msgstr "Características del módulo"
 
-#: mod/filer.php:30
-msgid "- select -"
-msgstr "- seleccionar -"
+#: mod/admin.php:200
+msgid "diagnostics"
+msgstr "diagnosticos"
 
-#: mod/follow.php:30
-msgid "You already added this contact."
-msgstr "Ya has añadido este contacto."
+#: mod/admin.php:201
+msgid "User registrations waiting for confirmation"
+msgstr "Registro de usuarios esperando la confirmación"
 
-#: mod/follow.php:39
-msgid "Diaspora support isn't enabled. Contact can't be added."
-msgstr "El soporte de Diaspora* no esta habilitado, el contacto no puede ser agregado."
+#: mod/admin.php:280
+msgid "The blocked domain"
+msgstr ""
 
-#: mod/follow.php:46
-msgid "OStatus support is disabled. Contact can't be added."
-msgstr "El soporte de OStatus no esta habilitado, el contacto no puede ser agregado."
+#: mod/admin.php:281 mod/admin.php:294
+msgid "The reason why you blocked this domain."
+msgstr ""
 
-#: mod/follow.php:53
-msgid "The network type couldn't be detected. Contact can't be added."
-msgstr "No se pudo detectar el tipo de red. Contacto no puede ser agregado."
+#: mod/admin.php:282
+msgid "Delete domain"
+msgstr ""
 
-#: mod/follow.php:186
-msgid "Contact added"
-msgstr "Contacto añadido"
+#: mod/admin.php:282
+msgid "Check to delete this entry from the blocklist"
+msgstr ""
 
-#: mod/friendica.php:72
-msgid "This is Friendica, version"
-msgstr "Esto es Friendica, versión"
+#: mod/admin.php:288 mod/admin.php:478 mod/admin.php:512 mod/admin.php:592
+#: mod/admin.php:1059 mod/admin.php:1503 mod/admin.php:1621 mod/admin.php:1684
+#: mod/admin.php:1897 mod/admin.php:1947 mod/admin.php:2021 mod/admin.php:2089
+msgid "Administration"
+msgstr "Administración"
 
-#: mod/friendica.php:73
-msgid "running at web location"
-msgstr "ejecutándose en la dirección web"
+#: mod/admin.php:290
+msgid ""
+"This page can be used to define a black list of servers from the federated "
+"network that are not allowed to interact with your node. For all entered "
+"domains you should also give a reason why you have blocked the remote "
+"server."
+msgstr ""
 
-#: mod/friendica.php:75
+#: mod/admin.php:291
 msgid ""
-"Please visit <a href=\"http://friendica.com\">Friendica.com</a> to learn "
-"more about the Friendica project."
-msgstr "Por favor, visita <a href=\"http://friendica.com\">Friendica.com</a> para saber más sobre el proyecto Friendica."
+"The list of blocked servers will be made publically available on the "
+"/friendica page so that your users and people investigating communication "
+"problems can find the reason easily."
+msgstr ""
 
-#: mod/friendica.php:77
-msgid "Bug reports and issues: please visit"
-msgstr "Reporte de fallos y problemas: por favor visita"
+#: mod/admin.php:292
+msgid "Add new entry to block list"
+msgstr ""
 
-#: mod/friendica.php:77
-msgid "the bugtracker at github"
-msgstr "aviso de fallas (bugs) en github"
+#: mod/admin.php:293
+msgid "Server Domain"
+msgstr ""
 
-#: mod/friendica.php:78
+#: mod/admin.php:293
 msgid ""
-"Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - "
-"dot com"
-msgstr "Sugerencias, elogios, donaciones, etc. por favor manda un correo a Info arroba Friendica punto com"
+"The domain of the new server to add to the block list. Do not include the "
+"protocol."
+msgstr ""
 
-#: mod/friendica.php:92
-msgid "Installed plugins/addons/apps:"
-msgstr "Módulos/extensiones/aplicaciones instalados:"
+#: mod/admin.php:294
+msgid "Block reason"
+msgstr ""
 
-#: mod/friendica.php:105
-msgid "No installed plugins/addons/apps"
-msgstr "Módulos/extensiones/aplicaciones no instalados"
+#: mod/admin.php:295
+msgid "Add Entry"
+msgstr ""
 
-#: mod/fsuggest.php:64
-msgid "Friend suggestion sent."
-msgstr "Solicitud de amistad enviada."
+#: mod/admin.php:296
+msgid "Save changes to the blocklist"
+msgstr ""
 
-#: mod/fsuggest.php:98
-msgid "Suggest Friends"
-msgstr "Sugerencias de amistad"
+#: mod/admin.php:297
+msgid "Current Entries in the Blocklist"
+msgstr ""
 
-#: mod/fsuggest.php:100
-#, php-format
-msgid "Suggest a friend for %s"
-msgstr "Recomienda un amigo a %s"
+#: mod/admin.php:300
+msgid "Delete entry from blocklist"
+msgstr ""
 
-#: mod/group.php:29
-msgid "Group created."
-msgstr "Grupo creado."
+#: mod/admin.php:303
+msgid "Delete entry from blocklist?"
+msgstr ""
 
-#: mod/group.php:35
-msgid "Could not create group."
-msgstr "Imposible crear el grupo."
+#: mod/admin.php:328
+msgid "Server added to blocklist."
+msgstr ""
 
-#: mod/group.php:49 mod/group.php:150
-msgid "Group not found."
-msgstr "Grupo no encontrado."
+#: mod/admin.php:344
+msgid "Site blocklist updated."
+msgstr ""
 
-#: mod/group.php:63
-msgid "Group name changed."
-msgstr "El nombre del grupo ha cambiado."
+#: mod/admin.php:409
+msgid "unknown"
+msgstr "desconocido"
 
-#: mod/group.php:91
-msgid "Save Group"
-msgstr "Guardar grupo"
+#: mod/admin.php:472
+msgid ""
+"This page offers you some numbers to the known part of the federated social "
+"network your Friendica node is part of. These numbers are not complete but "
+"only reflect the part of the network your node is aware of."
+msgstr "Esta pagina ofrece algunos datos sobre la red conocida a la que tu nodo friendica esta conectado. Estos nummeros no son completos respecto a las redes federadas, si no refleja los nodos esta instancia conoce. "
 
-#: mod/group.php:97
-msgid "Create a group of contacts/friends."
-msgstr "Crea un grupo de contactos/amigos."
+#: mod/admin.php:473
+msgid ""
+"The <em>Auto Discovered Contact Directory</em> feature is not enabled, it "
+"will improve the data displayed here."
+msgstr "El modulo <em>directorio de contactos encontrados</em> no esta habilitado, habilitado aumentara la cantidad de datos detallados aquí."
 
-#: mod/group.php:122
-msgid "Group removed."
-msgstr "Grupo eliminado."
+#: mod/admin.php:485
+#, php-format
+msgid "Currently this node is aware of %d nodes from the following platforms:"
+msgstr "Actualmente este nodo reconoce %d nodos de las siguientes plataformas:"
 
-#: mod/group.php:124
-msgid "Unable to remove group."
-msgstr "No se puede eliminar el grupo."
+#: mod/admin.php:515
+msgid "ID"
+msgstr "ID"
 
-#: mod/group.php:187
-msgid "Group Editor"
-msgstr "Editor de grupos"
+#: mod/admin.php:516
+msgid "Recipient Name"
+msgstr "Nombre del recipiente"
 
-#: mod/group.php:200
-msgid "Members"
-msgstr "Miembros"
+#: mod/admin.php:517
+msgid "Recipient Profile"
+msgstr "Perfil del recipiente"
 
-#: mod/group.php:233 mod/profperm.php:107
-msgid "Click on a contact to add or remove."
-msgstr "Pulsa en un contacto para añadirlo o eliminarlo."
+#: mod/admin.php:519
+msgid "Created"
+msgstr "Creado"
 
-#: mod/hcard.php:11
-msgid "No profile"
-msgstr "Nigún perfil"
+#: mod/admin.php:520
+msgid "Last Tried"
+msgstr "Ultimo intento"
 
-#: mod/help.php:41
-msgid "Help:"
-msgstr "Ayuda:"
+#: mod/admin.php:521
+msgid ""
+"This page lists the content of the queue for outgoing postings. These are "
+"postings the initial delivery failed for. They will be resend later and "
+"eventually deleted if the delivery fails permanently."
+msgstr "Esta pagina muestra la cola de mensajes salientes. Estos son publicaciones cuyo envío inicial fallo. Serán reenviados mas tarde y eventualmente eliminados si la entrega falla permanentemente. "
 
-#: mod/home.php:39
+#: mod/admin.php:546
 #, php-format
-msgid "Welcome to %s"
-msgstr "Bienvenido a %s"
+msgid ""
+"Your DB still runs with MyISAM tables. You should change the engine type to "
+"InnoDB. As Friendica will use InnoDB only features in the future, you should"
+" change this! See <a href=\"%s\">here</a> for a guide that may be helpful "
+"converting the table engines. You may also use the command <tt>php "
+"include/dbstructure.php toinnodb</tt> of your Friendica installation for an "
+"automatic conversion.<br />"
+msgstr ""
 
-#: mod/install.php:140
-msgid "Friendica Communications Server - Setup"
-msgstr "Servidor de comunicación Friendica - Configuración"
+#: mod/admin.php:555
+msgid ""
+"The database update failed. Please run \"php include/dbstructure.php "
+"update\" from the command line and have a look at the errors that might "
+"appear."
+msgstr ""
 
-#: mod/install.php:146
-msgid "Could not connect to database."
-msgstr "No es posible la conexión con la base de datos."
+#: mod/admin.php:560 mod/admin.php:1453
+msgid "Normal Account"
+msgstr "Cuenta normal"
 
-#: mod/install.php:150
-msgid "Could not create table."
-msgstr "No se puede crear la tabla."
+#: mod/admin.php:561 mod/admin.php:1454
+msgid "Soapbox Account"
+msgstr "Cuenta tribuna"
 
-#: mod/install.php:156
-msgid "Your Friendica site database has been installed."
-msgstr "La base de datos de su sitio web de Friendica ha sido instalada."
+#: mod/admin.php:562 mod/admin.php:1455
+msgid "Community/Celebrity Account"
+msgstr "Cuenta de Comunidad/Celebridad"
 
-#: mod/install.php:161
-msgid ""
-"You may need to import the file \"database.sql\" manually using phpmyadmin "
-"or mysql."
-msgstr "Puede que tengas que importar el archivo \"Database.sql\" manualmente usando phpmyadmin o mysql."
+#: mod/admin.php:563 mod/admin.php:1456
+msgid "Automatic Friend Account"
+msgstr "Cuenta de amistad automática"
 
-#: mod/install.php:162 mod/install.php:234 mod/install.php:609
-msgid "Please see the file \"INSTALL.txt\"."
-msgstr "Por favor, consulta el archivo \"INSTALL.txt\"."
+#: mod/admin.php:564
+msgid "Blog Account"
+msgstr "Cuenta de blog"
 
-#: mod/install.php:174
-msgid "Database already in use."
-msgstr "Base de datos ya se encuentra en uso"
+#: mod/admin.php:565
+msgid "Private Forum"
+msgstr "Foro privado"
 
-#: mod/install.php:231
-msgid "System check"
-msgstr "Verificación del sistema"
+#: mod/admin.php:587
+msgid "Message queues"
+msgstr "Cola de mensajes"
 
-#: mod/install.php:236
-msgid "Check again"
-msgstr "Compruebalo de nuevo"
+#: mod/admin.php:593
+msgid "Summary"
+msgstr "Resumen"
 
-#: mod/install.php:255
-msgid "Database connection"
-msgstr "Conexión con la base de datos"
+#: mod/admin.php:595
+msgid "Registered users"
+msgstr "Usuarios registrados"
 
-#: mod/install.php:256
-msgid ""
-"In order to install Friendica we need to know how to connect to your "
-"database."
-msgstr "Con el fin de poder instalar Friendica, necesitamos saber cómo conectar con tu base de datos."
+#: mod/admin.php:597
+msgid "Pending registrations"
+msgstr "Pendientes de registro"
 
-#: mod/install.php:257
-msgid ""
-"Please contact your hosting provider or site administrator if you have "
-"questions about these settings."
-msgstr "Por favor, contacta con tu proveedor de servicios o con el administrador de la página si tienes alguna pregunta sobre estas configuraciones."
+#: mod/admin.php:598
+msgid "Version"
+msgstr "Versión"
 
-#: mod/install.php:258
-msgid ""
-"The database you specify below should already exist. If it does not, please "
-"create it before continuing."
-msgstr "La base de datos que especifiques a continuación debería existir ya. Si no es el caso, debes crearla antes de continuar."
+#: mod/admin.php:603
+msgid "Active plugins"
+msgstr "Módulos activos"
 
-#: mod/install.php:262
-msgid "Database Server Name"
-msgstr "Nombre del servidor de la base de datos"
+#: mod/admin.php:628
+msgid "Can not parse base url. Must have at least <scheme>://<domain>"
+msgstr "No se puede resolver la direccion URL base.\nDeberá tener al menos <scheme>://<domain>"
 
-#: mod/install.php:263
-msgid "Database Login Name"
-msgstr "Usuario de la base de datos"
+#: mod/admin.php:920
+msgid "Site settings updated."
+msgstr "Configuración de actualización."
 
-#: mod/install.php:264
-msgid "Database Login Password"
-msgstr "Contraseña de la base de datos"
+#: mod/admin.php:948 mod/settings.php:944
+msgid "No special theme for mobile devices"
+msgstr "No hay tema especial para dispositivos móviles"
+
+#: mod/admin.php:977
+msgid "No community page"
+msgstr "No hay pagina de comunidad"
+
+#: mod/admin.php:978
+msgid "Public postings from users of this site"
+msgstr "Temas públicos de perfiles de este sitio."
+
+#: mod/admin.php:979
+msgid "Global community page"
+msgstr "Pagina global de comunidad"
+
+#: mod/admin.php:984 mod/contacts.php:541
+msgid "Never"
+msgstr "Nunca"
+
+#: mod/admin.php:985
+msgid "At post arrival"
+msgstr "A la llegada de una publicación"
 
-#: mod/install.php:264
-msgid "For security reasons the password must not be empty"
-msgstr "Por razones de seguridad la contraseña no debe estar vacía"
+#: mod/admin.php:993 mod/contacts.php:568
+msgid "Disabled"
+msgstr "Deshabilitado"
 
-#: mod/install.php:265
-msgid "Database Name"
-msgstr "Nombre de la base de datos"
+#: mod/admin.php:995
+msgid "Users, Global Contacts"
+msgstr "Perfiles, contactos globales"
 
-#: mod/install.php:266 mod/install.php:307
-msgid "Site administrator email address"
-msgstr "Dirección de correo del administrador de la web"
+#: mod/admin.php:996
+msgid "Users, Global Contacts/fallback"
+msgstr "Perfiles, contactos globales/fallback"
 
-#: mod/install.php:266 mod/install.php:307
-msgid ""
-"Your account email address must match this in order to use the web admin "
-"panel."
-msgstr "La dirección de correo de tu cuenta debe coincidir con esta para poder usar el panel de administración de la web."
+#: mod/admin.php:1000
+msgid "One month"
+msgstr "Un mes"
 
-#: mod/install.php:270 mod/install.php:310
-msgid "Please select a default timezone for your website"
-msgstr "Por favor, selecciona la zona horaria predeterminada para tu web"
+#: mod/admin.php:1001
+msgid "Three months"
+msgstr "Tres meses"
 
-#: mod/install.php:297
-msgid "Site settings"
-msgstr "Configuración de la página web"
+#: mod/admin.php:1002
+msgid "Half a year"
+msgstr "Medio año"
 
-#: mod/install.php:311
-msgid "System Language:"
-msgstr "Sistema de idioma:"
+#: mod/admin.php:1003
+msgid "One year"
+msgstr "Un año"
 
-#: mod/install.php:311
-msgid ""
-"Set the default language for your Friendica installation interface and to "
-"send emails."
-msgstr "Seleccione el idioma por defecto para su interfaz de instalación de Friendica y para enviar emails."
+#: mod/admin.php:1008
+msgid "Multi user instance"
+msgstr "Sesión multi usuario"
 
-#: mod/install.php:351
-msgid "Could not find a command line version of PHP in the web server PATH."
-msgstr "No se pudo encontrar una versión de la línea de comandos de PHP en la ruta del servidor web."
+#: mod/admin.php:1031
+msgid "Closed"
+msgstr "Cerrado"
 
-#: mod/install.php:352
-msgid ""
-"If you don't have a command line version of PHP installed on server, you "
-"will not be able to run background polling via cron. See <a "
-"href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-"
-"up-the-poller'>'Setup the poller'</a>"
-msgstr "Si no tienes una versión de command line de php installado en el servidor, no sera posible de efectuar polling como trabajo de fondo a traves de cron. Vea <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-poller'>'Setup the poller'</a>"
+#: mod/admin.php:1032
+msgid "Requires approval"
+msgstr "Requiere aprobación"
 
-#: mod/install.php:356
-msgid "PHP executable path"
-msgstr "Dirección al ejecutable PHP"
+#: mod/admin.php:1033
+msgid "Open"
+msgstr "Abierto"
 
-#: mod/install.php:356
-msgid ""
-"Enter full path to php executable. You can leave this blank to continue the "
-"installation."
-msgstr "Introduce la ruta completa al ejecutable php. Puedes dejarlo en blanco y seguir con la instalación."
+#: mod/admin.php:1037
+msgid "No SSL policy, links will track page SSL state"
+msgstr "No existe una política de SSL, los vínculos harán un seguimiento del estado de SSL en la página"
 
-#: mod/install.php:361
-msgid "Command line PHP"
-msgstr "Línea de comandos PHP"
+#: mod/admin.php:1038
+msgid "Force all links to use SSL"
+msgstr "Forzar todos los enlaces a utilizar SSL"
 
-#: mod/install.php:370
-msgid "PHP executable is not the php cli binary (could be cgi-fgci version)"
-msgstr "El ejecutable PHP no es e lphp cli binary (podria ser versión cgi-fgci)"
+#: mod/admin.php:1039
+msgid "Self-signed certificate, use SSL for local links only (discouraged)"
+msgstr "Certificación personal, usa SSL solo para enlaces locales (no recomendado)"
 
-#: mod/install.php:371
-msgid "Found PHP version: "
-msgstr "Versión PHP encontrada:"
+#: mod/admin.php:1061 mod/admin.php:1686 mod/admin.php:1949 mod/admin.php:2023
+#: mod/admin.php:2176 mod/settings.php:682 mod/settings.php:793
+#: mod/settings.php:842 mod/settings.php:909 mod/settings.php:1006
+#: mod/settings.php:1272
+msgid "Save Settings"
+msgstr "Guardar configuración"
 
-#: mod/install.php:373
-msgid "PHP cli binary"
-msgstr "PHP cli binario"
+#: mod/admin.php:1063
+msgid "File upload"
+msgstr "Subida de archivo"
 
-#: mod/install.php:384
-msgid ""
-"The command line version of PHP on your system does not have "
-"\"register_argc_argv\" enabled."
-msgstr "La versión en línea de comandos de PHP en tu sistema no tiene \"register_argc_argv\" habilitado."
+#: mod/admin.php:1064
+msgid "Policies"
+msgstr "Políticas"
 
-#: mod/install.php:385
-msgid "This is required for message delivery to work."
-msgstr "Esto es necesario para que funcione la entrega de mensajes."
+#: mod/admin.php:1066
+msgid "Auto Discovered Contact Directory"
+msgstr "Directorio de contactos descubierto automáticamente"
 
-#: mod/install.php:387
-msgid "PHP register_argc_argv"
-msgstr "PHP register_argc_argv"
+#: mod/admin.php:1067
+msgid "Performance"
+msgstr "Rendimiento"
 
-#: mod/install.php:410
-msgid ""
-"Error: the \"openssl_pkey_new\" function on this system is not able to "
-"generate encryption keys"
-msgstr "Error:  La función \"openssl_pkey_new\" en este sistema no es capaz de generar claves de cifrado"
+#: mod/admin.php:1068
+msgid "Worker"
+msgstr "Trabajador (??)"
 
-#: mod/install.php:411
+#: mod/admin.php:1069
 msgid ""
-"If running under Windows, please see "
-"\"http://www.php.net/manual/en/openssl.installation.php\"."
-msgstr "Si se ejecuta en Windows, por favor consulta la sección \"http://www.php.net/manual/en/openssl.installation.php\"."
+"Relocate - WARNING: advanced function. Could make this server unreachable."
+msgstr "Reubicación - ADVERTENCIA: función avanzada. Puede hacer a este servidor inaccesible. "
 
-#: mod/install.php:413
-msgid "Generate encryption keys"
-msgstr "Generar claves de encriptación"
+#: mod/admin.php:1072
+msgid "Site name"
+msgstr "Nombre del sitio"
 
-#: mod/install.php:420
-msgid "libCurl PHP module"
-msgstr "Módulo PHP libCurl"
+#: mod/admin.php:1073
+msgid "Host name"
+msgstr "Nombre de dominio"
 
-#: mod/install.php:421
-msgid "GD graphics PHP module"
-msgstr "Módulo PHP gráficos GD"
+#: mod/admin.php:1074
+msgid "Sender Email"
+msgstr "Dirección de origen de correo electrónico"
 
-#: mod/install.php:422
-msgid "OpenSSL PHP module"
-msgstr "Módulo PHP OpenSSL"
+#: mod/admin.php:1074
+msgid ""
+"The email address your server shall use to send notification emails from."
+msgstr "La dirección de correo electrónico que el servidor debería usar como dirección de envío."
 
-#: mod/install.php:423
-msgid "mysqli PHP module"
-msgstr "Módulo PHP mysqli"
+#: mod/admin.php:1075
+msgid "Banner/Logo"
+msgstr "Imagen/Logotipo"
 
-#: mod/install.php:424
-msgid "mb_string PHP module"
-msgstr "Módulo PHP mb_string"
+#: mod/admin.php:1076
+msgid "Shortcut icon"
+msgstr "Icono de atajo"
 
-#: mod/install.php:425
-msgid "mcrypt PHP module"
-msgstr "modulo mycrypt PHP"
+#: mod/admin.php:1076
+msgid "Link to an icon that will be used for browsers."
+msgstr "Enlace hacia un icono que sera usado para el navegador."
 
-#: mod/install.php:426
-msgid "XML PHP module"
-msgstr "Módulo XML PHP"
+#: mod/admin.php:1077
+msgid "Touch icon"
+msgstr "Icono touch"
 
-#: mod/install.php:427
-msgid "iconv module"
-msgstr "Módulo iconv"
+#: mod/admin.php:1077
+msgid "Link to an icon that will be used for tablets and mobiles."
+msgstr "Enlace para un icono que sera usado para tablets y moviles."
 
-#: mod/install.php:431 mod/install.php:433
-msgid "Apache mod_rewrite module"
-msgstr "Módulo mod_rewrite de Apache"
+#: mod/admin.php:1078
+msgid "Additional Info"
+msgstr "Información adicional"
 
-#: mod/install.php:431
+#: mod/admin.php:1078
+#, php-format
 msgid ""
-"Error: Apache webserver mod-rewrite module is required but not installed."
-msgstr "Error: El módulo de Apache mod-rewrite es necesario pero no está instalado."
+"For public servers: you can add additional information here that will be "
+"listed at %s/siteinfo."
+msgstr "Para servidores públicos: información adicional  que sera publicado en %s/siteinfo."
 
-#: mod/install.php:439
-msgid "Error: libCURL PHP module required but not installed."
-msgstr "Error: El módulo de PHP libcurl es necesario, pero no está instalado."
+#: mod/admin.php:1079
+msgid "System language"
+msgstr "Idioma"
+
+#: mod/admin.php:1080
+msgid "System theme"
+msgstr "Tema"
 
-#: mod/install.php:443
+#: mod/admin.php:1080
 msgid ""
-"Error: GD graphics PHP module with JPEG support required but not installed."
-msgstr "Error: El módulo de de PHP gráficos GD con soporte JPEG es necesario, pero no está instalado."
+"Default system theme - may be over-ridden by user profiles - <a href='#' "
+"id='cnftheme'>change theme settings</a>"
+msgstr "Tema por defecto del sistema, los usuarios podrán elegir el suyo propio en su configuración <a href='#' id='cnftheme'>cambiar configuración del tema</a>"
 
-#: mod/install.php:447
-msgid "Error: openssl PHP module required but not installed."
-msgstr "Error: El módulo de PHP openssl es necesario, pero  no está instalado."
+#: mod/admin.php:1081
+msgid "Mobile system theme"
+msgstr "Tema de sistema móvil"
 
-#: mod/install.php:451
-msgid "Error: mysqli PHP module required but not installed."
-msgstr "Error: El módulo de PHP mysqli es necesario, pero no está instalado."
+#: mod/admin.php:1081
+msgid "Theme for mobile devices"
+msgstr "Tema para dispositivos móviles"
 
-#: mod/install.php:455
-msgid "Error: mb_string PHP module required but not installed."
-msgstr "Error: El módulo de PHP mb_string es necesario, pero no está instalado."
+#: mod/admin.php:1082
+msgid "SSL link policy"
+msgstr "Política de enlaces SSL"
 
-#: mod/install.php:459
-msgid "Error: mcrypt PHP module required but not installed."
-msgstr "Error: modulo mycrypt PHP requerido pero no instalado."
+#: mod/admin.php:1082
+msgid "Determines whether generated links should be forced to use SSL"
+msgstr "Determina si los enlaces generados deben ser forzados a utilizar SSL"
 
-#: mod/install.php:463
-msgid "Error: iconv PHP module required but not installed."
-msgstr "Error: módulo iconv PHP requerido pero no instalado."
+#: mod/admin.php:1083
+msgid "Force SSL"
+msgstr "Forzar SSL"
 
-#: mod/install.php:472
+#: mod/admin.php:1083
 msgid ""
-"If you are using php_cli, please make sure that mcrypt module is enabled in "
-"its config file"
-msgstr "Si está utilizando php_cli, por favor asegúrese de que el módulo mcrypt está habilitado en este archivo de configuración"
+"Force all Non-SSL requests to SSL - Attention: on some systems it could lead"
+" to endless loops."
+msgstr "Forzar todos las consultas No-SSL a SSL. - ATENCIÓN: en algunos sistemas esto puede generar comportamiento recursivo interminable."
+
+#: mod/admin.php:1084
+msgid "Hide help entry from navigation menu"
+msgstr "Ocultar la ayuda en el menú de navegación"
 
-#: mod/install.php:475
+#: mod/admin.php:1084
 msgid ""
-"Function mcrypt_create_iv() is not defined. This is needed to enable RINO2 "
-"encryption layer."
-msgstr "Función mycrypt_create_iv() no esta definido. Esto es preciso para habilitar RINO2 encryption layer."
+"Hides the menu entry for the Help pages from the navigation menu. You can "
+"still access it calling /help directly."
+msgstr "Oculta la entrada de las páginas de Ayuda en el menú de navegación. Todavía se puede acceder escribiendo /ayuda directamente."
 
-#: mod/install.php:477
-msgid "mcrypt_create_iv() function"
-msgstr "mcrypt_create_iv() función"
+#: mod/admin.php:1085
+msgid "Single user instance"
+msgstr "Sesión de usuario único"
 
-#: mod/install.php:485
-msgid "Error, XML PHP module required but not installed."
-msgstr "Error, módulo XML PHP requerido pero no instalado."
+#: mod/admin.php:1085
+msgid "Make this instance multi-user or single-user for the named user"
+msgstr "Haz esta sesión multi-usuario o usuario único para el usuario"
 
-#: mod/install.php:500
-msgid ""
-"The web installer needs to be able to create a file called \".htconfig.php\""
-" in the top folder of your web server and it is unable to do so."
-msgstr "El programa de instalación web necesita ser capaz de crear un archivo llamado \".htconfig.php\" en la carpeta principal de tu servidor web y es incapaz de hacerlo."
+#: mod/admin.php:1086
+msgid "Maximum image size"
+msgstr "Tamaño máximo de la imagen"
 
-#: mod/install.php:501
+#: mod/admin.php:1086
 msgid ""
-"This is most often a permission setting, as the web server may not be able "
-"to write files in your folder - even if you can."
-msgstr "Se trata a menudo de una configuración de permisos, pues el servidor web puede que no sea capaz de escribir archivos en la carpeta, aunque tú sí puedas."
+"Maximum size in bytes of uploaded images. Default is 0, which means no "
+"limits."
+msgstr "Tamaño máximo en bytes de las imágenes a subir. Por defecto es 0, que quiere decir que no hay límite."
+
+#: mod/admin.php:1087
+msgid "Maximum image length"
+msgstr "Largo máximo de imagen"
 
-#: mod/install.php:502
+#: mod/admin.php:1087
 msgid ""
-"At the end of this procedure, we will give you a text to save in a file "
-"named .htconfig.php in your Friendica top folder."
-msgstr "Al final obtendremos un texto que debes guardar en un archivo llamado .htconfig.php en la carpeta de Friendica."
+"Maximum length in pixels of the longest side of uploaded images. Default is "
+"-1, which means no limits."
+msgstr "Longitud máxima en píxeles del lado más largo de las imágenes subidas. Por defecto es -1, que significa que no hay límites."
 
-#: mod/install.php:503
+#: mod/admin.php:1088
+msgid "JPEG image quality"
+msgstr "Calidad de imagen JPEG"
+
+#: mod/admin.php:1088
 msgid ""
-"You can alternatively skip this procedure and perform a manual installation."
-" Please see the file \"INSTALL.txt\" for instructions."
-msgstr "Como alternativa, puedes saltarte estos pasos y realizar una instalación manual. Por favor, consulta el archivo \"INSTALL.txt\" para las instrucciones."
+"Uploaded JPEGS will be saved at this quality setting [0-100]. Default is "
+"100, which is full quality."
+msgstr "Los archivos JPEG subidos se guardarán con este ajuste de calidad [0-100]. Por defecto es 100, que es calidad máxima."
 
-#: mod/install.php:506
-msgid ".htconfig.php is writable"
-msgstr ".htconfig.php tiene permiso de escritura"
+#: mod/admin.php:1090
+msgid "Register policy"
+msgstr "Política de registros"
+
+#: mod/admin.php:1091
+msgid "Maximum Daily Registrations"
+msgstr "Registros Máximos Diarios"
 
-#: mod/install.php:516
+#: mod/admin.php:1091
 msgid ""
-"Friendica uses the Smarty3 template engine to render its web views. Smarty3 "
-"compiles templates to PHP to speed up rendering."
-msgstr "Friendica usa el motor de templates Smarty3 para renderizar su visualisacion web. Smarty3 compila templates hacia PHP para acelerar la velocidad del renderizar."
+"If registration is permitted above, this sets the maximum number of new user"
+" registrations to accept per day.  If register is set to closed, this "
+"setting has no effect."
+msgstr "Si anteriormente se ha permitido el registro, esto establece el número máximo de registro de nuevos usuarios aceptados por día. Si el registro se establece como cerrado, esta opción no tiene efecto."
+
+#: mod/admin.php:1092
+msgid "Register text"
+msgstr "Términos"
+
+#: mod/admin.php:1092
+msgid "Will be displayed prominently on the registration page."
+msgstr "Se mostrará en un lugar destacado en la página de registro."
+
+#: mod/admin.php:1093
+msgid "Accounts abandoned after x days"
+msgstr "Cuentas abandonadas después de x días"
 
-#: mod/install.php:517
+#: mod/admin.php:1093
 msgid ""
-"In order to store these compiled templates, the web server needs to have "
-"write access to the directory view/smarty3/ under the Friendica top level "
-"folder."
-msgstr "Para poder guardar estos templates compilados, el servidor web necesita acceso de escritura en el directorio /view/smarty3/ en el árbol de raíz de la instalación friendica."
+"Will not waste system resources polling external sites for abandonded "
+"accounts. Enter 0 for no time limit."
+msgstr "No gastará recursos del sistema creando sondeos a sitios externos para cuentas abandonadas. Introduce 0 para ningún límite temporal."
 
-#: mod/install.php:518
-msgid ""
-"Please ensure that the user that your web server runs as (e.g. www-data) has"
-" write access to this folder."
-msgstr "Por favor asegure que el usuario que utiliza el servidor web (ejemplo: www-data) tiene permisos de escritura en esta carpeta."
+#: mod/admin.php:1094
+msgid "Allowed friend domains"
+msgstr "Dominios amigos permitidos"
 
-#: mod/install.php:519
+#: mod/admin.php:1094
 msgid ""
-"Note: as a security measure, you should give the web server write access to "
-"view/smarty3/ only--not the template files (.tpl) that it contains."
-msgstr "Nota: como medida de seguridad deberia dar acceso de escritura solo a /view/smarty3 / → no al los archivos template (.tpl) que contiene."
+"Comma separated list of domains which are allowed to establish friendships "
+"with this site. Wildcards are accepted. Empty to allow any domains"
+msgstr "Lista separada por comas de los dominios que están autorizados para establecer conexiones con este sitio. Se aceptan comodines. Dejar en blanco para permitir cualquier dominio"
 
-#: mod/install.php:522
-msgid "view/smarty3 is writable"
-msgstr "Se puede escribir en /view/smarty3"
+#: mod/admin.php:1095
+msgid "Allowed email domains"
+msgstr "Dominios de correo permitidos"
 
-#: mod/install.php:538
+#: mod/admin.php:1095
 msgid ""
-"Url rewrite in .htaccess is not working. Check your server configuration."
-msgstr "La reescritura de la dirección en .htaccess no funcionó. Revisa la configuración."
-
-#: mod/install.php:540
-msgid "Url rewrite is working"
-msgstr "Reescribiendo la dirección..."
+"Comma separated list of domains which are allowed in email addresses for "
+"registrations to this site. Wildcards are accepted. Empty to allow any "
+"domains"
+msgstr "Lista separada por comas de los dominios que están autorizados en las direcciones de correo para registrarse en este sitio. Se aceptan comodines. Dejar en blanco para permitir cualquier dominio"
 
-#: mod/install.php:559
-msgid "ImageMagick PHP extension is not installed"
-msgstr "No está instalada la extensión ImageMagick PHP"
+#: mod/admin.php:1096
+msgid "Block public"
+msgstr "Bloqueo público"
 
-#: mod/install.php:561
-msgid "ImageMagick PHP extension is installed"
-msgstr "ImageMagick PHP extension is installed"
+#: mod/admin.php:1096
+msgid ""
+"Check to block public access to all otherwise public personal pages on this "
+"site unless you are currently logged in."
+msgstr "Marca para bloquear el acceso público a todas las páginas personales, aún siendo públicas, hasta que no hayas iniciado tu sesión."
 
-#: mod/install.php:563
-msgid "ImageMagick supports GIF"
-msgstr "ImageMagick supporta GIF"
+#: mod/admin.php:1097
+msgid "Force publish"
+msgstr "Forzar publicación"
 
-#: mod/install.php:570
+#: mod/admin.php:1097
 msgid ""
-"The database configuration file \".htconfig.php\" could not be written. "
-"Please use the enclosed text to create a configuration file in your web "
-"server root."
-msgstr "El archivo de configuración de base de datos \".htconfig.php\" no se pudo escribir. Por favor, utiliza el texto adjunto para crear un archivo de configuración en la raíz de tu servidor web."
+"Check to force all profiles on this site to be listed in the site directory."
+msgstr "Marca para forzar que todos los perfiles de este sitio sean listados en el directorio del sitio."
 
-#: mod/install.php:607
-msgid "<h1>What next</h1>"
-msgstr "<h1>¿Ahora qué?</h1>"
+#: mod/admin.php:1098
+msgid "Global directory URL"
+msgstr "URL del directorio global."
 
-#: mod/install.php:608
+#: mod/admin.php:1098
 msgid ""
-"IMPORTANT: You will need to [manually] setup a scheduled task for the "
-"poller."
-msgstr "IMPORTANTE: Tendrás que configurar [manualmente] una tarea programada para el sondeo"
+"URL to the global directory. If this is not set, the global directory is "
+"completely unavailable to the application."
+msgstr "URL del directorio global. Si se deja este campo vacío, el directorio global sera completamente inaccesible para la instancia."
 
-#: mod/invite.php:28
-msgid "Total invitation limit exceeded."
-msgstr "Límite total de invitaciones excedido."
+#: mod/admin.php:1099
+msgid "Allow threaded items"
+msgstr "Permitir elementos en hilo"
 
-#: mod/invite.php:51
-#, php-format
-msgid "%s : Not a valid email address."
-msgstr "%s : No es una dirección de correo válida."
+#: mod/admin.php:1099
+msgid "Allow infinite level threading for items on this site."
+msgstr "Permitir infinitos niveles de hilo para los elementos de este sitio."
 
-#: mod/invite.php:76
-msgid "Please join us on Friendica"
-msgstr "Únete a nosotros en Friendica"
+#: mod/admin.php:1100
+msgid "Private posts by default for new users"
+msgstr "Publicaciones privadas por defecto para usuarios nuevos"
 
-#: mod/invite.php:87
-msgid "Invitation limit exceeded. Please contact your site administrator."
-msgstr "Límite de invitaciones sobrepasado. Contacta con el administrador del sitio."
+#: mod/admin.php:1100
+msgid ""
+"Set default post permissions for all new members to the default privacy "
+"group rather than public."
+msgstr "Ajusta los permisos de publicación por defecto a los miembros nuevos al grupo privado por defecto en vez del público."
 
-#: mod/invite.php:91
-#, php-format
-msgid "%s : Message delivery failed."
-msgstr "%s : Ha fallado la entrega del mensaje."
+#: mod/admin.php:1101
+msgid "Don't include post content in email notifications"
+msgstr "No incluir el contenido del post en las notificaciones de correo electrónico"
 
-#: mod/invite.php:95
-#, php-format
-msgid "%d message sent."
-msgid_plural "%d messages sent."
-msgstr[0] "%d mensaje enviado."
-msgstr[1] "%d mensajes enviados."
+#: mod/admin.php:1101
+msgid ""
+"Don't include the content of a post/comment/private message/etc. in the "
+"email notifications that are sent out from this site, as a privacy measure."
+msgstr "No incluye el contenido de un mensaje/comentario/mensaje privado/etc. en las notificaciones de correo electrónico que se envían desde este sitio, como una medida de privacidad."
 
-#: mod/invite.php:114
-msgid "You have no more invitations available"
-msgstr "No tienes más invitaciones disponibles"
+#: mod/admin.php:1102
+msgid "Disallow public access to addons listed in the apps menu."
+msgstr "Deshabilitar acceso a addons listados en el menú de aplicaciones."
 
-#: mod/invite.php:122
-#, php-format
+#: mod/admin.php:1102
 msgid ""
-"Visit %s for a list of public sites that you can join. Friendica members on "
-"other sites can all connect with each other, as well as with members of many"
-" other social networks."
-msgstr "Visita %s para ver una lista de servidores públicos donde puedes darte de alta. Los miembros de otros servidores de Friendica pueden conectarse entre ellos, así como con miembros de otras redes sociales diferentes."
+"Checking this box will restrict addons listed in the apps menu to members "
+"only."
+msgstr "Habilitando esta opción restringe el acceso a addons en el menú de aplicaciones a usuarios identificados."
 
-#: mod/invite.php:124
-#, php-format
-msgid ""
-"To accept this invitation, please visit and register at %s or any other "
-"public Friendica website."
-msgstr "Para aceptar la invitación visita y regístrate en %s o en cualquier otro servidor público de Friendica."
+#: mod/admin.php:1103
+msgid "Don't embed private images in posts"
+msgstr "No agregar imágenes privados en las publicaciones"
 
-#: mod/invite.php:125
-#, php-format
+#: mod/admin.php:1103
 msgid ""
-"Friendica sites all inter-connect to create a huge privacy-enhanced social "
-"web that is owned and controlled by its members. They can also connect with "
-"many traditional social networks. See %s for a list of alternate Friendica "
-"sites you can join."
-msgstr "Los servidores de Friendica están interconectados para crear una enorme red social centrada en la privacidad y controlada por sus miembros. También se puede conectar con muchas redes sociales tradicionales. Mira en %s para poder ver un listado de servidores alternativos de Friendica donde puedes darte de alta."
+"Don't replace locally-hosted private photos in posts with an embedded copy "
+"of the image. This means that contacts who receive posts containing private "
+"photos will have to authenticate and load each image, which may take a "
+"while."
+msgstr "No reemplazar imágenes privadas guardadas localmente en el servidor con imágenes integrados en los envíos. Esto significa que contactos que reciben publicaciones tendrán que autenticarse y cargar cada imagen, lo que puede demorar."
+
+#: mod/admin.php:1104
+msgid "Allow Users to set remote_self"
+msgstr "Permitir a los usuarios de definir perfiles_remotos"
 
-#: mod/invite.php:128
+#: mod/admin.php:1104
 msgid ""
-"Our apologies. This system is not currently configured to connect with other"
-" public sites or invite members."
-msgstr "Discúlpanos. Este sistema no está configurado actualmente para conectar con otros servidores públicos o invitar nuevos miembros."
+"With checking this, every user is allowed to mark every contact as a "
+"remote_self in the repair contact dialog. Setting this flag on a contact "
+"causes mirroring every posting of that contact in the users stream."
+msgstr "Al habilitar esta opción, cada perfil tiene el permiso de marcar cualquiera de sus contactos como un perfil_remoto. Habilitar la opción perfil_remoto para un contacto genera que todas las publicaciones  de este contacto seran re-publicado  en el muro del perfil."
 
-#: mod/invite.php:134
-msgid "Send invitations"
-msgstr "Enviar invitaciones"
+#: mod/admin.php:1105
+msgid "Block multiple registrations"
+msgstr "Bloquear registros multiples"
 
-#: mod/invite.php:135
-msgid "Enter email addresses, one per line:"
-msgstr "Introduce las direcciones de correo, una por línea:"
+#: mod/admin.php:1105
+msgid "Disallow users to register additional accounts for use as pages."
+msgstr "Impedir que los usuarios registren cuentas adicionales para su uso como páginas."
 
-#: mod/invite.php:136 mod/message.php:332 mod/message.php:515
-#: mod/wallmessage.php:135
-msgid "Your message:"
-msgstr "Tu mensaje:"
+#: mod/admin.php:1106
+msgid "OpenID support"
+msgstr "Soporte OpenID"
 
-#: mod/invite.php:137
-msgid ""
-"You are cordially invited to join me and other close friends on Friendica - "
-"and help us to create a better social web."
-msgstr "Estás cordialmente invitado a unirte a mi y a otros amigos en Friendica, creemos juntos una red social mejor."
+#: mod/admin.php:1106
+msgid "OpenID support for registration and logins."
+msgstr "Soporte OpenID para registros y accesos."
 
-#: mod/invite.php:139
-msgid "You will need to supply this invitation code: $invite_code"
-msgstr "Tienes que proporcionar el siguiente código: $invite_code"
+#: mod/admin.php:1107
+msgid "Fullname check"
+msgstr "Comprobar Nombre completo"
 
-#: mod/invite.php:139
+#: mod/admin.php:1107
 msgid ""
-"Once you have registered, please connect with me via my profile page at:"
-msgstr "Una vez registrado, por favor contacta conmigo a través de mi página de perfil en:"
+"Force users to register with a space between firstname and lastname in Full "
+"name, as an antispam measure"
+msgstr "Fuerza a los usuarios a registrarse con un espacio entre su nombre y su apellido en el campo Nombre completo como medida anti-spam"
 
-#: mod/invite.php:141
+#: mod/admin.php:1108
+msgid "Community Page Style"
+msgstr "Estilo de pagina de comunidad"
+
+#: mod/admin.php:1108
 msgid ""
-"For more information about the Friendica project and why we feel it is "
-"important, please visit http://friendica.com"
-msgstr "Para más información sobre el Proyecto Friendica y sobre por qué pensamos que es algo importante, visita http://friendica.com"
+"Type of community page to show. 'Global community' shows every public "
+"posting from an open distributed network that arrived on this server."
+msgstr "Tipo de pagina de comunidad a visualizar. 'Comunidad global' muestra todas las publicaciones publicas de la red abierta federada que llega a este servidor."
 
-#: mod/item.php:118
-msgid "Unable to locate original post."
-msgstr "No se puede encontrar la publicación original."
+#: mod/admin.php:1109
+msgid "Posts per user on community page"
+msgstr "Publicaciones por usuario en la pagina de comunidad"
 
-#: mod/item.php:336
-msgid "Empty post discarded."
-msgstr "Publicación vacía descartada."
+#: mod/admin.php:1109
+msgid ""
+"The maximum number of posts per user on the community page. (Not valid for "
+"'Global Community')"
+msgstr "El numero máximo de publicaciones por usuario que aparecerán en la pagina de comunidad. (No valido para 'comunidad global')"
 
-#: mod/item.php:889
-msgid "System error. Post not saved."
-msgstr "Error del sistema. Mensaje no guardado."
+#: mod/admin.php:1110
+msgid "Enable OStatus support"
+msgstr "Permitir soporte OStatus"
 
-#: mod/item.php:979
-#, php-format
+#: mod/admin.php:1110
 msgid ""
-"This message was sent to you by %s, a member of the Friendica social "
-"network."
-msgstr "Este mensaje te lo ha enviado %s, miembro de la red social Friendica."
+"Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All "
+"communications in OStatus are public, so privacy warnings will be "
+"occasionally displayed."
+msgstr "Proporcionar OStatus compatibilidad integrada (StatusNet, GNU Social, Quitter etc.). Todas las comunicaciones en OStatus son publicas así que eventuales advertencias serán ocasionalmente desplegadas."
 
-#: mod/item.php:981
-#, php-format
-msgid "You may visit them online at %s"
-msgstr "Los puedes visitar en línea en %s"
+#: mod/admin.php:1111
+msgid "OStatus conversation completion interval"
+msgstr "Intervalo de actualización de conversaciones OStatus"
 
-#: mod/item.php:982
+#: mod/admin.php:1111
 msgid ""
-"Please contact the sender by replying to this post if you do not wish to "
-"receive these messages."
-msgstr "Por favor contacta con el remitente respondiendo a este mensaje si no deseas recibir estos mensajes."
+"How often shall the poller check for new entries in OStatus conversations? "
+"This can be a very ressource task."
+msgstr "Cuan seguido el recolector deberá buscar nuevas entradas en OStatus? Esto puede ser un trabajo de mucha carga para los recursos del servidor."
 
-#: mod/item.php:986
-#, php-format
-msgid "%s posted an update."
-msgstr "%s ha publicado una actualización."
+#: mod/admin.php:1112
+msgid "Only import OStatus threads from our contacts"
+msgstr "Solo importar OStatus temas de nuestros (?) contactos."
 
-#: mod/localtime.php:24
-msgid "Time Conversion"
-msgstr "Conversión horária"
+#: mod/admin.php:1112
+msgid ""
+"Normally we import every content from our OStatus contacts. With this option"
+" we only store threads that are started by a contact that is known on our "
+"system."
+msgstr "Normalmente importamos todo el contenido de los contactos de OStatus. Con esta opción solamente se guardan temas que fueron iniciados por contactos que son conocidos de la instancia.\n(nota de traducción, no se entiende muy bien la función en base al texto original)"
+
+#: mod/admin.php:1113
+msgid "OStatus support can only be enabled if threading is enabled."
+msgstr "Solo se puede habilitar el soporte OStatus  si threading (comentarios en fila) se encuentra habilitado."
 
-#: mod/localtime.php:26
+#: mod/admin.php:1115
 msgid ""
-"Friendica provides this service for sharing events with other networks and "
-"friends in unknown timezones."
-msgstr "Friendica ofrece este servicio para compartir eventos con otros servidores de la red friendica y amigos en zonas de horarios desconocidos."
+"Diaspora support can't be enabled because Friendica was installed into a sub"
+" directory."
+msgstr "El soporte para Diaspora* no se puede habilitar porque friendica se instalo en un directorio subalterno (sub directory)."
 
-#: mod/localtime.php:30
-#, php-format
-msgid "UTC time: %s"
-msgstr "Tiempo UTC: %s"
+#: mod/admin.php:1116
+msgid "Enable Diaspora support"
+msgstr "Habilitar el soporte para Diaspora*"
+
+#: mod/admin.php:1116
+msgid "Provide built-in Diaspora network compatibility."
+msgstr "Provee una compatibilidad con la red de Diaspora."
+
+#: mod/admin.php:1117
+msgid "Only allow Friendica contacts"
+msgstr "Permitir solo contactos de Friendica"
+
+#: mod/admin.php:1117
+msgid ""
+"All contacts must use Friendica protocols. All other built-in communication "
+"protocols disabled."
+msgstr "Todos los contactos deben usar protocolos de Friendica. El resto de protocolos serán desactivados."
 
-#: mod/localtime.php:33
-#, php-format
-msgid "Current timezone: %s"
-msgstr "Zona horaria actual: %s"
+#: mod/admin.php:1118
+msgid "Verify SSL"
+msgstr "Verificar SSL"
 
-#: mod/localtime.php:36
-#, php-format
-msgid "Converted localtime: %s"
-msgstr "Zona horaria local convertida: %s"
+#: mod/admin.php:1118
+msgid ""
+"If you wish, you can turn on strict certificate checking. This will mean you"
+" cannot connect (at all) to self-signed SSL sites."
+msgstr "Si quieres puedes activar la comprobación estricta de certificados. Esto significa que serás incapaz de conectar con ningún sitio que use certificados SSL autofirmados."
 
-#: mod/localtime.php:41
-msgid "Please select your timezone:"
-msgstr "Por favor, selecciona tu zona horaria:"
+#: mod/admin.php:1119
+msgid "Proxy user"
+msgstr "Usuario proxy"
 
-#: mod/lockview.php:32 mod/lockview.php:40
-msgid "Remote privacy information not available."
-msgstr "Privacidad de la información remota no disponible."
+#: mod/admin.php:1120
+msgid "Proxy URL"
+msgstr "Dirección proxy"
 
-#: mod/lockview.php:49
-msgid "Visible to:"
-msgstr "Visible para:"
+#: mod/admin.php:1121
+msgid "Network timeout"
+msgstr "Tiempo de espera de red"
 
-#: mod/lostpass.php:19
-msgid "No valid account found."
-msgstr "No se ha encontrado ninguna cuenta válida"
+#: mod/admin.php:1121
+msgid "Value is in seconds. Set to 0 for unlimited (not recommended)."
+msgstr "Valor en segundos. Usar 0 para dejarlo sin límites (no se recomienda)."
 
-#: mod/lostpass.php:35
-msgid "Password reset request issued. Check your email."
-msgstr "Solicitud de restablecimiento de contraseña enviada. Revisa tu correo."
+#: mod/admin.php:1122
+msgid "Maximum Load Average"
+msgstr "Promedio de carga máxima"
 
-#: mod/lostpass.php:41
-#, php-format
+#: mod/admin.php:1122
 msgid ""
-"\n"
-"\t\tDear %1$s,\n"
-"\t\t\tA request was recently received at \"%2$s\" to reset your account\n"
-"\t\tpassword. In order to confirm this request, please select the verification link\n"
-"\t\tbelow or paste it into your web browser address bar.\n"
-"\n"
-"\t\tIf you did NOT request this change, please DO NOT follow the link\n"
-"\t\tprovided and ignore and/or delete this email.\n"
-"\n"
-"\t\tYour password will not be changed unless we can verify that you\n"
-"\t\tissued this request."
-msgstr "\n\t\tEstimado %1$s,\n\t\t\tUna consulta llego recientemente a \"%2$s\" para renovar su\n\t\tcontraseña. Para confirmar esta solicitud por favor seleccione el enlace de verificación mas \n\t\tabajo o copie a pegue el mismo en la barra de dirección de su navegador.\n\n\t\tSi NO ha solicitado este cambio por favor NO SIGA este enlace\n\t\tproporcionado y ignore o borre este mail.\n\n\t\tSu contraseña no sera cambiada hasta que podamos verificar que usted haza\n\t\tsolicitado este cambio.."
+"Maximum system load before delivery and poll processes are deferred - "
+"default 50."
+msgstr "Carga máxima del sistema antes de que la entrega y los procesos de sondeo sean retrasados - por defecto 50."
 
-#: mod/lostpass.php:52
-#, php-format
-msgid ""
-"\n"
-"\t\tFollow this link to verify your identity:\n"
-"\n"
-"\t\t%1$s\n"
-"\n"
-"\t\tYou will then receive a follow-up message containing the new password.\n"
-"\t\tYou may change that password from your account settings page after logging in.\n"
-"\n"
-"\t\tThe login details are as follows:\n"
-"\n"
-"\t\tSite Location:\t%2$s\n"
-"\t\tLogin Name:\t%3$s"
-msgstr "\n\t\tSiga este enlace para verificar su identidad:\n\n\t\t%1$s\n\n\t\tA continuación recibirá un mensaje consecutivo conteniendo la nueva contraseña.\n\t\tPodrá cambiar la contraseña después de haber accedido a la cuenta.\n\n\t\tLos detalles del acceso son las siguientes:\n\n\t\tDirección del sitio:\t%2$s\n\t\tNombre de la cuenta:\t%3$s"
+#: mod/admin.php:1123
+msgid "Maximum Load Average (Frontend)"
+msgstr "Carga máxima promedio (frontend)"
 
-#: mod/lostpass.php:71
-#, php-format
-msgid "Password reset requested at %s"
-msgstr "Contraseña restablecida enviada a %s"
+#: mod/admin.php:1123
+msgid "Maximum system load before the frontend quits service - default 50."
+msgstr "Carga máxima del sistema antes de que el frontend cancele el servicio - por defecto 50."
 
-#: mod/lostpass.php:91
-msgid ""
-"Request could not be verified. (You may have previously submitted it.) "
-"Password reset failed."
-msgstr "La solicitud no puede ser verificada (deberías haberla proporcionado antes). Falló el restablecimiento de la contraseña."
+#: mod/admin.php:1124
+msgid "Minimal Memory"
+msgstr ""
 
-#: mod/lostpass.php:111
-msgid "Your password has been reset as requested."
-msgstr "Tu contraseña ha sido restablecida como solicitaste."
+#: mod/admin.php:1124
+msgid ""
+"Minimal free memory in MB for the poller. Needs access to /proc/meminfo - "
+"default 0 (deactivated)."
+msgstr ""
 
-#: mod/lostpass.php:112
-msgid "Your new password is"
-msgstr "Tu nueva contraseña es"
+#: mod/admin.php:1125
+msgid "Maximum table size for optimization"
+msgstr "Tamaño máximo de las tablas para la optimización."
 
-#: mod/lostpass.php:113
-msgid "Save or copy your new password - and then"
-msgstr "Guarda o copia tu nueva contraseña y luego"
+#: mod/admin.php:1125
+msgid ""
+"Maximum table size (in MB) for the automatic optimization - default 100 MB. "
+"Enter -1 to disable it."
+msgstr "Tamaño máximo de tablas (en MB) para la optimización automática - por defecto 100MB. Ingrese -1 para deshabilitar."
 
-#: mod/lostpass.php:114
-msgid "click here to login"
-msgstr "pulsa aquí para acceder"
+#: mod/admin.php:1126
+msgid "Minimum level of fragmentation"
+msgstr "Nivel mínimo de fragmentación "
 
-#: mod/lostpass.php:115
+#: mod/admin.php:1126
 msgid ""
-"Your password may be changed from the <em>Settings</em> page after "
-"successful login."
-msgstr "Puedes cambiar tu contraseña desde la página de <em>Configuración</em> después de acceder con éxito."
+"Minimum fragmenation level to start the automatic optimization - default "
+"value is 30%."
+msgstr "Nivel mínimo de fragmentación para para comenzar la optimización - valor por defecto es 30%. "
 
-#: mod/lostpass.php:125
-#, php-format
-msgid ""
-"\n"
-"\t\t\t\tDear %1$s,\n"
-"\t\t\t\t\tYour password has been changed as requested. Please retain this\n"
-"\t\t\t\tinformation for your records (or change your password immediately to\n"
-"\t\t\t\tsomething that you will remember).\n"
-"\t\t\t"
-msgstr "\n\t\t\t\tEstimado %1$s,\n\t\t\t\t\tSu contraseña ha cambiado como solicitado. Por favor guarde esta\n\t\t\t\tinformación para sus documentación (o cambie su contraseña inmediatamente a\n\t\t\t\talgo que pueda recordar).\n\t\t"
+#: mod/admin.php:1128
+msgid "Periodical check of global contacts"
+msgstr "Verificación periódica de los contactos globales."
 
-#: mod/lostpass.php:131
-#, php-format
+#: mod/admin.php:1128
 msgid ""
-"\n"
-"\t\t\t\tYour login details are as follows:\n"
-"\n"
-"\t\t\t\tSite Location:\t%1$s\n"
-"\t\t\t\tLogin Name:\t%2$s\n"
-"\t\t\t\tPassword:\t%3$s\n"
-"\n"
-"\t\t\t\tYou may change that password from your account settings page after logging in.\n"
-"\t\t\t"
-msgstr "\n\t\t\t\tSus datos de acceso son las siguientes:\n\n\t\t\t\tDirección del sitio:\t%1$s\n\t\t\t\tNombre de cuenta:\t%2$s\n\t\t\t\tContraseña:\t%3$s\n\n\t\t\t\tPodrá cambiar esta contraseña después de ingresar al sitio en su pagina de configuración.\n\t\t\t"
+"If enabled, the global contacts are checked periodically for missing or "
+"outdated data and the vitality of the contacts and servers."
+msgstr "Habilitado los contactos globales son verificado periódicamente  por datos faltantes o datos obsoletos como también por la vitalidad de los contactos y servidores."
 
-#: mod/lostpass.php:147
-#, php-format
-msgid "Your password has been changed at %s"
-msgstr "Tu contraseña se ha cambiado por %s"
+#: mod/admin.php:1129
+msgid "Days between requery"
+msgstr "Días entre búsquedas"
 
-#: mod/lostpass.php:159
-msgid "Forgot your Password?"
-msgstr "¿Olvidaste tu contraseña?"
+#: mod/admin.php:1129
+msgid "Number of days after which a server is requeried for his contacts."
+msgstr "Cantidad de días hasta que un servidor es consultado por sus contactos."
+
+#: mod/admin.php:1130
+msgid "Discover contacts from other servers"
+msgstr "Descubrir contactos de otros servidores"
 
-#: mod/lostpass.php:160
+#: mod/admin.php:1130
 msgid ""
-"Enter your email address and submit to have your password reset. Then check "
-"your email for further instructions."
-msgstr "Introduce tu correo para restablecer tu contraseña. Luego comprueba tu correo para las instrucciones adicionales."
+"Periodically query other servers for contacts. You can choose between "
+"'users': the users on the remote system, 'Global Contacts': active contacts "
+"that are known on the system. The fallback is meant for Redmatrix servers "
+"and older friendica servers, where global contacts weren't available. The "
+"fallback increases the server load, so the recommened setting is 'Users, "
+"Global Contacts'."
+msgstr "Recoger periódicamente información sobre perfiles en otros servidores. Puede elegir entre 'usuarios': perfiles de un sistema remoto, 'contactos globales': contactos activos que son conocidos por el servidor. El fallback es para servidors redmatrix y instalaciones viejas de friendica en las que los contactos no estaban a disposición. El fallback aumenta la carga del servidor, asi que la configuración recomendada es 'usuarios, contactos globales'"
 
-#: mod/lostpass.php:162
-msgid "Reset"
-msgstr "Restablecer"
+#: mod/admin.php:1131
+msgid "Timeframe for fetching global contacts"
+msgstr "Intervalos de tiempo para revisar contactos globales."
 
-#: mod/maintenance.php:20
-msgid "System down for maintenance"
-msgstr "Servicio suspendido por mantenimiento"
+#: mod/admin.php:1131
+msgid ""
+"When the discovery is activated, this value defines the timeframe for the "
+"activity of the global contacts that are fetched from other servers."
+msgstr "Cuando la revisacion es activada, este valor define el intervalo de tiempo de la actividad de los contactos globales que son recolectados de los servidores. (?)"
 
-#: mod/manage.php:141
-msgid "Manage Identities and/or Pages"
-msgstr "Administrar identidades y/o páginas"
+#: mod/admin.php:1132
+msgid "Search the local directory"
+msgstr "Buscar el directorio local"
 
-#: mod/manage.php:142
+#: mod/admin.php:1132
 msgid ""
-"Toggle between different identities or community/group pages which share "
-"your account details or which you have been granted \"manage\" permissions"
-msgstr "Cambia entre diferentes identidades o páginas de Comunidad/Grupos que comparten los detalles de tu cuenta o sobre los que tienes permisos para administrar"
+"Search the local directory instead of the global directory. When searching "
+"locally, every search will be executed on the global directory in the "
+"background. This improves the search results when the search is repeated."
+msgstr "Buscar en el directorio local en vez del directorio global. Cuando se busca localmente, cada busqueda sera efectuada en el directorio global en el background. Esto mejora los resultados de la busqueda cuando la misma es repetida."
 
-#: mod/manage.php:143
-msgid "Select an identity to manage: "
-msgstr "Selecciona una identidad a gestionar:"
+#: mod/admin.php:1134
+msgid "Publish server information"
+msgstr "Publicar información del servidor"
 
-#: mod/match.php:35
-msgid "No keywords to match. Please add keywords to your default profile."
-msgstr "No hay palabras clave que coincidan. Por favor, agrega algunas palabras claves en tu perfil predeterminado."
+#: mod/admin.php:1134
+msgid ""
+"If enabled, general server and usage data will be published. The data "
+"contains the name and version of the server, number of users with public "
+"profiles, number of posts and the activated protocols and connectors. See <a"
+" href='http://the-federation.info/'>the-federation.info</a> for details."
+msgstr "Si habilitado, datos generales del servidor y estadisticas de uso serán publicados. Los datos contienen el nombre y la versión del servidor, numero de usuarios con perfiles públicos, cantidad de temas publicados y los protocolos y conectores activados. Vea <a href='http://the-federation.info/'>the-federation.info</a> por detalles."
 
-#: mod/match.php:88
-msgid "is interested in:"
-msgstr "estás interesado en:"
+#: mod/admin.php:1136
+msgid "Suppress Tags"
+msgstr "Suprimir tags"
 
-#: mod/match.php:102
-msgid "Profile Match"
-msgstr "Coincidencias de Perfil"
+#: mod/admin.php:1136
+msgid "Suppress showing a list of hashtags at the end of the posting."
+msgstr "Suprimir la lista de tags al final de una publicación."
 
-#: mod/message.php:60 mod/wallmessage.php:50
-msgid "No recipient selected."
-msgstr "Ningún destinatario seleccionado"
+#: mod/admin.php:1137
+msgid "Path to item cache"
+msgstr "Ruta a la caché del objeto"
 
-#: mod/message.php:64
-msgid "Unable to locate contact information."
-msgstr "No se puede encontrar información del contacto."
+#: mod/admin.php:1137
+msgid "The item caches buffers generated bbcode and external images."
+msgstr "El buffer de cache de items generado para bbcodes e imágenes externas. "
 
-#: mod/message.php:67 mod/wallmessage.php:56
-msgid "Message could not be sent."
-msgstr "El mensaje no ha podido ser enviado."
+#: mod/admin.php:1138
+msgid "Cache duration in seconds"
+msgstr "Duración de la caché en segundos"
 
-#: mod/message.php:70 mod/wallmessage.php:59
-msgid "Message collection failure."
-msgstr "Fallo en la recolección de mensajes."
+#: mod/admin.php:1138
+msgid ""
+"How long should the cache files be hold? Default value is 86400 seconds (One"
+" day). To disable the item cache, set the value to -1."
+msgstr "¿Por cuanto tiempo deberían los archives ser almacenados en el cache? Valor por defecto 86400 segundos (un día). Para deshabilita el item cache, ajuste el valor a -1."
 
-#: mod/message.php:73 mod/wallmessage.php:62
-msgid "Message sent."
-msgstr "Mensaje enviado."
+#: mod/admin.php:1139
+msgid "Maximum numbers of comments per post"
+msgstr "Numero máximo de respuestas por tema"
 
-#: mod/message.php:204
-msgid "Do you really want to delete this message?"
-msgstr "¿Estás seguro de que quieres borrar este mensaje?"
+#: mod/admin.php:1139
+msgid "How much comments should be shown for each post? Default value is 100."
+msgstr "¿Cuantos comentarios deberían ser mostrados por tema? Valor por defecto es 100."
 
-#: mod/message.php:224
-msgid "Message deleted."
-msgstr "Mensaje eliminado."
+#: mod/admin.php:1140
+msgid "Temp path"
+msgstr "Ruta a los temporales"
 
-#: mod/message.php:255
-msgid "Conversation removed."
-msgstr "Conversación eliminada."
+#: mod/admin.php:1140
+msgid ""
+"If you have a restricted system where the webserver can't access the system "
+"temp path, enter another path here."
+msgstr "Si tiene un sistema restringido en donde el servidor web no puede acceder la dirección del sistema temp, ingrese una dirección alternativa aquí. "
 
-#: mod/message.php:322 mod/wallmessage.php:126
-msgid "Send Private Message"
-msgstr "Enviar mensaje privado"
+#: mod/admin.php:1141
+msgid "Base path to installation"
+msgstr "Ruta base para la instalación"
 
-#: mod/message.php:323 mod/message.php:510 mod/wallmessage.php:128
-msgid "To:"
-msgstr "Para:"
+#: mod/admin.php:1141
+msgid ""
+"If the system cannot detect the correct path to your installation, enter the"
+" correct path here. This setting should only be set if you are using a "
+"restricted system and symbolic links to your webroot."
+msgstr "Si el sistema no puede detectar el acceso correcto a la instalación, ingrese la dirección correcta aquí. Esta configuración solo debería utilizarse si si usa un sistema restringido y enlaces simbolicos a su webroot."
 
-#: mod/message.php:328 mod/message.php:512 mod/wallmessage.php:129
-msgid "Subject:"
-msgstr "Asunto:"
+#: mod/admin.php:1142
+msgid "Disable picture proxy"
+msgstr "Deshabilitar proxy de imagen"
 
-#: mod/message.php:364
-msgid "No messages."
-msgstr "No hay mensajes."
+#: mod/admin.php:1142
+msgid ""
+"The picture proxy increases performance and privacy. It shouldn't be used on"
+" systems with very low bandwith."
+msgstr "El proxy de imagen mejora el performance y privacidad. No debería ser usado en sistemas con poco ancho de banda."
 
-#: mod/message.php:403
-msgid "Message not available."
-msgstr "Mensaje no disponibile."
+#: mod/admin.php:1143
+msgid "Only search in tags"
+msgstr "Solo buscar en tags"
 
-#: mod/message.php:477
-msgid "Delete message"
-msgstr "Borrar mensaje"
+#: mod/admin.php:1143
+msgid "On large systems the text search can slow down the system extremely."
+msgstr "En sistemas grandes, la búsqueda de texto puede enlentecer el sistema gravemente."
 
-#: mod/message.php:503 mod/message.php:583
-msgid "Delete conversation"
-msgstr "Eliminar conversación"
+#: mod/admin.php:1145
+msgid "New base url"
+msgstr "Nueva URLbase"
 
-#: mod/message.php:505
+#: mod/admin.php:1145
 msgid ""
-"No secure communications available. You <strong>may</strong> be able to "
-"respond from the sender's profile page."
-msgstr "No hay comunicaciones seguras disponibles. <strong>Podrías</strong> responder desde la página de perfil del remitente. "
+"Change base url for this server. Sends relocate message to all DFRN contacts"
+" of all users."
+msgstr "Cambiar base URL para este servidor. Envía mensajes de relocalisación a todos los contactos DFRN."
 
-#: mod/message.php:509
-msgid "Send Reply"
-msgstr "Enviar respuesta"
+#: mod/admin.php:1147
+msgid "RINO Encryption"
+msgstr "Encryptado RINO"
 
-#: mod/message.php:553
-#, php-format
-msgid "Unknown sender - %s"
-msgstr "Remitente desconocido - %s"
+#: mod/admin.php:1147
+msgid "Encryption layer between nodes."
+msgstr "Capa de encryptación entre nodos."
 
-#: mod/message.php:555
-#, php-format
-msgid "You and %s"
-msgstr "Tú y %s"
+#: mod/admin.php:1149
+msgid "Maximum number of parallel workers"
+msgstr "Numero máximo de trabajos paralelos de fondo."
 
-#: mod/message.php:557
-#, php-format
-msgid "%s and You"
-msgstr "%s y Tú"
+#: mod/admin.php:1149
+msgid ""
+"On shared hosters set this to 2. On larger systems, values of 10 are great. "
+"Default value is 4."
+msgstr "Ajustar a 2 en un servidor compartido (shared hosting).\nEn sistemas grandes valores como 10 son excelentes.\nValor por defecto es 4."
 
-#: mod/message.php:586
-msgid "D, d M Y - g:i A"
-msgstr "D, d M Y - g:i A"
+#: mod/admin.php:1150
+msgid "Don't use 'proc_open' with the worker"
+msgstr "No use 'proc_open' junto al \"trabajador\"!"
 
-#: mod/message.php:589
-#, php-format
-msgid "%d message"
-msgid_plural "%d messages"
-msgstr[0] "%d mensaje"
-msgstr[1] "%d mensajes"
+#: mod/admin.php:1150
+msgid ""
+"Enable this if your system doesn't allow the use of 'proc_open'. This can "
+"happen on shared hosters. If this is enabled you should increase the "
+"frequency of poller calls in your crontab."
+msgstr "Habilite esta función si el sistema no permite el uso de 'proc_open'. Esto suelo suceder en servidores compartidos (shared hosting). Si esta función se habilita se debería incrementar la frecuencia de llamadas del poller (poller calls) en la pestaña de trabajos cron. (¡en el hosting?)"
 
-#: mod/mood.php:134
-msgid "Mood"
-msgstr "Ánimo"
+#: mod/admin.php:1151
+msgid "Enable fastlane"
+msgstr "Habilitar ascenso rápido"
 
-#: mod/mood.php:135
-msgid "Set your current mood and tell your friends"
-msgstr "Coloca tu ánimo actual y cuéntaselo a tus amigos"
+#: mod/admin.php:1151
+msgid ""
+"When enabed, the fastlane mechanism starts an additional worker if processes"
+" with higher priority are blocked by processes of lower priority."
+msgstr "Cuando está habilitado, el mecanismo ascenso rápido inicia un trabajador adicional si los procesos de mayor prioridad son bloqueados por prcesos de menor prioridad."
 
-#: mod/network.php:190 mod/search.php:25
-msgid "Remove term"
-msgstr "Eliminar término"
+#: mod/admin.php:1152
+msgid "Enable frontend worker"
+msgstr "Habilitar trabajador de interfaz"
 
-#: mod/network.php:397
-#, php-format
+#: mod/admin.php:1152
 msgid ""
-"Warning: This group contains %s member from a network that doesn't allow non"
-" public messages."
-msgid_plural ""
-"Warning: This group contains %s members from a network that doesn't allow "
-"non public messages."
-msgstr[0] "Aviso: Este grupo contiene %s miembro de una red que no permite mensajes públicos."
-msgstr[1] "Aviso: Este grupo contiene %s miembros de una red que no permite mensajes públicos."
+"When enabled the Worker process is triggered when backend access is "
+"performed (e.g. messages being delivered). On smaller sites you might want "
+"to call yourdomain.tld/worker on a regular basis via an external cron job. "
+"You should only enable this option if you cannot utilize cron/scheduled jobs"
+" on your server. The worker background process needs to be activated for "
+"this."
+msgstr "Cuando está habilitado, el proceso de Trabajador se activa cuando se ejecuta el acceso de respaldo (ej. mensajes siendo entregados). En páginas más pequeñas usted puede querer llamar a yourdomain.tld/worker en una base regular mediante un trabajo cron externo. Sólo debería habilitar esta opción si no puede utilizar trabajos cron/scheduled en su servidor. El proceso de trabajador en segundo plano necesita ser activado para eso."
 
-#: mod/network.php:400
-msgid "Messages in this group won't be send to these receivers."
-msgstr "Los mensajes de este grupo no se enviarán a estos receptores."
+#: mod/admin.php:1182
+msgid "Update has been marked successful"
+msgstr "La actualización se ha completado con éxito"
 
-#: mod/network.php:528
-msgid "Private messages to this person are at risk of public disclosure."
-msgstr "Los mensajes privados a esta persona corren el riesgo de ser mostrados públicamente."
+#: mod/admin.php:1190
+#, php-format
+msgid "Database structure update %s was successfully applied."
+msgstr "Actualización de base de datos %s fue aplicada con éxito."
 
-#: mod/network.php:533
-msgid "Invalid contact."
-msgstr "Contacto erróneo."
+#: mod/admin.php:1193
+#, php-format
+msgid "Executing of database structure update %s failed with error: %s"
+msgstr "El paso de actualización de la estructura de la base de datos %s fallo con el mensaje de error: %s"
 
-#: mod/network.php:810
-msgid "Commented Order"
-msgstr "Orden de comentarios"
+#: mod/admin.php:1207
+#, php-format
+msgid "Executing %s failed with error: %s"
+msgstr "Paso %s fallo con el error: %s"
 
-#: mod/network.php:813
-msgid "Sort by Comment Date"
-msgstr "Ordenar por fecha de comentarios"
+#: mod/admin.php:1210
+#, php-format
+msgid "Update %s was successfully applied."
+msgstr "Actualización %s aplicada con éxito."
 
-#: mod/network.php:818
-msgid "Posted Order"
-msgstr "Orden de publicación"
+#: mod/admin.php:1213
+#, php-format
+msgid "Update %s did not return a status. Unknown if it succeeded."
+msgstr "La actualización %s no ha informado, se desconoce el estado."
 
-#: mod/network.php:821
-msgid "Sort by Post Date"
-msgstr "Ordenar por fecha de publicación"
+#: mod/admin.php:1216
+#, php-format
+msgid "There was no additional update function %s that needed to be called."
+msgstr "No había función adicional de actualización %s que necesitaba ser requerida."
 
-#: mod/network.php:832
-msgid "Posts that mention or involve you"
-msgstr "Publicaciones que te mencionan o involucran"
+#: mod/admin.php:1236
+msgid "No failed updates."
+msgstr "Actualizaciones sin fallos."
 
-#: mod/network.php:840
-msgid "New"
-msgstr "Nuevo"
+#: mod/admin.php:1237
+msgid "Check database structure"
+msgstr "Revisar estructura de la base de datos"
 
-#: mod/network.php:843
-msgid "Activity Stream - by date"
-msgstr "Corriente de actividad por fecha"
+#: mod/admin.php:1242
+msgid "Failed Updates"
+msgstr "Actualizaciones fallidas"
 
-#: mod/network.php:851
-msgid "Shared Links"
-msgstr "Enlaces compartidos"
+#: mod/admin.php:1243
+msgid ""
+"This does not include updates prior to 1139, which did not return a status."
+msgstr "No se incluyen las anteriores a la 1139, que no indicaban su estado."
 
-#: mod/network.php:854
-msgid "Interesting Links"
-msgstr "Enlaces interesantes"
+#: mod/admin.php:1244
+msgid "Mark success (if update was manually applied)"
+msgstr "Marcar como correcta (si actualizaste manualmente)"
 
-#: mod/network.php:862
-msgid "Starred"
-msgstr "Favoritos"
+#: mod/admin.php:1245
+msgid "Attempt to execute this update step automatically"
+msgstr "Intentando ejecutar este paso automáticamente"
 
-#: mod/network.php:865
-msgid "Favourite Posts"
-msgstr "Publicaciones favoritas"
+#: mod/admin.php:1279
+#, php-format
+msgid ""
+"\n"
+"\t\t\tDear %1$s,\n"
+"\t\t\t\tthe administrator of %2$s has set up an account for you."
+msgstr "\n\t\t\tEstimado %1$s,\n\t\t\t\tel administrador de %2$s ha creado una cuenta para usted."
 
-#: mod/newmember.php:6
-msgid "Welcome to Friendica"
-msgstr "Bienvenido a Friendica "
+#: mod/admin.php:1282
+#, php-format
+msgid ""
+"\n"
+"\t\t\tThe login details are as follows:\n"
+"\n"
+"\t\t\tSite Location:\t%1$s\n"
+"\t\t\tLogin Name:\t\t%2$s\n"
+"\t\t\tPassword:\t\t%3$s\n"
+"\n"
+"\t\t\tYou may change your password from your account \"Settings\" page after logging\n"
+"\t\t\tin.\n"
+"\n"
+"\t\t\tPlease take a few moments to review the other account settings on that page.\n"
+"\n"
+"\t\t\tYou may also wish to add some basic information to your default profile\n"
+"\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n"
+"\n"
+"\t\t\tWe recommend setting your full name, adding a profile photo,\n"
+"\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n"
+"\t\t\tperhaps what country you live in; if you do not wish to be more specific\n"
+"\t\t\tthan that.\n"
+"\n"
+"\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n"
+"\t\t\tIf you are new and do not know anybody here, they may help\n"
+"\t\t\tyou to make some new and interesting friends.\n"
+"\n"
+"\t\t\tThank you and welcome to %4$s."
+msgstr "\n\t\t\tLos detalles de acceso son las siguientes:\n\n\t\t\tDirección del sitio:\t%1$s\n\t\t\tNombre de la cuenta:\t\t%2$s\n\t\t\tContraseña:\t\t%3$s\n\n\t\t\tPodrá cambiar la contraseña desde la pagina de configuración de su cuenta después de acceder a la misma\n\t\t\ten.\n\n\t\t\tPor favor tome unos minutos para revisar las opciones demás de la cuenta en dicha pagina de configuración.\n\n\t\t\tTambién podrá agregar informaciones adicionales a su pagina de perfil predeterminado. \n\t\t\t(en la pagina \"Perfiles\") para que otras personas pueden encontrarlo fácilmente.\n\n\t\t\tRecomendamos que elija un nombre apropiado, agregando una imagen de perfil,\n\t\t\tagregando algunas palabras claves de la cuenta (muy útil para hacer nuevos amigos) - y \n\t\t\tquizás el país en donde vive; si no quiere ser mas especifico\n\t\t\tque eso.\n\n\t\t\tRespetamos absolutamente su derecho a la privacidad y ninguno de estos detalles es necesario.\n\t\t\tSi eres nuevo aquí y no conoces a nadie, estos detalles pueden ayudarte\n\t\t\tpara hacer nuevas e interesantes amistades.\n\n\t\t\tGracias y bienvenido a  %4$s."
 
-#: mod/newmember.php:8
-msgid "New Member Checklist"
-msgstr "Listado de nuevos miembros"
+#: mod/admin.php:1326
+#, php-format
+msgid "%s user blocked/unblocked"
+msgid_plural "%s users blocked/unblocked"
+msgstr[0] "%s usuario bloqueado/desbloqueado"
+msgstr[1] "%s usuarios bloqueados/desbloqueados"
 
-#: mod/newmember.php:12
-msgid ""
-"We would like to offer some tips and links to help make your experience "
-"enjoyable. Click any item to visit the relevant page. A link to this page "
-"will be visible from your home page for two weeks after your initial "
-"registration and then will quietly disappear."
-msgstr "Nos gustaría ofrecerte algunos consejos y enlaces para ayudar a hacer tu experiencia más amena. Pulsa en cualquier elemento para visitar la página correspondiente. Un enlace a esta página será visible desde tu página de inicio durante las dos semanas siguientes a tu inscripción y luego desaparecerá."
+#: mod/admin.php:1333
+#, php-format
+msgid "%s user deleted"
+msgid_plural "%s users deleted"
+msgstr[0] "%s usuario eliminado"
+msgstr[1] "%s usuarios eliminados"
 
-#: mod/newmember.php:14
-msgid "Getting Started"
-msgstr "Empezando"
+#: mod/admin.php:1380
+#, php-format
+msgid "User '%s' deleted"
+msgstr "Usuario '%s' eliminado"
 
-#: mod/newmember.php:18
-msgid "Friendica Walk-Through"
-msgstr "Visita guiada a Friendica"
+#: mod/admin.php:1388
+#, php-format
+msgid "User '%s' unblocked"
+msgstr "Usuario '%s' desbloqueado"
 
-#: mod/newmember.php:18
-msgid ""
-"On your <em>Quick Start</em> page - find a brief introduction to your "
-"profile and network tabs, make some new connections, and find some groups to"
-" join."
-msgstr "En tu página de <em>Inicio Rápido</em> - busca una introducción breve para tus pestañas de perfil y red, haz algunas conexiones nuevas, y busca algunos grupos a los que unirte."
+#: mod/admin.php:1388
+#, php-format
+msgid "User '%s' blocked"
+msgstr "Usuario '%s' bloqueado'"
 
-#: mod/newmember.php:26
-msgid "Go to Your Settings"
-msgstr "Ir a tus ajustes"
+#: mod/admin.php:1496 mod/admin.php:1522
+msgid "Register date"
+msgstr "Fecha de registro"
 
-#: mod/newmember.php:26
-msgid ""
-"On your <em>Settings</em> page -  change your initial password. Also make a "
-"note of your Identity Address. This looks just like an email address - and "
-"will be useful in making friends on the free social web."
-msgstr "En la página de <em>Configuración</em> puedes cambiar tu contraseña inicial. También aparece tu ID (Identity Address). Es parecida a una dirección de correo y te servirá para conectar con gente de redes sociales libres."
+#: mod/admin.php:1496 mod/admin.php:1522
+msgid "Last login"
+msgstr "Último acceso"
 
-#: mod/newmember.php:28
-msgid ""
-"Review the other settings, particularly the privacy settings. An unpublished"
-" directory listing is like having an unlisted phone number. In general, you "
-"should probably publish your listing - unless all of your friends and "
-"potential friends know exactly how to find you."
-msgstr "Revisa las otras configuraciones, especialmente la configuración de privacidad. Un listado de directorio sin publicar es como tener un número de teléfono sin publicar. Normalmente querrás publicar tu listado, a menos que tus amigos y amigos potenciales sepan cómo ponerse en contacto contigo."
+#: mod/admin.php:1496 mod/admin.php:1522
+msgid "Last item"
+msgstr "Último elemento"
 
-#: mod/newmember.php:36 mod/profile_photo.php:256 mod/profiles.php:699
-msgid "Upload Profile Photo"
-msgstr "Subir foto del Perfil"
+#: mod/admin.php:1496 mod/settings.php:45
+msgid "Account"
+msgstr "Cuenta"
 
-#: mod/newmember.php:36
-msgid ""
-"Upload a profile photo if you have not done so already. Studies have shown "
-"that people with real photos of themselves are ten times more likely to make"
-" friends than people who do not."
-msgstr "Sube una foto para tu perfil si no lo has hecho aún. Los estudios han demostrado que la gente que usa fotos suyas reales tienen diez veces más éxito a la hora de entablar amistad que las que no."
+#: mod/admin.php:1505
+msgid "Add User"
+msgstr "Agregar usuario"
 
-#: mod/newmember.php:38
-msgid "Edit Your Profile"
-msgstr "Editar tu perfil"
+#: mod/admin.php:1506
+msgid "select all"
+msgstr "seleccionar todo"
 
-#: mod/newmember.php:38
-msgid ""
-"Edit your <strong>default</strong> profile to your liking. Review the "
-"settings for hiding your list of friends and hiding the profile from unknown"
-" visitors."
-msgstr "Edita tu perfil <strong>predeterminado</strong> como quieras. Revisa la configuración para ocultar tu lista de amigos o tu perfil a los visitantes desconocidos."
+#: mod/admin.php:1507
+msgid "User registrations waiting for confirm"
+msgstr "Registro de usuarios esperando confirmación"
 
-#: mod/newmember.php:40
-msgid "Profile Keywords"
-msgstr "Palabras clave del perfil"
+#: mod/admin.php:1508
+msgid "User waiting for permanent deletion"
+msgstr "Usuario esperando anulación permanente."
 
-#: mod/newmember.php:40
-msgid ""
-"Set some public keywords for your default profile which describe your "
-"interests. We may be able to find other people with similar interests and "
-"suggest friendships."
-msgstr "Define en tu perfil público algunas palabras que describan tus intereses. Así podremos buscar otras personas con los mismos gustos y sugerirte posibles amigos."
+#: mod/admin.php:1509
+msgid "Request date"
+msgstr "Solicitud de fecha"
 
-#: mod/newmember.php:44
-msgid "Connecting"
-msgstr "Conectando"
+#: mod/admin.php:1510
+msgid "No registrations."
+msgstr "Sin registros."
 
-#: mod/newmember.php:51
-msgid "Importing Emails"
-msgstr "Importando correos electrónicos"
+#: mod/admin.php:1511
+msgid "Note from the user"
+msgstr "Nota para el usuario"
 
-#: mod/newmember.php:51
-msgid ""
-"Enter your email access information on your Connector Settings page if you "
-"wish to import and interact with friends or mailing lists from your email "
-"INBOX"
-msgstr "Introduce la información para acceder a tu correo en la página de Configuración del conector si quieres importar e interactuar con amigos o listas de correos del buzón de entrada de tu correo electrónico."
+#: mod/admin.php:1513
+msgid "Deny"
+msgstr "Denegado"
 
-#: mod/newmember.php:53
-msgid "Go to Your Contacts Page"
-msgstr "Ir a tu página de contactos"
+#: mod/admin.php:1515 mod/contacts.php:616 mod/contacts.php:816
+#: mod/contacts.php:994
+msgid "Block"
+msgstr "Bloquear"
 
-#: mod/newmember.php:53
-msgid ""
-"Your Contacts page is your gateway to managing friendships and connecting "
-"with friends on other networks. Typically you enter their address or site "
-"URL in the <em>Add New Contact</em> dialog."
-msgstr "Tu página de Contactos es el portal desde donde podrás manejar tus amistades y conectarte con amigos de otras redes. Normalmente introduces su dirección o la dirección de su sitio web en el recuadro \"Añadir contacto nuevo\"."
+#: mod/admin.php:1516 mod/contacts.php:616 mod/contacts.php:816
+#: mod/contacts.php:994
+msgid "Unblock"
+msgstr "Desbloquear"
 
-#: mod/newmember.php:55
-msgid "Go to Your Site's Directory"
-msgstr "Ir al directorio de tu sitio"
+#: mod/admin.php:1517
+msgid "Site admin"
+msgstr "Administrador de la web"
 
-#: mod/newmember.php:55
-msgid ""
-"The Directory page lets you find other people in this network or other "
-"federated sites. Look for a <em>Connect</em> or <em>Follow</em> link on "
-"their profile page. Provide your own Identity Address if requested."
-msgstr "El Directorio te permite encontrar otras personas en esta red o en cualquier otro sitio federado. Busca algún enlace de <em>Conectar</em> o <em>Seguir</em> en su perfil. Proporciona tu direción personal si es necesario."
+#: mod/admin.php:1518
+msgid "Account expired"
+msgstr "Cuenta caducada"
 
-#: mod/newmember.php:57
-msgid "Finding New People"
-msgstr "Encontrando nueva gente"
+#: mod/admin.php:1521
+msgid "New User"
+msgstr "Nuevo usuario"
 
-#: mod/newmember.php:57
-msgid ""
-"On the side panel of the Contacts page are several tools to find new "
-"friends. We can match people by interest, look up people by name or "
-"interest, and provide suggestions based on network relationships. On a brand"
-" new site, friend suggestions will usually begin to be populated within 24 "
-"hours."
-msgstr "En el panel lateral de la página de Contactos existen varias herramientas para encontrar nuevos amigos. Podemos filtrar personas por sus intereses, buscar personas por nombre o por sus intereses, y ofrecerte sugerencias basadas en sus relaciones de la red. En un sitio nuevo, las sugerencias de amigos por lo general comienzan pasadas las 24 horas."
+#: mod/admin.php:1522
+msgid "Deleted since"
+msgstr "Borrado desde"
 
-#: mod/newmember.php:65
-msgid "Group Your Contacts"
-msgstr "Agrupa tus contactos"
+#: mod/admin.php:1527
+msgid ""
+"Selected users will be deleted!\\n\\nEverything these users had posted on "
+"this site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "¡Los usuarios seleccionados serán eliminados!\\n\\n¡Todo lo que hayan publicado en este sitio se borrará para siempre!\\n\\n¿Estás seguro?"
 
-#: mod/newmember.php:65
+#: mod/admin.php:1528
 msgid ""
-"Once you have made some friends, organize them into private conversation "
-"groups from the sidebar of your Contacts page and then you can interact with"
-" each group privately on your Network page."
-msgstr "Una vez que tengas algunos amigos, puedes organizarlos en grupos privados de conversación mediante el memnú en tu página de Contactos y luego puedes interactuar con cada grupo por separado desde tu página de Red."
+"The user {0} will be deleted!\\n\\nEverything this user has posted on this "
+"site will be permanently deleted!\\n\\nAre you sure?"
+msgstr "¡El usuario {0} será eliminado!\\n\\n¡Todo lo que haya publicado en este sitio se borrará para siempre!\\n\\n¿Estás seguro?"
 
-#: mod/newmember.php:68
-msgid "Why Aren't My Posts Public?"
-msgstr "¿Por qué mis publicaciones no son públicas?"
+#: mod/admin.php:1538
+msgid "Name of the new user."
+msgstr "Nombre del nuevo usuario"
 
-#: mod/newmember.php:68
-msgid ""
-"Friendica respects your privacy. By default, your posts will only show up to"
-" people you've added as friends. For more information, see the help section "
-"from the link above."
-msgstr "Friendica respeta tu privacidad. Por defecto, tus publicaciones solo se mostrarán a personas que hayas añadido como amistades. Para más información, mira la sección de ayuda en el enlace de más arriba."
+#: mod/admin.php:1539
+msgid "Nickname"
+msgstr "Apodo"
 
-#: mod/newmember.php:73
-msgid "Getting Help"
-msgstr "Consiguiendo ayuda"
+#: mod/admin.php:1539
+msgid "Nickname of the new user."
+msgstr "Apodo del nuevo perfil."
 
-#: mod/newmember.php:77
-msgid "Go to the Help Section"
-msgstr "Ir a la sección de ayuda"
+#: mod/admin.php:1540
+msgid "Email address of the new user."
+msgstr "Dirección de correo del nuevo perfil."
 
-#: mod/newmember.php:77
-msgid ""
-"Our <strong>help</strong> pages may be consulted for detail on other program"
-" features and resources."
-msgstr "Puedes consultar nuestra página de <strong>Ayuda</strong> para más información y recursos de ayuda."
+#: mod/admin.php:1583
+#, php-format
+msgid "Plugin %s disabled."
+msgstr "Módulo %s deshabilitado."
 
-#: mod/nogroup.php:65
-msgid "Contacts who are not members of a group"
-msgstr "Contactos sin grupo"
+#: mod/admin.php:1587
+#, php-format
+msgid "Plugin %s enabled."
+msgstr "Módulo %s habilitado."
 
-#: mod/notifications.php:35
-msgid "Invalid request identifier."
-msgstr "Solicitud de identificación no válida."
+#: mod/admin.php:1598 mod/admin.php:1850
+msgid "Disable"
+msgstr "Desactivado"
 
-#: mod/notifications.php:44 mod/notifications.php:180
-#: mod/notifications.php:258
-msgid "Discard"
-msgstr "Descartar"
+#: mod/admin.php:1600 mod/admin.php:1852
+msgid "Enable"
+msgstr "Activado"
 
-#: mod/notifications.php:105
-msgid "Network Notifications"
-msgstr "Notificaciones de Red"
+#: mod/admin.php:1623 mod/admin.php:1899
+msgid "Toggle"
+msgstr "Activar"
 
-#: mod/notifications.php:111 mod/notify.php:69
-msgid "System Notifications"
-msgstr "Notificaciones del sistema"
+#: mod/admin.php:1631 mod/admin.php:1908
+msgid "Author: "
+msgstr "Autor:"
 
-#: mod/notifications.php:117
-msgid "Personal Notifications"
-msgstr "Notificaciones personales"
+#: mod/admin.php:1632 mod/admin.php:1909
+msgid "Maintainer: "
+msgstr "Mantenedor: "
 
-#: mod/notifications.php:123
-msgid "Home Notifications"
-msgstr "Notificaciones de Inicio"
+#: mod/admin.php:1687
+msgid "Reload active plugins"
+msgstr "Recargar plugins activos"
 
-#: mod/notifications.php:152
-msgid "Show Ignored Requests"
-msgstr "Mostrar peticiones ignoradas"
+#: mod/admin.php:1692
+#, php-format
+msgid ""
+"There are currently no plugins available on your node. You can find the "
+"official plugin repository at %1$s and might find other interesting plugins "
+"in the open plugin registry at %2$s"
+msgstr "No ay plugins habilitados en este nodo. Encontrara los repositorios oficiales de plugins en %1$s y posiblemente encontrara mas plugins interesantes en el registro abierto de plugins aquí %2$s ."
 
-#: mod/notifications.php:152
-msgid "Hide Ignored Requests"
-msgstr "Ocultar peticiones ignoradas"
+#: mod/admin.php:1811
+msgid "No themes found."
+msgstr "No se encontraron temas."
 
-#: mod/notifications.php:164 mod/notifications.php:228
-msgid "Notification type: "
-msgstr "Tipo de notificación: "
+#: mod/admin.php:1890
+msgid "Screenshot"
+msgstr "Captura de pantalla"
+
+#: mod/admin.php:1950
+msgid "Reload active themes"
+msgstr "Recargar interfaces de usuario activos"
 
-#: mod/notifications.php:167
+#: mod/admin.php:1955
 #, php-format
-msgid "suggested by %s"
-msgstr "sugerido por %s"
+msgid "No themes found on the system. They should be paced in %1$s"
+msgstr "No se encuentran interfaces en el sistema. Deberían estar localizados (paced) en  %1$s"
 
-#: mod/notifications.php:173 mod/notifications.php:246
-msgid "Post a new friend activity"
-msgstr "Publica tu nueva amistad"
+#: mod/admin.php:1956
+msgid "[Experimental]"
+msgstr "[Experimental]"
 
-#: mod/notifications.php:173 mod/notifications.php:246
-msgid "if applicable"
-msgstr "Si corresponde"
+#: mod/admin.php:1957
+msgid "[Unsupported]"
+msgstr "[Sin soporte]"
 
-#: mod/notifications.php:195
-msgid "Claims to be known to you: "
-msgstr "Dice conocerte: "
+#: mod/admin.php:1981
+msgid "Log settings updated."
+msgstr "Configuración de registro actualizada."
 
-#: mod/notifications.php:196
-msgid "yes"
-msgstr ""
+#: mod/admin.php:2013
+msgid "PHP log currently enabled."
+msgstr "Registro PHP actualmente disponible."
 
-#: mod/notifications.php:196
-msgid "no"
-msgstr "no"
+#: mod/admin.php:2015
+msgid "PHP log currently disabled."
+msgstr "Registro PHP actualmente deshabilitado."
 
-#: mod/notifications.php:197 mod/notifications.php:202
-msgid "Shall your connection be bidirectional or not?"
-msgstr "¿Su conexión debe ser bidireccional o no?"
+#: mod/admin.php:2024
+msgid "Clear"
+msgstr "Limpiar"
 
-#: mod/notifications.php:198 mod/notifications.php:203
-#, php-format
-msgid ""
-"Accepting %s as a friend allows %s to subscribe to your posts, and you will "
-"also receive updates from them in your news feed."
-msgstr "Aceptar a %s como amigo le permite a %s suscribirse a sus publicaciones, y usted también recibirá actualizaciones de ellos en sus noticias."
+#: mod/admin.php:2029
+msgid "Enable Debugging"
+msgstr "Habilitar debugging"
 
-#: mod/notifications.php:199
-#, php-format
+#: mod/admin.php:2030
+msgid "Log file"
+msgstr "Archivo de registro"
+
+#: mod/admin.php:2030
 msgid ""
-"Accepting %s as a subscriber allows them to subscribe to your posts, but you"
-" will not receive updates from them in your news feed."
-msgstr "Aceptar a %s como suscriptor les permite suscribirse a sus publicaciones, pero usted no recibirá actualizaciones de ellos en sus noticias."
+"Must be writable by web server. Relative to your Friendica top-level "
+"directory."
+msgstr "Debes tener permiso de escritura en el servidor. Relacionado con tu directorio de inicio de Friendica."
 
-#: mod/notifications.php:204
-#, php-format
+#: mod/admin.php:2031
+msgid "Log level"
+msgstr "Nivel de registro"
+
+#: mod/admin.php:2034
+msgid "PHP logging"
+msgstr "PHP logging"
+
+#: mod/admin.php:2035
 msgid ""
-"Accepting %s as a sharer allows them to subscribe to your posts, but you "
-"will not receive updates from them in your news feed."
-msgstr "Aceptar a %s como participante les permite suscribirse a sus publicaciones, pero usted no recibirá actualizaciones de ellos en sus noticias."
+"To enable logging of PHP errors and warnings you can add the following to "
+"the .htconfig.php file of your installation. The filename set in the "
+"'error_log' line is relative to the friendica top-level directory and must "
+"be writeable by the web server. The option '1' for 'log_errors' and "
+"'display_errors' is to enable these options, set to '0' to disable them."
+msgstr "Para habilitar la documentación de los errores PHP y las advertencias se puede agregar lo siguiente al archivo .htconfig.php de la instalación (ftp). La dirección definido en el 'error_log' es relativo al directorio friendica principal (top-level directory) y debe de ser habilitado para la escritura por el servidor web. La opción '1' para 'log_errors' y 'display_errors' es para habilitar estas opciones, '0' para deshabilitarlo."
 
-#: mod/notifications.php:215
-msgid "Friend"
-msgstr "Amigo"
+#: mod/admin.php:2165 mod/admin.php:2166 mod/settings.php:783
+msgid "Off"
+msgstr "Apagado"
 
-#: mod/notifications.php:216
-msgid "Sharer"
-msgstr "Lector"
+#: mod/admin.php:2165 mod/admin.php:2166 mod/settings.php:783
+msgid "On"
+msgstr "Encendido"
 
-#: mod/notifications.php:216
-msgid "Subscriber"
-msgstr "Suscriptor"
+#: mod/admin.php:2166
+#, php-format
+msgid "Lock feature %s"
+msgstr "Trancar opción %s "
 
-#: mod/notifications.php:266
-msgid "No introductions."
-msgstr "Sin presentaciones."
+#: mod/admin.php:2174
+msgid "Manage Additional Features"
+msgstr "Administrar opciones adicionales"
 
-#: mod/notifications.php:307
-msgid "Show unread"
-msgstr "Mostrar no leído"
+#: mod/contacts.php:137
+#, php-format
+msgid "%d contact edited."
+msgid_plural "%d contacts edited."
+msgstr[0] "%d contacto editado."
+msgstr[1] "%d contacts edited."
 
-#: mod/notifications.php:307
-msgid "Show all"
-msgstr "Mostrar todo"
+#: mod/contacts.php:172 mod/contacts.php:381
+msgid "Could not access contact record."
+msgstr "No se pudo acceder a los datos del contacto."
+
+#: mod/contacts.php:186
+msgid "Could not locate selected profile."
+msgstr "No se pudo encontrar el perfil seleccionado."
+
+#: mod/contacts.php:219
+msgid "Contact updated."
+msgstr "Contacto actualizado."
 
-#: mod/notifications.php:313
-#, php-format
-msgid "No more %s notifications."
-msgstr "No más notificaciones de %s."
+#: mod/contacts.php:402
+msgid "Contact has been blocked"
+msgstr "El contacto ha sido bloqueado"
 
-#: mod/notify.php:65
-msgid "No more system notifications."
-msgstr "No hay más notificaciones del sistema."
+#: mod/contacts.php:402
+msgid "Contact has been unblocked"
+msgstr "El contacto ha sido desbloqueado"
 
-#: mod/oexchange.php:21
-msgid "Post successful."
-msgstr "¡Publicado!"
+#: mod/contacts.php:413
+msgid "Contact has been ignored"
+msgstr "El contacto ha sido ignorado"
 
-#: mod/openid.php:24
-msgid "OpenID protocol error. No ID returned."
-msgstr "Error de protocolo OpenID. ID no devuelta."
+#: mod/contacts.php:413
+msgid "Contact has been unignored"
+msgstr "El contacto ya no está ignorado"
 
-#: mod/openid.php:60
-msgid ""
-"Account not found and OpenID registration is not permitted on this site."
-msgstr "Cuenta no encontrada y el registro OpenID no está permitido en ese sitio."
+#: mod/contacts.php:425
+msgid "Contact has been archived"
+msgstr "El contacto ha sido archivado"
 
-#: mod/ostatus_subscribe.php:14
-msgid "Subscribing to OStatus contacts"
-msgstr "Subscribir a los contactos de OStatus"
+#: mod/contacts.php:425
+msgid "Contact has been unarchived"
+msgstr "El contacto ya no está archivado"
 
-#: mod/ostatus_subscribe.php:25
-msgid "No contact provided."
-msgstr "Sin suministro de datos de contacto."
+#: mod/contacts.php:450
+msgid "Drop contact"
+msgstr "Eliminar contacto"
 
-#: mod/ostatus_subscribe.php:31
-msgid "Couldn't fetch information for contact."
-msgstr "No se ha podido conseguir la información del contacto."
+#: mod/contacts.php:453 mod/contacts.php:812
+msgid "Do you really want to delete this contact?"
+msgstr "¿Estás seguro de que quieres eliminar este contacto?"
 
-#: mod/ostatus_subscribe.php:40
-msgid "Couldn't fetch friends for contact."
-msgstr "No se ha podido conseguir datos de amigos para contactar."
+#: mod/contacts.php:472
+msgid "Contact has been removed."
+msgstr "El contacto ha sido eliminado"
 
-#: mod/ostatus_subscribe.php:54 mod/repair_ostatus.php:44
-msgid "Done"
-msgstr "hecho!"
+#: mod/contacts.php:509
+#, php-format
+msgid "You are mutual friends with %s"
+msgstr "Ahora tienes una amistad mutua con %s"
 
-#: mod/ostatus_subscribe.php:68
-msgid "success"
-msgstr "exito!"
+#: mod/contacts.php:513
+#, php-format
+msgid "You are sharing with %s"
+msgstr "Estás compartiendo con %s"
 
-#: mod/ostatus_subscribe.php:70
-msgid "failed"
-msgstr "fallido!"
+#: mod/contacts.php:518
+#, php-format
+msgid "%s is sharing with you"
+msgstr "%s está compartiendo contigo"
 
-#: mod/ostatus_subscribe.php:78 mod/repair_ostatus.php:50
-msgid "Keep this window open until done."
-msgstr "Mantén esta ventana abierta hasta que el proceso ha terminado."
+#: mod/contacts.php:538
+msgid "Private communications are not available for this contact."
+msgstr "Las comunicaciones privadas no está disponibles para este contacto."
 
-#: mod/p.php:9
-msgid "Not Extended"
-msgstr "No extendido"
+#: mod/contacts.php:545
+msgid "(Update was successful)"
+msgstr "(La actualización se ha completado)"
 
-#: mod/photos.php:90 mod/photos.php:1876
-msgid "Recent Photos"
-msgstr "Fotos recientes"
+#: mod/contacts.php:545
+msgid "(Update was not successful)"
+msgstr "(La actualización no se ha completado)"
 
-#: mod/photos.php:93 mod/photos.php:1303 mod/photos.php:1878
-msgid "Upload New Photos"
-msgstr "Subir nuevas fotos"
+#: mod/contacts.php:547 mod/contacts.php:975
+msgid "Suggest friends"
+msgstr "Sugerir amigos"
 
-#: mod/photos.php:107 mod/settings.php:36
-msgid "everybody"
-msgstr "todos"
+#: mod/contacts.php:551
+#, php-format
+msgid "Network type: %s"
+msgstr "Tipo de red: %s"
 
-#: mod/photos.php:171
-msgid "Contact information unavailable"
-msgstr "Información del contacto no disponible"
+#: mod/contacts.php:564
+msgid "Communications lost with this contact!"
+msgstr "¡Se ha perdido la comunicación con este contacto!"
 
-#: mod/photos.php:192
-msgid "Album not found."
-msgstr "Álbum no encontrado."
+#: mod/contacts.php:567
+msgid "Fetch further information for feeds"
+msgstr "Recaudar informacion complementaria de los feeds"
 
-#: mod/photos.php:225 mod/photos.php:237 mod/photos.php:1247
-msgid "Delete Album"
-msgstr "Eliminar álbum"
+#: mod/contacts.php:568
+msgid "Fetch information"
+msgstr "Recaudar informacion"
 
-#: mod/photos.php:235
-msgid "Do you really want to delete this photo album and all its photos?"
-msgstr "¿Estás seguro de quieres borrar este álbum y todas sus fotos?"
+#: mod/contacts.php:568
+msgid "Fetch information and keywords"
+msgstr "Recaudar informacion y palabras claves"
 
-#: mod/photos.php:317 mod/photos.php:328 mod/photos.php:1563
-msgid "Delete Photo"
-msgstr "Eliminar foto"
+#: mod/contacts.php:586
+msgid "Contact"
+msgstr "Contacto"
 
-#: mod/photos.php:326
-msgid "Do you really want to delete this photo?"
-msgstr "¿Estás seguro de que quieres borrar esta foto?"
+#: mod/contacts.php:589
+msgid "Profile Visibility"
+msgstr "Visibilidad del Perfil"
 
-#: mod/photos.php:705
+#: mod/contacts.php:590
 #, php-format
-msgid "%1$s was tagged in %2$s by %3$s"
-msgstr "%1$s fue etiquetado en %2$s por %3$s"
+msgid ""
+"Please choose the profile you would like to display to %s when viewing your "
+"profile securely."
+msgstr "Por favor, selecciona el perfil que quieras mostrar a %s cuando esté viendo tu perfil de forma segura."
 
-#: mod/photos.php:705
-msgid "a photo"
-msgstr "una foto"
+#: mod/contacts.php:591
+msgid "Contact Information / Notes"
+msgstr "Información del Contacto / Notas"
 
-#: mod/photos.php:803 mod/profile_photo.php:156 mod/wall_upload.php:151
-#, php-format
-msgid "Image exceeds size limit of %s"
-msgstr "La imagen excede el limite de %s"
+#: mod/contacts.php:592
+msgid "Edit contact notes"
+msgstr "Editar notas del contacto"
 
-#: mod/photos.php:811
-msgid "Image file is empty."
-msgstr "El archivo de imagen está vacío."
+#: mod/contacts.php:598
+msgid "Block/Unblock contact"
+msgstr "Boquear/Desbloquear contacto"
 
-#: mod/photos.php:844 mod/profile_photo.php:165 mod/wall_upload.php:186
-msgid "Unable to process image."
-msgstr "Imposible procesar la imagen."
+#: mod/contacts.php:599
+msgid "Ignore contact"
+msgstr "Ignorar contacto"
 
-#: mod/photos.php:871 mod/profile_photo.php:315 mod/wall_upload.php:219
-msgid "Image upload failed."
-msgstr "Error al subir la imagen."
+#: mod/contacts.php:600
+msgid "Repair URL settings"
+msgstr "Configuración de reparación de la dirección"
 
-#: mod/photos.php:974
-msgid "No photos selected"
-msgstr "Ninguna foto seleccionada"
+#: mod/contacts.php:601
+msgid "View conversations"
+msgstr "Ver conversaciones"
 
-#: mod/photos.php:1074 mod/videos.php:309
-msgid "Access to this item is restricted."
-msgstr "El acceso a este elemento está restringido."
+#: mod/contacts.php:607
+msgid "Last update:"
+msgstr "Última actualización:"
 
-#: mod/photos.php:1134
-#, php-format
-msgid "You have used %1$.2f Mbytes of %2$.2f Mbytes photo storage."
-msgstr "Has usado %1$.2f MB de %2$.2f MB de tu álbum de fotos."
+#: mod/contacts.php:609
+msgid "Update public posts"
+msgstr "Actualizar publicaciones públicas"
 
-#: mod/photos.php:1168
-msgid "Upload Photos"
-msgstr "Subir fotos"
+#: mod/contacts.php:611 mod/contacts.php:985
+msgid "Update now"
+msgstr "Actualizar ahora"
 
-#: mod/photos.php:1172 mod/photos.php:1242
-msgid "New album name: "
-msgstr "Nombre del nuevo álbum: "
+#: mod/contacts.php:617 mod/contacts.php:817 mod/contacts.php:1002
+msgid "Unignore"
+msgstr "Quitar de Ignorados"
 
-#: mod/photos.php:1173
-msgid "or existing album name: "
-msgstr "o nombre de un álbum existente: "
+#: mod/contacts.php:621
+msgid "Currently blocked"
+msgstr "Bloqueados"
 
-#: mod/photos.php:1174
-msgid "Do not show a status post for this upload"
-msgstr "No actualizar tu estado con este envío"
+#: mod/contacts.php:622
+msgid "Currently ignored"
+msgstr "Ignorados"
 
-#: mod/photos.php:1185 mod/photos.php:1567 mod/settings.php:1307
-msgid "Show to Groups"
-msgstr "Mostrar a los Grupos"
+#: mod/contacts.php:623
+msgid "Currently archived"
+msgstr "Archivados"
 
-#: mod/photos.php:1186 mod/photos.php:1568 mod/settings.php:1308
-msgid "Show to Contacts"
-msgstr "Mostrar a los Contactos"
+#: mod/contacts.php:624
+msgid ""
+"Replies/likes to your public posts <strong>may</strong> still be visible"
+msgstr "Los comentarios o \"me gusta\" en tus publicaciones públicas todavía <strong>pueden</strong> ser visibles."
 
-#: mod/photos.php:1187
-msgid "Private Photo"
-msgstr "Foto Privada"
+#: mod/contacts.php:625
+msgid "Notification for new posts"
+msgstr "Notificacion de nuevos temas."
 
-#: mod/photos.php:1188
-msgid "Public Photo"
-msgstr "Foto Pública"
+#: mod/contacts.php:625
+msgid "Send a notification of every new post of this contact"
+msgstr "Enviar una notificacion por nuevos temas de este contacto."
 
-#: mod/photos.php:1254
-msgid "Edit Album"
-msgstr "Modificar álbum"
+#: mod/contacts.php:628
+msgid "Blacklisted keywords"
+msgstr "Lista negra de palabras"
 
-#: mod/photos.php:1260
-msgid "Show Newest First"
-msgstr "Mostrar más nuevos primero"
+#: mod/contacts.php:628
+msgid ""
+"Comma separated list of keywords that should not be converted to hashtags, "
+"when \"Fetch information and keywords\" is selected"
+msgstr "Lista separada por comas de palabras claves que no deberian ser convertido en #hashtags cuando \"Recaudar informacion y palabras claves\" es seleccionado"
 
-#: mod/photos.php:1262
-msgid "Show Oldest First"
-msgstr "Mostrar más antiguos primero"
+#: mod/contacts.php:646
+msgid "Actions"
+msgstr "Acciones"
 
-#: mod/photos.php:1289 mod/photos.php:1861
-msgid "View Photo"
-msgstr "Ver foto"
+#: mod/contacts.php:649
+msgid "Contact Settings"
+msgstr "Ajustes del contacto"
 
-#: mod/photos.php:1335
-msgid "Permission denied. Access to this item may be restricted."
-msgstr "Permiso denegado. El acceso a este elemento puede estar restringido."
+#: mod/contacts.php:695
+msgid "Suggestions"
+msgstr "Sugerencias"
 
-#: mod/photos.php:1337
-msgid "Photo not available"
-msgstr "Foto no disponible"
+#: mod/contacts.php:698
+msgid "Suggest potential friends"
+msgstr "Amistades potenciales sugeridas"
 
-#: mod/photos.php:1395
-msgid "View photo"
-msgstr "Ver foto"
+#: mod/contacts.php:706
+msgid "Show all contacts"
+msgstr "Mostrar todos los contactos"
 
-#: mod/photos.php:1395
-msgid "Edit photo"
-msgstr "Modificar foto"
+#: mod/contacts.php:711
+msgid "Unblocked"
+msgstr "Desbloqueados"
 
-#: mod/photos.php:1396
-msgid "Use as profile photo"
-msgstr "Usar como foto del perfil"
+#: mod/contacts.php:714
+msgid "Only show unblocked contacts"
+msgstr "Mostrar solo contactos sin bloquear"
 
-#: mod/photos.php:1421
-msgid "View Full Size"
-msgstr "Ver a tamaño completo"
+#: mod/contacts.php:720
+msgid "Blocked"
+msgstr "Bloqueados"
 
-#: mod/photos.php:1507
-msgid "Tags: "
-msgstr "Etiquetas: "
+#: mod/contacts.php:723
+msgid "Only show blocked contacts"
+msgstr "Mostrar solo contactos bloqueados"
 
-#: mod/photos.php:1510
-msgid "[Remove any tag]"
-msgstr "[Borrar todas las etiquetas]"
+#: mod/contacts.php:729
+msgid "Ignored"
+msgstr "Ignorados"
 
-#: mod/photos.php:1549
-msgid "New album name"
-msgstr "Nuevo nombre del álbum"
+#: mod/contacts.php:732
+msgid "Only show ignored contacts"
+msgstr "Mostrar solo contactos ignorados"
 
-#: mod/photos.php:1550
-msgid "Caption"
-msgstr "Título"
+#: mod/contacts.php:738
+msgid "Archived"
+msgstr "Archivados"
 
-#: mod/photos.php:1551
-msgid "Add a Tag"
-msgstr "Añadir una etiqueta"
+#: mod/contacts.php:741
+msgid "Only show archived contacts"
+msgstr "Mostrar solo contactos archivados"
 
-#: mod/photos.php:1551
-msgid ""
-"Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping"
-msgstr "Ejemplo: @juan, @Barbara_Ruiz, @julia@example.com, #California, #camping"
+#: mod/contacts.php:747
+msgid "Hidden"
+msgstr "Ocultos"
 
-#: mod/photos.php:1552
-msgid "Do not rotate"
-msgstr "No rotar"
+#: mod/contacts.php:750
+msgid "Only show hidden contacts"
+msgstr "Mostrar solo contactos ocultos"
 
-#: mod/photos.php:1553
-msgid "Rotate CW (right)"
-msgstr "Girar a la derecha"
+#: mod/contacts.php:807
+msgid "Search your contacts"
+msgstr "Buscar en tus contactos"
 
-#: mod/photos.php:1554
-msgid "Rotate CCW (left)"
-msgstr "Girar a la izquierda"
+#: mod/contacts.php:815 mod/settings.php:162 mod/settings.php:708
+msgid "Update"
+msgstr "Actualizar"
 
-#: mod/photos.php:1569
-msgid "Private photo"
-msgstr "Foto privada"
+#: mod/contacts.php:818 mod/contacts.php:1010
+msgid "Archive"
+msgstr "Archivo"
 
-#: mod/photos.php:1570
-msgid "Public photo"
-msgstr "Foto pública"
+#: mod/contacts.php:818 mod/contacts.php:1010
+msgid "Unarchive"
+msgstr "Sin archivar"
 
-#: mod/photos.php:1792
-msgid "Map"
-msgstr "Mapa"
+#: mod/contacts.php:821
+msgid "Batch Actions"
+msgstr "Accones en lote"
 
-#: mod/photos.php:1867 mod/videos.php:391
-msgid "View Album"
-msgstr "Ver Álbum"
+#: mod/contacts.php:867
+msgid "View all contacts"
+msgstr "Ver todos los contactos"
 
-#: mod/ping.php:270
-msgid "{0} wants to be your friend"
-msgstr "{0} quiere ser tu amigo"
+#: mod/contacts.php:877
+msgid "View all common friends"
+msgstr "Ver todos los conocidos en común "
 
-#: mod/ping.php:285
-msgid "{0} sent you a message"
-msgstr "{0} te ha enviado un mensaje"
+#: mod/contacts.php:884
+msgid "Advanced Contact Settings"
+msgstr "Configuración avanzada"
 
-#: mod/ping.php:300
-msgid "{0} requested registration"
-msgstr "{0} solicitudes de registro"
+#: mod/contacts.php:918
+msgid "Mutual Friendship"
+msgstr "Amistad recíproca"
 
-#: mod/poke.php:196
-msgid "Poke/Prod"
-msgstr "Toque/Empujón"
+#: mod/contacts.php:922
+msgid "is a fan of yours"
+msgstr "es tu fan"
 
-#: mod/poke.php:197
-msgid "poke, prod or do other things to somebody"
-msgstr "da un toque, empujón o similar a alguien"
+#: mod/contacts.php:926
+msgid "you are a fan of"
+msgstr "eres fan de"
 
-#: mod/poke.php:198
-msgid "Recipient"
-msgstr "Receptor"
+#: mod/contacts.php:996
+msgid "Toggle Blocked status"
+msgstr "Cambiar bloqueados"
 
-#: mod/poke.php:199
-msgid "Choose what you wish to do to recipient"
-msgstr "Elige qué desea hacer con el receptor"
+#: mod/contacts.php:1004
+msgid "Toggle Ignored status"
+msgstr "Cambiar ignorados"
 
-#: mod/poke.php:202
-msgid "Make this post private"
-msgstr "Hacer esta publicación privada"
+#: mod/contacts.php:1012
+msgid "Toggle Archive status"
+msgstr "Cambiar archivados"
 
-#: mod/profile.php:174
-msgid "Tips for New Members"
-msgstr "Consejos para nuevos miembros"
+#: mod/contacts.php:1020
+msgid "Delete contact"
+msgstr "Eliminar contacto"
 
 #: mod/profile_photo.php:44
 msgid "Image uploaded but image cropping failed."
 msgstr "Imagen recibida, pero ha fallado al recortarla."
 
 #: mod/profile_photo.php:77 mod/profile_photo.php:85 mod/profile_photo.php:93
-#: mod/profile_photo.php:323
+#: mod/profile_photo.php:322
 #, php-format
 msgid "Image size reduction [%s] failed."
 msgstr "Ha fallado la reducción de las dimensiones de la imagen [%s]."
@@ -7301,1467 +7684,1095 @@ msgid ""
 "display immediately."
 msgstr "Recarga la página o limpia la caché del navegador si la foto nueva no aparece inmediatamente."
 
-#: mod/profile_photo.php:137
+#: mod/profile_photo.php:136
 msgid "Unable to process image"
 msgstr "Imposible procesar la imagen"
 
-#: mod/profile_photo.php:254
+#: mod/profile_photo.php:253
 msgid "Upload File:"
 msgstr "Subir archivo:"
 
-#: mod/profile_photo.php:255
+#: mod/profile_photo.php:254
 msgid "Select a profile:"
 msgstr "Elige un perfil:"
 
-#: mod/profile_photo.php:257
+#: mod/profile_photo.php:256
 msgid "Upload"
 msgstr "Subir"
 
-#: mod/profile_photo.php:260
+#: mod/profile_photo.php:259
 msgid "or"
 msgstr "o"
 
-#: mod/profile_photo.php:260
+#: mod/profile_photo.php:259
 msgid "skip this step"
 msgstr "saltar este paso"
 
-#: mod/profile_photo.php:260
+#: mod/profile_photo.php:259
 msgid "select a photo from your photo albums"
 msgstr "elige una foto de tus álbumes"
 
-#: mod/profile_photo.php:274
+#: mod/profile_photo.php:273
 msgid "Crop Image"
 msgstr "Recortar imagen"
 
-#: mod/profile_photo.php:275
+#: mod/profile_photo.php:274
 msgid "Please adjust the image cropping for optimum viewing."
 msgstr "Por favor, ajusta el recorte de la imagen para optimizarla."
 
-#: mod/profile_photo.php:277
+#: mod/profile_photo.php:276
 msgid "Done Editing"
 msgstr "Editado"
 
-#: mod/profile_photo.php:313
+#: mod/profile_photo.php:312
 msgid "Image uploaded successfully."
 msgstr "Imagen subida con éxito."
 
-#: mod/profiles.php:38
+#: mod/profiles.php:42
 msgid "Profile deleted."
 msgstr "Perfil eliminado."
 
-#: mod/profiles.php:56 mod/profiles.php:90
+#: mod/profiles.php:58 mod/profiles.php:94
 msgid "Profile-"
 msgstr "Perfil-"
 
-#: mod/profiles.php:75 mod/profiles.php:118
+#: mod/profiles.php:77 mod/profiles.php:122
 msgid "New profile created."
 msgstr "Nuevo perfil creado."
 
-#: mod/profiles.php:96
+#: mod/profiles.php:100
 msgid "Profile unavailable to clone."
 msgstr "Imposible duplicar el perfil."
 
-#: mod/profiles.php:190
+#: mod/profiles.php:196
 msgid "Profile Name is required."
 msgstr "Se necesita un nombre de perfil."
 
-#: mod/profiles.php:338
+#: mod/profiles.php:336
 msgid "Marital Status"
 msgstr "Estado civil"
 
-#: mod/profiles.php:342
+#: mod/profiles.php:340
 msgid "Romantic Partner"
 msgstr "Pareja sentimental"
 
-#: mod/profiles.php:354
+#: mod/profiles.php:352
 msgid "Work/Employment"
 msgstr "Trabajo/estudios"
 
-#: mod/profiles.php:357
+#: mod/profiles.php:355
 msgid "Religion"
 msgstr "Religión"
 
-#: mod/profiles.php:361
+#: mod/profiles.php:359
 msgid "Political Views"
 msgstr "Preferencias políticas"
 
-#: mod/profiles.php:365
+#: mod/profiles.php:363
 msgid "Gender"
 msgstr "Género"
 
-#: mod/profiles.php:369
+#: mod/profiles.php:367
 msgid "Sexual Preference"
 msgstr "Orientación sexual"
 
-#: mod/profiles.php:373
+#: mod/profiles.php:371
 msgid "XMPP"
 msgstr "XMPP"
 
-#: mod/profiles.php:377
+#: mod/profiles.php:375
 msgid "Homepage"
 msgstr "Página de inicio"
 
-#: mod/profiles.php:381 mod/profiles.php:694
+#: mod/profiles.php:379 mod/profiles.php:698
 msgid "Interests"
 msgstr "Intereses"
 
-#: mod/profiles.php:385
+#: mod/profiles.php:383
 msgid "Address"
 msgstr "Dirección"
 
-#: mod/profiles.php:392 mod/profiles.php:690
+#: mod/profiles.php:390 mod/profiles.php:694
 msgid "Location"
 msgstr "Ubicación"
 
-#: mod/profiles.php:477
+#: mod/profiles.php:475
 msgid "Profile updated."
 msgstr "Perfil actualizado."
 
-#: mod/profiles.php:565
+#: mod/profiles.php:567
 msgid " and "
 msgstr " y "
 
-#: mod/profiles.php:573
+#: mod/profiles.php:576
 msgid "public profile"
 msgstr "perfil público"
 
-#: mod/profiles.php:576
+#: mod/profiles.php:579
 #, php-format
 msgid "%1$s changed %2$s to &ldquo;%3$s&rdquo;"
 msgstr "%1$s cambió su %2$s a &ldquo;%3$s&rdquo;"
 
-#: mod/profiles.php:577
+#: mod/profiles.php:580
 #, php-format
 msgid " - Visit %1$s's %2$s"
 msgstr " - Visita %1$s's %2$s"
 
-#: mod/profiles.php:580
+#: mod/profiles.php:582
 #, php-format
 msgid "%1$s has an updated %2$s, changing %3$s."
 msgstr "%1$s tiene una actualización %2$s, cambiando %3$s."
 
-#: mod/profiles.php:637
+#: mod/profiles.php:640
 msgid "Hide contacts and friends:"
 msgstr "Ocultar contactos y amigos"
 
-#: mod/profiles.php:642
+#: mod/profiles.php:645
 msgid "Hide your contact/friend list from viewers of this profile?"
 msgstr "¿Ocultar tu lista de contactos/amigos en este perfil?"
 
-#: mod/profiles.php:666
+#: mod/profiles.php:670
 msgid "Show more profile fields:"
 msgstr "Mostrar mas campos del perfil:"
 
-#: mod/profiles.php:678
+#: mod/profiles.php:682
 msgid "Profile Actions"
 msgstr "Acciones de perfil"
 
-#: mod/profiles.php:679
+#: mod/profiles.php:683
 msgid "Edit Profile Details"
 msgstr "Editar detalles de tu perfil"
 
-#: mod/profiles.php:681
+#: mod/profiles.php:685
 msgid "Change Profile Photo"
 msgstr "Cambiar imagen del Perfil"
 
-#: mod/profiles.php:682
+#: mod/profiles.php:686
 msgid "View this profile"
 msgstr "Ver este perfil"
 
-#: mod/profiles.php:684
+#: mod/profiles.php:688
 msgid "Create a new profile using these settings"
 msgstr "¿Crear un nuevo perfil con esta configuración?"
 
-#: mod/profiles.php:685
+#: mod/profiles.php:689
 msgid "Clone this profile"
 msgstr "Clonar este perfil"
 
-#: mod/profiles.php:686
+#: mod/profiles.php:690
 msgid "Delete this profile"
 msgstr "Eliminar este perfil"
 
-#: mod/profiles.php:688
+#: mod/profiles.php:692
 msgid "Basic information"
 msgstr "Información básica"
 
-#: mod/profiles.php:689
+#: mod/profiles.php:693
 msgid "Profile picture"
 msgstr "Imagen del perfil"
 
-#: mod/profiles.php:691
+#: mod/profiles.php:695
 msgid "Preferences"
 msgstr "Preferencias"
 
-#: mod/profiles.php:692
+#: mod/profiles.php:696
 msgid "Status information"
 msgstr "Información del estatus"
 
-#: mod/profiles.php:693
+#: mod/profiles.php:697
 msgid "Additional information"
 msgstr "Información addicional"
 
-#: mod/profiles.php:696
+#: mod/profiles.php:700
 msgid "Relation"
 msgstr "Relación"
 
-#: mod/profiles.php:700
+#: mod/profiles.php:704
 msgid "Your Gender:"
 msgstr "Género:"
 
-#: mod/profiles.php:701
+#: mod/profiles.php:705
 msgid "<span class=\"heart\">&hearts;</span> Marital Status:"
 msgstr "<span class=\"heart\"&hearts;</span> Estado civil:"
 
-#: mod/profiles.php:703
+#: mod/profiles.php:707
 msgid "Example: fishing photography software"
 msgstr "Ejemplo: pesca fotografía software"
 
-#: mod/profiles.php:708
+#: mod/profiles.php:712
 msgid "Profile Name:"
 msgstr "Nombres del perfil:"
 
-#: mod/profiles.php:710
+#: mod/profiles.php:714
 msgid ""
 "This is your <strong>public</strong> profile.<br />It <strong>may</strong> "
 "be visible to anybody using the internet."
 msgstr "Éste es tu perfil <strong>público</strong>.<br /><strong>Puede</strong> ser visto por cualquier usuario de internet."
 
-#: mod/profiles.php:711
+#: mod/profiles.php:715
 msgid "Your Full Name:"
 msgstr "Tu nombre completo:"
 
-#: mod/profiles.php:712
+#: mod/profiles.php:716
 msgid "Title/Description:"
 msgstr "Título/Descrición:"
 
-#: mod/profiles.php:715
+#: mod/profiles.php:719
 msgid "Street Address:"
 msgstr "Dirección"
 
-#: mod/profiles.php:716
+#: mod/profiles.php:720
 msgid "Locality/City:"
 msgstr "Localidad/Ciudad:"
 
-#: mod/profiles.php:717
+#: mod/profiles.php:721
 msgid "Region/State:"
 msgstr "Región/Estado:"
 
-#: mod/profiles.php:718
+#: mod/profiles.php:722
 msgid "Postal/Zip Code:"
 msgstr "Código postal:"
 
-#: mod/profiles.php:719
+#: mod/profiles.php:723
 msgid "Country:"
 msgstr "País"
 
-#: mod/profiles.php:723
+#: mod/profiles.php:727
 msgid "Who: (if applicable)"
 msgstr "¿Quién? (si es aplicable)"
 
-#: mod/profiles.php:723
+#: mod/profiles.php:727
 msgid "Examples: cathy123, Cathy Williams, cathy@example.com"
 msgstr "Ejemplos: cathy123, Cathy Williams, cathy@example.com"
 
-#: mod/profiles.php:724
-msgid "Since [date]:"
-msgstr "Desde [fecha]:"
-
-#: mod/profiles.php:726
-msgid "Tell us about yourself..."
-msgstr "Háblanos sobre ti..."
-
-#: mod/profiles.php:727
-msgid "XMPP (Jabber) address:"
-msgstr "Dirección XMPP (Jabber):"
-
-#: mod/profiles.php:727
-msgid ""
-"The XMPP address will be propagated to your contacts so that they can follow"
-" you."
-msgstr "La dirección XMPP será propagada entre sus contactos para que puedan seguirle."
-
-#: mod/profiles.php:728
-msgid "Homepage URL:"
-msgstr "Dirección de tu página:"
-
-#: mod/profiles.php:731
-msgid "Religious Views:"
-msgstr "Creencias religiosas:"
-
-#: mod/profiles.php:732
-msgid "Public Keywords:"
-msgstr "Palabras clave públicas:"
-
-#: mod/profiles.php:732
-msgid "(Used for suggesting potential friends, can be seen by others)"
-msgstr "(Utilizadas para sugerir amigos potenciales, otros pueden verlo)"
-
-#: mod/profiles.php:733
-msgid "Private Keywords:"
-msgstr "Palabras clave privadas:"
-
-#: mod/profiles.php:733
-msgid "(Used for searching profiles, never shown to others)"
-msgstr "(Utilizadas para buscar perfiles, nunca se muestra a otros)"
-
-#: mod/profiles.php:736
-msgid "Musical interests"
-msgstr "Gustos musicales"
-
-#: mod/profiles.php:737
-msgid "Books, literature"
-msgstr "Libros, literatura"
-
-#: mod/profiles.php:738
-msgid "Television"
-msgstr "Televisión"
-
-#: mod/profiles.php:739
-msgid "Film/dance/culture/entertainment"
-msgstr "Películas/baile/cultura/entretenimiento"
-
-#: mod/profiles.php:740
-msgid "Hobbies/Interests"
-msgstr "Aficiones/Intereses"
-
-#: mod/profiles.php:741
-msgid "Love/romance"
-msgstr "Amor/Romance"
-
-#: mod/profiles.php:742
-msgid "Work/employment"
-msgstr "Trabajo/ocupación"
-
-#: mod/profiles.php:743
-msgid "School/education"
-msgstr "Escuela/estudios"
-
-#: mod/profiles.php:744
-msgid "Contact information and Social Networks"
-msgstr "Informacioń de contacto y Redes sociales"
-
-#: mod/profiles.php:788
-msgid "Edit/Manage Profiles"
-msgstr "Editar/Administrar perfiles"
-
-#: mod/profperm.php:26 mod/profperm.php:57
-msgid "Invalid profile identifier."
-msgstr "Identificador de perfil no válido."
-
-#: mod/profperm.php:103
-msgid "Profile Visibility Editor"
-msgstr "Editor de visibilidad del perfil"
-
-#: mod/profperm.php:116
-msgid "Visible To"
-msgstr "Visible para"
-
-#: mod/profperm.php:132
-msgid "All Contacts (with secure profile access)"
-msgstr "Todos los contactos (con perfil de acceso seguro)"
-
-#: mod/register.php:93
-msgid ""
-"Registration successful. Please check your email for further instructions."
-msgstr "Te has registrado con éxito. Por favor, consulta tu correo para más información."
-
-#: mod/register.php:98
-#, php-format
-msgid ""
-"Failed to send email message. Here your accout details:<br> login: %s<br> "
-"password: %s<br><br>You can change your password after login."
-msgstr "Error al intentar de enviar mensaje de correo. Aquí los detalles de su cuenta: <br> login: %s<br> contraseña: %s<br><br>Puede cambiar su contraseña después de ingresar al sitio."
-
-#: mod/register.php:105
-msgid "Registration successful."
-msgstr "Registro exitoso."
-
-#: mod/register.php:111
-msgid "Your registration can not be processed."
-msgstr "Tu registro no se puede procesar."
-
-#: mod/register.php:160
-msgid "Your registration is pending approval by the site owner."
-msgstr "Tu registro está pendiente de aprobación por el propietario del sitio."
-
-#: mod/register.php:198 mod/uimport.php:51
-msgid ""
-"This site has exceeded the number of allowed daily account registrations. "
-"Please try again tomorrow."
-msgstr "Este sitio ha excedido el número de registros diarios permitidos. Inténtalo de nuevo mañana por favor."
-
-#: mod/register.php:226
-msgid ""
-"You may (optionally) fill in this form via OpenID by supplying your OpenID "
-"and clicking 'Register'."
-msgstr "Puedes (opcionalmente) rellenar este formulario a través de OpenID escribiendo tu OpenID y pulsando en \"Registrar\"."
-
-#: mod/register.php:227
-msgid ""
-"If you are not familiar with OpenID, please leave that field blank and fill "
-"in the rest of the items."
-msgstr "Si no estás familiarizado con OpenID, por favor deja ese campo en blanco y rellena el resto de los elementos."
-
-#: mod/register.php:228
-msgid "Your OpenID (optional): "
-msgstr "Tu OpenID (opcional):"
-
-#: mod/register.php:242
-msgid "Include your profile in member directory?"
-msgstr "¿Incluir tu perfil en el directorio de miembros?"
-
-#: mod/register.php:267
-msgid "Note for the admin"
-msgstr "Nota para el administrador"
-
-#: mod/register.php:267
-msgid "Leave a message for the admin, why you want to join this node"
-msgstr "Deje un mensaje para el administrador sobre por qué quiere unirse a este nodo"
-
-#: mod/register.php:268
-msgid "Membership on this site is by invitation only."
-msgstr "Sitio solo accesible mediante invitación."
-
-#: mod/register.php:269
-msgid "Your invitation ID: "
-msgstr "ID de tu invitación: "
-
-#: mod/register.php:280
-msgid "Your Full Name (e.g. Joe Smith, real or real-looking): "
-msgstr "Nombre completo (ej. Joe Smith, real o real aparente):"
-
-#: mod/register.php:281
-msgid "Your Email Address: "
-msgstr "Tu dirección de correo: "
-
-#: mod/register.php:283 mod/settings.php:1278
-msgid "New Password:"
-msgstr "Contraseña nueva:"
+#: mod/profiles.php:728
+msgid "Since [date]:"
+msgstr "Desde [fecha]:"
 
-#: mod/register.php:283
-msgid "Leave empty for an auto generated password."
-msgstr "Dejar vacío para autogenerar una contraseña"
+#: mod/profiles.php:730
+msgid "Tell us about yourself..."
+msgstr "Háblanos sobre ti..."
 
-#: mod/register.php:284 mod/settings.php:1279
-msgid "Confirm:"
-msgstr "Confirmar:"
+#: mod/profiles.php:731
+msgid "XMPP (Jabber) address:"
+msgstr "Dirección XMPP (Jabber):"
 
-#: mod/register.php:285
+#: mod/profiles.php:731
 msgid ""
-"Choose a profile nickname. This must begin with a text character. Your "
-"profile address on this site will then be "
-"'<strong>nickname@$sitename</strong>'."
-msgstr "Elije un apodo. Debe comenzar con una letra. Tu dirección de perfil en este sitio va a ser \"<strong>apodo@$nombredelsitio</strong>\"."
+"The XMPP address will be propagated to your contacts so that they can follow"
+" you."
+msgstr "La dirección XMPP será propagada entre sus contactos para que puedan seguirle."
 
-#: mod/register.php:286
-msgid "Choose a nickname: "
-msgstr "Escoge un apodo: "
+#: mod/profiles.php:732
+msgid "Homepage URL:"
+msgstr "Dirección de tu página:"
 
-#: mod/register.php:295 mod/uimport.php:66
-msgid "Import"
-msgstr "Importar"
+#: mod/profiles.php:735
+msgid "Religious Views:"
+msgstr "Creencias religiosas:"
 
-#: mod/register.php:296
-msgid "Import your profile to this friendica instance"
-msgstr "Importar tu perfil a esta instancia de friendica"
+#: mod/profiles.php:736
+msgid "Public Keywords:"
+msgstr "Palabras clave públicas:"
 
-#: mod/regmod.php:58
-msgid "Account approved."
-msgstr "Cuenta aprobada."
+#: mod/profiles.php:736
+msgid "(Used for suggesting potential friends, can be seen by others)"
+msgstr "(Utilizadas para sugerir amigos potenciales, otros pueden verlo)"
 
-#: mod/regmod.php:95
-#, php-format
-msgid "Registration revoked for %s"
-msgstr "Registro anulado para %s"
+#: mod/profiles.php:737
+msgid "Private Keywords:"
+msgstr "Palabras clave privadas:"
 
-#: mod/regmod.php:107
-msgid "Please login."
-msgstr "Por favor accede."
+#: mod/profiles.php:737
+msgid "(Used for searching profiles, never shown to others)"
+msgstr "(Utilizadas para buscar perfiles, nunca se muestra a otros)"
 
-#: mod/removeme.php:52 mod/removeme.php:55
-msgid "Remove My Account"
-msgstr "Eliminar mi cuenta"
+#: mod/profiles.php:740
+msgid "Musical interests"
+msgstr "Gustos musicales"
 
-#: mod/removeme.php:53
-msgid ""
-"This will completely remove your account. Once this has been done it is not "
-"recoverable."
-msgstr "Esto eliminará por completo tu cuenta. Una vez hecho no se puede deshacer."
+#: mod/profiles.php:741
+msgid "Books, literature"
+msgstr "Libros, literatura"
 
-#: mod/removeme.php:54
-msgid "Please enter your password for verification:"
-msgstr "Por favor, introduce tu contraseña para la verificación:"
+#: mod/profiles.php:742
+msgid "Television"
+msgstr "Televisión"
 
-#: mod/repair_ostatus.php:14
-msgid "Resubscribing to OStatus contacts"
-msgstr "Resubscribir a contactos de OStatus"
+#: mod/profiles.php:743
+msgid "Film/dance/culture/entertainment"
+msgstr "Películas/baile/cultura/entretenimiento"
 
-#: mod/repair_ostatus.php:30
-msgid "Error"
-msgstr "error"
+#: mod/profiles.php:744
+msgid "Hobbies/Interests"
+msgstr "Aficiones/Intereses"
 
-#: mod/search.php:100
-msgid "Only logged in users are permitted to perform a search."
-msgstr "Solo usuarios activos tienen permiso para ejecutar búsquedas."
+#: mod/profiles.php:745
+msgid "Love/romance"
+msgstr "Amor/Romance"
 
-#: mod/search.php:124
-msgid "Too Many Requests"
-msgstr "Demasiadas consultas"
+#: mod/profiles.php:746
+msgid "Work/employment"
+msgstr "Trabajo/ocupación"
 
-#: mod/search.php:125
-msgid "Only one search per minute is permitted for not logged in users."
-msgstr "Se permite solo una búsqueda por minuto para usuarios no identificados."
+#: mod/profiles.php:747
+msgid "School/education"
+msgstr "Escuela/estudios"
 
-#: mod/search.php:230
-#, php-format
-msgid "Items tagged with: %s"
-msgstr "Objetos taggeado con: %s"
+#: mod/profiles.php:748
+msgid "Contact information and Social Networks"
+msgstr "Informacioń de contacto y Redes sociales"
 
-#: mod/settings.php:60
+#: mod/profiles.php:789
+msgid "Edit/Manage Profiles"
+msgstr "Editar/Administrar perfiles"
+
+#: mod/settings.php:62
 msgid "Display"
 msgstr "Interfaz del usuario"
 
-#: mod/settings.php:67 mod/settings.php:890
+#: mod/settings.php:69 mod/settings.php:891
 msgid "Social Networks"
 msgstr "Redes sociales"
 
-#: mod/settings.php:88
+#: mod/settings.php:90
 msgid "Connected apps"
 msgstr "Aplicaciones conectadas"
 
-#: mod/settings.php:95 mod/uexport.php:45
-msgid "Export personal data"
-msgstr "Exportación de datos personales"
-
-#: mod/settings.php:102
+#: mod/settings.php:104
 msgid "Remove account"
 msgstr "Eliminar cuenta"
 
-#: mod/settings.php:157
+#: mod/settings.php:159
 msgid "Missing some important data!"
 msgstr "¡Faltan algunos datos importantes!"
 
-#: mod/settings.php:271
+#: mod/settings.php:273
 msgid "Failed to connect with email account using the settings provided."
 msgstr "Error al conectar con la cuenta de correo mediante la configuración suministrada."
 
-#: mod/settings.php:276
+#: mod/settings.php:278
 msgid "Email settings updated."
 msgstr "Configuración de correo actualizada."
 
-#: mod/settings.php:291
+#: mod/settings.php:293
 msgid "Features updated"
 msgstr "Actualizaciones"
 
-#: mod/settings.php:361
+#: mod/settings.php:363
 msgid "Relocate message has been send to your contacts"
 msgstr "Mensaje de reubicación ha sido enviado a sus contactos."
 
-#: mod/settings.php:380
+#: mod/settings.php:382
 msgid "Empty passwords are not allowed. Password unchanged."
 msgstr "No se permiten contraseñas vacías. La contraseña no ha sido modificada."
 
-#: mod/settings.php:388
+#: mod/settings.php:390
 msgid "Wrong password."
 msgstr "Contraseña incorrecta"
 
-#: mod/settings.php:399
+#: mod/settings.php:401
 msgid "Password changed."
 msgstr "Contraseña modificada."
 
-#: mod/settings.php:401
+#: mod/settings.php:403
 msgid "Password update failed. Please try again."
 msgstr "La actualización de la contraseña ha fallado. Por favor, prueba otra vez."
 
-#: mod/settings.php:481
+#: mod/settings.php:483
 msgid " Please use a shorter name."
 msgstr " Usa un nombre más corto."
 
-#: mod/settings.php:483
+#: mod/settings.php:485
 msgid " Name too short."
 msgstr " Nombre demasiado corto."
 
-#: mod/settings.php:492
+#: mod/settings.php:494
 msgid "Wrong Password"
 msgstr "Contraseña incorrecta"
 
-#: mod/settings.php:497
+#: mod/settings.php:499
 msgid " Not valid email."
 msgstr " Correo no válido."
 
-#: mod/settings.php:503
+#: mod/settings.php:505
 msgid " Cannot change to that email."
 msgstr " No se puede usar ese correo."
 
-#: mod/settings.php:559
+#: mod/settings.php:561
 msgid "Private forum has no privacy permissions. Using default privacy group."
 msgstr "El foro privado no tiene permisos de privacidad. Usando el grupo de privacidad por defecto."
 
-#: mod/settings.php:563
+#: mod/settings.php:565
 msgid "Private forum has no privacy permissions and no default privacy group."
 msgstr "El foro privado no tiene permisos de privacidad ni grupo por defecto de privacidad."
 
-#: mod/settings.php:603
+#: mod/settings.php:605
 msgid "Settings updated."
 msgstr "Configuración actualizada."
 
-#: mod/settings.php:680 mod/settings.php:706 mod/settings.php:742
+#: mod/settings.php:681 mod/settings.php:707 mod/settings.php:743
 msgid "Add application"
 msgstr "Agregar aplicación"
 
-#: mod/settings.php:684 mod/settings.php:710
+#: mod/settings.php:685 mod/settings.php:711
 msgid "Consumer Key"
 msgstr "Clave del consumidor"
 
-#: mod/settings.php:685 mod/settings.php:711
+#: mod/settings.php:686 mod/settings.php:712
 msgid "Consumer Secret"
 msgstr "Secreto del consumidor"
 
-#: mod/settings.php:686 mod/settings.php:712
+#: mod/settings.php:687 mod/settings.php:713
 msgid "Redirect"
 msgstr "Redirigir"
 
-#: mod/settings.php:687 mod/settings.php:713
+#: mod/settings.php:688 mod/settings.php:714
 msgid "Icon url"
 msgstr "Dirección del ícono"
 
-#: mod/settings.php:698
+#: mod/settings.php:699
 msgid "You can't edit this application."
 msgstr "No puedes editar esta aplicación."
 
-#: mod/settings.php:741
+#: mod/settings.php:742
 msgid "Connected Apps"
 msgstr "Aplicaciones conectadas"
 
-#: mod/settings.php:745
+#: mod/settings.php:746
 msgid "Client key starts with"
 msgstr "Clave de cliente comienza por"
 
-#: mod/settings.php:746
+#: mod/settings.php:747
 msgid "No name"
 msgstr "Sin nombre"
 
-#: mod/settings.php:747
+#: mod/settings.php:748
 msgid "Remove authorization"
 msgstr "Suprimir la autorización"
 
-#: mod/settings.php:759
+#: mod/settings.php:760
 msgid "No Plugin settings configured"
 msgstr "No se ha configurado ningún módulo"
 
-#: mod/settings.php:768
+#: mod/settings.php:769
 msgid "Plugin Settings"
 msgstr "Configuración de los módulos"
 
-#: mod/settings.php:790
+#: mod/settings.php:791
 msgid "Additional Features"
 msgstr "Características adicionales"
 
-#: mod/settings.php:800 mod/settings.php:804
+#: mod/settings.php:801 mod/settings.php:805
 msgid "General Social Media Settings"
 msgstr "Configuración general de social media "
 
-#: mod/settings.php:810
+#: mod/settings.php:811
 msgid "Disable intelligent shortening"
 msgstr "Deshabilitar recorte inteligente de URL"
 
-#: mod/settings.php:812
+#: mod/settings.php:813
 msgid ""
 "Normally the system tries to find the best link to add to shortened posts. "
 "If this option is enabled then every shortened post will always point to the"
 " original friendica post."
 msgstr "Normalemente el sistema intenta de encontrara el mejor enlace para agregar a envíos recortados (twitter, OStatus). Si esta opción se encuentra habilitado, todo envío recortado apuntara siempre al tema original en friendica."
 
-#: mod/settings.php:818
+#: mod/settings.php:819
 msgid "Automatically follow any GNU Social (OStatus) followers/mentioners"
 msgstr "Automáticamente seguir cualquier GNUsocial (OStatus) seguidores o menciones "
 
-#: mod/settings.php:820
+#: mod/settings.php:821
 msgid ""
 "If you receive a message from an unknown OStatus user, this option decides "
 "what to do. If it is checked, a new contact will be created for every "
 "unknown user."
 msgstr "Cuando se recibe un mensaje de un perfil desconocido de OStatus, esta opción define que hacer.\nSi es habilitado, un nuevo contacto sera creado para cada usuario."
 
-#: mod/settings.php:826
+#: mod/settings.php:827
 msgid "Default group for OStatus contacts"
 msgstr "Grupo por defecto para contactos OStatus"
 
-#: mod/settings.php:834
+#: mod/settings.php:835
 msgid "Your legacy GNU Social account"
 msgstr "Tu cuenta GNU social conectada"
 
-#: mod/settings.php:836
+#: mod/settings.php:837
 msgid ""
 "If you enter your old GNU Social/Statusnet account name here (in the format "
 "user@domain.tld), your contacts will be added automatically. The field will "
 "be emptied when done."
 msgstr "Si agrega su viejo nombre de perfil  GNUsocial/Statusnet aqui (en el formato de usuario@dominio.tld), sus contactos serán añadidos automáticamente.\nEl campo sera vaciado cuando termine el proceso. "
 
-#: mod/settings.php:839
+#: mod/settings.php:840
 msgid "Repair OStatus subscriptions"
 msgstr "Reparar subscripciones de OStatus"
 
-#: mod/settings.php:848 mod/settings.php:849
+#: mod/settings.php:849 mod/settings.php:850
 #, php-format
 msgid "Built-in support for %s connectivity is %s"
 msgstr "El soporte integrado de conexión con %s está %s"
 
-#: mod/settings.php:848 mod/settings.php:849
+#: mod/settings.php:849 mod/settings.php:850
 msgid "enabled"
 msgstr "habilitado"
 
-#: mod/settings.php:848 mod/settings.php:849
+#: mod/settings.php:849 mod/settings.php:850
 msgid "disabled"
 msgstr "deshabilitado"
 
-#: mod/settings.php:849
+#: mod/settings.php:850
 msgid "GNU Social (OStatus)"
 msgstr "GNUsocial (OStatus)"
 
-#: mod/settings.php:883
+#: mod/settings.php:884
 msgid "Email access is disabled on this site."
 msgstr "El acceso por correo está deshabilitado en esta web."
 
-#: mod/settings.php:895
+#: mod/settings.php:896
 msgid "Email/Mailbox Setup"
 msgstr "Configuración del correo/buzón"
 
-#: mod/settings.php:896
+#: mod/settings.php:897
 msgid ""
 "If you wish to communicate with email contacts using this service "
 "(optional), please specify how to connect to your mailbox."
 msgstr "Si quieres comunicarte con tus contactos de correo usando este servicio (opcional), por favor, especifica cómo conectar con tu buzón."
 
-#: mod/settings.php:897
+#: mod/settings.php:898
 msgid "Last successful email check:"
 msgstr "Última comprobación del correo con éxito:"
 
-#: mod/settings.php:899
+#: mod/settings.php:900
 msgid "IMAP server name:"
 msgstr "Nombre del servidor IMAP:"
 
-#: mod/settings.php:900
+#: mod/settings.php:901
 msgid "IMAP port:"
 msgstr "Puerto IMAP:"
 
-#: mod/settings.php:901
+#: mod/settings.php:902
 msgid "Security:"
 msgstr "Seguridad:"
 
-#: mod/settings.php:901 mod/settings.php:906
+#: mod/settings.php:902 mod/settings.php:907
 msgid "None"
 msgstr "Ninguna"
 
-#: mod/settings.php:902
+#: mod/settings.php:903
 msgid "Email login name:"
 msgstr "Nombre de usuario:"
 
-#: mod/settings.php:903
+#: mod/settings.php:904
 msgid "Email password:"
 msgstr "Contraseña:"
 
-#: mod/settings.php:904
+#: mod/settings.php:905
 msgid "Reply-to address:"
 msgstr "Dirección de respuesta:"
 
-#: mod/settings.php:905
+#: mod/settings.php:906
 msgid "Send public posts to all email contacts:"
 msgstr "Enviar publicaciones públicas a todos los contactos de correo:"
 
-#: mod/settings.php:906
+#: mod/settings.php:907
 msgid "Action after import:"
 msgstr "Acción después de importar:"
 
-#: mod/settings.php:906
+#: mod/settings.php:907
 msgid "Move to folder"
 msgstr "Mover a un directorio"
 
-#: mod/settings.php:907
+#: mod/settings.php:908
 msgid "Move to folder:"
 msgstr "Mover al directorio:"
 
-#: mod/settings.php:1003
+#: mod/settings.php:1004
 msgid "Display Settings"
 msgstr "Configuración Tema/Visualización"
 
-#: mod/settings.php:1009 mod/settings.php:1032
+#: mod/settings.php:1010 mod/settings.php:1033
 msgid "Display Theme:"
 msgstr "Utilizar tema:"
 
-#: mod/settings.php:1010
+#: mod/settings.php:1011
 msgid "Mobile Theme:"
 msgstr "Tema móvil:"
 
-#: mod/settings.php:1011
+#: mod/settings.php:1012
 msgid "Suppress warning of insecure networks"
 msgstr "Suprimir el aviso de redes inseguras"
 
-#: mod/settings.php:1011
+#: mod/settings.php:1012
 msgid ""
 "Should the system suppress the warning that the current group contains "
 "members of networks that can't receive non public postings."
 msgstr "Debería el sistema suprimir el aviso de que el grupo actual contiene miembros de redes que no pueden recibir publicaciones públicas."
 
-#: mod/settings.php:1012
+#: mod/settings.php:1013
 msgid "Update browser every xx seconds"
 msgstr "Actualizar navegador cada xx segundos"
 
-#: mod/settings.php:1012
+#: mod/settings.php:1013
 msgid "Minimum of 10 seconds. Enter -1 to disable it."
 msgstr "Minimo 10 segundos. Ingrese -1 para deshabilitar."
 
-#: mod/settings.php:1013
+#: mod/settings.php:1014
 msgid "Number of items to display per page:"
 msgstr "Número de elementos a mostrar por página:"
 
-#: mod/settings.php:1013 mod/settings.php:1014
+#: mod/settings.php:1014 mod/settings.php:1015
 msgid "Maximum of 100 items"
 msgstr "Máximo 100 elementos"
 
-#: mod/settings.php:1014
+#: mod/settings.php:1015
 msgid "Number of items to display per page when viewed from mobile device:"
 msgstr "Cantidad de objetos a visualizar cuando se usa un movil"
 
-#: mod/settings.php:1015
+#: mod/settings.php:1016
 msgid "Don't show emoticons"
 msgstr "No mostrar emoticones"
 
-#: mod/settings.php:1016
+#: mod/settings.php:1017
 msgid "Calendar"
 msgstr "Calendario"
 
-#: mod/settings.php:1017
+#: mod/settings.php:1018
 msgid "Beginning of week:"
 msgstr "Principio de la semana:"
 
-#: mod/settings.php:1018
+#: mod/settings.php:1019
 msgid "Don't show notices"
 msgstr "No mostrara avisos"
 
-#: mod/settings.php:1019
+#: mod/settings.php:1020
 msgid "Infinite scroll"
 msgstr "pagina infinita (sroll)"
 
-#: mod/settings.php:1020
+#: mod/settings.php:1021
 msgid "Automatic updates only at the top of the network page"
 msgstr "Actualizaciones automaticas solo estando al principio de la pagina"
 
-#: mod/settings.php:1021
+#: mod/settings.php:1022
 msgid "Bandwith Saver Mode"
 msgstr "Modo de guardado de ancho de banda"
 
-#: mod/settings.php:1021
+#: mod/settings.php:1022
 msgid ""
 "When enabled, embedded content is not displayed on automatic updates, they "
 "only show on page reload."
 msgstr "Cuando está habilitado, el contenido incrustado no se muestra en las actualizaciones automáticas, sólo en las páginas recargadas."
 
-#: mod/settings.php:1023
+#: mod/settings.php:1024
 msgid "General Theme Settings"
 msgstr "Ajustes generales de tema"
 
-#: mod/settings.php:1024
+#: mod/settings.php:1025
 msgid "Custom Theme Settings"
 msgstr "Ajustes personalizados de tema"
 
-#: mod/settings.php:1025
+#: mod/settings.php:1026
 msgid "Content Settings"
 msgstr "Ajustes de contenido"
 
-#: mod/settings.php:1026 view/theme/duepuntozero/config.php:63
-#: view/theme/frio/config.php:66 view/theme/quattro/config.php:69
-#: view/theme/vier/config.php:114
+#: mod/settings.php:1027 view/theme/duepuntozero/config.php:66
+#: view/theme/frio/config.php:69 view/theme/quattro/config.php:72
+#: view/theme/vier/config.php:115
 msgid "Theme settings"
 msgstr "Configuración del Tema"
 
-#: mod/settings.php:1110
+#: mod/settings.php:1111
 msgid "Account Types"
 msgstr "Tipos de cuenta"
 
-#: mod/settings.php:1111
+#: mod/settings.php:1112
 msgid "Personal Page Subtypes"
 msgstr "Subtipos de página personal"
 
-#: mod/settings.php:1112
+#: mod/settings.php:1113
 msgid "Community Forum Subtypes"
 msgstr "Subtipos de foro de comunidad"
 
-#: mod/settings.php:1119
+#: mod/settings.php:1120
 msgid "Personal Page"
 msgstr "Página personal"
 
-#: mod/settings.php:1120
+#: mod/settings.php:1121
 msgid "This account is a regular personal profile"
 msgstr "Esta cuenta es un perfil personal corriente"
 
-#: mod/settings.php:1123
+#: mod/settings.php:1124
 msgid "Organisation Page"
 msgstr "Página de organización"
 
-#: mod/settings.php:1124
+#: mod/settings.php:1125
 msgid "This account is a profile for an organisation"
 msgstr "Esta cuenta es un perfil de una organización"
 
-#: mod/settings.php:1127
+#: mod/settings.php:1128
 msgid "News Page"
 msgstr "Página de noticias"
 
-#: mod/settings.php:1128
+#: mod/settings.php:1129
 msgid "This account is a news account/reflector"
 msgstr "Esta cuenta es una cuenta de noticias/reflectora"
 
-#: mod/settings.php:1131
+#: mod/settings.php:1132
 msgid "Community Forum"
 msgstr "Foro de la comunidad"
 
-#: mod/settings.php:1132
+#: mod/settings.php:1133
 msgid ""
 "This account is a community forum where people can discuss with each other"
 msgstr "Esta cuenta es un foro de comunidad donde la gente puede debatir con otros"
 
-#: mod/settings.php:1135
+#: mod/settings.php:1136
 msgid "Normal Account Page"
 msgstr "Página de cuenta normal"
 
-#: mod/settings.php:1136
+#: mod/settings.php:1137
 msgid "This account is a normal personal profile"
 msgstr "Esta cuenta es el perfil personal normal"
 
-#: mod/settings.php:1139
+#: mod/settings.php:1140
 msgid "Soapbox Page"
 msgstr "Página de tribuna"
 
-#: mod/settings.php:1140
+#: mod/settings.php:1141
 msgid "Automatically approve all connection/friend requests as read-only fans"
 msgstr "Acepta automáticamente todas las peticiones de conexión/amistad como seguidores de solo-lectura"
 
-#: mod/settings.php:1143
+#: mod/settings.php:1144
 msgid "Public Forum"
 msgstr "Foro público"
 
-#: mod/settings.php:1144
+#: mod/settings.php:1145
 msgid "Automatically approve all contact requests"
 msgstr "Aprovar autimáticamente todas las solicitudes de contacto"
 
-#: mod/settings.php:1147
+#: mod/settings.php:1148
 msgid "Automatic Friend Page"
 msgstr "Página de Amistad autómatica"
 
-#: mod/settings.php:1148
+#: mod/settings.php:1149
 msgid "Automatically approve all connection/friend requests as friends"
 msgstr "Aceptar automáticamente todas las solicitudes de conexión/amistad como amigos"
 
-#: mod/settings.php:1151
+#: mod/settings.php:1152
 msgid "Private Forum [Experimental]"
 msgstr "Foro privado [Experimental]"
 
-#: mod/settings.php:1152
+#: mod/settings.php:1153
 msgid "Private forum - approved members only"
 msgstr "Foro privado - solo miembros"
 
-#: mod/settings.php:1163
+#: mod/settings.php:1164
 msgid "OpenID:"
 msgstr "OpenID:"
 
-#: mod/settings.php:1163
+#: mod/settings.php:1164
 msgid "(Optional) Allow this OpenID to login to this account."
 msgstr "(Opcional) Permitir a este OpenID acceder a esta cuenta."
 
-#: mod/settings.php:1171
+#: mod/settings.php:1172
 msgid "Publish your default profile in your local site directory?"
 msgstr "¿Quieres publicar tu perfil predeterminado en el directorio local del sitio?"
 
-#: mod/settings.php:1177
+#: mod/settings.php:1172
+msgid "Your profile may be visible in public."
+msgstr ""
+
+#: mod/settings.php:1178
 msgid "Publish your default profile in the global social directory?"
 msgstr "¿Quieres publicar tu perfil predeterminado en el directorio social de forma global?"
 
-#: mod/settings.php:1184
+#: mod/settings.php:1185
 msgid "Hide your contact/friend list from viewers of your default profile?"
 msgstr "¿Quieres ocultar tu lista de contactos/amigos en la vista de tu perfil predeterminado?"
 
-#: mod/settings.php:1188
+#: mod/settings.php:1189
 msgid ""
 "If enabled, posting public messages to Diaspora and other networks isn't "
 "possible."
 msgstr "Si habilitado, enviar temas públicos a  a Diaspora* y otras redes no es posible. "
 
-#: mod/settings.php:1193
+#: mod/settings.php:1194
 msgid "Allow friends to post to your profile page?"
 msgstr "¿Permites que tus amigos publiquen en tu página de perfil?"
 
-#: mod/settings.php:1198
+#: mod/settings.php:1199
 msgid "Allow friends to tag your posts?"
 msgstr "¿Permites a los amigos etiquetar tus publicaciones?"
 
-#: mod/settings.php:1203
+#: mod/settings.php:1204
 msgid "Allow us to suggest you as a potential friend to new members?"
 msgstr "¿Nos permite recomendarte como amigo potencial a los nuevos miembros?"
 
-#: mod/settings.php:1208
+#: mod/settings.php:1209
 msgid "Permit unknown people to send you private mail?"
 msgstr "¿Permites que desconocidos te manden correos privados?"
 
-#: mod/settings.php:1216
+#: mod/settings.php:1217
 msgid "Profile is <strong>not published</strong>."
 msgstr "El perfil <strong>no está publicado</strong>."
 
-#: mod/settings.php:1224
+#: mod/settings.php:1225
 #, php-format
 msgid "Your Identity Address is <strong>'%s'</strong> or '%s'."
 msgstr "Su dirección de identidad es <strong>'%s'</strong> o '%s'."
 
-#: mod/settings.php:1231
+#: mod/settings.php:1232
 msgid "Automatically expire posts after this many days:"
 msgstr "Las publicaciones expirarán automáticamente después de estos días:"
 
-#: mod/settings.php:1231
+#: mod/settings.php:1232
 msgid "If empty, posts will not expire. Expired posts will be deleted"
 msgstr "Si lo dejas vacío no expirarán nunca. Las publicaciones que hayan expirado se borrarán"
 
-#: mod/settings.php:1232
+#: mod/settings.php:1233
 msgid "Advanced expiration settings"
 msgstr "Configuración avanzada de expiración"
 
-#: mod/settings.php:1233
+#: mod/settings.php:1234
 msgid "Advanced Expiration"
 msgstr "Expiración avanzada"
 
-#: mod/settings.php:1234
+#: mod/settings.php:1235
 msgid "Expire posts:"
 msgstr "¿Expiran las publicaciones?"
 
-#: mod/settings.php:1235
+#: mod/settings.php:1236
 msgid "Expire personal notes:"
 msgstr "¿Expiran las notas personales?"
 
-#: mod/settings.php:1236
+#: mod/settings.php:1237
 msgid "Expire starred posts:"
 msgstr "¿Expiran los favoritos?"
 
-#: mod/settings.php:1237
+#: mod/settings.php:1238
 msgid "Expire photos:"
 msgstr "¿Expiran las fotografías?"
 
-#: mod/settings.php:1238
+#: mod/settings.php:1239
 msgid "Only expire posts by others:"
 msgstr "Solo expiran los mensajes de los demás:"
 
-#: mod/settings.php:1269
+#: mod/settings.php:1270
 msgid "Account Settings"
 msgstr "Configuración de la cuenta"
 
-#: mod/settings.php:1277
+#: mod/settings.php:1278
 msgid "Password Settings"
 msgstr "Configuración de la contraseña"
 
-#: mod/settings.php:1279
+#: mod/settings.php:1280
 msgid "Leave password fields blank unless changing"
 msgstr "Deja la contraseña en blanco si no quieres cambiarla"
 
-#: mod/settings.php:1280
+#: mod/settings.php:1281
 msgid "Current Password:"
 msgstr "Contraseña actual:"
 
-#: mod/settings.php:1280 mod/settings.php:1281
+#: mod/settings.php:1281 mod/settings.php:1282
 msgid "Your current password to confirm the changes"
 msgstr "Su contraseña actual para confirmar los cambios."
 
-#: mod/settings.php:1281
+#: mod/settings.php:1282
 msgid "Password:"
 msgstr "Contraseña:"
 
-#: mod/settings.php:1285
+#: mod/settings.php:1286
 msgid "Basic Settings"
 msgstr "Configuración básica"
 
-#: mod/settings.php:1287
+#: mod/settings.php:1288
 msgid "Email Address:"
 msgstr "Dirección de correo:"
 
-#: mod/settings.php:1288
+#: mod/settings.php:1289
 msgid "Your Timezone:"
 msgstr "Zona horaria:"
 
-#: mod/settings.php:1289
+#: mod/settings.php:1290
 msgid "Your Language:"
 msgstr "Tu idioma:"
 
-#: mod/settings.php:1289
+#: mod/settings.php:1290
 msgid ""
 "Set the language we use to show you friendica interface and to send you "
 "emails"
 msgstr "Selecciona el idioma que se usara para la interfaz del usuario y para el envío de correo."
 
-#: mod/settings.php:1290
+#: mod/settings.php:1291
 msgid "Default Post Location:"
 msgstr "Localización predeterminada:"
 
-#: mod/settings.php:1291
+#: mod/settings.php:1292
 msgid "Use Browser Location:"
 msgstr "Usar localización del navegador:"
 
-#: mod/settings.php:1294
+#: mod/settings.php:1295
 msgid "Security and Privacy Settings"
 msgstr "Configuración de seguridad y privacidad"
 
-#: mod/settings.php:1296
+#: mod/settings.php:1297
 msgid "Maximum Friend Requests/Day:"
 msgstr "Máximo número de peticiones de amistad por día:"
 
-#: mod/settings.php:1296 mod/settings.php:1326
+#: mod/settings.php:1297 mod/settings.php:1327
 msgid "(to prevent spam abuse)"
 msgstr "(para prevenir el abuso de spam)"
 
-#: mod/settings.php:1297
+#: mod/settings.php:1298
 msgid "Default Post Permissions"
 msgstr "Permisos por defecto para las publicaciones"
 
-#: mod/settings.php:1298
+#: mod/settings.php:1299
 msgid "(click to open/close)"
 msgstr "(pulsa para abrir/cerrar)"
 
-#: mod/settings.php:1309
+#: mod/settings.php:1310
 msgid "Default Private Post"
 msgstr "Publicación Privada por defecto"
 
-#: mod/settings.php:1310
+#: mod/settings.php:1311
 msgid "Default Public Post"
 msgstr "Publicación Pública por defecto"
 
-#: mod/settings.php:1314
+#: mod/settings.php:1315
 msgid "Default Permissions for New Posts"
 msgstr "Permisos por defecto para nuevas publicaciones"
 
-#: mod/settings.php:1326
+#: mod/settings.php:1327
 msgid "Maximum private messages per day from unknown people:"
 msgstr "Número máximo de mensajes diarios para desconocidos:"
 
-#: mod/settings.php:1329
+#: mod/settings.php:1330
 msgid "Notification Settings"
 msgstr "Configuración de notificaciones"
 
-#: mod/settings.php:1330
+#: mod/settings.php:1331
 msgid "By default post a status message when:"
 msgstr "Publicar en tu estado cuando:"
 
-#: mod/settings.php:1331
+#: mod/settings.php:1332
 msgid "accepting a friend request"
 msgstr "aceptes una solicitud de amistad"
 
-#: mod/settings.php:1332
+#: mod/settings.php:1333
 msgid "joining a forum/community"
 msgstr "te unas a un foro/comunidad"
 
-#: mod/settings.php:1333
+#: mod/settings.php:1334
 msgid "making an <em>interesting</em> profile change"
 msgstr "hagas un cambio <em>interesante</em> en tu perfil"
 
-#: mod/settings.php:1334
+#: mod/settings.php:1335
 msgid "Send a notification email when:"
 msgstr "Enviar notificación por correo cuando:"
 
-#: mod/settings.php:1335
+#: mod/settings.php:1336
 msgid "You receive an introduction"
 msgstr "Recibas una presentación"
 
-#: mod/settings.php:1336
+#: mod/settings.php:1337
 msgid "Your introductions are confirmed"
 msgstr "Tu presentación sea confirmada"
 
-#: mod/settings.php:1337
+#: mod/settings.php:1338
 msgid "Someone writes on your profile wall"
 msgstr "Alguien escriba en el muro de mi perfil"
 
-#: mod/settings.php:1338
+#: mod/settings.php:1339
 msgid "Someone writes a followup comment"
 msgstr "Algien escriba en un comentario que sigo"
 
-#: mod/settings.php:1339
+#: mod/settings.php:1340
 msgid "You receive a private message"
 msgstr "Recibas un mensaje privado"
 
-#: mod/settings.php:1340
+#: mod/settings.php:1341
 msgid "You receive a friend suggestion"
 msgstr "Recibas una sugerencia de amistad"
 
-#: mod/settings.php:1341
+#: mod/settings.php:1342
 msgid "You are tagged in a post"
 msgstr "Seas etiquetado en una publicación"
 
-#: mod/settings.php:1342
+#: mod/settings.php:1343
 msgid "You are poked/prodded/etc. in a post"
 msgstr "Te han tocado/empujado/etc. en una publicación"
 
-#: mod/settings.php:1344
+#: mod/settings.php:1345
 msgid "Activate desktop notifications"
 msgstr "Activar notificaciones en pantalla."
 
-#: mod/settings.php:1344
+#: mod/settings.php:1345
 msgid "Show desktop popup on new notifications"
 msgstr "Mostrar notificaciones emergentes en caso de nuevos eventos."
 
-#: mod/settings.php:1346
+#: mod/settings.php:1347
 msgid "Text-only notification emails"
 msgstr "Notificaciones e-mail de solo texto"
 
-#: mod/settings.php:1348
+#: mod/settings.php:1349
 msgid "Send text only notification emails, without the html part"
 msgstr "Enviar las notificaciones por correo con formato de solo texto sin html."
 
-#: mod/settings.php:1350
+#: mod/settings.php:1351
 msgid "Advanced Account/Page Type Settings"
 msgstr "Configuración avanzada de tipo de Cuenta/Página"
 
-#: mod/settings.php:1351
+#: mod/settings.php:1352
 msgid "Change the behaviour of this account for special situations"
 msgstr "Cambiar el comportamiento de esta cuenta para situaciones especiales"
 
-#: mod/settings.php:1354
+#: mod/settings.php:1355
 msgid "Relocate"
 msgstr "Relocalizar"
 
-#: mod/settings.php:1355
+#: mod/settings.php:1356
 msgid ""
 "If you have moved this profile from another server, and some of your "
 "contacts don't receive your updates, try pushing this button."
 msgstr "Si ha migrado este perfil desde otro servidor aquí y algunos contactos no reciben sus publicaciones intente  recomunicar su ubicación a traves este botón. (Como para decir el botón de los botones)"
 
-#: mod/settings.php:1356
+#: mod/settings.php:1357
 msgid "Resend relocate message to contacts"
 msgstr "Reenviar mensaje de relocalización a los contactos"
 
-#: mod/subthread.php:104
-#, php-format
-msgid "%1$s is following %2$s's %3$s"
-msgstr "%1$s está siguiendo las %3$s de %2$s"
-
-#: mod/suggest.php:27
-msgid "Do you really want to delete this suggestion?"
-msgstr "¿Estás seguro de que quieres borrar esta sugerencia?"
-
-#: mod/suggest.php:71
-msgid ""
-"No suggestions available. If this is a new site, please try again in 24 "
-"hours."
-msgstr "No hay sugerencias disponibles. Si el sitio web es nuevo inténtalo de nuevo dentro de 24 horas."
-
-#: mod/suggest.php:84 mod/suggest.php:104
-msgid "Ignore/Hide"
-msgstr "Ignorar/Ocultar"
-
-#: mod/tagrm.php:43
-msgid "Tag removed"
-msgstr "Etiqueta eliminada"
-
-#: mod/tagrm.php:82
-msgid "Remove Item Tag"
-msgstr "Eliminar etiqueta"
-
-#: mod/tagrm.php:84
-msgid "Select a tag to remove: "
-msgstr "Selecciona una etiqueta para eliminar: "
-
-#: mod/uexport.php:37
-msgid "Export account"
-msgstr "Exportar cuenta"
-
-#: mod/uexport.php:37
-msgid ""
-"Export your account info and contacts. Use this to make a backup of your "
-"account and/or to move it to another server."
-msgstr "Exporta la información de tu cuenta y tus contactos. Úsalo para guardar una copia de seguridad de tu cuenta y/o moverla a otro servidor."
-
-#: mod/uexport.php:38
-msgid "Export all"
-msgstr "Exportar todo"
-
-#: mod/uexport.php:38
-msgid ""
-"Export your accout info, contacts and all your items as json. Could be a "
-"very big file, and could take a lot of time. Use this to make a full backup "
-"of your account (photos are not exported)"
-msgstr "Exporta la información de tu cuenta, contactos y lo demás en JSON. Puede ser un archivo bastante grande, por lo que llevará tiempo. Úsalo para hacer una copia de seguridad completa de tu cuenta (las fotos no se exportarán)"
-
-#: mod/uimport.php:68
-msgid "Move account"
-msgstr "Mover cuenta"
-
-#: mod/uimport.php:69
-msgid "You can import an account from another Friendica server."
-msgstr "Puedes importar una cuenta desde otro servidor de Friendica."
-
-#: mod/uimport.php:70
-msgid ""
-"You need to export your account from the old server and upload it here. We "
-"will recreate your old account here with all your contacts. We will try also"
-" to inform your friends that you moved here."
-msgstr "Necesitas exportar tu cuenta del antiguo servidor y subirla aquí. Volveremos a crear tu antigua cuenta con todos tus contactos aquí. También intentaremos de informar a tus amigos de que te has mudado."
-
-#: mod/uimport.php:71
-msgid ""
-"This feature is experimental. We can't import contacts from the OStatus "
-"network (GNU Social/Statusnet) or from Diaspora"
-msgstr "Esta característica es experimental. No podemos importar contactos desde la red OStatus (statusnet/identi.ca) o desde Diaspora*"
-
-#: mod/uimport.php:72
-msgid "Account file"
-msgstr "Archivo de la cuenta"
-
-#: mod/uimport.php:72
-msgid ""
-"To export your account, go to \"Settings->Export your personal data\" and "
-"select \"Export account\""
-msgstr "Para exportar el perfil vaya a \"Configuracion -> Exportar sus datos personales\" y seleccione \"Exportar cuenta\""
-
-#: mod/update_community.php:19 mod/update_display.php:23
-#: mod/update_network.php:27 mod/update_notes.php:36 mod/update_profile.php:35
-msgid "[Embedded content - reload page to view]"
-msgstr "[Contenido incrustado - recarga la página para verlo]"
-
-#: mod/videos.php:124
-msgid "Do you really want to delete this video?"
-msgstr "Realmente quieres eliminar este vídeo?"
-
-#: mod/videos.php:129
-msgid "Delete Video"
-msgstr "Borrar vídeo"
-
-#: mod/videos.php:208
-msgid "No videos selected"
-msgstr "Ningún vídeo seleccionado"
-
-#: mod/videos.php:400
-msgid "Recent Videos"
-msgstr "Vídeos recientes"
-
-#: mod/videos.php:402
-msgid "Upload New Videos"
-msgstr "Subir nuevos vídeos"
-
-#: mod/viewcontacts.php:75
-msgid "No contacts."
-msgstr "Ningún contacto."
-
-#: mod/viewsrc.php:7
-msgid "Access denied."
-msgstr "Acceso denegado."
-
-#: mod/wall_attach.php:17 mod/wall_attach.php:25 mod/wall_attach.php:76
-#: mod/wall_upload.php:20 mod/wall_upload.php:33 mod/wall_upload.php:86
-#: mod/wall_upload.php:122 mod/wall_upload.php:125
-msgid "Invalid request."
-msgstr "Consulta invalida"
-
-#: mod/wall_attach.php:94
-msgid "Sorry, maybe your upload is bigger than the PHP configuration allows"
-msgstr "Disculpa, posiblemente el archivo subido es mas grande que la PHP configuración permite."
-
-#: mod/wall_attach.php:94
-msgid "Or - did you try to upload an empty file?"
-msgstr "Si no - intento de subir un archivo vacío?"
-
-#: mod/wall_attach.php:105
-#, php-format
-msgid "File exceeds size limit of %s"
-msgstr "El archivo excede el limite de tamaño de %s"
-
-#: mod/wall_attach.php:158 mod/wall_attach.php:174
-msgid "File upload failed."
-msgstr "Ha fallado la subida del archivo."
-
-#: mod/wallmessage.php:42 mod/wallmessage.php:106
-#, php-format
-msgid "Number of daily wall messages for %s exceeded. Message failed."
-msgstr "Excedido el número máximo de mensajes para %s. El mensaje no se ha enviado."
-
-#: mod/wallmessage.php:53
-msgid "Unable to check your home location."
-msgstr "Imposible comprobar tu servidor de inicio."
-
-#: mod/wallmessage.php:80 mod/wallmessage.php:89
-msgid "No recipient."
-msgstr "Sin receptor."
-
-#: mod/wallmessage.php:127
-#, php-format
-msgid ""
-"If you wish for %s to respond, please check that the privacy settings on "
-"your site allow private mail from unknown senders."
-msgstr "Si quieres que %s te responda, asegúrate de que la configuración de privacidad permite enviar correo privado a desconocidos."
-
-#: object/Item.php:359
+#: object/Item.php:356
 msgid "via"
 msgstr "vía"
 
-#: view/theme/duepuntozero/config.php:44
+#: view/theme/duepuntozero/config.php:47
 msgid "greenzero"
 msgstr "greenzero"
 
-#: view/theme/duepuntozero/config.php:45
+#: view/theme/duepuntozero/config.php:48
 msgid "purplezero"
 msgstr "purplezero"
 
-#: view/theme/duepuntozero/config.php:46
+#: view/theme/duepuntozero/config.php:49
 msgid "easterbunny"
 msgstr "easterbunny"
 
-#: view/theme/duepuntozero/config.php:47
+#: view/theme/duepuntozero/config.php:50
 msgid "darkzero"
 msgstr "darkzero"
 
-#: view/theme/duepuntozero/config.php:48
+#: view/theme/duepuntozero/config.php:51
 msgid "comix"
 msgstr "comix"
 
-#: view/theme/duepuntozero/config.php:49
+#: view/theme/duepuntozero/config.php:52
 msgid "slackr"
 msgstr "slackr"
 
-#: view/theme/duepuntozero/config.php:64
+#: view/theme/duepuntozero/config.php:67
 msgid "Variations"
 msgstr "Variaciones"
 
-#: view/theme/frio/config.php:47
-msgid "Default"
-msgstr "Por defecto"
-
-#: view/theme/frio/config.php:59
-msgid "Note: "
-msgstr "Nota:"
-
-#: view/theme/frio/config.php:59
-msgid "Check image permissions if all users are allowed to visit the image"
-msgstr "Compruebe los permisos de imagen si se les permite a todos los usuarios visitar la imagen"
-
-#: view/theme/frio/config.php:67
-msgid "Select scheme"
-msgstr "Seleccionar plan"
-
-#: view/theme/frio/config.php:68
-msgid "Navigation bar background color"
-msgstr "Color de fondo de la barra de navegación"
-
-#: view/theme/frio/config.php:69
-msgid "Navigation bar icon color "
-msgstr "Color de icono de la barra de navegación"
-
-#: view/theme/frio/config.php:70
-msgid "Link color"
-msgstr "Color de enlace"
-
-#: view/theme/frio/config.php:71
-msgid "Set the background color"
-msgstr "Seleccionar el color de fondo"
-
-#: view/theme/frio/config.php:72
-msgid "Content background transparency"
-msgstr "Transparencia de contenido de fondo"
-
-#: view/theme/frio/config.php:73
-msgid "Set the background image"
-msgstr "Seleccionar la imagen de fondo"
-
 #: view/theme/frio/php/Image.php:23
 msgid "Repeat the image"
 msgstr "Repetir la imagen"
@@ -8794,74 +8805,167 @@ msgstr "Reajustar al mejor tamaño"
 msgid "Resize to best fit and retain aspect ratio."
 msgstr "Reajustar al mejor tamaño y conservar proporción"
 
-#: view/theme/frio/theme.php:226
+#: view/theme/frio/config.php:50
+msgid "Default"
+msgstr "Por defecto"
+
+#: view/theme/frio/config.php:62
+msgid "Note: "
+msgstr "Nota:"
+
+#: view/theme/frio/config.php:62
+msgid "Check image permissions if all users are allowed to visit the image"
+msgstr "Compruebe los permisos de imagen si se les permite a todos los usuarios visitar la imagen"
+
+#: view/theme/frio/config.php:70
+msgid "Select scheme"
+msgstr "Seleccionar plan"
+
+#: view/theme/frio/config.php:71
+msgid "Navigation bar background color"
+msgstr "Color de fondo de la barra de navegación"
+
+#: view/theme/frio/config.php:72
+msgid "Navigation bar icon color "
+msgstr "Color de icono de la barra de navegación"
+
+#: view/theme/frio/config.php:73
+msgid "Link color"
+msgstr "Color de enlace"
+
+#: view/theme/frio/config.php:74
+msgid "Set the background color"
+msgstr "Seleccionar el color de fondo"
+
+#: view/theme/frio/config.php:75
+msgid "Content background transparency"
+msgstr "Transparencia de contenido de fondo"
+
+#: view/theme/frio/config.php:76
+msgid "Set the background image"
+msgstr "Seleccionar la imagen de fondo"
+
+#: view/theme/frio/theme.php:228
 msgid "Guest"
 msgstr "Invitado"
 
-#: view/theme/frio/theme.php:232
+#: view/theme/frio/theme.php:234
 msgid "Visitor"
 msgstr "Visitante"
 
-#: view/theme/quattro/config.php:70
+#: view/theme/quattro/config.php:73
 msgid "Alignment"
 msgstr "Alineación"
 
-#: view/theme/quattro/config.php:70
+#: view/theme/quattro/config.php:73
 msgid "Left"
 msgstr "Izquierda"
 
-#: view/theme/quattro/config.php:70
+#: view/theme/quattro/config.php:73
 msgid "Center"
 msgstr "Centrado"
 
-#: view/theme/quattro/config.php:71
+#: view/theme/quattro/config.php:74
 msgid "Color scheme"
 msgstr "Esquema de color"
 
-#: view/theme/quattro/config.php:72
+#: view/theme/quattro/config.php:75
 msgid "Posts font size"
 msgstr "Tamaño de letra del titulo de las publicaciones"
 
-#: view/theme/quattro/config.php:73
+#: view/theme/quattro/config.php:76
 msgid "Textareas font size"
 msgstr "Tamaño de letra del área de texto"
 
-#: view/theme/vier/config.php:69
+#: view/theme/vier/config.php:70
 msgid "Comma separated list of helper forums"
 msgstr "Lista separada por comas de foros de ayuda."
 
-#: view/theme/vier/config.php:115
+#: view/theme/vier/config.php:116
 msgid "Set style"
 msgstr "Definir estilo"
 
-#: view/theme/vier/config.php:116
+#: view/theme/vier/config.php:117
 msgid "Community Pages"
 msgstr "Páginas de Comunidad"
 
-#: view/theme/vier/config.php:117 view/theme/vier/theme.php:146
+#: view/theme/vier/config.php:118 view/theme/vier/theme.php:151
 msgid "Community Profiles"
 msgstr "Perfiles de la Comunidad"
 
-#: view/theme/vier/config.php:118
+#: view/theme/vier/config.php:119
 msgid "Help or @NewHere ?"
 msgstr "¿Ayuda o @NuevoAquí?"
 
-#: view/theme/vier/config.php:119 view/theme/vier/theme.php:385
+#: view/theme/vier/config.php:120 view/theme/vier/theme.php:392
 msgid "Connect Services"
 msgstr "Servicios conectados"
 
-#: view/theme/vier/config.php:120 view/theme/vier/theme.php:194
+#: view/theme/vier/config.php:121 view/theme/vier/theme.php:199
 msgid "Find Friends"
 msgstr "Buscar amigos"
 
-#: view/theme/vier/config.php:121 view/theme/vier/theme.php:176
+#: view/theme/vier/config.php:122 view/theme/vier/theme.php:181
 msgid "Last users"
 msgstr "Últimos usuarios"
 
-#: view/theme/vier/theme.php:195
+#: view/theme/vier/theme.php:200
 msgid "Local Directory"
 msgstr "Directorio local"
 
-#: view/theme/vier/theme.php:286
+#: view/theme/vier/theme.php:292
 msgid "Quick Start"
 msgstr "Inicio rápido"
+
+#: src/App.php:505
+msgid "Delete this item?"
+msgstr "¿Eliminar este elemento?"
+
+#: src/App.php:507
+msgid "show fewer"
+msgstr "ver menos"
+
+#: index.php:436
+msgid "toggle mobile"
+msgstr "Cambiar a versión móvil"
+
+#: boot.php:726
+#, php-format
+msgid "Update %s failed. See error logs."
+msgstr "Falló la actualización de %s. Mira los registros de errores."
+
+#: boot.php:838
+msgid "Create a New Account"
+msgstr "Crear una nueva cuenta"
+
+#: boot.php:866
+msgid "Password: "
+msgstr "Contraseña: "
+
+#: boot.php:867
+msgid "Remember me"
+msgstr "Recordarme"
+
+#: boot.php:870
+msgid "Or login using OpenID: "
+msgstr "O inicia sesión usando OpenID: "
+
+#: boot.php:876
+msgid "Forgot your password?"
+msgstr "¿Olvidaste la contraseña?"
+
+#: boot.php:879
+msgid "Website Terms of Service"
+msgstr "Términos de uso del sitio"
+
+#: boot.php:880
+msgid "terms of service"
+msgstr "Términos de uso"
+
+#: boot.php:882
+msgid "Website Privacy Policy"
+msgstr "Política de privacidad del sitio"
+
+#: boot.php:883
+msgid "privacy policy"
+msgstr "Política de privacidad"
index a7365bb19006e3c3a448be6d6bb409565e4d9ba2..97dbf7b36f3322944f5770fb650149aebeb62582 100644 (file)
@@ -5,38 +5,98 @@ function string_plural_select_es($n){
        return ($n != 1);;
 }}
 ;
-$a->strings["Delete this item?"] = "¿Eliminar este elemento?";
-$a->strings["show more"] = "ver más";
-$a->strings["show fewer"] = "ver menos";
-$a->strings["Update %s failed. See error logs."] = "Falló la actualización de %s. Mira los registros de errores.";
-$a->strings["Create a New Account"] = "Crear una nueva cuenta";
-$a->strings["Register"] = "Registrarse";
-$a->strings["Logout"] = "Salir";
-$a->strings["Login"] = "Acceder";
-$a->strings["Nickname or Email: "] = "Apodo o Correo electrónico: ";
-$a->strings["Password: "] = "Contraseña: ";
-$a->strings["Remember me"] = "Recordarme";
-$a->strings["Or login using OpenID: "] = "O inicia sesión usando OpenID: ";
-$a->strings["Forgot your password?"] = "¿Olvidaste la contraseña?";
-$a->strings["Password Reset"] = "Restablecer la contraseña";
-$a->strings["Website Terms of Service"] = "Términos de uso del sitio";
-$a->strings["terms of service"] = "Términos de uso";
-$a->strings["Website Privacy Policy"] = "Política de privacidad del sitio";
-$a->strings["privacy policy"] = "Política de privacidad";
-$a->strings["View Profile"] = "Ver perfil";
-$a->strings["Connect/Follow"] = "Conectar/Seguir";
-$a->strings["View Status"] = "Ver estado";
-$a->strings["View Photos"] = "Ver fotos";
-$a->strings["Network Posts"] = "Publicaciones en la red";
-$a->strings["View Contact"] = "Ver contacto";
-$a->strings["Drop Contact"] = "Eliminar contacto";
-$a->strings["Send PM"] = "Enviar mensaje privado";
-$a->strings["Poke"] = "Toque";
-$a->strings["Organisation"] = "Organización";
-$a->strings["News"] = "Noticias";
-$a->strings["Forum"] = "Foro";
+$a->strings["Unknown | Not categorised"] = "Desconocido | No clasificado";
+$a->strings["Block immediately"] = "Bloquear inmediatamente";
+$a->strings["Shady, spammer, self-marketer"] = "Sospechoso, spammer, auto-publicidad";
+$a->strings["Known to me, but no opinion"] = "Le conozco, sin opinión";
+$a->strings["OK, probably harmless"] = "OK, probablemente inofensivo";
+$a->strings["Reputable, has my trust"] = "Buena reputación, tiene mi confianza";
+$a->strings["Frequently"] = "Frequentemente";
+$a->strings["Hourly"] = "Cada hora";
+$a->strings["Twice daily"] = "Dos veces al día";
+$a->strings["Daily"] = "Diariamente";
+$a->strings["Weekly"] = "Semanalmente";
+$a->strings["Monthly"] = "Mensualmente";
+$a->strings["Friendica"] = "Friendica";
+$a->strings["OStatus"] = "OStatus";
+$a->strings["RSS/Atom"] = "RSS/Atom";
+$a->strings["Email"] = "Correo electrónico";
+$a->strings["Diaspora"] = "Diaspora*";
+$a->strings["Facebook"] = "Facebook";
+$a->strings["Zot!"] = "Zot!";
+$a->strings["LinkedIn"] = "LinkedIn";
+$a->strings["XMPP/IM"] = "XMPP/IM";
+$a->strings["MySpace"] = "MySpace";
+$a->strings["Google+"] = "Google+";
+$a->strings["pump.io"] = "pump.io";
+$a->strings["Twitter"] = "Twitter";
+$a->strings["Diaspora Connector"] = "Conector Diaspora";
+$a->strings["GNU Social Connector"] = "";
+$a->strings["pnut"] = "pnut";
+$a->strings["App.net"] = "App.net";
+$a->strings["General Features"] = "Opciones generales";
+$a->strings["Multiple Profiles"] = "Perfiles multiples";
+$a->strings["Ability to create multiple profiles"] = "Capacidad de crear perfiles multiples. Cada pagina/perfil/usuario puede tener diferentes perfiles/apariencias. Las mismas pueden ser visibles para determinados contactos seleccionados dentro de la red friendica.";
+$a->strings["Photo Location"] = "Localización foto";
+$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Normalmente los meta datos de las imágenes son eliminados. Esto extraerá la localización si presente antes de eliminar los meta datos y enlaza la misma con el mapa.";
+$a->strings["Export Public Calendar"] = "Exportar Calendario Público";
+$a->strings["Ability for visitors to download the public calendar"] = "Posibilidad de los visitantes de descargar el calendario público";
+$a->strings["Post Composition Features"] = "Opciones de edición de publicaciones.";
+$a->strings["Post Preview"] = "Previsualizar publicaciones";
+$a->strings["Allow previewing posts and comments before publishing them"] = "Permitir la previsualización de publicaciones antes de publicar las mismas.";
+$a->strings["Auto-mention Forums"] = "Auto-mencionar foros";
+$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Añadir/eliminar mención cuando un foro es seleccionado/deseleccionado en la ventana ACL.";
+$a->strings["Network Sidebar Widgets"] = "Accesorios de red del panel lateral";
+$a->strings["Search by Date"] = "Buscar por fecha";
+$a->strings["Ability to select posts by date ranges"] = "Habilidad de seleccionar publicaciones por fecha";
+$a->strings["List Forums"] = "Listar foros";
+$a->strings["Enable widget to display the forums your are connected with"] = "Habilitar la pestaña para mostrar los foros en que estas participando.";
+$a->strings["Group Filter"] = "Filtro del grupo";
+$a->strings["Enable widget to display Network posts only from selected group"] = "Habilitar accesorios para visualizar publicaciones en la red solo de grupos seleccionados";
+$a->strings["Network Filter"] = "Filtro de red";
+$a->strings["Enable widget to display Network posts only from selected network"] = "Habilitar accesorios para visualizar publicaciones solo de las redes seleccionadas.";
+$a->strings["Saved Searches"] = "Búsquedas guardadas";
+$a->strings["Save search terms for re-use"] = "Guardar términos de búsqueda para su reutilizacion";
+$a->strings["Network Tabs"] = "Pestañas de redes";
+$a->strings["Network Personal Tab"] = "Pestaña actividad personal";
+$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Habilitar para visualizar solo publicaciones con las que se ha interactuado";
+$a->strings["Network New Tab"] = "Pestaña nuevo en la red";
+$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Activar para mostrar solo publicaciones nuevas en la red (de las ultimas 12 horas)";
+$a->strings["Network Shared Links Tab"] = "Pestaña publicaciones con enlaces";
+$a->strings["Enable tab to display only Network posts with links in them"] = "Habilitar para visualizar solo publicaciones que contienen enlaces";
+$a->strings["Post/Comment Tools"] = "Herramienta de publicaciones/respuestas";
+$a->strings["Multiple Deletion"] = "Borrar múltiples publicaciones";
+$a->strings["Select and delete multiple posts/comments at once"] = "Habilidad de seleccionar y borrar varias publicaciones/comentarios a la vez";
+$a->strings["Edit Sent Posts"] = "Editar temas enviados";
+$a->strings["Edit and correct posts and comments after sending"] = "Editar y corregir publicaciones y respuestas enviados. Las ediciones solo son comunicados dentro de la red friendica. No se modificaran copias enviadas a diaspora, OStatus/GNUsocial/Quitter u otros servicios conectados.";
+$a->strings["Tagging"] = "taggear";
+$a->strings["Ability to tag existing posts"] = "Habilidad de taggear publicaciones existentes";
+$a->strings["Post Categories"] = "Categorías de publicaciones";
+$a->strings["Add categories to your posts"] = "Agregue categorías a sus publicaciones. Las mismas serán visualizadas en su pagina de inicio.";
+$a->strings["Saved Folders"] = "Directorios guardados";
+$a->strings["Ability to file posts under folders"] = "Archivar publicaciones en carpetas";
+$a->strings["Dislike Posts"] = "Desaprobar publicación (dislike)";
+$a->strings["Ability to dislike posts/comments"] = "Habilidad de expresar desacuerdo en publicaciones y comentarios. Esta función solo es visualizado en la red friendica.";
+$a->strings["Star Posts"] = "Fijar publicaciones";
+$a->strings["Ability to mark special posts with a star indicator"] = "Habilidad de marcar - observar fijamente publicaciones.\nEl simbolo de estrella es habilitado. Se recibirán notificaciones sobre comentarios, además una pestaña de publicaciones fijadas es habilitada. En las opciones de expiración de publicaciones se puede filtrar estas publicaciones para no ser eliminados contrario a las publicaciones demás de los contactos.";
+$a->strings["Mute Post Notifications"] = "Silenciar notificaciones de una publicacion";
+$a->strings["Ability to mute notifications for a thread"] = "Habilidad de silenciar notificaciones sobre nuevos comentarios en una publicación.";
+$a->strings["Advanced Profile Settings"] = "Ajustes avanzados del perfil";
+$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Mostrar a los visitantes foros públicos en las que se esta participando en el pagina avanzada de perfiles.";
+$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Un grupo eliminado con este nombre fue restablecido. Los permisos existentes <strong>pueden</strong> aplicarse a este grupo y a sus futuros miembros. Si esto no es lo que pretendes, por favor, crea otro grupo con un nombre diferente.";
+$a->strings["Default privacy group for new contacts"] = "Grupo por defecto para nuevos contactos";
+$a->strings["Everybody"] = "Todo el mundo";
+$a->strings["edit"] = "editar";
+$a->strings["Groups"] = "Grupos";
+$a->strings["Edit groups"] = "Editar grupo";
+$a->strings["Edit group"] = "Editar grupo";
+$a->strings["Create a new group"] = "Crear un nuevo grupo";
+$a->strings["Group Name: "] = "Nombre del grupo: ";
+$a->strings["Contacts not in any group"] = "Contactos sin grupo";
+$a->strings["add"] = "añadir";
 $a->strings["Forums"] = "Foros";
 $a->strings["External link to forum"] = "Enlace externo al foro";
+$a->strings["show more"] = "ver más";
 $a->strings["System"] = "Sistema";
 $a->strings["Network"] = "Red";
 $a->strings["Personal"] = "Personal";
@@ -53,7 +113,6 @@ $a->strings["%s is now friends with %s"] = "%s es ahora es amigo de %s";
 $a->strings["Friend Suggestion"] = "Propuestas de amistad";
 $a->strings["Friend/Connect Request"] = "Solicitud de Amistad/Conexión";
 $a->strings["New Follower"] = "Nuevo seguidor";
-$a->strings["Wall Photos"] = "Foto del Muro";
 $a->strings["Post to Email"] = "Publicar mediante correo electrónico";
 $a->strings["Connectors disabled, since \"%s\" is enabled."] = "Conectores deshabilitados, ya que \"%s\" es habilitado.";
 $a->strings["Hide your profile details from unknown viewers?"] = "¿Quieres que los detalles de tu perfil permanezcan ocultos a los desconocidos?";
@@ -64,9 +123,6 @@ $a->strings["CC: email addresses"] = "CC: dirección de correo electrónico";
 $a->strings["Example: bob@example.com, mary@example.com"] = "Ejemplo: juan@ejemplo.com, sofia@ejemplo.com";
 $a->strings["Permissions"] = "Permisos";
 $a->strings["Close"] = "Cerrado";
-$a->strings["Daily posting limit of %d posts reached. The post was rejected."] = "Limite diario de publicaciones %d alcanzado. La publicación fue rechazada.";
-$a->strings["Weekly posting limit of %d posts reached. The post was rejected."] = "Limite semanal de publicaciones %d alcanzado. La publicación fue rechazada.";
-$a->strings["Monthly posting limit of %d posts reached. The post was rejected."] = "Limite mensual de publicaciones %d alcanzado. La publicación fue rechazada.";
 $a->strings["Logged out."] = "Sesión finalizada";
 $a->strings["Login failed."] = "Accesso fallido.";
 $a->strings["We encountered a problem while logging in with the OpenID you provided. Please check the correct spelling of the ID."] = "Se ha encontrado un problema para acceder con el OpenID que has escrito. Verifica que lo hayas escrito correctamente.";
@@ -75,42 +131,6 @@ $a->strings["l F d, Y \\@ g:i A"] = "l F d, Y \\@ g:i A";
 $a->strings["Starts:"] = "Inicio:";
 $a->strings["Finishes:"] = "Final:";
 $a->strings["Location:"] = "Localización:";
-$a->strings["Image/photo"] = "Imagen/Foto";
-$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s";
-$a->strings["$1 wrote:"] = "$1 escribió:";
-$a->strings["Encrypted content"] = "Contenido cifrado";
-$a->strings["Invalid source protocol"] = "Protocolo de fuente inválido";
-$a->strings["Invalid link protocol"] = "Protocolo de enlace inválido";
-$a->strings["Unknown | Not categorised"] = "Desconocido | No clasificado";
-$a->strings["Block immediately"] = "Bloquear inmediatamente";
-$a->strings["Shady, spammer, self-marketer"] = "Sospechoso, spammer, auto-publicidad";
-$a->strings["Known to me, but no opinion"] = "Le conozco, sin opinión";
-$a->strings["OK, probably harmless"] = "OK, probablemente inofensivo";
-$a->strings["Reputable, has my trust"] = "Buena reputación, tiene mi confianza";
-$a->strings["Frequently"] = "Frequentemente";
-$a->strings["Hourly"] = "Cada hora";
-$a->strings["Twice daily"] = "Dos veces al día";
-$a->strings["Daily"] = "Diariamente";
-$a->strings["Weekly"] = "Semanalmente";
-$a->strings["Monthly"] = "Mensualmente";
-$a->strings["Friendica"] = "Friendica";
-$a->strings["OStatus"] = "OStatus";
-$a->strings["RSS/Atom"] = "RSS/Atom";
-$a->strings["Email"] = "Correo electrónico";
-$a->strings["Diaspora"] = "Diaspora*";
-$a->strings["Facebook"] = "Facebook";
-$a->strings["Zot!"] = "Zot!";
-$a->strings["LinkedIn"] = "LinkedIn";
-$a->strings["XMPP/IM"] = "XMPP/IM";
-$a->strings["MySpace"] = "MySpace";
-$a->strings["Google+"] = "Google+";
-$a->strings["pump.io"] = "pump.io";
-$a->strings["Twitter"] = "Twitter";
-$a->strings["Diaspora Connector"] = "Conector Diaspora";
-$a->strings["GNU Social"] = "GNUsocial (OStatus)";
-$a->strings["pnut"] = "pnut";
-$a->strings["App.net"] = "App.net";
-$a->strings["Hubzilla/Redmatrix"] = "Hubzilla/Redmatrix";
 $a->strings["Add New Contact"] = "Añadir nuevo contacto";
 $a->strings["Enter address or web location"] = "Escribe la dirección o página web";
 $a->strings["Example: bob@example.com, http://example.com/barbara"] = "Ejemplo: miguel@ejemplo.com, http://ejemplo.com/miguel";
@@ -121,6 +141,7 @@ $a->strings["%d invitation available"] = array(
 );
 $a->strings["Find People"] = "Buscar personas";
 $a->strings["Enter name or interest"] = "Introduzce nombre o intereses";
+$a->strings["Connect/Follow"] = "Conectar/Seguir";
 $a->strings["Examples: Robert Morgenstein, Fishing"] = "Ejemplos: Robert Morgenstein, Pesca";
 $a->strings["Find"] = "Buscar";
 $a->strings["Friend Suggestions"] = "Sugerencias de amigos";
@@ -129,7 +150,6 @@ $a->strings["Random Profile"] = "Perfil aleatorio";
 $a->strings["Invite Friends"] = "Invitar amigos";
 $a->strings["Networks"] = "Redes";
 $a->strings["All Networks"] = "Todas las redes";
-$a->strings["Saved Folders"] = "Directorios guardados";
 $a->strings["Everything"] = "Todo";
 $a->strings["Categories"] = "Categorías";
 $a->strings["%d contact in common"] = array(
@@ -169,6 +189,13 @@ $a->strings["Please wait"] = "Por favor, espera";
 $a->strings["remove"] = "eliminar";
 $a->strings["Delete Selected Items"] = "Eliminar el elemento seleccionado";
 $a->strings["Follow Thread"] = "Seguir publicacion";
+$a->strings["View Status"] = "Ver estado";
+$a->strings["View Profile"] = "Ver perfil";
+$a->strings["View Photos"] = "Ver fotos";
+$a->strings["Network Posts"] = "Publicaciones en la red";
+$a->strings["View Contact"] = "Ver contacto";
+$a->strings["Send PM"] = "Enviar mensaje privado";
+$a->strings["Poke"] = "Toque";
 $a->strings["%s likes this."] = "A %s le gusta esto.";
 $a->strings["%s doesn't like this."] = "A %s no le gusta esto.";
 $a->strings["%s attends."] = "%s atiende.";
@@ -261,75 +288,10 @@ $a->strings["seconds"] = "segundos";
 $a->strings["%1\$d %2\$s ago"] = "hace %1\$d %2\$s";
 $a->strings["%s's birthday"] = "Cumpleaños de %s";
 $a->strings["Happy Birthday %s"] = "Feliz cumpleaños %s";
-$a->strings["Cannot locate DNS info for database server '%s'"] = "No se puede encontrar información DNS para la base de datos del servidor '%s'";
-$a->strings["\n\t\t\tThe friendica developers released update %s recently,\n\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\tLos desarolladores de friendica publicaron una actualización  %s recientemente\n\t\t\tpero cuando intento de instalarla,algo salio terriblemente mal.\n\t\t\tEsto necesita ser arreglado pronto y no puedo hacerlo solo. Por favor contacta\n\t\t\tlos desarolladores de friendica si no me podes ayudar por ti solo. Mi base de datos puede estar invalido.";
-$a->strings["The error message is\n[pre]%s[/pre]"] = "El mensaje de error es\n[pre]%s[/pre]";
-$a->strings["Errors encountered creating database tables."] = "Se han encontrados errores creando las tablas de la base de datos.";
-$a->strings["Errors encountered performing database changes."] = "Errores encontrados al ejecutar cambios en la base de datos.";
 $a->strings["(no subject)"] = "(sin asunto)";
 $a->strings["noreply"] = "no responder";
 $a->strings["%s\\'s birthday"] = "%s\\'s cumpleaños";
-$a->strings["Sharing notification from Diaspora network"] = "Compartir notificaciones con la red Diaspora*";
-$a->strings["Attachments:"] = "Archivos adjuntos:";
-$a->strings["Friendica Notification"] = "Notificación de Friendica";
-$a->strings["Thank You,"] = "Gracias,";
-$a->strings["%s Administrator"] = "%s Administrador";
-$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Administrador";
-$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
-$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notificación] Nuevo correo recibido de %s";
-$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s te ha enviado un mensaje privado desde %2\$s.";
-$a->strings["%1\$s sent you %2\$s."] = "%1\$s te ha enviado %2\$s.";
-$a->strings["a private message"] = "un mensaje privado";
-$a->strings["Please visit %s to view and/or reply to your private messages."] = "Por favor, visita %s para ver y/o responder a tus mensajes privados.";
-$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s comentó en [url=%2\$s]a %3\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s comentó en [url=%2\$s] %4\$s de %3\$s[/url]";
-$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s comentó en [url=%2\$s] tu %3\$s[/url]";
-$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notificación] Comentario en la conversación de #%1\$d por %2\$s";
-$a->strings["%s commented on an item/conversation you have been following."] = "%s ha comentado en una conversación/elemento que sigues.";
-$a->strings["Please visit %s to view and/or reply to the conversation."] = "Por favor, visita %s para ver y/o responder a la conversación.";
-$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notificación] %s publicó en tu muro";
-$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s publicó en tu perfil de %2\$s";
-$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s publicó en [url=%2\$s]tu muro[/url]";
-$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notificación] %s te ha nombrado";
-$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s te ha nombrado en %2\$s";
-$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]te nombró[/url].";
-$a->strings["[Friendica:Notify] %s shared a new post"] = "[Notificacion Friendica] %s compartio una nueva publicacion";
-$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s compartió un nuevo tema en %2\$s";
-$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]compartió una publicación[/url].";
-$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s te dio un toque";
-$a->strings["%1\$s poked you at %2\$s"] = "%1\$s te dio un toque en %2\$s";
-$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]te dio un toque[/url].";
-$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notificación] %s ha etiquetado tu publicación";
-$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s ha etiquetado tu publicación en %2\$s";
-$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s ha etiquetado [url=%2\$s]tu publicación[/url]";
-$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notificación] Presentación recibida";
-$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Has recibido una presentación de '%1\$s' en %2\$s";
-$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Has recibido [url=%1\$s]una presentación[/url] de %2\$s.";
-$a->strings["You may visit their profile at %s"] = "Puedes visitar su perfil en %s";
-$a->strings["Please visit %s to approve or reject the introduction."] = "Visita %s para aceptar o rechazar la presentación por favor.";
-$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Notificación:Friendica] Un nuevo contacto comparte contigo";
-$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s comparte con tigo en %2\$s";
-$a->strings["[Friendica:Notify] You have a new follower"] = "[Notificación:Friendica] Tienes un nuevo seguidor";
-$a->strings["You have a new follower at %2\$s : %1\$s"] = "Tienes un nuevo seguidor en %2\$s : %1\$s";
-$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notificación] Sugerencia de amigo recibida";
-$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Has recibido una sugerencia de amigo de '%1\$s' en %2\$s";
-$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Has recibido [url=%1\$s]una sugerencia de amigo[/url] en %2\$s de %3\$s.";
-$a->strings["Name:"] = "Nombre: ";
-$a->strings["Photo:"] = "Foto: ";
-$a->strings["Please visit %s to approve or reject the suggestion."] = "Visita %s para aceptar o rechazar la sugerencia por favor.";
-$a->strings["[Friendica:Notify] Connection accepted"] = "[Notificación:Friendica] Conexión aceptada";
-$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' acepto tu consulta de conexión %2\$s";
-$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s hacepto tu [url=%1\$s]consulta de conexión[/url].";
-$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "Ahora tiene amigos en común y puede intercambiar actualizaciones de estado, fotos y email sin restricción.";
-$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Por favor visite %s si desea hacer algún cambio a su relación.";
-$a->strings["'%1\$s' has chosen to accept you a \"fan\", which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "'%1\$s' eligió de aceptarte como fan/hincha lo que restringe algunas formas de comunicación - tales como mensajes privados y algunas interacciones de los perfiles. Si esto es una pagina de celebridad o comunidad, estas configuraciones se adoptaron automáticamente.";
-$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' puede elegir extender esto en una relación más permisiva o ambidireccional en el futuro.";
-$a->strings["Please visit %s  if you wish to make any changes to this relationship."] = "Por favor visita %s si es preciso de hacer algún cambio a la relación con este contacto.";
-$a->strings["[Friendica System:Notify] registration request"] = "[Notificacion:Friendica] consulta de registro";
-$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Recibiste una consulta de registro de '%1\$s' en %2\$s";
-$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Recibiste una [url=%1\$s]consulta de registro[/url] from %2\$s.";
-$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = "Nombre completo:\t%1\$s\\nUbicación del sitio:\t%2\$s\\nLogin Nombre:\t%3\$s (%4\$s)";
-$a->strings["Please visit %s to approve or reject the request."] = "Por favor visita %s para aprobar o negar la solicitud.";
+$a->strings["all-day"] = "todo el día";
 $a->strings["Sun"] = "Dom";
 $a->strings["Mon"] = "Lun";
 $a->strings["Tue"] = "Mar";
@@ -368,63 +330,16 @@ $a->strings["October"] = "Octubre";
 $a->strings["November"] = "Noviembre";
 $a->strings["December"] = "Diciembre";
 $a->strings["today"] = "hoy";
-$a->strings["all-day"] = "todo el día";
 $a->strings["No events to display"] = "No hay eventos a mostrar";
 $a->strings["l, F j"] = "l, F j";
 $a->strings["Edit event"] = "Editar evento";
+$a->strings["Delete event"] = "";
 $a->strings["link to source"] = "Enlace al original";
 $a->strings["Export"] = "Exportar";
 $a->strings["Export calendar as ical"] = "Exportar calendario como ical";
 $a->strings["Export calendar as csv"] = "Exportar calendario como csv";
-$a->strings["General Features"] = "Opciones generales";
-$a->strings["Multiple Profiles"] = "Perfiles multiples";
-$a->strings["Ability to create multiple profiles"] = "Capacidad de crear perfiles multiples. Cada pagina/perfil/usuario puede tener diferentes perfiles/apariencias. Las mismas pueden ser visibles para determinados contactos seleccionados dentro de la red friendica.";
-$a->strings["Photo Location"] = "Localización foto";
-$a->strings["Photo metadata is normally stripped. This extracts the location (if present) prior to stripping metadata and links it to a map."] = "Normalmente los meta datos de las imágenes son eliminados. Esto extraerá la localización si presente antes de eliminar los meta datos y enlaza la misma con el mapa.";
-$a->strings["Export Public Calendar"] = "Exportar Calendario Público";
-$a->strings["Ability for visitors to download the public calendar"] = "Posibilidad de los visitantes de descargar el calendario público";
-$a->strings["Post Composition Features"] = "Opciones de edición de publicaciones.";
-$a->strings["Post Preview"] = "Previsualizar publicaciones";
-$a->strings["Allow previewing posts and comments before publishing them"] = "Permitir la previsualización de publicaciones antes de publicar las mismas.";
-$a->strings["Auto-mention Forums"] = "Auto-mencionar foros";
-$a->strings["Add/remove mention when a forum page is selected/deselected in ACL window."] = "Añadir/eliminar mención cuando un foro es seleccionado/deseleccionado en la ventana ACL.";
-$a->strings["Network Sidebar Widgets"] = "Accesorios de red del panel lateral";
-$a->strings["Search by Date"] = "Buscar por fecha";
-$a->strings["Ability to select posts by date ranges"] = "Habilidad de seleccionar publicaciones por fecha";
-$a->strings["List Forums"] = "Listar foros";
-$a->strings["Enable widget to display the forums your are connected with"] = "Habilitar la pestaña para mostrar los foros en que estas participando.";
-$a->strings["Group Filter"] = "Filtro del grupo";
-$a->strings["Enable widget to display Network posts only from selected group"] = "Habilitar accesorios para visualizar publicaciones en la red solo de grupos seleccionados";
-$a->strings["Network Filter"] = "Filtro de red";
-$a->strings["Enable widget to display Network posts only from selected network"] = "Habilitar accesorios para visualizar publicaciones solo de las redes seleccionadas.";
-$a->strings["Saved Searches"] = "Búsquedas guardadas";
-$a->strings["Save search terms for re-use"] = "Guardar términos de búsqueda para su reutilizacion";
-$a->strings["Network Tabs"] = "Pestañas de redes";
-$a->strings["Network Personal Tab"] = "Pestaña actividad personal";
-$a->strings["Enable tab to display only Network posts that you've interacted on"] = "Habilitar para visualizar solo publicaciones con las que se ha interactuado";
-$a->strings["Network New Tab"] = "Pestaña nuevo en la red";
-$a->strings["Enable tab to display only new Network posts (from the last 12 hours)"] = "Activar para mostrar solo publicaciones nuevas en la red (de las ultimas 12 horas)";
-$a->strings["Network Shared Links Tab"] = "Pestaña publicaciones con enlaces";
-$a->strings["Enable tab to display only Network posts with links in them"] = "Habilitar para visualizar solo publicaciones que contienen enlaces";
-$a->strings["Post/Comment Tools"] = "Herramienta de publicaciones/respuestas";
-$a->strings["Multiple Deletion"] = "Borrar múltiples publicaciones";
-$a->strings["Select and delete multiple posts/comments at once"] = "Habilidad de seleccionar y borrar varias publicaciones/comentarios a la vez";
-$a->strings["Edit Sent Posts"] = "Editar temas enviados";
-$a->strings["Edit and correct posts and comments after sending"] = "Editar y corregir publicaciones y respuestas enviados. Las ediciones solo son comunicados dentro de la red friendica. No se modificaran copias enviadas a diaspora, OStatus/GNUsocial/Quitter u otros servicios conectados.";
-$a->strings["Tagging"] = "taggear";
-$a->strings["Ability to tag existing posts"] = "Habilidad de taggear publicaciones existentes";
-$a->strings["Post Categories"] = "Categorías de publicaciones";
-$a->strings["Add categories to your posts"] = "Agregue categorías a sus publicaciones. Las mismas serán visualizadas en su pagina de inicio.";
-$a->strings["Ability to file posts under folders"] = "Archivar publicaciones en carpetas";
-$a->strings["Dislike Posts"] = "Desaprobar publicación (dislike)";
-$a->strings["Ability to dislike posts/comments"] = "Habilidad de expresar desacuerdo en publicaciones y comentarios. Esta función solo es visualizado en la red friendica.";
-$a->strings["Star Posts"] = "Fijar publicaciones";
-$a->strings["Ability to mark special posts with a star indicator"] = "Habilidad de marcar - observar fijamente publicaciones.\nEl simbolo de estrella es habilitado. Se recibirán notificaciones sobre comentarios, además una pestaña de publicaciones fijadas es habilitada. En las opciones de expiración de publicaciones se puede filtrar estas publicaciones para no ser eliminados contrario a las publicaciones demás de los contactos.";
-$a->strings["Mute Post Notifications"] = "Silenciar notificaciones de una publicacion";
-$a->strings["Ability to mute notifications for a thread"] = "Habilidad de silenciar notificaciones sobre nuevos comentarios en una publicación.";
-$a->strings["Advanced Profile Settings"] = "Ajustes avanzados del perfil";
-$a->strings["Show visitors public community forums at the Advanced Profile Page"] = "Mostrar a los visitantes foros públicos en las que se esta participando en el pagina avanzada de perfiles.";
 $a->strings["Disallowed profile URL."] = "Dirección de perfil no permitida.";
+$a->strings["Blocked domain"] = "";
 $a->strings["Connect URL missing."] = "Falta el conector URL.";
 $a->strings["This site is not configured to allow communications with other networks."] = "Este sitio no está configurado para permitir la comunicación con otras redes.";
 $a->strings["No compatible communication protocols or feeds were discovered."] = "No se ha descubierto protocolos de comunicación o fuentes compatibles.";
@@ -436,210 +351,10 @@ $a->strings["Use mailto: in front of address to force email check."] = "Escribe
 $a->strings["The profile address specified belongs to a network which has been disabled on this site."] = "La dirección del perfil especificada pertenece a una red que ha sido deshabilitada en este sitio.";
 $a->strings["Limited profile. This person will be unable to receive direct/personal notifications from you."] = "Perfil limitado. Esta persona no podrá recibir notificaciones directas/personales tuyas.";
 $a->strings["Unable to retrieve contact information."] = "No ha sido posible recibir la información del contacto.";
-$a->strings["A deleted group with this name was revived. Existing item permissions <strong>may</strong> apply to this group and any future members. If this is not what you intended, please create another group with a different name."] = "Un grupo eliminado con este nombre fue restablecido. Los permisos existentes <strong>pueden</strong> aplicarse a este grupo y a sus futuros miembros. Si esto no es lo que pretendes, por favor, crea otro grupo con un nombre diferente.";
-$a->strings["Default privacy group for new contacts"] = "Grupo por defecto para nuevos contactos";
-$a->strings["Everybody"] = "Todo el mundo";
-$a->strings["edit"] = "editar";
-$a->strings["Groups"] = "Grupos";
-$a->strings["Edit groups"] = "Editar grupo";
-$a->strings["Edit group"] = "Editar grupo";
-$a->strings["Create a new group"] = "Crear un nuevo grupo";
-$a->strings["Group Name: "] = "Nombre del grupo: ";
-$a->strings["Contacts not in any group"] = "Contactos sin grupo";
-$a->strings["add"] = "añadir";
-$a->strings["Requested account is not available."] = "La cuenta solicitada no está disponible.";
-$a->strings["Requested profile is not available."] = "El perfil solicitado no está disponible.";
-$a->strings["Edit profile"] = "Editar perfil";
-$a->strings["Atom feed"] = "Atom feed";
-$a->strings["Profiles"] = "Perfiles";
-$a->strings["Manage/edit profiles"] = "Administrar/editar perfiles";
-$a->strings["Change profile photo"] = "Cambiar foto del perfil";
-$a->strings["Create New Profile"] = "Crear nuevo perfil";
-$a->strings["Profile Image"] = "Imagen del Perfil";
-$a->strings["visible to everybody"] = "Visible para todos";
-$a->strings["Edit visibility"] = "Editar visibilidad";
-$a->strings["Gender:"] = "Género:";
-$a->strings["Status:"] = "Estado:";
-$a->strings["Homepage:"] = "Página de inicio:";
-$a->strings["About:"] = "Acerca de:";
-$a->strings["XMPP:"] = "XMPP:";
-$a->strings["Network:"] = "Red:";
-$a->strings["g A l F d"] = "g A l F d";
-$a->strings["F d"] = "F d";
-$a->strings["[today]"] = "[hoy]";
-$a->strings["Birthday Reminders"] = "Recordatorios de cumpleaños";
-$a->strings["Birthdays this week:"] = "Cumpleaños esta semana:";
-$a->strings["[No description]"] = "[Sin descripción]";
-$a->strings["Event Reminders"] = "Recordatorios de eventos";
-$a->strings["Events this week:"] = "Eventos de esta semana:";
-$a->strings["Profile"] = "Perfil";
-$a->strings["Full Name:"] = "Nombre completo:";
-$a->strings["j F, Y"] = "j F, Y";
-$a->strings["j F"] = "j F";
-$a->strings["Age:"] = "Edad:";
-$a->strings["for %1\$d %2\$s"] = "por %1\$d %2\$s";
-$a->strings["Sexual Preference:"] = "Preferencia sexual:";
-$a->strings["Hometown:"] = "Ciudad de origen:";
-$a->strings["Tags:"] = "Etiquetas:";
-$a->strings["Political Views:"] = "Ideas políticas:";
-$a->strings["Religion:"] = "Religión:";
-$a->strings["Hobbies/Interests:"] = "Aficiones/Intereses:";
-$a->strings["Likes:"] = "Me gusta:";
-$a->strings["Dislikes:"] = "No me gusta:";
-$a->strings["Contact information and Social Networks:"] = "Información de contacto y Redes sociales:";
-$a->strings["Musical interests:"] = "Intereses musicales:";
-$a->strings["Books, literature:"] = "Libros, literatura:";
-$a->strings["Television:"] = "Televisión:";
-$a->strings["Film/dance/culture/entertainment:"] = "Películas/baile/cultura/entretenimiento:";
-$a->strings["Love/Romance:"] = "Amor/Romance:";
-$a->strings["Work/employment:"] = "Trabajo/ocupación:";
-$a->strings["School/education:"] = "Escuela/estudios:";
-$a->strings["Forums:"] = "Foros:";
-$a->strings["Basic"] = "Basic";
-$a->strings["Advanced"] = "Avanzado";
-$a->strings["Status"] = "Estado";
-$a->strings["Status Messages and Posts"] = "Mensajes de Estado y Publicaciones";
-$a->strings["Profile Details"] = "Detalles del Perfil";
-$a->strings["Photos"] = "Fotografías";
-$a->strings["Photo Albums"] = "Álbum de Fotos";
-$a->strings["Videos"] = "Videos";
-$a->strings["Events"] = "Eventos";
-$a->strings["Events and Calendar"] = "Eventos y Calendario";
-$a->strings["Personal Notes"] = "Notas personales";
-$a->strings["Only You Can See This"] = "Únicamente tú puedes ver esto";
-$a->strings["Contacts"] = "Contactos";
-$a->strings["[Name Withheld]"] = "[Nombre oculto]";
-$a->strings["Item not found."] = "Elemento no encontrado.";
-$a->strings["Do you really want to delete this item?"] = "¿Realmente quieres borrar este objeto?";
-$a->strings["Yes"] = "Sí";
-$a->strings["Permission denied."] = "Permiso denegado.";
-$a->strings["Archives"] = "Archivos";
 $a->strings["%1\$s is attending %2\$s's %3\$s"] = "%1\$s atenderá %2\$s's %3\$s";
 $a->strings["%1\$s is not attending %2\$s's %3\$s"] = "%1\$s no atenderá %2\$s's %3\$s";
 $a->strings["%1\$s may attend %2\$s's %3\$s"] = "%1\$s puede que atienda %2\$s's %3\$s";
-$a->strings["[no subject]"] = "[sin asunto]";
-$a->strings["Nothing new here"] = "Nada nuevo por aquí";
-$a->strings["Clear notifications"] = "Limpiar notificaciones";
-$a->strings["@name, !forum, #tags, content"] = "@name, !forum, #tags, contenido";
-$a->strings["End this session"] = "Cerrar la sesión";
-$a->strings["Your posts and conversations"] = "Tus publicaciones y conversaciones";
-$a->strings["Your profile page"] = "Tu página de perfil";
-$a->strings["Your photos"] = "Tus fotos";
-$a->strings["Your videos"] = "Tus videos";
-$a->strings["Your events"] = "Tus eventos";
-$a->strings["Personal notes"] = "Notas personales";
-$a->strings["Your personal notes"] = "Tus notas personales";
-$a->strings["Sign in"] = "Date de alta";
-$a->strings["Home Page"] = "Página de inicio";
-$a->strings["Create an account"] = "Crea una cuenta";
-$a->strings["Help"] = "Ayuda";
-$a->strings["Help and documentation"] = "Ayuda y documentación";
-$a->strings["Apps"] = "Aplicaciones";
-$a->strings["Addon applications, utilities, games"] = "Aplicaciones, utilidades, juegos";
-$a->strings["Search"] = "Buscar";
-$a->strings["Search site content"] = " Busca contenido en la página";
-$a->strings["Full Text"] = "Texto completo";
-$a->strings["Tags"] = "Tags";
-$a->strings["Community"] = "Comunidad";
-$a->strings["Conversations on this site"] = "Conversaciones en este sitio";
-$a->strings["Conversations on the network"] = "Conversaciones en la red";
-$a->strings["Directory"] = "Directorio";
-$a->strings["People directory"] = "Directorio de usuarios";
-$a->strings["Information"] = "Información";
-$a->strings["Information about this friendica instance"] = "Información sobre esta instancia de friendica";
-$a->strings["Conversations from your friends"] = "Conversaciones de tus amigos";
-$a->strings["Network Reset"] = "Reseteo de la red";
-$a->strings["Load Network page with no filters"] = "Cargar pagina de redes sin filtros";
-$a->strings["Friend Requests"] = "Solicitudes de amistad";
-$a->strings["Notifications"] = "Notificaciones";
-$a->strings["See all notifications"] = "Ver todas las notificaciones";
-$a->strings["Mark as seen"] = "Marcar como leído";
-$a->strings["Mark all system notifications seen"] = "Marcar todas las notificaciones del sistema como leídas";
-$a->strings["Messages"] = "Mensajes";
-$a->strings["Private mail"] = "Correo privado";
-$a->strings["Inbox"] = "Entrada";
-$a->strings["Outbox"] = "Enviados";
-$a->strings["New Message"] = "Nuevo mensaje";
-$a->strings["Manage"] = "Administrar";
-$a->strings["Manage other pages"] = "Administrar otras páginas";
-$a->strings["Delegations"] = "Delegaciones";
-$a->strings["Delegate Page Management"] = "Delegar la administración de la página";
-$a->strings["Settings"] = "Configuración";
-$a->strings["Account settings"] = "Configuración de tu cuenta";
-$a->strings["Manage/Edit Profiles"] = "Manejar/editar Perfiles";
-$a->strings["Manage/edit friends and contacts"] = "Administrar/editar amigos y contactos";
-$a->strings["Admin"] = "Admin";
-$a->strings["Site setup and configuration"] = "Opciones y configuración del sitio";
-$a->strings["Navigation"] = "Navegación";
-$a->strings["Site map"] = "Mapa del sitio";
-$a->strings["view full size"] = "Ver a tamaño completo";
-$a->strings["Embedded content"] = "Contenido integrado";
-$a->strings["Embedding disabled"] = "Contenido incrustrado desabilitado";
-$a->strings["%s is now following %s."] = "%s sigue ahora a %s.";
-$a->strings["following"] = "siguiendo";
-$a->strings["%s stopped following %s."] = "%s dejó de seguir a %s.";
-$a->strings["stopped following"] = "dejó de seguir";
 $a->strings["Contact Photos"] = "Foto del contacto";
-$a->strings["Click here to upgrade."] = "Pulsa aquí para actualizar.";
-$a->strings["This action exceeds the limits set by your subscription plan."] = "Esta acción excede los límites permitidos por tu subscripción.";
-$a->strings["This action is not available under your subscription plan."] = "Esta acción no está permitida para tu subscripción.";
-$a->strings["Male"] = "Hombre";
-$a->strings["Female"] = "Mujer";
-$a->strings["Currently Male"] = "Actualmente Hombre";
-$a->strings["Currently Female"] = "Actualmente Mujer";
-$a->strings["Mostly Male"] = "Mayormente Hombre";
-$a->strings["Mostly Female"] = "Mayormente Mujer";
-$a->strings["Transgender"] = "Transgenérico";
-$a->strings["Intersex"] = "Bisexual";
-$a->strings["Transsexual"] = "Transexual";
-$a->strings["Hermaphrodite"] = "Hermafrodita";
-$a->strings["Neuter"] = "Neutro";
-$a->strings["Non-specific"] = "Sin especificar";
-$a->strings["Other"] = "Otro";
-$a->strings["Males"] = "Hombres";
-$a->strings["Females"] = "Mujeres";
-$a->strings["Gay"] = "Gay";
-$a->strings["Lesbian"] = "Lesbiana";
-$a->strings["No Preference"] = "Sin preferencias";
-$a->strings["Bisexual"] = "Bisexual";
-$a->strings["Autosexual"] = "Autosexual";
-$a->strings["Abstinent"] = "Célibe";
-$a->strings["Virgin"] = "Virgen";
-$a->strings["Deviant"] = "Desviado";
-$a->strings["Fetish"] = "Fetichista";
-$a->strings["Oodles"] = "Orgiástico";
-$a->strings["Nonsexual"] = "Asexual";
-$a->strings["Single"] = "Soltero";
-$a->strings["Lonely"] = "Solitario";
-$a->strings["Available"] = "Disponible";
-$a->strings["Unavailable"] = "No disponible";
-$a->strings["Has crush"] = "Enamorado";
-$a->strings["Infatuated"] = "Loco/a por alguien";
-$a->strings["Dating"] = "De citas";
-$a->strings["Unfaithful"] = "Infiel";
-$a->strings["Sex Addict"] = "Adicto al sexo";
-$a->strings["Friends"] = "Amigos";
-$a->strings["Friends/Benefits"] = "Amigos con beneficios";
-$a->strings["Casual"] = "Casual";
-$a->strings["Engaged"] = "Comprometido/a";
-$a->strings["Married"] = "Casado/a";
-$a->strings["Imaginarily married"] = "Casado imaginario";
-$a->strings["Partners"] = "Socios";
-$a->strings["Cohabiting"] = "Cohabitando";
-$a->strings["Common law"] = "Pareja de hecho";
-$a->strings["Happy"] = "Feliz";
-$a->strings["Not looking"] = "No busca relación";
-$a->strings["Swinger"] = "Swinger";
-$a->strings["Betrayed"] = "Traicionado/a";
-$a->strings["Separated"] = "Separado/a";
-$a->strings["Unstable"] = "Inestable";
-$a->strings["Divorced"] = "Divorciado/a";
-$a->strings["Imaginarily divorced"] = "Divorciado imaginario";
-$a->strings["Widowed"] = "Viudo/a";
-$a->strings["Uncertain"] = "Incierto";
-$a->strings["It's complicated"] = "Es complicado";
-$a->strings["Don't care"] = "No te importa";
-$a->strings["Ask me"] = "Pregúntame";
 $a->strings["Welcome "] = "Bienvenido ";
 $a->strings["Please upload a profile photo."] = "Por favor sube una foto para tu perfil.";
 $a->strings["Welcome back "] = "Bienvenido de nuevo ";
@@ -658,7 +373,12 @@ $a->strings["%d Contact"] = array(
        1 => "%d Contactos",
 );
 $a->strings["View Contacts"] = "Ver contactos";
+$a->strings["Search"] = "Buscar";
 $a->strings["Save"] = "Guardar";
+$a->strings["@name, !forum, #tags, content"] = "@name, !forum, #tags, contenido";
+$a->strings["Full Text"] = "Texto completo";
+$a->strings["Tags"] = "Tags";
+$a->strings["Contacts"] = "Contactos";
 $a->strings["poke"] = "tocar";
 $a->strings["poked"] = "tocó a";
 $a->strings["ping"] = "hacer \"ping\"";
@@ -703,346 +423,318 @@ $a->strings["comment"] = array(
 );
 $a->strings["post"] = "Publicación";
 $a->strings["Item filed"] = "Elemento archivado";
-$a->strings["Error decoding account file"] = "Error decodificando el archivo de cuenta";
-$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Error! No hay datos de versión en el archivo! ¿Es esto de una cuenta friendica? ";
-$a->strings["Error! Cannot check nickname"] = "Error! No puedo consultar el apodo";
-$a->strings["User '%s' already exists on this server!"] = "La cuenta '%s' ya existe en este servidor!";
-$a->strings["User creation error"] = "Error al crear la cuenta";
-$a->strings["User profile creation error"] = "Error de creación del perfil de la cuenta";
-$a->strings["%d contact not imported"] = array(
-       0 => "%d contactos no encontrado",
-       1 => "%d contactos no importado",
-);
-$a->strings["Done. You can now login with your username and password"] = "Hecho. Ahora podes ingresar con tu nombre de cuenta y la contraseña.";
-$a->strings["Passwords do not match. Password unchanged."] = "Las contraseñas no coinciden. La contraseña no ha sido modificada.";
-$a->strings["An invitation is required."] = "Se necesita invitación.";
-$a->strings["Invitation could not be verified."] = "No se puede verificar la invitación.";
-$a->strings["Invalid OpenID url"] = "Dirección OpenID no válida";
-$a->strings["Please enter the required information."] = "Por favor, introduce la información necesaria.";
-$a->strings["Please use a shorter name."] = "Por favor, usa un nombre más corto.";
-$a->strings["Name too short."] = "El nombre es demasiado corto.";
-$a->strings["That doesn't appear to be your full (First Last) name."] = "No parece que ese sea tu nombre completo.";
-$a->strings["Your email domain is not among those allowed on this site."] = "Tu dominio de correo no se encuentra entre los permitidos en este sitio.";
-$a->strings["Not a valid email address."] = "No es una dirección de correo electrónico válida.";
-$a->strings["Cannot use that email."] = "No se puede utilizar este correo electrónico.";
-$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\" and \"_\"."] = "El apodo solo puede contener  \"a-z\", \"0-9\" y \"_\".";
-$a->strings["Nickname is already registered. Please choose another."] = "Apodo ya registrado. Por favor, elije otro.";
-$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "El apodo ya ha sido registrado alguna vez y no puede volver a usarse. Por favor, utiliza otro.";
-$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ERROR GRAVE: La generación de claves de seguridad ha fallado.";
-$a->strings["An error occurred during registration. Please try again."] = "Se produjo un error durante el registro. Por favor, inténtalo de nuevo.";
+$a->strings["Drop Contact"] = "Eliminar contacto";
+$a->strings["Organisation"] = "Organización";
+$a->strings["News"] = "Noticias";
+$a->strings["Forum"] = "Foro";
+$a->strings["Image/photo"] = "Imagen/Foto";
+$a->strings["<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s"] = "<a href=\"%1\$s\" target=\"_blank\">%2\$s</a> %3\$s";
+$a->strings["$1 wrote:"] = "$1 escribió:";
+$a->strings["Encrypted content"] = "Contenido cifrado";
+$a->strings["Invalid source protocol"] = "Protocolo de fuente inválido";
+$a->strings["Invalid link protocol"] = "Protocolo de enlace inválido";
+$a->strings["Friendica Notification"] = "Notificación de Friendica";
+$a->strings["Thank You,"] = "Gracias,";
+$a->strings["%s Administrator"] = "%s Administrador";
+$a->strings["%1\$s, %2\$s Administrator"] = "%1\$s, %2\$s Administrador";
+$a->strings["%s <!item_type!>"] = "%s <!item_type!>";
+$a->strings["[Friendica:Notify] New mail received at %s"] = "[Friendica:Notificación] Nuevo correo recibido de %s";
+$a->strings["%1\$s sent you a new private message at %2\$s."] = "%1\$s te ha enviado un mensaje privado desde %2\$s.";
+$a->strings["%1\$s sent you %2\$s."] = "%1\$s te ha enviado %2\$s.";
+$a->strings["a private message"] = "un mensaje privado";
+$a->strings["Please visit %s to view and/or reply to your private messages."] = "Por favor, visita %s para ver y/o responder a tus mensajes privados.";
+$a->strings["%1\$s commented on [url=%2\$s]a %3\$s[/url]"] = "%1\$s comentó en [url=%2\$s]a %3\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]%3\$s's %4\$s[/url]"] = "%1\$s comentó en [url=%2\$s] %4\$s de %3\$s[/url]";
+$a->strings["%1\$s commented on [url=%2\$s]your %3\$s[/url]"] = "%1\$s comentó en [url=%2\$s] tu %3\$s[/url]";
+$a->strings["[Friendica:Notify] Comment to conversation #%1\$d by %2\$s"] = "[Friendica:Notificación] Comentario en la conversación de #%1\$d por %2\$s";
+$a->strings["%s commented on an item/conversation you have been following."] = "%s ha comentado en una conversación/elemento que sigues.";
+$a->strings["Please visit %s to view and/or reply to the conversation."] = "Por favor, visita %s para ver y/o responder a la conversación.";
+$a->strings["[Friendica:Notify] %s posted to your profile wall"] = "[Friendica:Notificación] %s publicó en tu muro";
+$a->strings["%1\$s posted to your profile wall at %2\$s"] = "%1\$s publicó en tu perfil de %2\$s";
+$a->strings["%1\$s posted to [url=%2\$s]your wall[/url]"] = "%1\$s publicó en [url=%2\$s]tu muro[/url]";
+$a->strings["[Friendica:Notify] %s tagged you"] = "[Friendica:Notificación] %s te ha nombrado";
+$a->strings["%1\$s tagged you at %2\$s"] = "%1\$s te ha nombrado en %2\$s";
+$a->strings["%1\$s [url=%2\$s]tagged you[/url]."] = "%1\$s [url=%2\$s]te nombró[/url].";
+$a->strings["[Friendica:Notify] %s shared a new post"] = "[Notificacion Friendica] %s compartio una nueva publicacion";
+$a->strings["%1\$s shared a new post at %2\$s"] = "%1\$s compartió un nuevo tema en %2\$s";
+$a->strings["%1\$s [url=%2\$s]shared a post[/url]."] = "%1\$s [url=%2\$s]compartió una publicación[/url].";
+$a->strings["[Friendica:Notify] %1\$s poked you"] = "[Friendica:Notify] %1\$s te dio un toque";
+$a->strings["%1\$s poked you at %2\$s"] = "%1\$s te dio un toque en %2\$s";
+$a->strings["%1\$s [url=%2\$s]poked you[/url]."] = "%1\$s [url=%2\$s]te dio un toque[/url].";
+$a->strings["[Friendica:Notify] %s tagged your post"] = "[Friendica:Notificación] %s ha etiquetado tu publicación";
+$a->strings["%1\$s tagged your post at %2\$s"] = "%1\$s ha etiquetado tu publicación en %2\$s";
+$a->strings["%1\$s tagged [url=%2\$s]your post[/url]"] = "%1\$s ha etiquetado [url=%2\$s]tu publicación[/url]";
+$a->strings["[Friendica:Notify] Introduction received"] = "[Friendica:Notificación] Presentación recibida";
+$a->strings["You've received an introduction from '%1\$s' at %2\$s"] = "Has recibido una presentación de '%1\$s' en %2\$s";
+$a->strings["You've received [url=%1\$s]an introduction[/url] from %2\$s."] = "Has recibido [url=%1\$s]una presentación[/url] de %2\$s.";
+$a->strings["You may visit their profile at %s"] = "Puedes visitar su perfil en %s";
+$a->strings["Please visit %s to approve or reject the introduction."] = "Visita %s para aceptar o rechazar la presentación por favor.";
+$a->strings["[Friendica:Notify] A new person is sharing with you"] = "[Notificación:Friendica] Un nuevo contacto comparte contigo";
+$a->strings["%1\$s is sharing with you at %2\$s"] = "%1\$s comparte con tigo en %2\$s";
+$a->strings["[Friendica:Notify] You have a new follower"] = "[Notificación:Friendica] Tienes un nuevo seguidor";
+$a->strings["You have a new follower at %2\$s : %1\$s"] = "Tienes un nuevo seguidor en %2\$s : %1\$s";
+$a->strings["[Friendica:Notify] Friend suggestion received"] = "[Friendica:Notificación] Sugerencia de amigo recibida";
+$a->strings["You've received a friend suggestion from '%1\$s' at %2\$s"] = "Has recibido una sugerencia de amigo de '%1\$s' en %2\$s";
+$a->strings["You've received [url=%1\$s]a friend suggestion[/url] for %2\$s from %3\$s."] = "Has recibido [url=%1\$s]una sugerencia de amigo[/url] en %2\$s de %3\$s.";
+$a->strings["Name:"] = "Nombre: ";
+$a->strings["Photo:"] = "Foto: ";
+$a->strings["Please visit %s to approve or reject the suggestion."] = "Visita %s para aceptar o rechazar la sugerencia por favor.";
+$a->strings["[Friendica:Notify] Connection accepted"] = "[Notificación:Friendica] Conexión aceptada";
+$a->strings["'%1\$s' has accepted your connection request at %2\$s"] = "'%1\$s' acepto tu consulta de conexión %2\$s";
+$a->strings["%2\$s has accepted your [url=%1\$s]connection request[/url]."] = "%2\$s hacepto tu [url=%1\$s]consulta de conexión[/url].";
+$a->strings["You are now mutual friends and may exchange status updates, photos, and email without restriction."] = "Ahora tiene amigos en común y puede intercambiar actualizaciones de estado, fotos y email sin restricción.";
+$a->strings["Please visit %s if you wish to make any changes to this relationship."] = "Por favor visite %s si desea hacer algún cambio a su relación.";
+$a->strings["'%1\$s' has chosen to accept you a \"fan\", which restricts some forms of communication - such as private messaging and some profile interactions. If this is a celebrity or community page, these settings were applied automatically."] = "'%1\$s' eligió de aceptarte como fan/hincha lo que restringe algunas formas de comunicación - tales como mensajes privados y algunas interacciones de los perfiles. Si esto es una pagina de celebridad o comunidad, estas configuraciones se adoptaron automáticamente.";
+$a->strings["'%1\$s' may choose to extend this into a two-way or more permissive relationship in the future."] = "'%1\$s' puede elegir extender esto en una relación más permisiva o ambidireccional en el futuro.";
+$a->strings["Please visit %s  if you wish to make any changes to this relationship."] = "Por favor visita %s si es preciso de hacer algún cambio a la relación con este contacto.";
+$a->strings["[Friendica System:Notify] registration request"] = "[Notificacion:Friendica] consulta de registro";
+$a->strings["You've received a registration request from '%1\$s' at %2\$s"] = "Recibiste una consulta de registro de '%1\$s' en %2\$s";
+$a->strings["You've received a [url=%1\$s]registration request[/url] from %2\$s."] = "Recibiste una [url=%1\$s]consulta de registro[/url] from %2\$s.";
+$a->strings["Full Name:\t%1\$s\\nSite Location:\t%2\$s\\nLogin Name:\t%3\$s (%4\$s)"] = "Nombre completo:\t%1\$s\\nUbicación del sitio:\t%2\$s\\nLogin Nombre:\t%3\$s (%4\$s)";
+$a->strings["Please visit %s to approve or reject the request."] = "Por favor visita %s para aprobar o negar la solicitud.";
+$a->strings["[no subject]"] = "[sin asunto]";
+$a->strings["Wall Photos"] = "Foto del Muro";
+$a->strings["Nothing new here"] = "Nada nuevo por aquí";
+$a->strings["Clear notifications"] = "Limpiar notificaciones";
+$a->strings["Logout"] = "Salir";
+$a->strings["End this session"] = "Cerrar la sesión";
+$a->strings["Status"] = "Estado";
+$a->strings["Your posts and conversations"] = "Tus publicaciones y conversaciones";
+$a->strings["Profile"] = "Perfil";
+$a->strings["Your profile page"] = "Tu página de perfil";
+$a->strings["Photos"] = "Fotografías";
+$a->strings["Your photos"] = "Tus fotos";
+$a->strings["Videos"] = "Videos";
+$a->strings["Your videos"] = "Tus videos";
+$a->strings["Events"] = "Eventos";
+$a->strings["Your events"] = "Tus eventos";
+$a->strings["Personal notes"] = "Notas personales";
+$a->strings["Your personal notes"] = "Tus notas personales";
+$a->strings["Login"] = "Acceder";
+$a->strings["Sign in"] = "Date de alta";
+$a->strings["Home Page"] = "Página de inicio";
+$a->strings["Register"] = "Registrarse";
+$a->strings["Create an account"] = "Crea una cuenta";
+$a->strings["Help"] = "Ayuda";
+$a->strings["Help and documentation"] = "Ayuda y documentación";
+$a->strings["Apps"] = "Aplicaciones";
+$a->strings["Addon applications, utilities, games"] = "Aplicaciones, utilidades, juegos";
+$a->strings["Search site content"] = " Busca contenido en la página";
+$a->strings["Community"] = "Comunidad";
+$a->strings["Conversations on this site"] = "Conversaciones en este sitio";
+$a->strings["Conversations on the network"] = "Conversaciones en la red";
+$a->strings["Events and Calendar"] = "Eventos y Calendario";
+$a->strings["Directory"] = "Directorio";
+$a->strings["People directory"] = "Directorio de usuarios";
+$a->strings["Information"] = "Información";
+$a->strings["Information about this friendica instance"] = "Información sobre esta instancia de friendica";
+$a->strings["Conversations from your friends"] = "Conversaciones de tus amigos";
+$a->strings["Network Reset"] = "Reseteo de la red";
+$a->strings["Load Network page with no filters"] = "Cargar pagina de redes sin filtros";
+$a->strings["Friend Requests"] = "Solicitudes de amistad";
+$a->strings["Notifications"] = "Notificaciones";
+$a->strings["See all notifications"] = "Ver todas las notificaciones";
+$a->strings["Mark as seen"] = "Marcar como leído";
+$a->strings["Mark all system notifications seen"] = "Marcar todas las notificaciones del sistema como leídas";
+$a->strings["Messages"] = "Mensajes";
+$a->strings["Private mail"] = "Correo privado";
+$a->strings["Inbox"] = "Entrada";
+$a->strings["Outbox"] = "Enviados";
+$a->strings["New Message"] = "Nuevo mensaje";
+$a->strings["Manage"] = "Administrar";
+$a->strings["Manage other pages"] = "Administrar otras páginas";
+$a->strings["Delegations"] = "Delegaciones";
+$a->strings["Delegate Page Management"] = "Delegar la administración de la página";
+$a->strings["Settings"] = "Configuración";
+$a->strings["Account settings"] = "Configuración de tu cuenta";
+$a->strings["Profiles"] = "Perfiles";
+$a->strings["Manage/Edit Profiles"] = "Manejar/editar Perfiles";
+$a->strings["Manage/edit friends and contacts"] = "Administrar/editar amigos y contactos";
+$a->strings["Admin"] = "Admin";
+$a->strings["Site setup and configuration"] = "Opciones y configuración del sitio";
+$a->strings["Navigation"] = "Navegación";
+$a->strings["Site map"] = "Mapa del sitio";
+$a->strings["view full size"] = "Ver a tamaño completo";
+$a->strings["Embedded content"] = "Contenido integrado";
+$a->strings["Embedding disabled"] = "Contenido incrustrado desabilitado";
+$a->strings["Error decoding account file"] = "Error decodificando el archivo de cuenta";
+$a->strings["Error! No version data in file! This is not a Friendica account file?"] = "Error! No hay datos de versión en el archivo! ¿Es esto de una cuenta friendica? ";
+$a->strings["Error! Cannot check nickname"] = "Error! No puedo consultar el apodo";
+$a->strings["User '%s' already exists on this server!"] = "La cuenta '%s' ya existe en este servidor!";
+$a->strings["User creation error"] = "Error al crear la cuenta";
+$a->strings["User profile creation error"] = "Error de creación del perfil de la cuenta";
+$a->strings["%d contact not imported"] = array(
+       0 => "%d contactos no encontrado",
+       1 => "%d contactos no importado",
+);
+$a->strings["Done. You can now login with your username and password"] = "Hecho. Ahora podes ingresar con tu nombre de cuenta y la contraseña.";
+$a->strings["Passwords do not match. Password unchanged."] = "Las contraseñas no coinciden. La contraseña no ha sido modificada.";
+$a->strings["An invitation is required."] = "Se necesita invitación.";
+$a->strings["Invitation could not be verified."] = "No se puede verificar la invitación.";
+$a->strings["Invalid OpenID url"] = "Dirección OpenID no válida";
+$a->strings["Please enter the required information."] = "Por favor, introduce la información necesaria.";
+$a->strings["Please use a shorter name."] = "Por favor, usa un nombre más corto.";
+$a->strings["Name too short."] = "El nombre es demasiado corto.";
+$a->strings["That doesn't appear to be your full (First Last) name."] = "No parece que ese sea tu nombre completo.";
+$a->strings["Your email domain is not among those allowed on this site."] = "Tu dominio de correo no se encuentra entre los permitidos en este sitio.";
+$a->strings["Not a valid email address."] = "No es una dirección de correo electrónico válida.";
+$a->strings["Cannot use that email."] = "No se puede utilizar este correo electrónico.";
+$a->strings["Your \"nickname\" can only contain \"a-z\", \"0-9\" and \"_\"."] = "El apodo solo puede contener  \"a-z\", \"0-9\" y \"_\".";
+$a->strings["Nickname is already registered. Please choose another."] = "Apodo ya registrado. Por favor, elije otro.";
+$a->strings["Nickname was once registered here and may not be re-used. Please choose another."] = "El apodo ya ha sido registrado alguna vez y no puede volver a usarse. Por favor, utiliza otro.";
+$a->strings["SERIOUS ERROR: Generation of security keys failed."] = "ERROR GRAVE: La generación de claves de seguridad ha fallado.";
+$a->strings["An error occurred during registration. Please try again."] = "Se produjo un error durante el registro. Por favor, inténtalo de nuevo.";
 $a->strings["default"] = "predeterminado";
 $a->strings["An error occurred creating your default profile. Please try again."] = "Error al crear tu perfil predeterminado. Por favor, inténtalo de nuevo.";
+$a->strings["Friends"] = "Amigos";
 $a->strings["Profile Photos"] = "Foto del perfil";
 $a->strings["\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account is pending for approval by the administrator.\n\t"] = "\n\t\tEstimado %1\$s,\n\t\t\tGracias por registrarse en %2\$s. Su cuenta está pendiente de aprobación por el administrador.\n\t";
 $a->strings["Registration at %s"] = "Registro en %s";
 $a->strings["\n\t\tDear %1\$s,\n\t\t\tThank you for registering at %2\$s. Your account has been created.\n\t"] = "\n\t\tEstimado %1\$s,\n\t\t\tGracias por registrar en %2\$s. Su cuenta ha sido creada.\n\t";
 $a->strings["\n\t\tThe login details are as follows:\n\t\t\tSite Location:\t%3\$s\n\t\t\tLogin Name:\t%1\$s\n\t\t\tPassword:\t%5\$s\n\n\t\tYou may change your password from your account \"Settings\" page after logging\n\t\tin.\n\n\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\tYou may also wish to add some basic information to your default profile\n\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\tWe recommend setting your full name, adding a profile photo,\n\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\tthan that.\n\n\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\tIf you are new and do not know anybody here, they may help\n\t\tyou to make some new and interesting friends.\n\n\n\t\tThank you and welcome to %2\$s."] = "\n\t\t\tLos detalles de acceso son las siguientes:\n\n\t\t\tDirección del sitio:\t%3\$s\n\t\t\tNombre de la cuenta:\t\t%1\$s\n\t\t\tContraseña:\t\t%5\$s\n\n\t\t\tPodrá cambiar la contraseña desde la pagina de configuración de su cuenta después de acceder a la misma\n\t\t\ten.\n\n\t\t\tPor favor tome unos minutos para revisar las opciones demás de la cuenta en dicha pagina de configuración.\n\n\t\t\tTambién podrá agregar informaciones adicionales a su pagina de perfil predeterminado. \n\t\t\t(en la pagina \"Perfiles\") para que otras personas pueden encontrarlo fácilmente.\n\n\t\t\tRecomendamos que elija un nombre apropiado, agregando una imagen de perfil,\n\t\t\tagregando algunas palabras claves de la cuenta (muy útil para hacer nuevos amigos) - y \n\t\t\tquizás el país en donde vive; si no quiere ser mas especifico\n\t\t\tque eso.\n\n\t\t\tRespetamos absolutamente su derecho a la privacidad y ninguno de estos detalles es necesario.\n\t\t\tSi eres nuevo aquí y no conoces a nadie, estos detalles pueden ayudarte\n\t\t\tpara hacer nuevas e interesantes amistades.\n\n\t\t\tGracias y bienvenido a  %2\$s.";
 $a->strings["Registration details for %s"] = "Detalles de registro para %s";
-$a->strings["You must be logged in to use addons. "] = "Tienes que estar registrado para tener acceso a los accesorios.";
-$a->strings["Not Found"] = "No se ha encontrado";
-$a->strings["Page not found."] = "Página no encontrada.";
-$a->strings["Permission denied"] = "Permiso denegado";
-$a->strings["toggle mobile"] = "Cambiar a versión móvil";
-$a->strings["Theme settings updated."] = "Configuración de la apariencia actualizada.";
-$a->strings["Site"] = "Sitio";
-$a->strings["Users"] = "Usuarios";
-$a->strings["Plugins"] = "Módulos";
-$a->strings["Themes"] = "Temas";
-$a->strings["Additional features"] = "Características adicionales";
-$a->strings["DB updates"] = "Actualizaciones de la Base de Datos";
-$a->strings["Inspect Queue"] = "Inspeccionar cola";
-$a->strings["Federation Statistics"] = "Estadísticas de federación";
-$a->strings["Logs"] = "Registros";
-$a->strings["View Logs"] = "Ver registro de depuración";
-$a->strings["probe address"] = "probar direccion";
-$a->strings["check webfinger"] = "Verificar webfinger";
-$a->strings["Plugin Features"] = "Características del módulo";
-$a->strings["diagnostics"] = "diagnosticos";
-$a->strings["User registrations waiting for confirmation"] = "Registro de usuarios esperando la confirmación";
-$a->strings["unknown"] = "desconocido";
-$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = "Esta pagina ofrece algunos datos sobre la red conocida a la que tu nodo friendica esta conectado. Estos nummeros no son completos respecto a las redes federadas, si no refleja los nodos esta instancia conoce. ";
-$a->strings["The <em>Auto Discovered Contact Directory</em> feature is not enabled, it will improve the data displayed here."] = "El modulo <em>directorio de contactos encontrados</em> no esta habilitado, habilitado aumentara la cantidad de datos detallados aquí.";
-$a->strings["Administration"] = "Administración";
-$a->strings["Currently this node is aware of %d nodes from the following platforms:"] = "Actualmente este nodo reconoce %d nodos de las siguientes plataformas:";
-$a->strings["ID"] = "ID";
-$a->strings["Recipient Name"] = "Nombre del recipiente";
-$a->strings["Recipient Profile"] = "Perfil del recipiente";
-$a->strings["Created"] = "Creado";
-$a->strings["Last Tried"] = "Ultimo intento";
-$a->strings["This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."] = "Esta pagina muestra la cola de mensajes salientes. Estos son publicaciones cuyo envío inicial fallo. Serán reenviados mas tarde y eventualmente eliminados si la entrega falla permanentemente. ";
-$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See <a href=\"%s\">here</a> for a guide that may be helpful converting the table engines. You may also use the <tt>convert_innodb.sql</tt> in the <tt>/util</tt> directory of your Friendica installation.<br />"] = "Su DB aún funciona con las tablas MyISAM. Debería cambiar el tipo de motror a InnoDB. ¡Como Friendica sólo usará las características de InnoDB en el futuro, debería cambiar esto! Vea <a href=\"%s\">aquí</a> para una guía que puede ayudar a convertir las tablas de motor. También puede usar <tt>convert_innodb.sql</tt> en el directorio <tt>/util</tt> de su instalación de Friendica.<br />";
-$a->strings["You are using a MySQL version which does not support all features that Friendica uses. You should consider switching to MariaDB."] = "Está usando una versión de MySQL que no soporta todas las características de Friendica. Debería considerar cambiar a MariaDB.";
-$a->strings["Normal Account"] = "Cuenta normal";
-$a->strings["Soapbox Account"] = "Cuenta tribuna";
-$a->strings["Community/Celebrity Account"] = "Cuenta de Comunidad/Celebridad";
-$a->strings["Automatic Friend Account"] = "Cuenta de amistad automática";
-$a->strings["Blog Account"] = "Cuenta de blog";
-$a->strings["Private Forum"] = "Foro privado";
-$a->strings["Message queues"] = "Cola de mensajes";
-$a->strings["Summary"] = "Resumen";
-$a->strings["Registered users"] = "Usuarios registrados";
-$a->strings["Pending registrations"] = "Pendientes de registro";
-$a->strings["Version"] = "Versión";
-$a->strings["Active plugins"] = "Módulos activos";
-$a->strings["Can not parse base url. Must have at least <scheme>://<domain>"] = "No se puede resolver la direccion URL base.\nDeberá tener al menos <scheme>://<domain>";
-$a->strings["RINO2 needs mcrypt php extension to work."] = "RINO2 precisa la extensión mcrypt para funcionar.  ";
-$a->strings["Site settings updated."] = "Configuración de actualización.";
-$a->strings["No special theme for mobile devices"] = "No hay tema especial para dispositivos móviles";
-$a->strings["No community page"] = "No hay pagina de comunidad";
-$a->strings["Public postings from users of this site"] = "Temas públicos de perfiles de este sitio.";
-$a->strings["Global community page"] = "Pagina global de comunidad";
-$a->strings["Never"] = "Nunca";
-$a->strings["At post arrival"] = "A la llegada de una publicación";
-$a->strings["Disabled"] = "Deshabilitado";
-$a->strings["Users, Global Contacts"] = "Perfiles, contactos globales";
-$a->strings["Users, Global Contacts/fallback"] = "Perfiles, contactos globales/fallback";
-$a->strings["One month"] = "Un mes";
-$a->strings["Three months"] = "Tres meses";
-$a->strings["Half a year"] = "Medio año";
-$a->strings["One year"] = "Un año";
-$a->strings["Multi user instance"] = "Sesión multi usuario";
-$a->strings["Closed"] = "Cerrado";
-$a->strings["Requires approval"] = "Requiere aprobación";
-$a->strings["Open"] = "Abierto";
-$a->strings["No SSL policy, links will track page SSL state"] = "No existe una política de SSL, los vínculos harán un seguimiento del estado de SSL en la página";
-$a->strings["Force all links to use SSL"] = "Forzar todos los enlaces a utilizar SSL";
-$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Certificación personal, usa SSL solo para enlaces locales (no recomendado)";
-$a->strings["Save Settings"] = "Guardar configuración";
-$a->strings["Registration"] = "Registro";
-$a->strings["File upload"] = "Subida de archivo";
-$a->strings["Policies"] = "Políticas";
-$a->strings["Auto Discovered Contact Directory"] = "Directorio de contactos descubierto automáticamente";
-$a->strings["Performance"] = "Rendimiento";
-$a->strings["Worker"] = "Trabajador (??)";
-$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "Reubicación - ADVERTENCIA: función avanzada. Puede hacer a este servidor inaccesible. ";
-$a->strings["Site name"] = "Nombre del sitio";
-$a->strings["Host name"] = "Nombre de dominio";
-$a->strings["Sender Email"] = "Dirección de origen de correo electrónico";
-$a->strings["The email address your server shall use to send notification emails from."] = "La dirección de correo electrónico que el servidor debería usar como dirección de envío.";
-$a->strings["Banner/Logo"] = "Imagen/Logotipo";
-$a->strings["Shortcut icon"] = "Icono de atajo";
-$a->strings["Link to an icon that will be used for browsers."] = "Enlace hacia un icono que sera usado para el navegador.";
-$a->strings["Touch icon"] = "Icono touch";
-$a->strings["Link to an icon that will be used for tablets and mobiles."] = "Enlace para un icono que sera usado para tablets y moviles.";
-$a->strings["Additional Info"] = "Información adicional";
-$a->strings["For public servers: you can add additional information here that will be listed at %s/siteinfo."] = "Para servidores públicos: información adicional  que sera publicado en %s/siteinfo.";
-$a->strings["System language"] = "Idioma";
-$a->strings["System theme"] = "Tema";
-$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Tema por defecto del sistema, los usuarios podrán elegir el suyo propio en su configuración <a href='#' id='cnftheme'>cambiar configuración del tema</a>";
-$a->strings["Mobile system theme"] = "Tema de sistema móvil";
-$a->strings["Theme for mobile devices"] = "Tema para dispositivos móviles";
-$a->strings["SSL link policy"] = "Política de enlaces SSL";
-$a->strings["Determines whether generated links should be forced to use SSL"] = "Determina si los enlaces generados deben ser forzados a utilizar SSL";
-$a->strings["Force SSL"] = "Forzar SSL";
-$a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "Forzar todos las consultas No-SSL a SSL. - ATENCIÓN: en algunos sistemas esto puede generar comportamiento recursivo interminable.";
-$a->strings["Hide help entry from navigation menu"] = "Ocultar la ayuda en el menú de navegación";
-$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Oculta la entrada de las páginas de Ayuda en el menú de navegación. Todavía se puede acceder escribiendo /ayuda directamente.";
-$a->strings["Single user instance"] = "Sesión de usuario único";
-$a->strings["Make this instance multi-user or single-user for the named user"] = "Haz esta sesión multi-usuario o usuario único para el usuario";
-$a->strings["Maximum image size"] = "Tamaño máximo de la imagen";
-$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Tamaño máximo en bytes de las imágenes a subir. Por defecto es 0, que quiere decir que no hay límite.";
-$a->strings["Maximum image length"] = "Largo máximo de imagen";
-$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "Longitud máxima en píxeles del lado más largo de las imágenes subidas. Por defecto es -1, que significa que no hay límites.";
-$a->strings["JPEG image quality"] = "Calidad de imagen JPEG";
-$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "Los archivos JPEG subidos se guardarán con este ajuste de calidad [0-100]. Por defecto es 100, que es calidad máxima.";
-$a->strings["Register policy"] = "Política de registros";
-$a->strings["Maximum Daily Registrations"] = "Registros Máximos Diarios";
-$a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day.  If register is set to closed, this setting has no effect."] = "Si anteriormente se ha permitido el registro, esto establece el número máximo de registro de nuevos usuarios aceptados por día. Si el registro se establece como cerrado, esta opción no tiene efecto.";
-$a->strings["Register text"] = "Términos";
-$a->strings["Will be displayed prominently on the registration page."] = "Se mostrará en un lugar destacado en la página de registro.";
-$a->strings["Accounts abandoned after x days"] = "Cuentas abandonadas después de x días";
-$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "No gastará recursos del sistema creando sondeos a sitios externos para cuentas abandonadas. Introduce 0 para ningún límite temporal.";
-$a->strings["Allowed friend domains"] = "Dominios amigos permitidos";
-$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Lista separada por comas de los dominios que están autorizados para establecer conexiones con este sitio. Se aceptan comodines. Dejar en blanco para permitir cualquier dominio";
-$a->strings["Allowed email domains"] = "Dominios de correo permitidos";
-$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Lista separada por comas de los dominios que están autorizados en las direcciones de correo para registrarse en este sitio. Se aceptan comodines. Dejar en blanco para permitir cualquier dominio";
-$a->strings["Block public"] = "Bloqueo público";
-$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Marca para bloquear el acceso público a todas las páginas personales, aún siendo públicas, hasta que no hayas iniciado tu sesión.";
-$a->strings["Force publish"] = "Forzar publicación";
-$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Marca para forzar que todos los perfiles de este sitio sean listados en el directorio del sitio.";
-$a->strings["Global directory URL"] = "URL del directorio global.";
-$a->strings["URL to the global directory. If this is not set, the global directory is completely unavailable to the application."] = "URL del directorio global. Si se deja este campo vacío, el directorio global sera completamente inaccesible para la instancia.";
-$a->strings["Allow threaded items"] = "Permitir elementos en hilo";
-$a->strings["Allow infinite level threading for items on this site."] = "Permitir infinitos niveles de hilo para los elementos de este sitio.";
-$a->strings["Private posts by default for new users"] = "Publicaciones privadas por defecto para usuarios nuevos";
-$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Ajusta los permisos de publicación por defecto a los miembros nuevos al grupo privado por defecto en vez del público.";
-$a->strings["Don't include post content in email notifications"] = "No incluir el contenido del post en las notificaciones de correo electrónico";
-$a->strings["Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure."] = "No incluye el contenido de un mensaje/comentario/mensaje privado/etc. en las notificaciones de correo electrónico que se envían desde este sitio, como una medida de privacidad.";
-$a->strings["Disallow public access to addons listed in the apps menu."] = "Deshabilitar acceso a addons listados en el menú de aplicaciones.";
-$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = "Habilitando esta opción restringe el acceso a addons en el menú de aplicaciones a usuarios identificados.";
-$a->strings["Don't embed private images in posts"] = "No agregar imágenes privados en las publicaciones";
-$a->strings["Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."] = "No reemplazar imágenes privadas guardadas localmente en el servidor con imágenes integrados en los envíos. Esto significa que contactos que reciben publicaciones tendrán que autenticarse y cargar cada imagen, lo que puede demorar.";
-$a->strings["Allow Users to set remote_self"] = "Permitir a los usuarios de definir perfiles_remotos";
-$a->strings["With checking this, every user is allowed to mark every contact as a remote_self in the repair contact dialog. Setting this flag on a contact causes mirroring every posting of that contact in the users stream."] = "Al habilitar esta opción, cada perfil tiene el permiso de marcar cualquiera de sus contactos como un perfil_remoto. Habilitar la opción perfil_remoto para un contacto genera que todas las publicaciones  de este contacto seran re-publicado  en el muro del perfil.";
-$a->strings["Block multiple registrations"] = "Bloquear registros multiples";
-$a->strings["Disallow users to register additional accounts for use as pages."] = "Impedir que los usuarios registren cuentas adicionales para su uso como páginas.";
-$a->strings["OpenID support"] = "Soporte OpenID";
-$a->strings["OpenID support for registration and logins."] = "Soporte OpenID para registros y accesos.";
-$a->strings["Fullname check"] = "Comprobar Nombre completo";
-$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Fuerza a los usuarios a registrarse con un espacio entre su nombre y su apellido en el campo Nombre completo como medida anti-spam";
-$a->strings["UTF-8 Regular expressions"] = "Expresiones regulares UTF-8";
-$a->strings["Use PHP UTF8 regular expressions"] = "Usar expresiones regulares de UTF8 en PHP";
-$a->strings["Community Page Style"] = "Estilo de pagina de comunidad";
-$a->strings["Type of community page to show. 'Global community' shows every public posting from an open distributed network that arrived on this server."] = "Tipo de pagina de comunidad a visualizar. 'Comunidad global' muestra todas las publicaciones publicas de la red abierta federada que llega a este servidor.";
-$a->strings["Posts per user on community page"] = "Publicaciones por usuario en la pagina de comunidad";
-$a->strings["The maximum number of posts per user on the community page. (Not valid for 'Global Community')"] = "El numero máximo de publicaciones por usuario que aparecerán en la pagina de comunidad. (No valido para 'comunidad global')";
-$a->strings["Enable OStatus support"] = "Permitir soporte OStatus";
-$a->strings["Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Proporcionar OStatus compatibilidad integrada (StatusNet, GNU Social, Quitter etc.). Todas las comunicaciones en OStatus son publicas así que eventuales advertencias serán ocasionalmente desplegadas.";
-$a->strings["OStatus conversation completion interval"] = "Intervalo de actualización de conversaciones OStatus";
-$a->strings["How often shall the poller check for new entries in OStatus conversations? This can be a very ressource task."] = "Cuan seguido el recolector deberá buscar nuevas entradas en OStatus? Esto puede ser un trabajo de mucha carga para los recursos del servidor.";
-$a->strings["Only import OStatus threads from our contacts"] = "Solo importar OStatus temas de nuestros (?) contactos.";
-$a->strings["Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."] = "Normalmente importamos todo el contenido de los contactos de OStatus. Con esta opción solamente se guardan temas que fueron iniciados por contactos que son conocidos de la instancia.\n(nota de traducción, no se entiende muy bien la función en base al texto original)";
-$a->strings["OStatus support can only be enabled if threading is enabled."] = "Solo se puede habilitar el soporte OStatus  si threading (comentarios en fila) se encuentra habilitado.";
-$a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = "El soporte para Diaspora* no se puede habilitar porque friendica se instalo en un directorio subalterno (sub directory).";
-$a->strings["Enable Diaspora support"] = "Habilitar el soporte para Diaspora*";
-$a->strings["Provide built-in Diaspora network compatibility."] = "Provee una compatibilidad con la red de Diaspora.";
-$a->strings["Only allow Friendica contacts"] = "Permitir solo contactos de Friendica";
-$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Todos los contactos deben usar protocolos de Friendica. El resto de protocolos serán desactivados.";
-$a->strings["Verify SSL"] = "Verificar SSL";
-$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = "Si quieres puedes activar la comprobación estricta de certificados. Esto significa que serás incapaz de conectar con ningún sitio que use certificados SSL autofirmados.";
-$a->strings["Proxy user"] = "Usuario proxy";
-$a->strings["Proxy URL"] = "Dirección proxy";
-$a->strings["Network timeout"] = "Tiempo de espera de red";
-$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Valor en segundos. Usar 0 para dejarlo sin límites (no se recomienda).";
-$a->strings["Maximum Load Average"] = "Promedio de carga máxima";
-$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Carga máxima del sistema antes de que la entrega y los procesos de sondeo sean retrasados - por defecto 50.";
-$a->strings["Maximum Load Average (Frontend)"] = "Carga máxima promedio (frontend)";
-$a->strings["Maximum system load before the frontend quits service - default 50."] = "Carga máxima del sistema antes de que el frontend cancele el servicio - por defecto 50.";
-$a->strings["Maximum table size for optimization"] = "Tamaño máximo de las tablas para la optimización.";
-$a->strings["Maximum table size (in MB) for the automatic optimization - default 100 MB. Enter -1 to disable it."] = "Tamaño máximo de tablas (en MB) para la optimización automática - por defecto 100MB. Ingrese -1 para deshabilitar.";
-$a->strings["Minimum level of fragmentation"] = "Nivel mínimo de fragmentación ";
-$a->strings["Minimum fragmenation level to start the automatic optimization - default value is 30%."] = "Nivel mínimo de fragmentación para para comenzar la optimización - valor por defecto es 30%. ";
-$a->strings["Periodical check of global contacts"] = "Verificación periódica de los contactos globales.";
-$a->strings["If enabled, the global contacts are checked periodically for missing or outdated data and the vitality of the contacts and servers."] = "Habilitado los contactos globales son verificado periódicamente  por datos faltantes o datos obsoletos como también por la vitalidad de los contactos y servidores.";
-$a->strings["Days between requery"] = "Días entre búsquedas";
-$a->strings["Number of days after which a server is requeried for his contacts."] = "Cantidad de días hasta que un servidor es consultado por sus contactos.";
-$a->strings["Discover contacts from other servers"] = "Descubrir contactos de otros servidores";
-$a->strings["Periodically query other servers for contacts. You can choose between 'users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommened setting is 'Users, Global Contacts'."] = "Recoger periódicamente información sobre perfiles en otros servidores. Puede elegir entre 'usuarios': perfiles de un sistema remoto, 'contactos globales': contactos activos que son conocidos por el servidor. El fallback es para servidors redmatrix y instalaciones viejas de friendica en las que los contactos no estaban a disposición. El fallback aumenta la carga del servidor, asi que la configuración recomendada es 'usuarios, contactos globales'";
-$a->strings["Timeframe for fetching global contacts"] = "Intervalos de tiempo para revisar contactos globales.";
-$a->strings["When the discovery is activated, this value defines the timeframe for the activity of the global contacts that are fetched from other servers."] = "Cuando la revisacion es activada, este valor define el intervalo de tiempo de la actividad de los contactos globales que son recolectados de los servidores. (?)";
-$a->strings["Search the local directory"] = "Buscar el directorio local";
-$a->strings["Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."] = "Buscar en el directorio local en vez del directorio global. Cuando se busca localmente, cada busqueda sera efectuada en el directorio global en el background. Esto mejora los resultados de la busqueda cuando la misma es repetida.";
-$a->strings["Publish server information"] = "Publicar información del servidor";
-$a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See <a href='http://the-federation.info/'>the-federation.info</a> for details."] = "Si habilitado, datos generales del servidor y estadisticas de uso serán publicados. Los datos contienen el nombre y la versión del servidor, numero de usuarios con perfiles públicos, cantidad de temas publicados y los protocolos y conectores activados. Vea <a href='http://the-federation.info/'>the-federation.info</a> por detalles.";
-$a->strings["Use MySQL full text engine"] = "Usar motor MySQL de texto completo";
-$a->strings["Activates the full text engine. Speeds up search - but can only search for four and more characters."] = "Activa el motor de texto completo. Agiliza las búsquedas, pero solo busca cuatro o más caracteres.";
-$a->strings["Suppress Tags"] = "Suprimir tags";
-$a->strings["Suppress showing a list of hashtags at the end of the posting."] = "Suprimir la lista de tags al final de una publicación.";
-$a->strings["Path to item cache"] = "Ruta a la caché del objeto";
-$a->strings["The item caches buffers generated bbcode and external images."] = "El buffer de cache de items generado para bbcodes e imágenes externas. ";
-$a->strings["Cache duration in seconds"] = "Duración de la caché en segundos";
-$a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day). To disable the item cache, set the value to -1."] = "¿Por cuanto tiempo deberían los archives ser almacenados en el cache? Valor por defecto 86400 segundos (un día). Para deshabilita el item cache, ajuste el valor a -1.";
-$a->strings["Maximum numbers of comments per post"] = "Numero máximo de respuestas por tema";
-$a->strings["How much comments should be shown for each post? Default value is 100."] = "¿Cuantos comentarios deberían ser mostrados por tema? Valor por defecto es 100.";
-$a->strings["Temp path"] = "Ruta a los temporales";
-$a->strings["If you have a restricted system where the webserver can't access the system temp path, enter another path here."] = "Si tiene un sistema restringido en donde el servidor web no puede acceder la dirección del sistema temp, ingrese una dirección alternativa aquí. ";
-$a->strings["Base path to installation"] = "Ruta base para la instalación";
-$a->strings["If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."] = "Si el sistema no puede detectar el acceso correcto a la instalación, ingrese la dirección correcta aquí. Esta configuración solo debería utilizarse si si usa un sistema restringido y enlaces simbolicos a su webroot.";
-$a->strings["Disable picture proxy"] = "Deshabilitar proxy de imagen";
-$a->strings["The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith."] = "El proxy de imagen mejora el performance y privacidad. No debería ser usado en sistemas con poco ancho de banda.";
-$a->strings["Only search in tags"] = "Solo buscar en tags";
-$a->strings["On large systems the text search can slow down the system extremely."] = "En sistemas grandes, la búsqueda de texto puede enlentecer el sistema gravemente.";
-$a->strings["New base url"] = "Nueva URLbase";
-$a->strings["Change base url for this server. Sends relocate message to all DFRN contacts of all users."] = "Cambiar base URL para este servidor. Envía mensajes de relocalisación a todos los contactos DFRN.";
-$a->strings["RINO Encryption"] = "Encryptado RINO";
-$a->strings["Encryption layer between nodes."] = "Capa de encryptación entre nodos.";
-$a->strings["Embedly API key"] = "Embedly llave de API (API key) ";
-$a->strings["<a href='http://embed.ly'>Embedly</a> is used to fetch additional data for web pages. This is an optional parameter."] = "<a href='http://embed.ly'>Embedly</a> es usado para recolectar datos adicionales para paginas web. Esto es un parámetro opcional.";
-$a->strings["Maximum number of parallel workers"] = "Numero máximo de trabajos paralelos de fondo.";
-$a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = "Ajustar a 2 en un servidor compartido (shared hosting).\nEn sistemas grandes valores como 10 son excelentes.\nValor por defecto es 4.";
-$a->strings["Don't use 'proc_open' with the worker"] = "No use 'proc_open' junto al \"trabajador\"!";
-$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of poller calls in your crontab."] = "Habilite esta función si el sistema no permite el uso de 'proc_open'. Esto suelo suceder en servidores compartidos (shared hosting). Si esta función se habilita se debería incrementar la frecuencia de llamadas del poller (poller calls) en la pestaña de trabajos cron. (¡en el hosting?)";
-$a->strings["Enable fastlane"] = "Habilitar ascenso rápido";
-$a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = "Cuando está habilitado, el mecanismo ascenso rápido inicia un trabajador adicional si los procesos de mayor prioridad son bloqueados por prcesos de menor prioridad.";
-$a->strings["Enable frontend worker"] = "Habilitar trabajador de interfaz";
-$a->strings["When enabled the Worker process is triggered when backend access is performed (e.g. messages being delivered). On smaller sites you might want to call yourdomain.tld/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server. The worker background process needs to be activated for this."] = "Cuando está habilitado, el proceso de Trabajador se activa cuando se ejecuta el acceso de respaldo (ej. mensajes siendo entregados). En páginas más pequeñas usted puede querer llamar a yourdomain.tld/worker en una base regular mediante un trabajo cron externo. Sólo debería habilitar esta opción si no puede utilizar trabajos cron/scheduled en su servidor. El proceso de trabajador en segundo plano necesita ser activado para eso.";
-$a->strings["Update has been marked successful"] = "La actualización se ha completado con éxito";
-$a->strings["Database structure update %s was successfully applied."] = "Actualización de base de datos %s fue aplicada con éxito.";
-$a->strings["Executing of database structure update %s failed with error: %s"] = "El paso de actualización de la estructura de la base de datos %s fallo con el mensaje de error: %s";
-$a->strings["Executing %s failed with error: %s"] = "Paso %s fallo con el error: %s";
-$a->strings["Update %s was successfully applied."] = "Actualización %s aplicada con éxito.";
-$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "La actualización %s no ha informado, se desconoce el estado.";
-$a->strings["There was no additional update function %s that needed to be called."] = "No había función adicional de actualización %s que necesitaba ser requerida.";
-$a->strings["No failed updates."] = "Actualizaciones sin fallos.";
-$a->strings["Check database structure"] = "Revisar estructura de la base de datos";
-$a->strings["Failed Updates"] = "Actualizaciones fallidas";
-$a->strings["This does not include updates prior to 1139, which did not return a status."] = "No se incluyen las anteriores a la 1139, que no indicaban su estado.";
-$a->strings["Mark success (if update was manually applied)"] = "Marcar como correcta (si actualizaste manualmente)";
-$a->strings["Attempt to execute this update step automatically"] = "Intentando ejecutar este paso automáticamente";
-$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\n\t\t\tEstimado %1\$s,\n\t\t\t\tel administrador de %2\$s ha creado una cuenta para usted.";
-$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tThank you and welcome to %4\$s."] = "\n\t\t\tLos detalles de acceso son las siguientes:\n\n\t\t\tDirección del sitio:\t%1\$s\n\t\t\tNombre de la cuenta:\t\t%2\$s\n\t\t\tContraseña:\t\t%3\$s\n\n\t\t\tPodrá cambiar la contraseña desde la pagina de configuración de su cuenta después de acceder a la misma\n\t\t\ten.\n\n\t\t\tPor favor tome unos minutos para revisar las opciones demás de la cuenta en dicha pagina de configuración.\n\n\t\t\tTambién podrá agregar informaciones adicionales a su pagina de perfil predeterminado. \n\t\t\t(en la pagina \"Perfiles\") para que otras personas pueden encontrarlo fácilmente.\n\n\t\t\tRecomendamos que elija un nombre apropiado, agregando una imagen de perfil,\n\t\t\tagregando algunas palabras claves de la cuenta (muy útil para hacer nuevos amigos) - y \n\t\t\tquizás el país en donde vive; si no quiere ser mas especifico\n\t\t\tque eso.\n\n\t\t\tRespetamos absolutamente su derecho a la privacidad y ninguno de estos detalles es necesario.\n\t\t\tSi eres nuevo aquí y no conoces a nadie, estos detalles pueden ayudarte\n\t\t\tpara hacer nuevas e interesantes amistades.\n\n\t\t\tGracias y bienvenido a  %4\$s.";
-$a->strings["%s user blocked/unblocked"] = array(
-       0 => "%s usuario bloqueado/desbloqueado",
-       1 => "%s usuarios bloqueados/desbloqueados",
-);
-$a->strings["%s user deleted"] = array(
-       0 => "%s usuario eliminado",
-       1 => "%s usuarios eliminados",
-);
-$a->strings["User '%s' deleted"] = "Usuario '%s' eliminado";
-$a->strings["User '%s' unblocked"] = "Usuario '%s' desbloqueado";
-$a->strings["User '%s' blocked"] = "Usuario '%s' bloqueado'";
-$a->strings["Name"] = "Nombre";
-$a->strings["Register date"] = "Fecha de registro";
-$a->strings["Last login"] = "Último acceso";
-$a->strings["Last item"] = "Último elemento";
-$a->strings["Account"] = "Cuenta";
-$a->strings["Add User"] = "Agregar usuario";
-$a->strings["select all"] = "seleccionar todo";
-$a->strings["User registrations waiting for confirm"] = "Registro de usuarios esperando confirmación";
-$a->strings["User waiting for permanent deletion"] = "Usuario esperando anulación permanente.";
-$a->strings["Request date"] = "Solicitud de fecha";
-$a->strings["No registrations."] = "Sin registros.";
-$a->strings["Note from the user"] = "Nota para el usuario";
-$a->strings["Approve"] = "Aprobar";
-$a->strings["Deny"] = "Denegado";
-$a->strings["Block"] = "Bloquear";
-$a->strings["Unblock"] = "Desbloquear";
-$a->strings["Site admin"] = "Administrador de la web";
-$a->strings["Account expired"] = "Cuenta caducada";
-$a->strings["New User"] = "Nuevo usuario";
-$a->strings["Deleted since"] = "Borrado desde";
-$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "¡Los usuarios seleccionados serán eliminados!\\n\\n¡Todo lo que hayan publicado en este sitio se borrará para siempre!\\n\\n¿Estás seguro?";
-$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "¡El usuario {0} será eliminado!\\n\\n¡Todo lo que haya publicado en este sitio se borrará para siempre!\\n\\n¿Estás seguro?";
-$a->strings["Name of the new user."] = "Nombre del nuevo usuario";
-$a->strings["Nickname"] = "Apodo";
-$a->strings["Nickname of the new user."] = "Apodo del nuevo perfil.";
-$a->strings["Email address of the new user."] = "Dirección de correo del nuevo perfil.";
-$a->strings["Plugin %s disabled."] = "Módulo %s deshabilitado.";
-$a->strings["Plugin %s enabled."] = "Módulo %s habilitado.";
-$a->strings["Disable"] = "Desactivado";
-$a->strings["Enable"] = "Activado";
-$a->strings["Toggle"] = "Activar";
-$a->strings["Author: "] = "Autor:";
-$a->strings["Maintainer: "] = "Mantenedor: ";
-$a->strings["Reload active plugins"] = "Recargar plugins activos";
-$a->strings["There are currently no plugins available on your node. You can find the official plugin repository at %1\$s and might find other interesting plugins in the open plugin registry at %2\$s"] = "No ay plugins habilitados en este nodo. Encontrara los repositorios oficiales de plugins en %1\$s y posiblemente encontrara mas plugins interesantes en el registro abierto de plugins aquí %2\$s .";
-$a->strings["No themes found."] = "No se encontraron temas.";
-$a->strings["Screenshot"] = "Captura de pantalla";
-$a->strings["Reload active themes"] = "Recargar interfaces de usuario activos";
-$a->strings["No themes found on the system. They should be paced in %1\$s"] = "No se encuentran interfaces en el sistema. Deberían estar localizados (paced) en  %1\$s";
-$a->strings["[Experimental]"] = "[Experimental]";
-$a->strings["[Unsupported]"] = "[Sin soporte]";
-$a->strings["Log settings updated."] = "Configuración de registro actualizada.";
-$a->strings["PHP log currently enabled."] = "Registro PHP actualmente disponible.";
-$a->strings["PHP log currently disabled."] = "Registro PHP actualmente deshabilitado.";
-$a->strings["Clear"] = "Limpiar";
-$a->strings["Enable Debugging"] = "Habilitar debugging";
-$a->strings["Log file"] = "Archivo de registro";
-$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Debes tener permiso de escritura en el servidor. Relacionado con tu directorio de inicio de Friendica.";
-$a->strings["Log level"] = "Nivel de registro";
-$a->strings["PHP logging"] = "PHP logging";
-$a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "Para habilitar la documentación de los errores PHP y las advertencias se puede agregar lo siguiente al archivo .htconfig.php de la instalación (ftp). La dirección definido en el 'error_log' es relativo al directorio friendica principal (top-level directory) y debe de ser habilitado para la escritura por el servidor web. La opción '1' para 'log_errors' y 'display_errors' es para habilitar estas opciones, '0' para deshabilitarlo.";
-$a->strings["Off"] = "Apagado";
-$a->strings["On"] = "Encendido";
-$a->strings["Lock feature %s"] = "Trancar opción %s ";
-$a->strings["Manage Additional Features"] = "Administrar opciones adicionales";
+$a->strings["Daily posting limit of %d posts reached. The post was rejected."] = "Limite diario de publicaciones %d alcanzado. La publicación fue rechazada.";
+$a->strings["Weekly posting limit of %d posts reached. The post was rejected."] = "Limite semanal de publicaciones %d alcanzado. La publicación fue rechazada.";
+$a->strings["Monthly posting limit of %d posts reached. The post was rejected."] = "Limite mensual de publicaciones %d alcanzado. La publicación fue rechazada.";
+$a->strings["Cannot locate DNS info for database server '%s'"] = "No se puede encontrar información DNS para la base de datos del servidor '%s'";
+$a->strings["There are no tables on MyISAM."] = "";
+$a->strings["\n\t\t\tThe friendica developers released update %s recently,\n\t\t\tbut when I tried to install it, something went terribly wrong.\n\t\t\tThis needs to be fixed soon and I can't do it alone. Please contact a\n\t\t\tfriendica developer if you can not help me on your own. My database might be invalid."] = "\n\t\t\tLos desarolladores de friendica publicaron una actualización  %s recientemente\n\t\t\tpero cuando intento de instalarla,algo salio terriblemente mal.\n\t\t\tEsto necesita ser arreglado pronto y no puedo hacerlo solo. Por favor contacta\n\t\t\tlos desarolladores de friendica si no me podes ayudar por ti solo. Mi base de datos puede estar invalido.";
+$a->strings["The error message is\n[pre]%s[/pre]"] = "El mensaje de error es\n[pre]%s[/pre]";
+$a->strings["\nError %d occurred during database update:\n%s\n"] = "";
+$a->strings["Errors encountered performing database changes: "] = "";
+$a->strings[": Database update"] = "";
+$a->strings["%s: updating %s table."] = "";
+$a->strings["Sharing notification from Diaspora network"] = "Compartir notificaciones con la red Diaspora*";
+$a->strings["Attachments:"] = "Archivos adjuntos:";
+$a->strings["Requested account is not available."] = "La cuenta solicitada no está disponible.";
+$a->strings["Requested profile is not available."] = "El perfil solicitado no está disponible.";
+$a->strings["Edit profile"] = "Editar perfil";
+$a->strings["Atom feed"] = "Atom feed";
+$a->strings["Manage/edit profiles"] = "Administrar/editar perfiles";
+$a->strings["Change profile photo"] = "Cambiar foto del perfil";
+$a->strings["Create New Profile"] = "Crear nuevo perfil";
+$a->strings["Profile Image"] = "Imagen del Perfil";
+$a->strings["visible to everybody"] = "Visible para todos";
+$a->strings["Edit visibility"] = "Editar visibilidad";
+$a->strings["Gender:"] = "Género:";
+$a->strings["Status:"] = "Estado:";
+$a->strings["Homepage:"] = "Página de inicio:";
+$a->strings["About:"] = "Acerca de:";
+$a->strings["XMPP:"] = "XMPP:";
+$a->strings["Network:"] = "Red:";
+$a->strings["g A l F d"] = "g A l F d";
+$a->strings["F d"] = "F d";
+$a->strings["[today]"] = "[hoy]";
+$a->strings["Birthday Reminders"] = "Recordatorios de cumpleaños";
+$a->strings["Birthdays this week:"] = "Cumpleaños esta semana:";
+$a->strings["[No description]"] = "[Sin descripción]";
+$a->strings["Event Reminders"] = "Recordatorios de eventos";
+$a->strings["Events this week:"] = "Eventos de esta semana:";
+$a->strings["Full Name:"] = "Nombre completo:";
+$a->strings["j F, Y"] = "j F, Y";
+$a->strings["j F"] = "j F";
+$a->strings["Age:"] = "Edad:";
+$a->strings["for %1\$d %2\$s"] = "por %1\$d %2\$s";
+$a->strings["Sexual Preference:"] = "Preferencia sexual:";
+$a->strings["Hometown:"] = "Ciudad de origen:";
+$a->strings["Tags:"] = "Etiquetas:";
+$a->strings["Political Views:"] = "Ideas políticas:";
+$a->strings["Religion:"] = "Religión:";
+$a->strings["Hobbies/Interests:"] = "Aficiones/Intereses:";
+$a->strings["Likes:"] = "Me gusta:";
+$a->strings["Dislikes:"] = "No me gusta:";
+$a->strings["Contact information and Social Networks:"] = "Información de contacto y Redes sociales:";
+$a->strings["Musical interests:"] = "Intereses musicales:";
+$a->strings["Books, literature:"] = "Libros, literatura:";
+$a->strings["Television:"] = "Televisión:";
+$a->strings["Film/dance/culture/entertainment:"] = "Películas/baile/cultura/entretenimiento:";
+$a->strings["Love/Romance:"] = "Amor/Romance:";
+$a->strings["Work/employment:"] = "Trabajo/ocupación:";
+$a->strings["School/education:"] = "Escuela/estudios:";
+$a->strings["Forums:"] = "Foros:";
+$a->strings["Basic"] = "Basic";
+$a->strings["Advanced"] = "Avanzado";
+$a->strings["Status Messages and Posts"] = "Mensajes de Estado y Publicaciones";
+$a->strings["Profile Details"] = "Detalles del Perfil";
+$a->strings["Photo Albums"] = "Álbum de Fotos";
+$a->strings["Personal Notes"] = "Notas personales";
+$a->strings["Only You Can See This"] = "Únicamente tú puedes ver esto";
+$a->strings["[Name Withheld]"] = "[Nombre oculto]";
+$a->strings["Item not found."] = "Elemento no encontrado.";
+$a->strings["Do you really want to delete this item?"] = "¿Realmente quieres borrar este objeto?";
+$a->strings["Yes"] = "Sí";
+$a->strings["Permission denied."] = "Permiso denegado.";
+$a->strings["Archives"] = "Archivos";
+$a->strings["%s is now following %s."] = "%s sigue ahora a %s.";
+$a->strings["following"] = "siguiendo";
+$a->strings["%s stopped following %s."] = "%s dejó de seguir a %s.";
+$a->strings["stopped following"] = "dejó de seguir";
+$a->strings["Click here to upgrade."] = "Pulsa aquí para actualizar.";
+$a->strings["This action exceeds the limits set by your subscription plan."] = "Esta acción excede los límites permitidos por tu subscripción.";
+$a->strings["This action is not available under your subscription plan."] = "Esta acción no está permitida para tu subscripción.";
+$a->strings["Male"] = "Hombre";
+$a->strings["Female"] = "Mujer";
+$a->strings["Currently Male"] = "Actualmente Hombre";
+$a->strings["Currently Female"] = "Actualmente Mujer";
+$a->strings["Mostly Male"] = "Mayormente Hombre";
+$a->strings["Mostly Female"] = "Mayormente Mujer";
+$a->strings["Transgender"] = "Transgenérico";
+$a->strings["Intersex"] = "Bisexual";
+$a->strings["Transsexual"] = "Transexual";
+$a->strings["Hermaphrodite"] = "Hermafrodita";
+$a->strings["Neuter"] = "Neutro";
+$a->strings["Non-specific"] = "Sin especificar";
+$a->strings["Other"] = "Otro";
+$a->strings["Males"] = "Hombres";
+$a->strings["Females"] = "Mujeres";
+$a->strings["Gay"] = "Gay";
+$a->strings["Lesbian"] = "Lesbiana";
+$a->strings["No Preference"] = "Sin preferencias";
+$a->strings["Bisexual"] = "Bisexual";
+$a->strings["Autosexual"] = "Autosexual";
+$a->strings["Abstinent"] = "Célibe";
+$a->strings["Virgin"] = "Virgen";
+$a->strings["Deviant"] = "Desviado";
+$a->strings["Fetish"] = "Fetichista";
+$a->strings["Oodles"] = "Orgiástico";
+$a->strings["Nonsexual"] = "Asexual";
+$a->strings["Single"] = "Soltero";
+$a->strings["Lonely"] = "Solitario";
+$a->strings["Available"] = "Disponible";
+$a->strings["Unavailable"] = "No disponible";
+$a->strings["Has crush"] = "Enamorado";
+$a->strings["Infatuated"] = "Loco/a por alguien";
+$a->strings["Dating"] = "De citas";
+$a->strings["Unfaithful"] = "Infiel";
+$a->strings["Sex Addict"] = "Adicto al sexo";
+$a->strings["Friends/Benefits"] = "Amigos con beneficios";
+$a->strings["Casual"] = "Casual";
+$a->strings["Engaged"] = "Comprometido/a";
+$a->strings["Married"] = "Casado/a";
+$a->strings["Imaginarily married"] = "Casado imaginario";
+$a->strings["Partners"] = "Socios";
+$a->strings["Cohabiting"] = "Cohabitando";
+$a->strings["Common law"] = "Pareja de hecho";
+$a->strings["Happy"] = "Feliz";
+$a->strings["Not looking"] = "No busca relación";
+$a->strings["Swinger"] = "Swinger";
+$a->strings["Betrayed"] = "Traicionado/a";
+$a->strings["Separated"] = "Separado/a";
+$a->strings["Unstable"] = "Inestable";
+$a->strings["Divorced"] = "Divorciado/a";
+$a->strings["Imaginarily divorced"] = "Divorciado imaginario";
+$a->strings["Widowed"] = "Viudo/a";
+$a->strings["Uncertain"] = "Incierto";
+$a->strings["It's complicated"] = "Es complicado";
+$a->strings["Don't care"] = "No te importa";
+$a->strings["Ask me"] = "Pregúntame";
 $a->strings["No friends to display."] = "No hay amigos para mostrar.";
 $a->strings["Authorize application connection"] = "Autorizar la conexión de la aplicación";
 $a->strings["Return to your app and insert this Securty Code:"] = "Regresa a tu aplicación e introduce este código de seguridad:";
 $a->strings["Please login to continue."] = "Inicia sesión para continuar.";
 $a->strings["Do you want to authorize this application to access your posts and contacts, and/or create new posts for you?"] = "¿Quieres autorizar a esta aplicación el acceso a tus mensajes y contactos, y/o crear nuevas publicaciones para ti?";
 $a->strings["No"] = "No";
+$a->strings["You must be logged in to use addons. "] = "Tienes que estar registrado para tener acceso a los accesorios.";
 $a->strings["Applications"] = "Aplicaciones";
 $a->strings["No installed applications."] = "Sin aplicaciones";
 $a->strings["Item not available."] = "Elemento no disponible.";
@@ -1074,94 +766,6 @@ $a->strings["Common Friends"] = "Amigos comunes";
 $a->strings["Public access denied."] = "Acceso público denegado.";
 $a->strings["Not available."] = "No disponible";
 $a->strings["No results."] = "Sin resultados.";
-$a->strings["%d contact edited."] = array(
-       0 => "%d contacto editado.",
-       1 => "%d contacts edited.",
-);
-$a->strings["Could not access contact record."] = "No se pudo acceder a los datos del contacto.";
-$a->strings["Could not locate selected profile."] = "No se pudo encontrar el perfil seleccionado.";
-$a->strings["Contact updated."] = "Contacto actualizado.";
-$a->strings["Failed to update contact record."] = "Error al actualizar el contacto.";
-$a->strings["Contact has been blocked"] = "El contacto ha sido bloqueado";
-$a->strings["Contact has been unblocked"] = "El contacto ha sido desbloqueado";
-$a->strings["Contact has been ignored"] = "El contacto ha sido ignorado";
-$a->strings["Contact has been unignored"] = "El contacto ya no está ignorado";
-$a->strings["Contact has been archived"] = "El contacto ha sido archivado";
-$a->strings["Contact has been unarchived"] = "El contacto ya no está archivado";
-$a->strings["Drop contact"] = "Eliminar contacto";
-$a->strings["Do you really want to delete this contact?"] = "¿Estás seguro de que quieres eliminar este contacto?";
-$a->strings["Contact has been removed."] = "El contacto ha sido eliminado";
-$a->strings["You are mutual friends with %s"] = "Ahora tienes una amistad mutua con %s";
-$a->strings["You are sharing with %s"] = "Estás compartiendo con %s";
-$a->strings["%s is sharing with you"] = "%s está compartiendo contigo";
-$a->strings["Private communications are not available for this contact."] = "Las comunicaciones privadas no está disponibles para este contacto.";
-$a->strings["(Update was successful)"] = "(La actualización se ha completado)";
-$a->strings["(Update was not successful)"] = "(La actualización no se ha completado)";
-$a->strings["Suggest friends"] = "Sugerir amigos";
-$a->strings["Network type: %s"] = "Tipo de red: %s";
-$a->strings["Communications lost with this contact!"] = "¡Se ha perdido la comunicación con este contacto!";
-$a->strings["Fetch further information for feeds"] = "Recaudar informacion complementaria de los feeds";
-$a->strings["Fetch information"] = "Recaudar informacion";
-$a->strings["Fetch information and keywords"] = "Recaudar informacion y palabras claves";
-$a->strings["Contact"] = "Contacto";
-$a->strings["Submit"] = "Envíar";
-$a->strings["Profile Visibility"] = "Visibilidad del Perfil";
-$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Por favor, selecciona el perfil que quieras mostrar a %s cuando esté viendo tu perfil de forma segura.";
-$a->strings["Contact Information / Notes"] = "Información del Contacto / Notas";
-$a->strings["Edit contact notes"] = "Editar notas del contacto";
-$a->strings["Visit %s's profile [%s]"] = "Ver el perfil de %s [%s]";
-$a->strings["Block/Unblock contact"] = "Boquear/Desbloquear contacto";
-$a->strings["Ignore contact"] = "Ignorar contacto";
-$a->strings["Repair URL settings"] = "Configuración de reparación de la dirección";
-$a->strings["View conversations"] = "Ver conversaciones";
-$a->strings["Last update:"] = "Última actualización:";
-$a->strings["Update public posts"] = "Actualizar publicaciones públicas";
-$a->strings["Update now"] = "Actualizar ahora";
-$a->strings["Unignore"] = "Quitar de Ignorados";
-$a->strings["Ignore"] = "Ignorar";
-$a->strings["Currently blocked"] = "Bloqueados";
-$a->strings["Currently ignored"] = "Ignorados";
-$a->strings["Currently archived"] = "Archivados";
-$a->strings["Hide this contact from others"] = "Ocultar este contacto a los demás.";
-$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Los comentarios o \"me gusta\" en tus publicaciones públicas todavía <strong>pueden</strong> ser visibles.";
-$a->strings["Notification for new posts"] = "Notificacion de nuevos temas.";
-$a->strings["Send a notification of every new post of this contact"] = "Enviar una notificacion por nuevos temas de este contacto.";
-$a->strings["Blacklisted keywords"] = "Lista negra de palabras";
-$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "Lista separada por comas de palabras claves que no deberian ser convertido en #hashtags cuando \"Recaudar informacion y palabras claves\" es seleccionado";
-$a->strings["Profile URL"] = "URL Perfil";
-$a->strings["Actions"] = "Acciones";
-$a->strings["Contact Settings"] = "Ajustes del contacto";
-$a->strings["Suggestions"] = "Sugerencias";
-$a->strings["Suggest potential friends"] = "Amistades potenciales sugeridas";
-$a->strings["All Contacts"] = "Todos los contactos";
-$a->strings["Show all contacts"] = "Mostrar todos los contactos";
-$a->strings["Unblocked"] = "Desbloqueados";
-$a->strings["Only show unblocked contacts"] = "Mostrar solo contactos sin bloquear";
-$a->strings["Blocked"] = "Bloqueados";
-$a->strings["Only show blocked contacts"] = "Mostrar solo contactos bloqueados";
-$a->strings["Ignored"] = "Ignorados";
-$a->strings["Only show ignored contacts"] = "Mostrar solo contactos ignorados";
-$a->strings["Archived"] = "Archivados";
-$a->strings["Only show archived contacts"] = "Mostrar solo contactos archivados";
-$a->strings["Hidden"] = "Ocultos";
-$a->strings["Only show hidden contacts"] = "Mostrar solo contactos ocultos";
-$a->strings["Search your contacts"] = "Buscar en tus contactos";
-$a->strings["Results for: %s"] = "Resultados para: %s";
-$a->strings["Update"] = "Actualizar";
-$a->strings["Archive"] = "Archivo";
-$a->strings["Unarchive"] = "Sin archivar";
-$a->strings["Batch Actions"] = "Accones en lote";
-$a->strings["View all contacts"] = "Ver todos los contactos";
-$a->strings["View all common friends"] = "Ver todos los conocidos en común ";
-$a->strings["Advanced Contact Settings"] = "Configuración avanzada";
-$a->strings["Mutual Friendship"] = "Amistad recíproca";
-$a->strings["is a fan of yours"] = "es tu fan";
-$a->strings["you are a fan of"] = "eres fan de";
-$a->strings["Edit contact"] = "Modificar contacto";
-$a->strings["Toggle Blocked status"] = "Cambiar bloqueados";
-$a->strings["Toggle Ignored status"] = "Cambiar ignorados";
-$a->strings["Toggle Archive status"] = "Cambiar archivados";
-$a->strings["Delete contact"] = "Eliminar contacto";
 $a->strings["No such group"] = "Ningún grupo";
 $a->strings["Group is empty"] = "El grupo está vacío";
 $a->strings["Group: %s"] = "Grupo: %s";
@@ -1179,6 +783,7 @@ $a->strings["Share this"] = "Compartir esto";
 $a->strings["share"] = "compartir";
 $a->strings["This is you"] = "Este eres tú";
 $a->strings["Comment"] = "Comentar";
+$a->strings["Submit"] = "Envíar";
 $a->strings["Bold"] = "Negrita";
 $a->strings["Italic"] = "Cursiva";
 $a->strings["Underline"] = "Subrayado";
@@ -1219,6 +824,7 @@ $a->strings["Refetch contact data"] = "Volver a solicitar datos del contacto.";
 $a->strings["Remote Self"] = "Perfil remoto";
 $a->strings["Mirror postings from this contact"] = "Espejar publicaciones de este contacto";
 $a->strings["Mark this contact as remote_self, this will cause friendica to repost new entries from this contact."] = "Marcar este contacto como perfil_remoto, esto generara que friendica reenvía nuevas publicaciones desde esta cuenta.";
+$a->strings["Name"] = "Nombre";
 $a->strings["Account Nickname"] = "Apodo de la cuenta";
 $a->strings["@Tagname - overrides Name/Nickname"] = "@Etiqueta - Sobrescribe el Nombre/Apodo";
 $a->strings["Account URL"] = "Dirección de la cuenta";
@@ -1254,45 +860,6 @@ $a->strings["Unable to set your contact credentials on our system."] = "No se pu
 $a->strings["Unable to update your contact profile details on our system"] = "No se puede actualizar los datos de tu perfil de contacto en nuestro sistema";
 $a->strings["%1\$s has joined %2\$s"] = "%1\$s se ha unido a %2\$s";
 $a->strings["%1\$s welcomes %2\$s"] = "%1\$s te da la bienvenida a %2\$s";
-$a->strings["This introduction has already been accepted."] = "Esta presentación ya ha sido aceptada.";
-$a->strings["Profile location is not valid or does not contain profile information."] = "La dirección del perfil no es válida o no contiene información del perfil.";
-$a->strings["Warning: profile location has no identifiable owner name."] = "Aviso: La dirección del perfil no tiene un nombre de propietario identificable.";
-$a->strings["Warning: profile location has no profile photo."] = "Aviso: la dirección del perfil no tiene foto de perfil.";
-$a->strings["%d required parameter was not found at the given location"] = array(
-       0 => "no se encontró %d parámetro requerido en el lugar determinado",
-       1 => "no se encontraron %d parámetros requeridos en el lugar determinado",
-);
-$a->strings["Introduction complete."] = "Presentación completa.";
-$a->strings["Unrecoverable protocol error."] = "Error de protocolo irrecuperable.";
-$a->strings["Profile unavailable."] = "Perfil no disponible.";
-$a->strings["%s has received too many connection requests today."] = "%s ha recibido demasiadas solicitudes de conexión hoy.";
-$a->strings["Spam protection measures have been invoked."] = "Han sido activadas las medidas de protección contra spam.";
-$a->strings["Friends are advised to please try again in 24 hours."] = "Tus amigos serán avisados para que lo intenten de nuevo pasadas 24 horas.";
-$a->strings["Invalid locator"] = "Localizador no válido";
-$a->strings["Invalid email address."] = "Dirección de correo incorrecta";
-$a->strings["This account has not been configured for email. Request failed."] = "Esta cuenta no ha sido configurada para el correo. Fallo de solicitud.";
-$a->strings["You have already introduced yourself here."] = "Ya te has presentado aquí.";
-$a->strings["Apparently you are already friends with %s."] = "Al parecer, ya eres amigo de %s.";
-$a->strings["Invalid profile URL."] = "Dirección de perfil no válida.";
-$a->strings["Your introduction has been sent."] = "Tu presentación ha sido enviada.";
-$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "La subscripción remota no se podrá hacer para tu red. Por favor contacta directamente desde tu sistema.";
-$a->strings["Please login to confirm introduction."] = "Inicia sesión para confirmar la presentación.";
-$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Sesión iniciada con la identificación incorrecta. Entra en <strong>este</strong> perfil.";
-$a->strings["Confirm"] = "Confirmar";
-$a->strings["Hide this contact"] = "Ocultar este contacto";
-$a->strings["Welcome home %s."] = "Bienvenido a casa %s";
-$a->strings["Please confirm your introduction/connection request to %s."] = "Por favor, confirma tu solicitud de presentación/conexión con %s.";
-$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Por favor introduce tu dirección ID de una de las siguientes redes sociales soportadas:";
-$a->strings["If you are not yet a member of the free social web, <a href=\"%s/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = "Si aun no eres miembro de la red social libre  <a href=\"%s/siteinfo\">seguí este enlace para encontrara un sitio disponible de friendica y acompañanos hoy mismo</a>";
-$a->strings["Friend/Connection Request"] = "Solicitud de Amistad/Conexión";
-$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Ejemplos: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca";
-$a->strings["Please answer the following:"] = "Por favor responde lo siguiente:";
-$a->strings["Does %s know you?"] = "¿%s te conoce?";
-$a->strings["Add a personal note:"] = "Añade una nota personal:";
-$a->strings["StatusNet/Federated Social Web"] = "StatusNet/Web Social Federada";
-$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = "(En vez de usar este formulario, introduce %s en la barra de búsqueda de Diaspora.";
-$a->strings["Your Identity Address:"] = "Dirección de tu perfil:";
-$a->strings["Submit Request"] = "Enviar solicitud";
 $a->strings["Global Directory"] = "Directorio global";
 $a->strings["Find on this site"] = "Buscar en este sitio";
 $a->strings["Results for:"] = "Resultados para:";
@@ -1317,12 +884,21 @@ $a->strings["Adjust for viewer timezone"] = "Ajuste de zona horaria";
 $a->strings["Description:"] = "Descripción:";
 $a->strings["Title:"] = "Título:";
 $a->strings["Share this event"] = "Comparte este evento";
+$a->strings["Failed to remove event"] = "";
+$a->strings["Event removed"] = "";
 $a->strings["Files"] = "Archivos";
+$a->strings["Not Found"] = "No se ha encontrado";
 $a->strings["- select -"] = "- seleccionar -";
+$a->strings["Submit Request"] = "Enviar solicitud";
 $a->strings["You already added this contact."] = "Ya has añadido este contacto.";
 $a->strings["Diaspora support isn't enabled. Contact can't be added."] = "El soporte de Diaspora* no esta habilitado, el contacto no puede ser agregado.";
 $a->strings["OStatus support is disabled. Contact can't be added."] = "El soporte de OStatus no esta habilitado, el contacto no puede ser agregado.";
 $a->strings["The network type couldn't be detected. Contact can't be added."] = "No se pudo detectar el tipo de red. Contacto no puede ser agregado.";
+$a->strings["Please answer the following:"] = "Por favor responde lo siguiente:";
+$a->strings["Does %s know you?"] = "¿%s te conoce?";
+$a->strings["Add a personal note:"] = "Añade una nota personal:";
+$a->strings["Your Identity Address:"] = "Dirección de tu perfil:";
+$a->strings["Profile URL"] = "URL Perfil";
 $a->strings["Contact added"] = "Contacto añadido";
 $a->strings["This is Friendica, version"] = "Esto es Friendica, versión";
 $a->strings["running at web location"] = "ejecutándose en la dirección web";
@@ -1332,6 +908,8 @@ $a->strings["the bugtracker at github"] = "aviso de fallas (bugs) en github";
 $a->strings["Suggestions, praise, donations, etc. - please email \"Info\" at Friendica - dot com"] = "Sugerencias, elogios, donaciones, etc. por favor manda un correo a Info arroba Friendica punto com";
 $a->strings["Installed plugins/addons/apps:"] = "Módulos/extensiones/aplicaciones instalados:";
 $a->strings["No installed plugins/addons/apps"] = "Módulos/extensiones/aplicaciones no instalados";
+$a->strings["On this server the following remote servers are blocked."] = "";
+$a->strings["Reason for the block"] = "";
 $a->strings["Friend suggestion sent."] = "Solicitud de amistad enviada.";
 $a->strings["Suggest Friends"] = "Sugerencias de amistad";
 $a->strings["Suggest a friend for %s"] = "Recomienda un amigo a %s";
@@ -1339,15 +917,22 @@ $a->strings["Group created."] = "Grupo creado.";
 $a->strings["Could not create group."] = "Imposible crear el grupo.";
 $a->strings["Group not found."] = "Grupo no encontrado.";
 $a->strings["Group name changed."] = "El nombre del grupo ha cambiado.";
+$a->strings["Permission denied"] = "Permiso denegado";
 $a->strings["Save Group"] = "Guardar grupo";
 $a->strings["Create a group of contacts/friends."] = "Crea un grupo de contactos/amigos.";
 $a->strings["Group removed."] = "Grupo eliminado.";
 $a->strings["Unable to remove group."] = "No se puede eliminar el grupo.";
+$a->strings["Delete Group"] = "";
 $a->strings["Group Editor"] = "Editor de grupos";
+$a->strings["Edit Group Name"] = "";
 $a->strings["Members"] = "Miembros";
+$a->strings["All Contacts"] = "Todos los contactos";
+$a->strings["Remove Contact"] = "";
+$a->strings["Add Contact"] = "";
 $a->strings["Click on a contact to add or remove."] = "Pulsa en un contacto para añadirlo o eliminarlo.";
 $a->strings["No profile"] = "Nigún perfil";
 $a->strings["Help:"] = "Ayuda:";
+$a->strings["Page not found."] = "Página no encontrada.";
 $a->strings["Welcome to %s"] = "Bienvenido a %s";
 $a->strings["Friendica Communications Server - Setup"] = "Servidor de comunicación Friendica - Configuración";
 $a->strings["Could not connect to database."] = "No es posible la conexión con la base de datos.";
@@ -1374,7 +959,7 @@ $a->strings["Site settings"] = "Configuración de la página web";
 $a->strings["System Language:"] = "Sistema de idioma:";
 $a->strings["Set the default language for your Friendica installation interface and to send emails."] = "Seleccione el idioma por defecto para su interfaz de instalación de Friendica y para enviar emails.";
 $a->strings["Could not find a command line version of PHP in the web server PATH."] = "No se pudo encontrar una versión de la línea de comandos de PHP en la ruta del servidor web.";
-$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run background polling via cron. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-poller'>'Setup the poller'</a>"] = "Si no tienes una versión de command line de php installado en el servidor, no sera posible de efectuar polling como trabajo de fondo a traves de cron. Vea <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-poller'>'Setup the poller'</a>";
+$a->strings["If you don't have a command line version of PHP installed on server, you will not be able to run the background processing. See <a href='https://github.com/friendica/friendica/blob/master/doc/Install.md#set-up-the-poller'>'Setup the poller'</a>"] = "";
 $a->strings["PHP executable path"] = "Dirección al ejecutable PHP";
 $a->strings["Enter full path to php executable. You can leave this blank to continue the installation."] = "Introduce la ruta completa al ejecutable php. Puedes dejarlo en blanco y seguir con la instalación.";
 $a->strings["Command line PHP"] = "Línea de comandos PHP";
@@ -1390,9 +975,8 @@ $a->strings["Generate encryption keys"] = "Generar claves de encriptación";
 $a->strings["libCurl PHP module"] = "Módulo PHP libCurl";
 $a->strings["GD graphics PHP module"] = "Módulo PHP gráficos GD";
 $a->strings["OpenSSL PHP module"] = "Módulo PHP OpenSSL";
-$a->strings["mysqli PHP module"] = "Módulo PHP mysqli";
+$a->strings["PDO or MySQLi PHP module"] = "";
 $a->strings["mb_string PHP module"] = "Módulo PHP mb_string";
-$a->strings["mcrypt PHP module"] = "modulo mycrypt PHP";
 $a->strings["XML PHP module"] = "Módulo XML PHP";
 $a->strings["iconv module"] = "Módulo iconv";
 $a->strings["Apache mod_rewrite module"] = "Módulo mod_rewrite de Apache";
@@ -1400,13 +984,10 @@ $a->strings["Error: Apache webserver mod-rewrite module is required but not inst
 $a->strings["Error: libCURL PHP module required but not installed."] = "Error: El módulo de PHP libcurl es necesario, pero no está instalado.";
 $a->strings["Error: GD graphics PHP module with JPEG support required but not installed."] = "Error: El módulo de de PHP gráficos GD con soporte JPEG es necesario, pero no está instalado.";
 $a->strings["Error: openssl PHP module required but not installed."] = "Error: El módulo de PHP openssl es necesario, pero  no está instalado.";
-$a->strings["Error: mysqli PHP module required but not installed."] = "Error: El módulo de PHP mysqli es necesario, pero no está instalado.";
+$a->strings["Error: PDO or MySQLi PHP module required but not installed."] = "";
+$a->strings["Error: The MySQL driver for PDO is not installed."] = "";
 $a->strings["Error: mb_string PHP module required but not installed."] = "Error: El módulo de PHP mb_string es necesario, pero no está instalado.";
-$a->strings["Error: mcrypt PHP module required but not installed."] = "Error: modulo mycrypt PHP requerido pero no instalado.";
 $a->strings["Error: iconv PHP module required but not installed."] = "Error: módulo iconv PHP requerido pero no instalado.";
-$a->strings["If you are using php_cli, please make sure that mcrypt module is enabled in its config file"] = "Si está utilizando php_cli, por favor asegúrese de que el módulo mcrypt está habilitado en este archivo de configuración";
-$a->strings["Function mcrypt_create_iv() is not defined. This is needed to enable RINO2 encryption layer."] = "Función mycrypt_create_iv() no esta definido. Esto es preciso para habilitar RINO2 encryption layer.";
-$a->strings["mcrypt_create_iv() function"] = "mcrypt_create_iv() función";
 $a->strings["Error, XML PHP module required but not installed."] = "Error, módulo XML PHP requerido pero no instalado.";
 $a->strings["The web installer needs to be able to create a file called \".htconfig.php\" in the top folder of your web server and it is unable to do so."] = "El programa de instalación web necesita ser capaz de crear un archivo llamado \".htconfig.php\" en la carpeta principal de tu servidor web y es incapaz de hacerlo.";
 $a->strings["This is most often a permission setting, as the web server may not be able to write files in your folder - even if you can."] = "Se trata a menudo de una configuración de permisos, pues el servidor web puede que no sea capaz de escribir archivos en la carpeta, aunque tú sí puedas.";
@@ -1447,13 +1028,6 @@ $a->strings["You are cordially invited to join me and other close friends on Fri
 $a->strings["You will need to supply this invitation code: \$invite_code"] = "Tienes que proporcionar el siguiente código: \$invite_code";
 $a->strings["Once you have registered, please connect with me via my profile page at:"] = "Una vez registrado, por favor contacta conmigo a través de mi página de perfil en:";
 $a->strings["For more information about the Friendica project and why we feel it is important, please visit http://friendica.com"] = "Para más información sobre el Proyecto Friendica y sobre por qué pensamos que es algo importante, visita http://friendica.com";
-$a->strings["Unable to locate original post."] = "No se puede encontrar la publicación original.";
-$a->strings["Empty post discarded."] = "Publicación vacía descartada.";
-$a->strings["System error. Post not saved."] = "Error del sistema. Mensaje no guardado.";
-$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Este mensaje te lo ha enviado %s, miembro de la red social Friendica.";
-$a->strings["You may visit them online at %s"] = "Los puedes visitar en línea en %s";
-$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Por favor contacta con el remitente respondiendo a este mensaje si no deseas recibir estos mensajes.";
-$a->strings["%s posted an update."] = "%s ha publicado una actualización.";
 $a->strings["Time Conversion"] = "Conversión horária";
 $a->strings["Friendica provides this service for sharing events with other networks and friends in unknown timezones."] = "Friendica ofrece este servicio para compartir eventos con otros servidores de la red friendica y amigos en zonas de horarios desconocidos.";
 $a->strings["UTC time: %s"] = "Tiempo UTC: %s";
@@ -1468,6 +1042,7 @@ $a->strings["\n\t\tDear %1\$s,\n\t\t\tA request was recently received at \"%2\$s
 $a->strings["\n\t\tFollow this link to verify your identity:\n\n\t\t%1\$s\n\n\t\tYou will then receive a follow-up message containing the new password.\n\t\tYou may change that password from your account settings page after logging in.\n\n\t\tThe login details are as follows:\n\n\t\tSite Location:\t%2\$s\n\t\tLogin Name:\t%3\$s"] = "\n\t\tSiga este enlace para verificar su identidad:\n\n\t\t%1\$s\n\n\t\tA continuación recibirá un mensaje consecutivo conteniendo la nueva contraseña.\n\t\tPodrá cambiar la contraseña después de haber accedido a la cuenta.\n\n\t\tLos detalles del acceso son las siguientes:\n\n\t\tDirección del sitio:\t%2\$s\n\t\tNombre de la cuenta:\t%3\$s";
 $a->strings["Password reset requested at %s"] = "Contraseña restablecida enviada a %s";
 $a->strings["Request could not be verified. (You may have previously submitted it.) Password reset failed."] = "La solicitud no puede ser verificada (deberías haberla proporcionado antes). Falló el restablecimiento de la contraseña.";
+$a->strings["Password Reset"] = "Restablecer la contraseña";
 $a->strings["Your password has been reset as requested."] = "Tu contraseña ha sido restablecida como solicitaste.";
 $a->strings["Your new password is"] = "Tu nueva contraseña es";
 $a->strings["Save or copy your new password - and then"] = "Guarda o copia tu nueva contraseña y luego";
@@ -1478,6 +1053,7 @@ $a->strings["\n\t\t\t\tYour login details are as follows:\n\n\t\t\t\tSite Locati
 $a->strings["Your password has been changed at %s"] = "Tu contraseña se ha cambiado por %s";
 $a->strings["Forgot your Password?"] = "¿Olvidaste tu contraseña?";
 $a->strings["Enter your email address and submit to have your password reset. Then check your email for further instructions."] = "Introduce tu correo para restablecer tu contraseña. Luego comprueba tu correo para las instrucciones adicionales.";
+$a->strings["Nickname or Email: "] = "Apodo o Correo electrónico: ";
 $a->strings["Reset"] = "Restablecer";
 $a->strings["System down for maintenance"] = "Servicio suspendido por mantenimiento";
 $a->strings["Manage Identities and/or Pages"] = "Administrar identidades y/o páginas";
@@ -1513,6 +1089,7 @@ $a->strings["%d message"] = array(
 );
 $a->strings["Mood"] = "Ánimo";
 $a->strings["Set your current mood and tell your friends"] = "Coloca tu ánimo actual y cuéntaselo a tus amigos";
+$a->strings["Results for: %s"] = "Resultados para: %s";
 $a->strings["Remove term"] = "Eliminar término";
 $a->strings["Warning: This group contains %s member from a network that doesn't allow non public messages."] = array(
        0 => "Aviso: Este grupo contiene %s miembro de una red que no permite mensajes públicos.",
@@ -1563,9 +1140,12 @@ $a->strings["Friendica respects your privacy. By default, your posts will only s
 $a->strings["Getting Help"] = "Consiguiendo ayuda";
 $a->strings["Go to the Help Section"] = "Ir a la sección de ayuda";
 $a->strings["Our <strong>help</strong> pages may be consulted for detail on other program features and resources."] = "Puedes consultar nuestra página de <strong>Ayuda</strong> para más información y recursos de ayuda.";
+$a->strings["Visit %s's profile [%s]"] = "Ver el perfil de %s [%s]";
+$a->strings["Edit contact"] = "Modificar contacto";
 $a->strings["Contacts who are not members of a group"] = "Contactos sin grupo";
 $a->strings["Invalid request identifier."] = "Solicitud de identificación no válida.";
 $a->strings["Discard"] = "Descartar";
+$a->strings["Ignore"] = "Ignorar";
 $a->strings["Network Notifications"] = "Notificaciones de Red";
 $a->strings["System Notifications"] = "Notificaciones del sistema";
 $a->strings["Personal Notifications"] = "Notificaciones personales";
@@ -1574,8 +1154,10 @@ $a->strings["Show Ignored Requests"] = "Mostrar peticiones ignoradas";
 $a->strings["Hide Ignored Requests"] = "Ocultar peticiones ignoradas";
 $a->strings["Notification type: "] = "Tipo de notificación: ";
 $a->strings["suggested by %s"] = "sugerido por %s";
+$a->strings["Hide this contact from others"] = "Ocultar este contacto a los demás.";
 $a->strings["Post a new friend activity"] = "Publica tu nueva amistad";
 $a->strings["if applicable"] = "Si corresponde";
+$a->strings["Approve"] = "Aprobar";
 $a->strings["Claims to be known to you: "] = "Dice conocerte: ";
 $a->strings["yes"] = "sí";
 $a->strings["no"] = "no";
@@ -1661,6 +1243,507 @@ $a->strings["Recipient"] = "Receptor";
 $a->strings["Choose what you wish to do to recipient"] = "Elige qué desea hacer con el receptor";
 $a->strings["Make this post private"] = "Hacer esta publicación privada";
 $a->strings["Tips for New Members"] = "Consejos para nuevos miembros";
+$a->strings["Invalid profile identifier."] = "Identificador de perfil no válido.";
+$a->strings["Profile Visibility Editor"] = "Editor de visibilidad del perfil";
+$a->strings["Visible To"] = "Visible para";
+$a->strings["All Contacts (with secure profile access)"] = "Todos los contactos (con perfil de acceso seguro)";
+$a->strings["Registration successful. Please check your email for further instructions."] = "Te has registrado con éxito. Por favor, consulta tu correo para más información.";
+$a->strings["Failed to send email message. Here your accout details:<br> login: %s<br> password: %s<br><br>You can change your password after login."] = "Error al intentar de enviar mensaje de correo. Aquí los detalles de su cuenta: <br> login: %s<br> contraseña: %s<br><br>Puede cambiar su contraseña después de ingresar al sitio.";
+$a->strings["Registration successful."] = "Registro exitoso.";
+$a->strings["Your registration can not be processed."] = "Tu registro no se puede procesar.";
+$a->strings["Your registration is pending approval by the site owner."] = "Tu registro está pendiente de aprobación por el propietario del sitio.";
+$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Este sitio ha excedido el número de registros diarios permitidos. Inténtalo de nuevo mañana por favor.";
+$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Puedes (opcionalmente) rellenar este formulario a través de OpenID escribiendo tu OpenID y pulsando en \"Registrar\".";
+$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Si no estás familiarizado con OpenID, por favor deja ese campo en blanco y rellena el resto de los elementos.";
+$a->strings["Your OpenID (optional): "] = "Tu OpenID (opcional):";
+$a->strings["Include your profile in member directory?"] = "¿Incluir tu perfil en el directorio de miembros?";
+$a->strings["Note for the admin"] = "Nota para el administrador";
+$a->strings["Leave a message for the admin, why you want to join this node"] = "Deje un mensaje para el administrador sobre por qué quiere unirse a este nodo";
+$a->strings["Membership on this site is by invitation only."] = "Sitio solo accesible mediante invitación.";
+$a->strings["Your invitation ID: "] = "ID de tu invitación: ";
+$a->strings["Registration"] = "Registro";
+$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Nombre completo (ej. Joe Smith, real o real aparente):";
+$a->strings["Your Email Address: "] = "Tu dirección de correo: ";
+$a->strings["New Password:"] = "Contraseña nueva:";
+$a->strings["Leave empty for an auto generated password."] = "Dejar vacío para autogenerar una contraseña";
+$a->strings["Confirm:"] = "Confirmar:";
+$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be '<strong>nickname@\$sitename</strong>'."] = "Elije un apodo. Debe comenzar con una letra. Tu dirección de perfil en este sitio va a ser \"<strong>apodo@\$nombredelsitio</strong>\".";
+$a->strings["Choose a nickname: "] = "Escoge un apodo: ";
+$a->strings["Import"] = "Importar";
+$a->strings["Import your profile to this friendica instance"] = "Importar tu perfil a esta instancia de friendica";
+$a->strings["Remove My Account"] = "Eliminar mi cuenta";
+$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Esto eliminará por completo tu cuenta. Una vez hecho no se puede deshacer.";
+$a->strings["Please enter your password for verification:"] = "Por favor, introduce tu contraseña para la verificación:";
+$a->strings["Resubscribing to OStatus contacts"] = "Resubscribir a contactos de OStatus";
+$a->strings["Error"] = "error";
+$a->strings["Only logged in users are permitted to perform a search."] = "Solo usuarios activos tienen permiso para ejecutar búsquedas.";
+$a->strings["Too Many Requests"] = "Demasiadas consultas";
+$a->strings["Only one search per minute is permitted for not logged in users."] = "Se permite solo una búsqueda por minuto para usuarios no identificados.";
+$a->strings["Items tagged with: %s"] = "Objetos taggeado con: %s";
+$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s está siguiendo las %3\$s de %2\$s";
+$a->strings["Do you really want to delete this suggestion?"] = "¿Estás seguro de que quieres borrar esta sugerencia?";
+$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "No hay sugerencias disponibles. Si el sitio web es nuevo inténtalo de nuevo dentro de 24 horas.";
+$a->strings["Ignore/Hide"] = "Ignorar/Ocultar";
+$a->strings["Tag removed"] = "Etiqueta eliminada";
+$a->strings["Remove Item Tag"] = "Eliminar etiqueta";
+$a->strings["Select a tag to remove: "] = "Selecciona una etiqueta para eliminar: ";
+$a->strings["Export account"] = "Exportar cuenta";
+$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Exporta la información de tu cuenta y tus contactos. Úsalo para guardar una copia de seguridad de tu cuenta y/o moverla a otro servidor.";
+$a->strings["Export all"] = "Exportar todo";
+$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Exporta la información de tu cuenta, contactos y lo demás en JSON. Puede ser un archivo bastante grande, por lo que llevará tiempo. Úsalo para hacer una copia de seguridad completa de tu cuenta (las fotos no se exportarán)";
+$a->strings["Export personal data"] = "Exportación de datos personales";
+$a->strings["[Embedded content - reload page to view]"] = "[Contenido incrustado - recarga la página para verlo]";
+$a->strings["Do you really want to delete this video?"] = "Realmente quieres eliminar este vídeo?";
+$a->strings["Delete Video"] = "Borrar vídeo";
+$a->strings["No videos selected"] = "Ningún vídeo seleccionado";
+$a->strings["Recent Videos"] = "Vídeos recientes";
+$a->strings["Upload New Videos"] = "Subir nuevos vídeos";
+$a->strings["No contacts."] = "Ningún contacto.";
+$a->strings["Access denied."] = "Acceso denegado.";
+$a->strings["Invalid request."] = "Consulta invalida";
+$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Disculpa, posiblemente el archivo subido es mas grande que la PHP configuración permite.";
+$a->strings["Or - did you try to upload an empty file?"] = "Si no - intento de subir un archivo vacío?";
+$a->strings["File exceeds size limit of %s"] = "El archivo excede el limite de tamaño de %s";
+$a->strings["File upload failed."] = "Ha fallado la subida del archivo.";
+$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Excedido el número máximo de mensajes para %s. El mensaje no se ha enviado.";
+$a->strings["Unable to check your home location."] = "Imposible comprobar tu servidor de inicio.";
+$a->strings["No recipient."] = "Sin receptor.";
+$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Si quieres que %s te responda, asegúrate de que la configuración de privacidad permite enviar correo privado a desconocidos.";
+$a->strings["Only logged in users are permitted to perform a probing."] = "";
+$a->strings["This introduction has already been accepted."] = "Esta presentación ya ha sido aceptada.";
+$a->strings["Profile location is not valid or does not contain profile information."] = "La dirección del perfil no es válida o no contiene información del perfil.";
+$a->strings["Warning: profile location has no identifiable owner name."] = "Aviso: La dirección del perfil no tiene un nombre de propietario identificable.";
+$a->strings["Warning: profile location has no profile photo."] = "Aviso: la dirección del perfil no tiene foto de perfil.";
+$a->strings["%d required parameter was not found at the given location"] = array(
+       0 => "no se encontró %d parámetro requerido en el lugar determinado",
+       1 => "no se encontraron %d parámetros requeridos en el lugar determinado",
+);
+$a->strings["Introduction complete."] = "Presentación completa.";
+$a->strings["Unrecoverable protocol error."] = "Error de protocolo irrecuperable.";
+$a->strings["Profile unavailable."] = "Perfil no disponible.";
+$a->strings["%s has received too many connection requests today."] = "%s ha recibido demasiadas solicitudes de conexión hoy.";
+$a->strings["Spam protection measures have been invoked."] = "Han sido activadas las medidas de protección contra spam.";
+$a->strings["Friends are advised to please try again in 24 hours."] = "Tus amigos serán avisados para que lo intenten de nuevo pasadas 24 horas.";
+$a->strings["Invalid locator"] = "Localizador no válido";
+$a->strings["Invalid email address."] = "Dirección de correo incorrecta";
+$a->strings["This account has not been configured for email. Request failed."] = "Esta cuenta no ha sido configurada para el correo. Fallo de solicitud.";
+$a->strings["You have already introduced yourself here."] = "Ya te has presentado aquí.";
+$a->strings["Apparently you are already friends with %s."] = "Al parecer, ya eres amigo de %s.";
+$a->strings["Invalid profile URL."] = "Dirección de perfil no válida.";
+$a->strings["Failed to update contact record."] = "Error al actualizar el contacto.";
+$a->strings["Your introduction has been sent."] = "Tu presentación ha sido enviada.";
+$a->strings["Remote subscription can't be done for your network. Please subscribe directly on your system."] = "La subscripción remota no se podrá hacer para tu red. Por favor contacta directamente desde tu sistema.";
+$a->strings["Please login to confirm introduction."] = "Inicia sesión para confirmar la presentación.";
+$a->strings["Incorrect identity currently logged in. Please login to <strong>this</strong> profile."] = "Sesión iniciada con la identificación incorrecta. Entra en <strong>este</strong> perfil.";
+$a->strings["Confirm"] = "Confirmar";
+$a->strings["Hide this contact"] = "Ocultar este contacto";
+$a->strings["Welcome home %s."] = "Bienvenido a casa %s";
+$a->strings["Please confirm your introduction/connection request to %s."] = "Por favor, confirma tu solicitud de presentación/conexión con %s.";
+$a->strings["Please enter your 'Identity Address' from one of the following supported communications networks:"] = "Por favor introduce tu dirección ID de una de las siguientes redes sociales soportadas:";
+$a->strings["If you are not yet a member of the free social web, <a href=\"%s/siteinfo\">follow this link to find a public Friendica site and join us today</a>."] = "Si aun no eres miembro de la red social libre  <a href=\"%s/siteinfo\">seguí este enlace para encontrara un sitio disponible de friendica y acompañanos hoy mismo</a>";
+$a->strings["Friend/Connection Request"] = "Solicitud de Amistad/Conexión";
+$a->strings["Examples: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca"] = "Ejemplos: jojo@demo.friendica.com, http://demo.friendica.com/profile/jojo, testuser@identi.ca";
+$a->strings["StatusNet/Federated Social Web"] = "StatusNet/Web Social Federada";
+$a->strings[" - please do not use this form.  Instead, enter %s into your Diaspora search bar."] = "(En vez de usar este formulario, introduce %s en la barra de búsqueda de Diaspora.";
+$a->strings["Unable to locate original post."] = "No se puede encontrar la publicación original.";
+$a->strings["Empty post discarded."] = "Publicación vacía descartada.";
+$a->strings["System error. Post not saved."] = "Error del sistema. Mensaje no guardado.";
+$a->strings["This message was sent to you by %s, a member of the Friendica social network."] = "Este mensaje te lo ha enviado %s, miembro de la red social Friendica.";
+$a->strings["You may visit them online at %s"] = "Los puedes visitar en línea en %s";
+$a->strings["Please contact the sender by replying to this post if you do not wish to receive these messages."] = "Por favor contacta con el remitente respondiendo a este mensaje si no deseas recibir estos mensajes.";
+$a->strings["%s posted an update."] = "%s ha publicado una actualización.";
+$a->strings["Account approved."] = "Cuenta aprobada.";
+$a->strings["Registration revoked for %s"] = "Registro anulado para %s";
+$a->strings["Please login."] = "Por favor accede.";
+$a->strings["Move account"] = "Mover cuenta";
+$a->strings["You can import an account from another Friendica server."] = "Puedes importar una cuenta desde otro servidor de Friendica.";
+$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "Necesitas exportar tu cuenta del antiguo servidor y subirla aquí. Volveremos a crear tu antigua cuenta con todos tus contactos aquí. También intentaremos de informar a tus amigos de que te has mudado.";
+$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "Esta característica es experimental. No podemos importar contactos desde la red OStatus (statusnet/identi.ca) o desde Diaspora*";
+$a->strings["Account file"] = "Archivo de la cuenta";
+$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Para exportar el perfil vaya a \"Configuracion -> Exportar sus datos personales\" y seleccione \"Exportar cuenta\"";
+$a->strings["Theme settings updated."] = "Configuración de la apariencia actualizada.";
+$a->strings["Site"] = "Sitio";
+$a->strings["Users"] = "Usuarios";
+$a->strings["Plugins"] = "Módulos";
+$a->strings["Themes"] = "Temas";
+$a->strings["Additional features"] = "Características adicionales";
+$a->strings["DB updates"] = "Actualizaciones de la Base de Datos";
+$a->strings["Inspect Queue"] = "Inspeccionar cola";
+$a->strings["Server Blocklist"] = "";
+$a->strings["Federation Statistics"] = "Estadísticas de federación";
+$a->strings["Logs"] = "Registros";
+$a->strings["View Logs"] = "Ver registro de depuración";
+$a->strings["probe address"] = "probar direccion";
+$a->strings["check webfinger"] = "Verificar webfinger";
+$a->strings["Plugin Features"] = "Características del módulo";
+$a->strings["diagnostics"] = "diagnosticos";
+$a->strings["User registrations waiting for confirmation"] = "Registro de usuarios esperando la confirmación";
+$a->strings["The blocked domain"] = "";
+$a->strings["The reason why you blocked this domain."] = "";
+$a->strings["Delete domain"] = "";
+$a->strings["Check to delete this entry from the blocklist"] = "";
+$a->strings["Administration"] = "Administración";
+$a->strings["This page can be used to define a black list of servers from the federated network that are not allowed to interact with your node. For all entered domains you should also give a reason why you have blocked the remote server."] = "";
+$a->strings["The list of blocked servers will be made publically available on the /friendica page so that your users and people investigating communication problems can find the reason easily."] = "";
+$a->strings["Add new entry to block list"] = "";
+$a->strings["Server Domain"] = "";
+$a->strings["The domain of the new server to add to the block list. Do not include the protocol."] = "";
+$a->strings["Block reason"] = "";
+$a->strings["Add Entry"] = "";
+$a->strings["Save changes to the blocklist"] = "";
+$a->strings["Current Entries in the Blocklist"] = "";
+$a->strings["Delete entry from blocklist"] = "";
+$a->strings["Delete entry from blocklist?"] = "";
+$a->strings["Server added to blocklist."] = "";
+$a->strings["Site blocklist updated."] = "";
+$a->strings["unknown"] = "desconocido";
+$a->strings["This page offers you some numbers to the known part of the federated social network your Friendica node is part of. These numbers are not complete but only reflect the part of the network your node is aware of."] = "Esta pagina ofrece algunos datos sobre la red conocida a la que tu nodo friendica esta conectado. Estos nummeros no son completos respecto a las redes federadas, si no refleja los nodos esta instancia conoce. ";
+$a->strings["The <em>Auto Discovered Contact Directory</em> feature is not enabled, it will improve the data displayed here."] = "El modulo <em>directorio de contactos encontrados</em> no esta habilitado, habilitado aumentara la cantidad de datos detallados aquí.";
+$a->strings["Currently this node is aware of %d nodes from the following platforms:"] = "Actualmente este nodo reconoce %d nodos de las siguientes plataformas:";
+$a->strings["ID"] = "ID";
+$a->strings["Recipient Name"] = "Nombre del recipiente";
+$a->strings["Recipient Profile"] = "Perfil del recipiente";
+$a->strings["Created"] = "Creado";
+$a->strings["Last Tried"] = "Ultimo intento";
+$a->strings["This page lists the content of the queue for outgoing postings. These are postings the initial delivery failed for. They will be resend later and eventually deleted if the delivery fails permanently."] = "Esta pagina muestra la cola de mensajes salientes. Estos son publicaciones cuyo envío inicial fallo. Serán reenviados mas tarde y eventualmente eliminados si la entrega falla permanentemente. ";
+$a->strings["Your DB still runs with MyISAM tables. You should change the engine type to InnoDB. As Friendica will use InnoDB only features in the future, you should change this! See <a href=\"%s\">here</a> for a guide that may be helpful converting the table engines. You may also use the command <tt>php include/dbstructure.php toinnodb</tt> of your Friendica installation for an automatic conversion.<br />"] = "";
+$a->strings["The database update failed. Please run \"php include/dbstructure.php update\" from the command line and have a look at the errors that might appear."] = "";
+$a->strings["Normal Account"] = "Cuenta normal";
+$a->strings["Soapbox Account"] = "Cuenta tribuna";
+$a->strings["Community/Celebrity Account"] = "Cuenta de Comunidad/Celebridad";
+$a->strings["Automatic Friend Account"] = "Cuenta de amistad automática";
+$a->strings["Blog Account"] = "Cuenta de blog";
+$a->strings["Private Forum"] = "Foro privado";
+$a->strings["Message queues"] = "Cola de mensajes";
+$a->strings["Summary"] = "Resumen";
+$a->strings["Registered users"] = "Usuarios registrados";
+$a->strings["Pending registrations"] = "Pendientes de registro";
+$a->strings["Version"] = "Versión";
+$a->strings["Active plugins"] = "Módulos activos";
+$a->strings["Can not parse base url. Must have at least <scheme>://<domain>"] = "No se puede resolver la direccion URL base.\nDeberá tener al menos <scheme>://<domain>";
+$a->strings["Site settings updated."] = "Configuración de actualización.";
+$a->strings["No special theme for mobile devices"] = "No hay tema especial para dispositivos móviles";
+$a->strings["No community page"] = "No hay pagina de comunidad";
+$a->strings["Public postings from users of this site"] = "Temas públicos de perfiles de este sitio.";
+$a->strings["Global community page"] = "Pagina global de comunidad";
+$a->strings["Never"] = "Nunca";
+$a->strings["At post arrival"] = "A la llegada de una publicación";
+$a->strings["Disabled"] = "Deshabilitado";
+$a->strings["Users, Global Contacts"] = "Perfiles, contactos globales";
+$a->strings["Users, Global Contacts/fallback"] = "Perfiles, contactos globales/fallback";
+$a->strings["One month"] = "Un mes";
+$a->strings["Three months"] = "Tres meses";
+$a->strings["Half a year"] = "Medio año";
+$a->strings["One year"] = "Un año";
+$a->strings["Multi user instance"] = "Sesión multi usuario";
+$a->strings["Closed"] = "Cerrado";
+$a->strings["Requires approval"] = "Requiere aprobación";
+$a->strings["Open"] = "Abierto";
+$a->strings["No SSL policy, links will track page SSL state"] = "No existe una política de SSL, los vínculos harán un seguimiento del estado de SSL en la página";
+$a->strings["Force all links to use SSL"] = "Forzar todos los enlaces a utilizar SSL";
+$a->strings["Self-signed certificate, use SSL for local links only (discouraged)"] = "Certificación personal, usa SSL solo para enlaces locales (no recomendado)";
+$a->strings["Save Settings"] = "Guardar configuración";
+$a->strings["File upload"] = "Subida de archivo";
+$a->strings["Policies"] = "Políticas";
+$a->strings["Auto Discovered Contact Directory"] = "Directorio de contactos descubierto automáticamente";
+$a->strings["Performance"] = "Rendimiento";
+$a->strings["Worker"] = "Trabajador (??)";
+$a->strings["Relocate - WARNING: advanced function. Could make this server unreachable."] = "Reubicación - ADVERTENCIA: función avanzada. Puede hacer a este servidor inaccesible. ";
+$a->strings["Site name"] = "Nombre del sitio";
+$a->strings["Host name"] = "Nombre de dominio";
+$a->strings["Sender Email"] = "Dirección de origen de correo electrónico";
+$a->strings["The email address your server shall use to send notification emails from."] = "La dirección de correo electrónico que el servidor debería usar como dirección de envío.";
+$a->strings["Banner/Logo"] = "Imagen/Logotipo";
+$a->strings["Shortcut icon"] = "Icono de atajo";
+$a->strings["Link to an icon that will be used for browsers."] = "Enlace hacia un icono que sera usado para el navegador.";
+$a->strings["Touch icon"] = "Icono touch";
+$a->strings["Link to an icon that will be used for tablets and mobiles."] = "Enlace para un icono que sera usado para tablets y moviles.";
+$a->strings["Additional Info"] = "Información adicional";
+$a->strings["For public servers: you can add additional information here that will be listed at %s/siteinfo."] = "Para servidores públicos: información adicional  que sera publicado en %s/siteinfo.";
+$a->strings["System language"] = "Idioma";
+$a->strings["System theme"] = "Tema";
+$a->strings["Default system theme - may be over-ridden by user profiles - <a href='#' id='cnftheme'>change theme settings</a>"] = "Tema por defecto del sistema, los usuarios podrán elegir el suyo propio en su configuración <a href='#' id='cnftheme'>cambiar configuración del tema</a>";
+$a->strings["Mobile system theme"] = "Tema de sistema móvil";
+$a->strings["Theme for mobile devices"] = "Tema para dispositivos móviles";
+$a->strings["SSL link policy"] = "Política de enlaces SSL";
+$a->strings["Determines whether generated links should be forced to use SSL"] = "Determina si los enlaces generados deben ser forzados a utilizar SSL";
+$a->strings["Force SSL"] = "Forzar SSL";
+$a->strings["Force all Non-SSL requests to SSL - Attention: on some systems it could lead to endless loops."] = "Forzar todos las consultas No-SSL a SSL. - ATENCIÓN: en algunos sistemas esto puede generar comportamiento recursivo interminable.";
+$a->strings["Hide help entry from navigation menu"] = "Ocultar la ayuda en el menú de navegación";
+$a->strings["Hides the menu entry for the Help pages from the navigation menu. You can still access it calling /help directly."] = "Oculta la entrada de las páginas de Ayuda en el menú de navegación. Todavía se puede acceder escribiendo /ayuda directamente.";
+$a->strings["Single user instance"] = "Sesión de usuario único";
+$a->strings["Make this instance multi-user or single-user for the named user"] = "Haz esta sesión multi-usuario o usuario único para el usuario";
+$a->strings["Maximum image size"] = "Tamaño máximo de la imagen";
+$a->strings["Maximum size in bytes of uploaded images. Default is 0, which means no limits."] = "Tamaño máximo en bytes de las imágenes a subir. Por defecto es 0, que quiere decir que no hay límite.";
+$a->strings["Maximum image length"] = "Largo máximo de imagen";
+$a->strings["Maximum length in pixels of the longest side of uploaded images. Default is -1, which means no limits."] = "Longitud máxima en píxeles del lado más largo de las imágenes subidas. Por defecto es -1, que significa que no hay límites.";
+$a->strings["JPEG image quality"] = "Calidad de imagen JPEG";
+$a->strings["Uploaded JPEGS will be saved at this quality setting [0-100]. Default is 100, which is full quality."] = "Los archivos JPEG subidos se guardarán con este ajuste de calidad [0-100]. Por defecto es 100, que es calidad máxima.";
+$a->strings["Register policy"] = "Política de registros";
+$a->strings["Maximum Daily Registrations"] = "Registros Máximos Diarios";
+$a->strings["If registration is permitted above, this sets the maximum number of new user registrations to accept per day.  If register is set to closed, this setting has no effect."] = "Si anteriormente se ha permitido el registro, esto establece el número máximo de registro de nuevos usuarios aceptados por día. Si el registro se establece como cerrado, esta opción no tiene efecto.";
+$a->strings["Register text"] = "Términos";
+$a->strings["Will be displayed prominently on the registration page."] = "Se mostrará en un lugar destacado en la página de registro.";
+$a->strings["Accounts abandoned after x days"] = "Cuentas abandonadas después de x días";
+$a->strings["Will not waste system resources polling external sites for abandonded accounts. Enter 0 for no time limit."] = "No gastará recursos del sistema creando sondeos a sitios externos para cuentas abandonadas. Introduce 0 para ningún límite temporal.";
+$a->strings["Allowed friend domains"] = "Dominios amigos permitidos";
+$a->strings["Comma separated list of domains which are allowed to establish friendships with this site. Wildcards are accepted. Empty to allow any domains"] = "Lista separada por comas de los dominios que están autorizados para establecer conexiones con este sitio. Se aceptan comodines. Dejar en blanco para permitir cualquier dominio";
+$a->strings["Allowed email domains"] = "Dominios de correo permitidos";
+$a->strings["Comma separated list of domains which are allowed in email addresses for registrations to this site. Wildcards are accepted. Empty to allow any domains"] = "Lista separada por comas de los dominios que están autorizados en las direcciones de correo para registrarse en este sitio. Se aceptan comodines. Dejar en blanco para permitir cualquier dominio";
+$a->strings["Block public"] = "Bloqueo público";
+$a->strings["Check to block public access to all otherwise public personal pages on this site unless you are currently logged in."] = "Marca para bloquear el acceso público a todas las páginas personales, aún siendo públicas, hasta que no hayas iniciado tu sesión.";
+$a->strings["Force publish"] = "Forzar publicación";
+$a->strings["Check to force all profiles on this site to be listed in the site directory."] = "Marca para forzar que todos los perfiles de este sitio sean listados en el directorio del sitio.";
+$a->strings["Global directory URL"] = "URL del directorio global.";
+$a->strings["URL to the global directory. If this is not set, the global directory is completely unavailable to the application."] = "URL del directorio global. Si se deja este campo vacío, el directorio global sera completamente inaccesible para la instancia.";
+$a->strings["Allow threaded items"] = "Permitir elementos en hilo";
+$a->strings["Allow infinite level threading for items on this site."] = "Permitir infinitos niveles de hilo para los elementos de este sitio.";
+$a->strings["Private posts by default for new users"] = "Publicaciones privadas por defecto para usuarios nuevos";
+$a->strings["Set default post permissions for all new members to the default privacy group rather than public."] = "Ajusta los permisos de publicación por defecto a los miembros nuevos al grupo privado por defecto en vez del público.";
+$a->strings["Don't include post content in email notifications"] = "No incluir el contenido del post en las notificaciones de correo electrónico";
+$a->strings["Don't include the content of a post/comment/private message/etc. in the email notifications that are sent out from this site, as a privacy measure."] = "No incluye el contenido de un mensaje/comentario/mensaje privado/etc. en las notificaciones de correo electrónico que se envían desde este sitio, como una medida de privacidad.";
+$a->strings["Disallow public access to addons listed in the apps menu."] = "Deshabilitar acceso a addons listados en el menú de aplicaciones.";
+$a->strings["Checking this box will restrict addons listed in the apps menu to members only."] = "Habilitando esta opción restringe el acceso a addons en el menú de aplicaciones a usuarios identificados.";
+$a->strings["Don't embed private images in posts"] = "No agregar imágenes privados en las publicaciones";
+$a->strings["Don't replace locally-hosted private photos in posts with an embedded copy of the image. This means that contacts who receive posts containing private photos will have to authenticate and load each image, which may take a while."] = "No reemplazar imágenes privadas guardadas localmente en el servidor con imágenes integrados en los envíos. Esto significa que contactos que reciben publicaciones tendrán que autenticarse y cargar cada imagen, lo que puede demorar.";
+$a->strings["Allow Users to set remote_self"] = "Permitir a los usuarios de definir perfiles_remotos";
+$a->strings["With checking this, every user is allowed to mark every contact as a remote_self in the repair contact dialog. Setting this flag on a contact causes mirroring every posting of that contact in the users stream."] = "Al habilitar esta opción, cada perfil tiene el permiso de marcar cualquiera de sus contactos como un perfil_remoto. Habilitar la opción perfil_remoto para un contacto genera que todas las publicaciones  de este contacto seran re-publicado  en el muro del perfil.";
+$a->strings["Block multiple registrations"] = "Bloquear registros multiples";
+$a->strings["Disallow users to register additional accounts for use as pages."] = "Impedir que los usuarios registren cuentas adicionales para su uso como páginas.";
+$a->strings["OpenID support"] = "Soporte OpenID";
+$a->strings["OpenID support for registration and logins."] = "Soporte OpenID para registros y accesos.";
+$a->strings["Fullname check"] = "Comprobar Nombre completo";
+$a->strings["Force users to register with a space between firstname and lastname in Full name, as an antispam measure"] = "Fuerza a los usuarios a registrarse con un espacio entre su nombre y su apellido en el campo Nombre completo como medida anti-spam";
+$a->strings["Community Page Style"] = "Estilo de pagina de comunidad";
+$a->strings["Type of community page to show. 'Global community' shows every public posting from an open distributed network that arrived on this server."] = "Tipo de pagina de comunidad a visualizar. 'Comunidad global' muestra todas las publicaciones publicas de la red abierta federada que llega a este servidor.";
+$a->strings["Posts per user on community page"] = "Publicaciones por usuario en la pagina de comunidad";
+$a->strings["The maximum number of posts per user on the community page. (Not valid for 'Global Community')"] = "El numero máximo de publicaciones por usuario que aparecerán en la pagina de comunidad. (No valido para 'comunidad global')";
+$a->strings["Enable OStatus support"] = "Permitir soporte OStatus";
+$a->strings["Provide built-in OStatus (StatusNet, GNU Social etc.) compatibility. All communications in OStatus are public, so privacy warnings will be occasionally displayed."] = "Proporcionar OStatus compatibilidad integrada (StatusNet, GNU Social, Quitter etc.). Todas las comunicaciones en OStatus son publicas así que eventuales advertencias serán ocasionalmente desplegadas.";
+$a->strings["OStatus conversation completion interval"] = "Intervalo de actualización de conversaciones OStatus";
+$a->strings["How often shall the poller check for new entries in OStatus conversations? This can be a very ressource task."] = "Cuan seguido el recolector deberá buscar nuevas entradas en OStatus? Esto puede ser un trabajo de mucha carga para los recursos del servidor.";
+$a->strings["Only import OStatus threads from our contacts"] = "Solo importar OStatus temas de nuestros (?) contactos.";
+$a->strings["Normally we import every content from our OStatus contacts. With this option we only store threads that are started by a contact that is known on our system."] = "Normalmente importamos todo el contenido de los contactos de OStatus. Con esta opción solamente se guardan temas que fueron iniciados por contactos que son conocidos de la instancia.\n(nota de traducción, no se entiende muy bien la función en base al texto original)";
+$a->strings["OStatus support can only be enabled if threading is enabled."] = "Solo se puede habilitar el soporte OStatus  si threading (comentarios en fila) se encuentra habilitado.";
+$a->strings["Diaspora support can't be enabled because Friendica was installed into a sub directory."] = "El soporte para Diaspora* no se puede habilitar porque friendica se instalo en un directorio subalterno (sub directory).";
+$a->strings["Enable Diaspora support"] = "Habilitar el soporte para Diaspora*";
+$a->strings["Provide built-in Diaspora network compatibility."] = "Provee una compatibilidad con la red de Diaspora.";
+$a->strings["Only allow Friendica contacts"] = "Permitir solo contactos de Friendica";
+$a->strings["All contacts must use Friendica protocols. All other built-in communication protocols disabled."] = "Todos los contactos deben usar protocolos de Friendica. El resto de protocolos serán desactivados.";
+$a->strings["Verify SSL"] = "Verificar SSL";
+$a->strings["If you wish, you can turn on strict certificate checking. This will mean you cannot connect (at all) to self-signed SSL sites."] = "Si quieres puedes activar la comprobación estricta de certificados. Esto significa que serás incapaz de conectar con ningún sitio que use certificados SSL autofirmados.";
+$a->strings["Proxy user"] = "Usuario proxy";
+$a->strings["Proxy URL"] = "Dirección proxy";
+$a->strings["Network timeout"] = "Tiempo de espera de red";
+$a->strings["Value is in seconds. Set to 0 for unlimited (not recommended)."] = "Valor en segundos. Usar 0 para dejarlo sin límites (no se recomienda).";
+$a->strings["Maximum Load Average"] = "Promedio de carga máxima";
+$a->strings["Maximum system load before delivery and poll processes are deferred - default 50."] = "Carga máxima del sistema antes de que la entrega y los procesos de sondeo sean retrasados - por defecto 50.";
+$a->strings["Maximum Load Average (Frontend)"] = "Carga máxima promedio (frontend)";
+$a->strings["Maximum system load before the frontend quits service - default 50."] = "Carga máxima del sistema antes de que el frontend cancele el servicio - por defecto 50.";
+$a->strings["Minimal Memory"] = "";
+$a->strings["Minimal free memory in MB for the poller. Needs access to /proc/meminfo - default 0 (deactivated)."] = "";
+$a->strings["Maximum table size for optimization"] = "Tamaño máximo de las tablas para la optimización.";
+$a->strings["Maximum table size (in MB) for the automatic optimization - default 100 MB. Enter -1 to disable it."] = "Tamaño máximo de tablas (en MB) para la optimización automática - por defecto 100MB. Ingrese -1 para deshabilitar.";
+$a->strings["Minimum level of fragmentation"] = "Nivel mínimo de fragmentación ";
+$a->strings["Minimum fragmenation level to start the automatic optimization - default value is 30%."] = "Nivel mínimo de fragmentación para para comenzar la optimización - valor por defecto es 30%. ";
+$a->strings["Periodical check of global contacts"] = "Verificación periódica de los contactos globales.";
+$a->strings["If enabled, the global contacts are checked periodically for missing or outdated data and the vitality of the contacts and servers."] = "Habilitado los contactos globales son verificado periódicamente  por datos faltantes o datos obsoletos como también por la vitalidad de los contactos y servidores.";
+$a->strings["Days between requery"] = "Días entre búsquedas";
+$a->strings["Number of days after which a server is requeried for his contacts."] = "Cantidad de días hasta que un servidor es consultado por sus contactos.";
+$a->strings["Discover contacts from other servers"] = "Descubrir contactos de otros servidores";
+$a->strings["Periodically query other servers for contacts. You can choose between 'users': the users on the remote system, 'Global Contacts': active contacts that are known on the system. The fallback is meant for Redmatrix servers and older friendica servers, where global contacts weren't available. The fallback increases the server load, so the recommened setting is 'Users, Global Contacts'."] = "Recoger periódicamente información sobre perfiles en otros servidores. Puede elegir entre 'usuarios': perfiles de un sistema remoto, 'contactos globales': contactos activos que son conocidos por el servidor. El fallback es para servidors redmatrix y instalaciones viejas de friendica en las que los contactos no estaban a disposición. El fallback aumenta la carga del servidor, asi que la configuración recomendada es 'usuarios, contactos globales'";
+$a->strings["Timeframe for fetching global contacts"] = "Intervalos de tiempo para revisar contactos globales.";
+$a->strings["When the discovery is activated, this value defines the timeframe for the activity of the global contacts that are fetched from other servers."] = "Cuando la revisacion es activada, este valor define el intervalo de tiempo de la actividad de los contactos globales que son recolectados de los servidores. (?)";
+$a->strings["Search the local directory"] = "Buscar el directorio local";
+$a->strings["Search the local directory instead of the global directory. When searching locally, every search will be executed on the global directory in the background. This improves the search results when the search is repeated."] = "Buscar en el directorio local en vez del directorio global. Cuando se busca localmente, cada busqueda sera efectuada en el directorio global en el background. Esto mejora los resultados de la busqueda cuando la misma es repetida.";
+$a->strings["Publish server information"] = "Publicar información del servidor";
+$a->strings["If enabled, general server and usage data will be published. The data contains the name and version of the server, number of users with public profiles, number of posts and the activated protocols and connectors. See <a href='http://the-federation.info/'>the-federation.info</a> for details."] = "Si habilitado, datos generales del servidor y estadisticas de uso serán publicados. Los datos contienen el nombre y la versión del servidor, numero de usuarios con perfiles públicos, cantidad de temas publicados y los protocolos y conectores activados. Vea <a href='http://the-federation.info/'>the-federation.info</a> por detalles.";
+$a->strings["Suppress Tags"] = "Suprimir tags";
+$a->strings["Suppress showing a list of hashtags at the end of the posting."] = "Suprimir la lista de tags al final de una publicación.";
+$a->strings["Path to item cache"] = "Ruta a la caché del objeto";
+$a->strings["The item caches buffers generated bbcode and external images."] = "El buffer de cache de items generado para bbcodes e imágenes externas. ";
+$a->strings["Cache duration in seconds"] = "Duración de la caché en segundos";
+$a->strings["How long should the cache files be hold? Default value is 86400 seconds (One day). To disable the item cache, set the value to -1."] = "¿Por cuanto tiempo deberían los archives ser almacenados en el cache? Valor por defecto 86400 segundos (un día). Para deshabilita el item cache, ajuste el valor a -1.";
+$a->strings["Maximum numbers of comments per post"] = "Numero máximo de respuestas por tema";
+$a->strings["How much comments should be shown for each post? Default value is 100."] = "¿Cuantos comentarios deberían ser mostrados por tema? Valor por defecto es 100.";
+$a->strings["Temp path"] = "Ruta a los temporales";
+$a->strings["If you have a restricted system where the webserver can't access the system temp path, enter another path here."] = "Si tiene un sistema restringido en donde el servidor web no puede acceder la dirección del sistema temp, ingrese una dirección alternativa aquí. ";
+$a->strings["Base path to installation"] = "Ruta base para la instalación";
+$a->strings["If the system cannot detect the correct path to your installation, enter the correct path here. This setting should only be set if you are using a restricted system and symbolic links to your webroot."] = "Si el sistema no puede detectar el acceso correcto a la instalación, ingrese la dirección correcta aquí. Esta configuración solo debería utilizarse si si usa un sistema restringido y enlaces simbolicos a su webroot.";
+$a->strings["Disable picture proxy"] = "Deshabilitar proxy de imagen";
+$a->strings["The picture proxy increases performance and privacy. It shouldn't be used on systems with very low bandwith."] = "El proxy de imagen mejora el performance y privacidad. No debería ser usado en sistemas con poco ancho de banda.";
+$a->strings["Only search in tags"] = "Solo buscar en tags";
+$a->strings["On large systems the text search can slow down the system extremely."] = "En sistemas grandes, la búsqueda de texto puede enlentecer el sistema gravemente.";
+$a->strings["New base url"] = "Nueva URLbase";
+$a->strings["Change base url for this server. Sends relocate message to all DFRN contacts of all users."] = "Cambiar base URL para este servidor. Envía mensajes de relocalisación a todos los contactos DFRN.";
+$a->strings["RINO Encryption"] = "Encryptado RINO";
+$a->strings["Encryption layer between nodes."] = "Capa de encryptación entre nodos.";
+$a->strings["Maximum number of parallel workers"] = "Numero máximo de trabajos paralelos de fondo.";
+$a->strings["On shared hosters set this to 2. On larger systems, values of 10 are great. Default value is 4."] = "Ajustar a 2 en un servidor compartido (shared hosting).\nEn sistemas grandes valores como 10 son excelentes.\nValor por defecto es 4.";
+$a->strings["Don't use 'proc_open' with the worker"] = "No use 'proc_open' junto al \"trabajador\"!";
+$a->strings["Enable this if your system doesn't allow the use of 'proc_open'. This can happen on shared hosters. If this is enabled you should increase the frequency of poller calls in your crontab."] = "Habilite esta función si el sistema no permite el uso de 'proc_open'. Esto suelo suceder en servidores compartidos (shared hosting). Si esta función se habilita se debería incrementar la frecuencia de llamadas del poller (poller calls) en la pestaña de trabajos cron. (¡en el hosting?)";
+$a->strings["Enable fastlane"] = "Habilitar ascenso rápido";
+$a->strings["When enabed, the fastlane mechanism starts an additional worker if processes with higher priority are blocked by processes of lower priority."] = "Cuando está habilitado, el mecanismo ascenso rápido inicia un trabajador adicional si los procesos de mayor prioridad son bloqueados por prcesos de menor prioridad.";
+$a->strings["Enable frontend worker"] = "Habilitar trabajador de interfaz";
+$a->strings["When enabled the Worker process is triggered when backend access is performed (e.g. messages being delivered). On smaller sites you might want to call yourdomain.tld/worker on a regular basis via an external cron job. You should only enable this option if you cannot utilize cron/scheduled jobs on your server. The worker background process needs to be activated for this."] = "Cuando está habilitado, el proceso de Trabajador se activa cuando se ejecuta el acceso de respaldo (ej. mensajes siendo entregados). En páginas más pequeñas usted puede querer llamar a yourdomain.tld/worker en una base regular mediante un trabajo cron externo. Sólo debería habilitar esta opción si no puede utilizar trabajos cron/scheduled en su servidor. El proceso de trabajador en segundo plano necesita ser activado para eso.";
+$a->strings["Update has been marked successful"] = "La actualización se ha completado con éxito";
+$a->strings["Database structure update %s was successfully applied."] = "Actualización de base de datos %s fue aplicada con éxito.";
+$a->strings["Executing of database structure update %s failed with error: %s"] = "El paso de actualización de la estructura de la base de datos %s fallo con el mensaje de error: %s";
+$a->strings["Executing %s failed with error: %s"] = "Paso %s fallo con el error: %s";
+$a->strings["Update %s was successfully applied."] = "Actualización %s aplicada con éxito.";
+$a->strings["Update %s did not return a status. Unknown if it succeeded."] = "La actualización %s no ha informado, se desconoce el estado.";
+$a->strings["There was no additional update function %s that needed to be called."] = "No había función adicional de actualización %s que necesitaba ser requerida.";
+$a->strings["No failed updates."] = "Actualizaciones sin fallos.";
+$a->strings["Check database structure"] = "Revisar estructura de la base de datos";
+$a->strings["Failed Updates"] = "Actualizaciones fallidas";
+$a->strings["This does not include updates prior to 1139, which did not return a status."] = "No se incluyen las anteriores a la 1139, que no indicaban su estado.";
+$a->strings["Mark success (if update was manually applied)"] = "Marcar como correcta (si actualizaste manualmente)";
+$a->strings["Attempt to execute this update step automatically"] = "Intentando ejecutar este paso automáticamente";
+$a->strings["\n\t\t\tDear %1\$s,\n\t\t\t\tthe administrator of %2\$s has set up an account for you."] = "\n\t\t\tEstimado %1\$s,\n\t\t\t\tel administrador de %2\$s ha creado una cuenta para usted.";
+$a->strings["\n\t\t\tThe login details are as follows:\n\n\t\t\tSite Location:\t%1\$s\n\t\t\tLogin Name:\t\t%2\$s\n\t\t\tPassword:\t\t%3\$s\n\n\t\t\tYou may change your password from your account \"Settings\" page after logging\n\t\t\tin.\n\n\t\t\tPlease take a few moments to review the other account settings on that page.\n\n\t\t\tYou may also wish to add some basic information to your default profile\n\t\t\t(on the \"Profiles\" page) so that other people can easily find you.\n\n\t\t\tWe recommend setting your full name, adding a profile photo,\n\t\t\tadding some profile \"keywords\" (very useful in making new friends) - and\n\t\t\tperhaps what country you live in; if you do not wish to be more specific\n\t\t\tthan that.\n\n\t\t\tWe fully respect your right to privacy, and none of these items are necessary.\n\t\t\tIf you are new and do not know anybody here, they may help\n\t\t\tyou to make some new and interesting friends.\n\n\t\t\tThank you and welcome to %4\$s."] = "\n\t\t\tLos detalles de acceso son las siguientes:\n\n\t\t\tDirección del sitio:\t%1\$s\n\t\t\tNombre de la cuenta:\t\t%2\$s\n\t\t\tContraseña:\t\t%3\$s\n\n\t\t\tPodrá cambiar la contraseña desde la pagina de configuración de su cuenta después de acceder a la misma\n\t\t\ten.\n\n\t\t\tPor favor tome unos minutos para revisar las opciones demás de la cuenta en dicha pagina de configuración.\n\n\t\t\tTambién podrá agregar informaciones adicionales a su pagina de perfil predeterminado. \n\t\t\t(en la pagina \"Perfiles\") para que otras personas pueden encontrarlo fácilmente.\n\n\t\t\tRecomendamos que elija un nombre apropiado, agregando una imagen de perfil,\n\t\t\tagregando algunas palabras claves de la cuenta (muy útil para hacer nuevos amigos) - y \n\t\t\tquizás el país en donde vive; si no quiere ser mas especifico\n\t\t\tque eso.\n\n\t\t\tRespetamos absolutamente su derecho a la privacidad y ninguno de estos detalles es necesario.\n\t\t\tSi eres nuevo aquí y no conoces a nadie, estos detalles pueden ayudarte\n\t\t\tpara hacer nuevas e interesantes amistades.\n\n\t\t\tGracias y bienvenido a  %4\$s.";
+$a->strings["%s user blocked/unblocked"] = array(
+       0 => "%s usuario bloqueado/desbloqueado",
+       1 => "%s usuarios bloqueados/desbloqueados",
+);
+$a->strings["%s user deleted"] = array(
+       0 => "%s usuario eliminado",
+       1 => "%s usuarios eliminados",
+);
+$a->strings["User '%s' deleted"] = "Usuario '%s' eliminado";
+$a->strings["User '%s' unblocked"] = "Usuario '%s' desbloqueado";
+$a->strings["User '%s' blocked"] = "Usuario '%s' bloqueado'";
+$a->strings["Register date"] = "Fecha de registro";
+$a->strings["Last login"] = "Último acceso";
+$a->strings["Last item"] = "Último elemento";
+$a->strings["Account"] = "Cuenta";
+$a->strings["Add User"] = "Agregar usuario";
+$a->strings["select all"] = "seleccionar todo";
+$a->strings["User registrations waiting for confirm"] = "Registro de usuarios esperando confirmación";
+$a->strings["User waiting for permanent deletion"] = "Usuario esperando anulación permanente.";
+$a->strings["Request date"] = "Solicitud de fecha";
+$a->strings["No registrations."] = "Sin registros.";
+$a->strings["Note from the user"] = "Nota para el usuario";
+$a->strings["Deny"] = "Denegado";
+$a->strings["Block"] = "Bloquear";
+$a->strings["Unblock"] = "Desbloquear";
+$a->strings["Site admin"] = "Administrador de la web";
+$a->strings["Account expired"] = "Cuenta caducada";
+$a->strings["New User"] = "Nuevo usuario";
+$a->strings["Deleted since"] = "Borrado desde";
+$a->strings["Selected users will be deleted!\\n\\nEverything these users had posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "¡Los usuarios seleccionados serán eliminados!\\n\\n¡Todo lo que hayan publicado en este sitio se borrará para siempre!\\n\\n¿Estás seguro?";
+$a->strings["The user {0} will be deleted!\\n\\nEverything this user has posted on this site will be permanently deleted!\\n\\nAre you sure?"] = "¡El usuario {0} será eliminado!\\n\\n¡Todo lo que haya publicado en este sitio se borrará para siempre!\\n\\n¿Estás seguro?";
+$a->strings["Name of the new user."] = "Nombre del nuevo usuario";
+$a->strings["Nickname"] = "Apodo";
+$a->strings["Nickname of the new user."] = "Apodo del nuevo perfil.";
+$a->strings["Email address of the new user."] = "Dirección de correo del nuevo perfil.";
+$a->strings["Plugin %s disabled."] = "Módulo %s deshabilitado.";
+$a->strings["Plugin %s enabled."] = "Módulo %s habilitado.";
+$a->strings["Disable"] = "Desactivado";
+$a->strings["Enable"] = "Activado";
+$a->strings["Toggle"] = "Activar";
+$a->strings["Author: "] = "Autor:";
+$a->strings["Maintainer: "] = "Mantenedor: ";
+$a->strings["Reload active plugins"] = "Recargar plugins activos";
+$a->strings["There are currently no plugins available on your node. You can find the official plugin repository at %1\$s and might find other interesting plugins in the open plugin registry at %2\$s"] = "No ay plugins habilitados en este nodo. Encontrara los repositorios oficiales de plugins en %1\$s y posiblemente encontrara mas plugins interesantes en el registro abierto de plugins aquí %2\$s .";
+$a->strings["No themes found."] = "No se encontraron temas.";
+$a->strings["Screenshot"] = "Captura de pantalla";
+$a->strings["Reload active themes"] = "Recargar interfaces de usuario activos";
+$a->strings["No themes found on the system. They should be paced in %1\$s"] = "No se encuentran interfaces en el sistema. Deberían estar localizados (paced) en  %1\$s";
+$a->strings["[Experimental]"] = "[Experimental]";
+$a->strings["[Unsupported]"] = "[Sin soporte]";
+$a->strings["Log settings updated."] = "Configuración de registro actualizada.";
+$a->strings["PHP log currently enabled."] = "Registro PHP actualmente disponible.";
+$a->strings["PHP log currently disabled."] = "Registro PHP actualmente deshabilitado.";
+$a->strings["Clear"] = "Limpiar";
+$a->strings["Enable Debugging"] = "Habilitar debugging";
+$a->strings["Log file"] = "Archivo de registro";
+$a->strings["Must be writable by web server. Relative to your Friendica top-level directory."] = "Debes tener permiso de escritura en el servidor. Relacionado con tu directorio de inicio de Friendica.";
+$a->strings["Log level"] = "Nivel de registro";
+$a->strings["PHP logging"] = "PHP logging";
+$a->strings["To enable logging of PHP errors and warnings you can add the following to the .htconfig.php file of your installation. The filename set in the 'error_log' line is relative to the friendica top-level directory and must be writeable by the web server. The option '1' for 'log_errors' and 'display_errors' is to enable these options, set to '0' to disable them."] = "Para habilitar la documentación de los errores PHP y las advertencias se puede agregar lo siguiente al archivo .htconfig.php de la instalación (ftp). La dirección definido en el 'error_log' es relativo al directorio friendica principal (top-level directory) y debe de ser habilitado para la escritura por el servidor web. La opción '1' para 'log_errors' y 'display_errors' es para habilitar estas opciones, '0' para deshabilitarlo.";
+$a->strings["Off"] = "Apagado";
+$a->strings["On"] = "Encendido";
+$a->strings["Lock feature %s"] = "Trancar opción %s ";
+$a->strings["Manage Additional Features"] = "Administrar opciones adicionales";
+$a->strings["%d contact edited."] = array(
+       0 => "%d contacto editado.",
+       1 => "%d contacts edited.",
+);
+$a->strings["Could not access contact record."] = "No se pudo acceder a los datos del contacto.";
+$a->strings["Could not locate selected profile."] = "No se pudo encontrar el perfil seleccionado.";
+$a->strings["Contact updated."] = "Contacto actualizado.";
+$a->strings["Contact has been blocked"] = "El contacto ha sido bloqueado";
+$a->strings["Contact has been unblocked"] = "El contacto ha sido desbloqueado";
+$a->strings["Contact has been ignored"] = "El contacto ha sido ignorado";
+$a->strings["Contact has been unignored"] = "El contacto ya no está ignorado";
+$a->strings["Contact has been archived"] = "El contacto ha sido archivado";
+$a->strings["Contact has been unarchived"] = "El contacto ya no está archivado";
+$a->strings["Drop contact"] = "Eliminar contacto";
+$a->strings["Do you really want to delete this contact?"] = "¿Estás seguro de que quieres eliminar este contacto?";
+$a->strings["Contact has been removed."] = "El contacto ha sido eliminado";
+$a->strings["You are mutual friends with %s"] = "Ahora tienes una amistad mutua con %s";
+$a->strings["You are sharing with %s"] = "Estás compartiendo con %s";
+$a->strings["%s is sharing with you"] = "%s está compartiendo contigo";
+$a->strings["Private communications are not available for this contact."] = "Las comunicaciones privadas no está disponibles para este contacto.";
+$a->strings["(Update was successful)"] = "(La actualización se ha completado)";
+$a->strings["(Update was not successful)"] = "(La actualización no se ha completado)";
+$a->strings["Suggest friends"] = "Sugerir amigos";
+$a->strings["Network type: %s"] = "Tipo de red: %s";
+$a->strings["Communications lost with this contact!"] = "¡Se ha perdido la comunicación con este contacto!";
+$a->strings["Fetch further information for feeds"] = "Recaudar informacion complementaria de los feeds";
+$a->strings["Fetch information"] = "Recaudar informacion";
+$a->strings["Fetch information and keywords"] = "Recaudar informacion y palabras claves";
+$a->strings["Contact"] = "Contacto";
+$a->strings["Profile Visibility"] = "Visibilidad del Perfil";
+$a->strings["Please choose the profile you would like to display to %s when viewing your profile securely."] = "Por favor, selecciona el perfil que quieras mostrar a %s cuando esté viendo tu perfil de forma segura.";
+$a->strings["Contact Information / Notes"] = "Información del Contacto / Notas";
+$a->strings["Edit contact notes"] = "Editar notas del contacto";
+$a->strings["Block/Unblock contact"] = "Boquear/Desbloquear contacto";
+$a->strings["Ignore contact"] = "Ignorar contacto";
+$a->strings["Repair URL settings"] = "Configuración de reparación de la dirección";
+$a->strings["View conversations"] = "Ver conversaciones";
+$a->strings["Last update:"] = "Última actualización:";
+$a->strings["Update public posts"] = "Actualizar publicaciones públicas";
+$a->strings["Update now"] = "Actualizar ahora";
+$a->strings["Unignore"] = "Quitar de Ignorados";
+$a->strings["Currently blocked"] = "Bloqueados";
+$a->strings["Currently ignored"] = "Ignorados";
+$a->strings["Currently archived"] = "Archivados";
+$a->strings["Replies/likes to your public posts <strong>may</strong> still be visible"] = "Los comentarios o \"me gusta\" en tus publicaciones públicas todavía <strong>pueden</strong> ser visibles.";
+$a->strings["Notification for new posts"] = "Notificacion de nuevos temas.";
+$a->strings["Send a notification of every new post of this contact"] = "Enviar una notificacion por nuevos temas de este contacto.";
+$a->strings["Blacklisted keywords"] = "Lista negra de palabras";
+$a->strings["Comma separated list of keywords that should not be converted to hashtags, when \"Fetch information and keywords\" is selected"] = "Lista separada por comas de palabras claves que no deberian ser convertido en #hashtags cuando \"Recaudar informacion y palabras claves\" es seleccionado";
+$a->strings["Actions"] = "Acciones";
+$a->strings["Contact Settings"] = "Ajustes del contacto";
+$a->strings["Suggestions"] = "Sugerencias";
+$a->strings["Suggest potential friends"] = "Amistades potenciales sugeridas";
+$a->strings["Show all contacts"] = "Mostrar todos los contactos";
+$a->strings["Unblocked"] = "Desbloqueados";
+$a->strings["Only show unblocked contacts"] = "Mostrar solo contactos sin bloquear";
+$a->strings["Blocked"] = "Bloqueados";
+$a->strings["Only show blocked contacts"] = "Mostrar solo contactos bloqueados";
+$a->strings["Ignored"] = "Ignorados";
+$a->strings["Only show ignored contacts"] = "Mostrar solo contactos ignorados";
+$a->strings["Archived"] = "Archivados";
+$a->strings["Only show archived contacts"] = "Mostrar solo contactos archivados";
+$a->strings["Hidden"] = "Ocultos";
+$a->strings["Only show hidden contacts"] = "Mostrar solo contactos ocultos";
+$a->strings["Search your contacts"] = "Buscar en tus contactos";
+$a->strings["Update"] = "Actualizar";
+$a->strings["Archive"] = "Archivo";
+$a->strings["Unarchive"] = "Sin archivar";
+$a->strings["Batch Actions"] = "Accones en lote";
+$a->strings["View all contacts"] = "Ver todos los contactos";
+$a->strings["View all common friends"] = "Ver todos los conocidos en común ";
+$a->strings["Advanced Contact Settings"] = "Configuración avanzada";
+$a->strings["Mutual Friendship"] = "Amistad recíproca";
+$a->strings["is a fan of yours"] = "es tu fan";
+$a->strings["you are a fan of"] = "eres fan de";
+$a->strings["Toggle Blocked status"] = "Cambiar bloqueados";
+$a->strings["Toggle Ignored status"] = "Cambiar ignorados";
+$a->strings["Toggle Archive status"] = "Cambiar archivados";
+$a->strings["Delete contact"] = "Eliminar contacto";
 $a->strings["Image uploaded but image cropping failed."] = "Imagen recibida, pero ha fallado al recortarla.";
 $a->strings["Image size reduction [%s] failed."] = "Ha fallado la reducción de las dimensiones de la imagen [%s].";
 $a->strings["Shift-reload the page or clear browser cache if the new photo does not display immediately."] = "Recarga la página o limpia la caché del navegador si la foto nueva no aparece inmediatamente.";
@@ -1748,49 +1831,9 @@ $a->strings["Work/employment"] = "Trabajo/ocupación";
 $a->strings["School/education"] = "Escuela/estudios";
 $a->strings["Contact information and Social Networks"] = "Informacioń de contacto y Redes sociales";
 $a->strings["Edit/Manage Profiles"] = "Editar/Administrar perfiles";
-$a->strings["Invalid profile identifier."] = "Identificador de perfil no válido.";
-$a->strings["Profile Visibility Editor"] = "Editor de visibilidad del perfil";
-$a->strings["Visible To"] = "Visible para";
-$a->strings["All Contacts (with secure profile access)"] = "Todos los contactos (con perfil de acceso seguro)";
-$a->strings["Registration successful. Please check your email for further instructions."] = "Te has registrado con éxito. Por favor, consulta tu correo para más información.";
-$a->strings["Failed to send email message. Here your accout details:<br> login: %s<br> password: %s<br><br>You can change your password after login."] = "Error al intentar de enviar mensaje de correo. Aquí los detalles de su cuenta: <br> login: %s<br> contraseña: %s<br><br>Puede cambiar su contraseña después de ingresar al sitio.";
-$a->strings["Registration successful."] = "Registro exitoso.";
-$a->strings["Your registration can not be processed."] = "Tu registro no se puede procesar.";
-$a->strings["Your registration is pending approval by the site owner."] = "Tu registro está pendiente de aprobación por el propietario del sitio.";
-$a->strings["This site has exceeded the number of allowed daily account registrations. Please try again tomorrow."] = "Este sitio ha excedido el número de registros diarios permitidos. Inténtalo de nuevo mañana por favor.";
-$a->strings["You may (optionally) fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "Puedes (opcionalmente) rellenar este formulario a través de OpenID escribiendo tu OpenID y pulsando en \"Registrar\".";
-$a->strings["If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items."] = "Si no estás familiarizado con OpenID, por favor deja ese campo en blanco y rellena el resto de los elementos.";
-$a->strings["Your OpenID (optional): "] = "Tu OpenID (opcional):";
-$a->strings["Include your profile in member directory?"] = "¿Incluir tu perfil en el directorio de miembros?";
-$a->strings["Note for the admin"] = "Nota para el administrador";
-$a->strings["Leave a message for the admin, why you want to join this node"] = "Deje un mensaje para el administrador sobre por qué quiere unirse a este nodo";
-$a->strings["Membership on this site is by invitation only."] = "Sitio solo accesible mediante invitación.";
-$a->strings["Your invitation ID: "] = "ID de tu invitación: ";
-$a->strings["Your Full Name (e.g. Joe Smith, real or real-looking): "] = "Nombre completo (ej. Joe Smith, real o real aparente):";
-$a->strings["Your Email Address: "] = "Tu dirección de correo: ";
-$a->strings["New Password:"] = "Contraseña nueva:";
-$a->strings["Leave empty for an auto generated password."] = "Dejar vacío para autogenerar una contraseña";
-$a->strings["Confirm:"] = "Confirmar:";
-$a->strings["Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be '<strong>nickname@\$sitename</strong>'."] = "Elije un apodo. Debe comenzar con una letra. Tu dirección de perfil en este sitio va a ser \"<strong>apodo@\$nombredelsitio</strong>\".";
-$a->strings["Choose a nickname: "] = "Escoge un apodo: ";
-$a->strings["Import"] = "Importar";
-$a->strings["Import your profile to this friendica instance"] = "Importar tu perfil a esta instancia de friendica";
-$a->strings["Account approved."] = "Cuenta aprobada.";
-$a->strings["Registration revoked for %s"] = "Registro anulado para %s";
-$a->strings["Please login."] = "Por favor accede.";
-$a->strings["Remove My Account"] = "Eliminar mi cuenta";
-$a->strings["This will completely remove your account. Once this has been done it is not recoverable."] = "Esto eliminará por completo tu cuenta. Una vez hecho no se puede deshacer.";
-$a->strings["Please enter your password for verification:"] = "Por favor, introduce tu contraseña para la verificación:";
-$a->strings["Resubscribing to OStatus contacts"] = "Resubscribir a contactos de OStatus";
-$a->strings["Error"] = "error";
-$a->strings["Only logged in users are permitted to perform a search."] = "Solo usuarios activos tienen permiso para ejecutar búsquedas.";
-$a->strings["Too Many Requests"] = "Demasiadas consultas";
-$a->strings["Only one search per minute is permitted for not logged in users."] = "Se permite solo una búsqueda por minuto para usuarios no identificados.";
-$a->strings["Items tagged with: %s"] = "Objetos taggeado con: %s";
 $a->strings["Display"] = "Interfaz del usuario";
 $a->strings["Social Networks"] = "Redes sociales";
 $a->strings["Connected apps"] = "Aplicaciones conectadas";
-$a->strings["Export personal data"] = "Exportación de datos personales";
 $a->strings["Remove account"] = "Eliminar cuenta";
 $a->strings["Missing some important data!"] = "¡Faltan algunos datos importantes!";
 $a->strings["Failed to connect with email account using the settings provided."] = "Error al conectar con la cuenta de correo mediante la configuración suministrada.";
@@ -1896,6 +1939,7 @@ $a->strings["Private forum - approved members only"] = "Foro privado - solo miem
 $a->strings["OpenID:"] = "OpenID:";
 $a->strings["(Optional) Allow this OpenID to login to this account."] = "(Opcional) Permitir a este OpenID acceder a esta cuenta.";
 $a->strings["Publish your default profile in your local site directory?"] = "¿Quieres publicar tu perfil predeterminado en el directorio local del sitio?";
+$a->strings["Your profile may be visible in public."] = "";
 $a->strings["Publish your default profile in the global social directory?"] = "¿Quieres publicar tu perfil predeterminado en el directorio social de forma global?";
 $a->strings["Hide your contact/friend list from viewers of your default profile?"] = "¿Quieres ocultar tu lista de contactos/amigos en la vista de tu perfil predeterminado?";
 $a->strings["If enabled, posting public messages to Diaspora and other networks isn't possible."] = "Si habilitado, enviar temas públicos a  a Diaspora* y otras redes no es posible. ";
@@ -1959,40 +2003,6 @@ $a->strings["Change the behaviour of this account for special situations"] = "Ca
 $a->strings["Relocate"] = "Relocalizar";
 $a->strings["If you have moved this profile from another server, and some of your contacts don't receive your updates, try pushing this button."] = "Si ha migrado este perfil desde otro servidor aquí y algunos contactos no reciben sus publicaciones intente  recomunicar su ubicación a traves este botón. (Como para decir el botón de los botones)";
 $a->strings["Resend relocate message to contacts"] = "Reenviar mensaje de relocalización a los contactos";
-$a->strings["%1\$s is following %2\$s's %3\$s"] = "%1\$s está siguiendo las %3\$s de %2\$s";
-$a->strings["Do you really want to delete this suggestion?"] = "¿Estás seguro de que quieres borrar esta sugerencia?";
-$a->strings["No suggestions available. If this is a new site, please try again in 24 hours."] = "No hay sugerencias disponibles. Si el sitio web es nuevo inténtalo de nuevo dentro de 24 horas.";
-$a->strings["Ignore/Hide"] = "Ignorar/Ocultar";
-$a->strings["Tag removed"] = "Etiqueta eliminada";
-$a->strings["Remove Item Tag"] = "Eliminar etiqueta";
-$a->strings["Select a tag to remove: "] = "Selecciona una etiqueta para eliminar: ";
-$a->strings["Export account"] = "Exportar cuenta";
-$a->strings["Export your account info and contacts. Use this to make a backup of your account and/or to move it to another server."] = "Exporta la información de tu cuenta y tus contactos. Úsalo para guardar una copia de seguridad de tu cuenta y/o moverla a otro servidor.";
-$a->strings["Export all"] = "Exportar todo";
-$a->strings["Export your accout info, contacts and all your items as json. Could be a very big file, and could take a lot of time. Use this to make a full backup of your account (photos are not exported)"] = "Exporta la información de tu cuenta, contactos y lo demás en JSON. Puede ser un archivo bastante grande, por lo que llevará tiempo. Úsalo para hacer una copia de seguridad completa de tu cuenta (las fotos no se exportarán)";
-$a->strings["Move account"] = "Mover cuenta";
-$a->strings["You can import an account from another Friendica server."] = "Puedes importar una cuenta desde otro servidor de Friendica.";
-$a->strings["You need to export your account from the old server and upload it here. We will recreate your old account here with all your contacts. We will try also to inform your friends that you moved here."] = "Necesitas exportar tu cuenta del antiguo servidor y subirla aquí. Volveremos a crear tu antigua cuenta con todos tus contactos aquí. También intentaremos de informar a tus amigos de que te has mudado.";
-$a->strings["This feature is experimental. We can't import contacts from the OStatus network (GNU Social/Statusnet) or from Diaspora"] = "Esta característica es experimental. No podemos importar contactos desde la red OStatus (statusnet/identi.ca) o desde Diaspora*";
-$a->strings["Account file"] = "Archivo de la cuenta";
-$a->strings["To export your account, go to \"Settings->Export your personal data\" and select \"Export account\""] = "Para exportar el perfil vaya a \"Configuracion -> Exportar sus datos personales\" y seleccione \"Exportar cuenta\"";
-$a->strings["[Embedded content - reload page to view]"] = "[Contenido incrustado - recarga la página para verlo]";
-$a->strings["Do you really want to delete this video?"] = "Realmente quieres eliminar este vídeo?";
-$a->strings["Delete Video"] = "Borrar vídeo";
-$a->strings["No videos selected"] = "Ningún vídeo seleccionado";
-$a->strings["Recent Videos"] = "Vídeos recientes";
-$a->strings["Upload New Videos"] = "Subir nuevos vídeos";
-$a->strings["No contacts."] = "Ningún contacto.";
-$a->strings["Access denied."] = "Acceso denegado.";
-$a->strings["Invalid request."] = "Consulta invalida";
-$a->strings["Sorry, maybe your upload is bigger than the PHP configuration allows"] = "Disculpa, posiblemente el archivo subido es mas grande que la PHP configuración permite.";
-$a->strings["Or - did you try to upload an empty file?"] = "Si no - intento de subir un archivo vacío?";
-$a->strings["File exceeds size limit of %s"] = "El archivo excede el limite de tamaño de %s";
-$a->strings["File upload failed."] = "Ha fallado la subida del archivo.";
-$a->strings["Number of daily wall messages for %s exceeded. Message failed."] = "Excedido el número máximo de mensajes para %s. El mensaje no se ha enviado.";
-$a->strings["Unable to check your home location."] = "Imposible comprobar tu servidor de inicio.";
-$a->strings["No recipient."] = "Sin receptor.";
-$a->strings["If you wish for %s to respond, please check that the privacy settings on your site allow private mail from unknown senders."] = "Si quieres que %s te responda, asegúrate de que la configuración de privacidad permite enviar correo privado a desconocidos.";
 $a->strings["via"] = "vía";
 $a->strings["greenzero"] = "greenzero";
 $a->strings["purplezero"] = "purplezero";
@@ -2001,6 +2011,14 @@ $a->strings["darkzero"] = "darkzero";
 $a->strings["comix"] = "comix";
 $a->strings["slackr"] = "slackr";
 $a->strings["Variations"] = "Variaciones";
+$a->strings["Repeat the image"] = "Repetir la imagen";
+$a->strings["Will repeat your image to fill the background."] = "Repetirá su imagen para llenar el fondo";
+$a->strings["Stretch"] = "Estirar";
+$a->strings["Will stretch to width/height of the image."] = "Estirará la anchura/altura de la imagen.";
+$a->strings["Resize fill and-clip"] = "Reajustar llenado y clip";
+$a->strings["Resize to fill and retain aspect ratio."] = "Reajustar para llenar y conservar proporción";
+$a->strings["Resize best fit"] = "Reajustar al mejor tamaño";
+$a->strings["Resize to best fit and retain aspect ratio."] = "Reajustar al mejor tamaño y conservar proporción";
 $a->strings["Default"] = "Por defecto";
 $a->strings["Note: "] = "Nota:";
 $a->strings["Check image permissions if all users are allowed to visit the image"] = "Compruebe los permisos de imagen si se les permite a todos los usuarios visitar la imagen";
@@ -2011,14 +2029,6 @@ $a->strings["Link color"] = "Color de enlace";
 $a->strings["Set the background color"] = "Seleccionar el color de fondo";
 $a->strings["Content background transparency"] = "Transparencia de contenido de fondo";
 $a->strings["Set the background image"] = "Seleccionar la imagen de fondo";
-$a->strings["Repeat the image"] = "Repetir la imagen";
-$a->strings["Will repeat your image to fill the background."] = "Repetirá su imagen para llenar el fondo";
-$a->strings["Stretch"] = "Estirar";
-$a->strings["Will stretch to width/height of the image."] = "Estirará la anchura/altura de la imagen.";
-$a->strings["Resize fill and-clip"] = "Reajustar llenado y clip";
-$a->strings["Resize to fill and retain aspect ratio."] = "Reajustar para llenar y conservar proporción";
-$a->strings["Resize best fit"] = "Reajustar al mejor tamaño";
-$a->strings["Resize to best fit and retain aspect ratio."] = "Reajustar al mejor tamaño y conservar proporción";
 $a->strings["Guest"] = "Invitado";
 $a->strings["Visitor"] = "Visitante";
 $a->strings["Alignment"] = "Alineación";
@@ -2037,3 +2047,16 @@ $a->strings["Find Friends"] = "Buscar amigos";
 $a->strings["Last users"] = "Últimos usuarios";
 $a->strings["Local Directory"] = "Directorio local";
 $a->strings["Quick Start"] = "Inicio rápido";
+$a->strings["Delete this item?"] = "¿Eliminar este elemento?";
+$a->strings["show fewer"] = "ver menos";
+$a->strings["toggle mobile"] = "Cambiar a versión móvil";
+$a->strings["Update %s failed. See error logs."] = "Falló la actualización de %s. Mira los registros de errores.";
+$a->strings["Create a New Account"] = "Crear una nueva cuenta";
+$a->strings["Password: "] = "Contraseña: ";
+$a->strings["Remember me"] = "Recordarme";
+$a->strings["Or login using OpenID: "] = "O inicia sesión usando OpenID: ";
+$a->strings["Forgot your password?"] = "¿Olvidaste la contraseña?";
+$a->strings["Website Terms of Service"] = "Términos de uso del sitio";
+$a->strings["terms of service"] = "Términos de uso";
+$a->strings["Website Privacy Policy"] = "Política de privacidad del sitio";
+$a->strings["privacy policy"] = "Política de privacidad";
index 1aba902ad6669e90d2982b00d45290fb23e56a6a..02cf67f39d1ee962f8e7a1f624c5af2e3d582d21 100644 (file)
@@ -3,7 +3,7 @@
 /* ********************************************************************
  *  The following configuration has to be within the .htconfig file
  *  and will not be overruled by decisions made in the admin panel.
- * 
+ *
  *  See below for variables that may be overruled by the admin panel.
  * ********************************************************************/
 
@@ -43,7 +43,7 @@ $a->config['system']['allowed_link_protocols'] = array('ftp', 'ftps', 'mailto',
  *  Changes made below will only have an effect if the database does
  *  not contain any configuration for the friendica system.
  * *********************************************************************/
+
 // Choose a legal default timezone. If you are unsure, use "America/Los_Angeles".
 // It can be changed later and only applies to timestamps for anonymous viewers.
 
@@ -98,7 +98,7 @@ $a->config['system']['no_regfullname'] = true;
 //$a->config['system']['block_local_dir'] = false;
 
 // Location of the global directory
-$a->config['system']['directory'] = 'http://dir.friendi.ca';
+$a->config['system']['directory'] = 'http://dir.friendica.social';
 
 // Authentication cookie lifetime, in days
 $a->config['system']['auth_cookie_lifetime'] = 7;
index dc8f29b2facfa0db1de9401a0a1e2eea25c1ea29..efb43a92481f6a77bdab83187e95706740a98158 100644 (file)
@@ -37,19 +37,11 @@ function insertFormatting(BBcode, id) {
        if (document.selection) {
                textarea.focus();
                selected = document.selection.createRange();
-               if (BBcode == "url") {
-                       selected.text = "["+BBcode+"]" + "http://" +  selected.text + "[/"+BBcode+"]";
-               } else {
-                       selected.text = "["+BBcode+"]" + selected.text + "[/"+BBcode+"]";
-               }
+               selected.text = "["+BBcode+"]" + selected.text + "[/"+BBcode+"]";
        } else if (textarea.selectionStart || textarea.selectionStart == "0") {
                var start = textarea.selectionStart;
                var end = textarea.selectionEnd;
-               if (BBcode == "url") {
-                       textarea.value = textarea.value.substring(0, start) + "["+BBcode+"]" + "http://" + textarea.value.substring(start, end) + "[/"+BBcode+"]" + textarea.value.substring(end, textarea.value.length);
-               } else {
-                       textarea.value = textarea.value.substring(0, start) + "["+BBcode+"]" + textarea.value.substring(start, end) + "[/"+BBcode+"]" + textarea.value.substring(end, textarea.value.length);
-               }
+               textarea.value = textarea.value.substring(0, start) + "["+BBcode+"]" + textarea.value.substring(start, end) + "[/"+BBcode+"]" + textarea.value.substring(end, textarea.value.length);
        }
 
        return true;
index 8794658dd6911ff8ac74ecc755f4eab9c79a0183..2079c20cdc40a12080da8546045253ecf25a42af 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 
-function insertFormatting(BBcode,id) {
+function insertFormatting(BBcode, id) {
        var tmpStr = $("#comment-edit-text-" + id).val();
        if (tmpStr == '') {
                $("#comment-edit-text-" + id).addClass("comment-edit-text-full");
@@ -11,23 +11,15 @@ function insertFormatting(BBcode,id) {
                openMenu("comment-edit-submit-wrapper-" + id);
        }
 
-       textarea = document.getElementById("comment-edit-text-" +id);
+       textarea = document.getElementById("comment-edit-text-" + id);
        if (document.selection) {
                textarea.focus();
                selected = document.selection.createRange();
-               if (BBcode == "url") {
-                       selected.text = "["+BBcode+"]" + "http://" +  selected.text + "[/"+BBcode+"]";
-               } else {
-                       selected.text = "["+BBcode+"]" + selected.text + "[/"+BBcode+"]";
-               }
+               selected.text = "[" + BBcode + "]" + selected.text + "[/" + BBcode + "]";
        } else if (textarea.selectionStart || textarea.selectionStart == "0") {
                var start = textarea.selectionStart;
                var end = textarea.selectionEnd;
-               if (BBcode == "url") {
-                       textarea.value = textarea.value.substring(0, start) + "["+BBcode+"]" + "http://" + textarea.value.substring(start, end) + "[/"+BBcode+"]" + textarea.value.substring(end, textarea.value.length);
-               } else {
-                       textarea.value = textarea.value.substring(0, start) + "["+BBcode+"]" + textarea.value.substring(start, end) + "[/"+BBcode+"]" + textarea.value.substring(end, textarea.value.length);
-               }
+               textarea.value = textarea.value.substring(0, start) + "[" + BBcode + "]" + textarea.value.substring(start, end) + "[/" + BBcode + "]" + textarea.value.substring(end, textarea.value.length);
        }
 
        $(textarea).trigger('change');
@@ -62,7 +54,7 @@ function commentExpand(id) {
        return true;
 }
 
-function commentClose(obj,id) {
+function commentClose(obj, id) {
        if (obj.value == '') {
                $("#comment-edit-text-" + id).removeClass("comment-edit-text-full");
                $("#comment-edit-text-" + id).addClass("comment-edit-text-empty");
@@ -74,10 +66,9 @@ function commentClose(obj,id) {
 }
 
 function showHideCommentBox(id) {
-       if$('#comment-edit-form-' + id).is(':visible')) {
+       if ($('#comment-edit-form-' + id).is(':visible')) {
                $('#comment-edit-form-' + id).hide();
-       }
-       else {
+       } else {
                $('#comment-edit-form-' + id).show();
        }
 }
@@ -86,8 +77,8 @@ function commentOpenUI(obj, id) {
        $("#comment-edit-text-" + id).addClass("comment-edit-text-full").removeClass("comment-edit-text-empty");
        // Choose an arbitrary tab index that's greater than what we're using in jot (3 of them)
        // The submit button gets tabindex + 1
-       $("#comment-edit-text-" + id).attr('tabindex','9');
-       $("#comment-edit-submit-" + id).attr('tabindex','10');
+       $("#comment-edit-text-" + id).attr('tabindex', '9');
+       $("#comment-edit-submit-" + id).attr('tabindex', '10');
        $("#comment-edit-submit-wrapper-" + id).show();
        // initialize autosize for this comment
        autosize($("#comment-edit-text-" + id + ".text-autosize"));
@@ -120,7 +111,7 @@ function jotTextCloseUI(obj) {
        }
 }
 
-function commentOpen(obj,id) {
+function commentOpen(obj, id) {
        if (obj.value == '') {
                $("#comment-edit-text-" + id).addClass("comment-edit-text-full");
                $("#comment-edit-text-" + id).removeClass("comment-edit-text-empty");
@@ -131,7 +122,7 @@ function commentOpen(obj,id) {
        return false;
 }
 
-function commentInsert(obj,id) {
+function commentInsert(obj, id) {
        var tmpStr = $("#comment-edit-text-" + id).val();
        if (tmpStr == '') {
                $("#comment-edit-text-" + id).addClass("comment-edit-text-full");
@@ -139,14 +130,14 @@ function commentInsert(obj,id) {
                openMenu("comment-edit-submit-wrapper-" + id);
        }
        var ins = $(obj).html();
-       ins = ins.replace('&lt;','<');
-       ins = ins.replace('&gt;','>');
-       ins = ins.replace('&amp;','&');
-       ins = ins.replace('&quot;','"');
+       ins = ins.replace('&lt;', '<');
+       ins = ins.replace('&gt;', '>');
+       ins = ins.replace('&amp;', '&');
+       ins = ins.replace('&quot;', '"');
        $("#comment-edit-text-" + id).val(tmpStr + ins);
 }
 
-function qCommentInsert(obj,id) {
+function qCommentInsert(obj, id) {
        var tmpStr = $("#comment-edit-text-" + id).val();
        if (tmpStr == '') {
                $("#comment-edit-text-" + id).addClass("comment-edit-text-full");
@@ -154,15 +145,17 @@ function qCommentInsert(obj,id) {
                openMenu("comment-edit-submit-wrapper-" + id);
        }
        var ins = $(obj).val();
-       ins = ins.replace('&lt;','<');
-       ins = ins.replace('&gt;','>');
-       ins = ins.replace('&amp;','&');
-       ins = ins.replace('&quot;','"');
+       ins = ins.replace('&lt;', '<');
+       ins = ins.replace('&gt;', '>');
+       ins = ins.replace('&amp;', '&');
+       ins = ins.replace('&quot;', '"');
        $("#comment-edit-text-" + id).val(tmpStr + ins);
        $(obj).val('');
 }
 
-function confirmDelete() { return confirm(aStr.delitem); }
+function confirmDelete() {
+       return confirm(aStr.delitem);
+}
 
 /**
  * Hide and removes an item element from the DOM after the deletion url is
index abb2ed7c426e288dcb732b16b72fbc2c99c09b29..09b5e4d3831fe9bcd4463588ec552032072e4531 100644 (file)
@@ -423,19 +423,11 @@ function insertFormatting(BBcode, id) {
        if (document.selection) {
                textarea.focus();
                selected = document.selection.createRange();
-               if (BBcode == "url") {
-                       selected.text = "["+BBcode+"=http://]" +  selected.text + "[/"+BBcode+"]";
-               } else {
-                       selected.text = "["+BBcode+"]" + selected.text + "[/"+BBcode+"]";
-               }
+               selected.text = "["+BBcode+"]" + selected.text + "[/"+BBcode+"]";
        } else if (textarea.selectionStart || textarea.selectionStart == "0") {
                var start = textarea.selectionStart;
                var end = textarea.selectionEnd;
-               if (BBcode == "url") {
-                       textarea.value = textarea.value.substring(0, start) + "["+BBcode+"=http://]" + textarea.value.substring(start, end) + "[/"+BBcode+"]" + textarea.value.substring(end, textarea.value.length);
-               } else {
-                       textarea.value = textarea.value.substring(0, start) + "["+BBcode+"]" + textarea.value.substring(start, end) + "[/"+BBcode+"]" + textarea.value.substring(end, textarea.value.length);
-               }
+               textarea.value = textarea.value.substring(0, start) + "["+BBcode+"]" + textarea.value.substring(start, end) + "[/"+BBcode+"]" + textarea.value.substring(end, textarea.value.length);
        }
 
        return true;
index 52e181a6226f76cb62fe2b256bb1561e9d259c63..bf7bdd585c625c0ced878e51c6c9f1f6d26c59fb 100644 (file)
@@ -603,19 +603,11 @@ function insertFormatting(BBcode, id) {
        if (document.selection) {
                textarea.focus();
                selected = document.selection.createRange();
-               if (BBcode == "url") {
-                       selected.text = "["+BBcode+"=http://]" +  selected.text + "[/"+BBcode+"]";
-               } else {
-                       selected.text = "["+BBcode+"]" + selected.text + "[/"+BBcode+"]";
-               }
+               selected.text = "["+BBcode+"]" + selected.text + "[/"+BBcode+"]";
        } else if (textarea.selectionStart || textarea.selectionStart == "0") {
                var start = textarea.selectionStart;
                var end = textarea.selectionEnd;
-               if (BBcode == "url") {
-                       textarea.value = textarea.value.substring(0, start) + "["+BBcode+"=http://]" + textarea.value.substring(start, end) + "[/"+BBcode+"]" + textarea.value.substring(end, textarea.value.length);
-               } else {
-                       textarea.value = textarea.value.substring(0, start) + "["+BBcode+"]" + textarea.value.substring(start, end) + "[/"+BBcode+"]" + textarea.value.substring(end, textarea.value.length);
-               }
+               textarea.value = textarea.value.substring(0, start) + "["+BBcode+"]" + textarea.value.substring(start, end) + "[/"+BBcode+"]" + textarea.value.substring(end, textarea.value.length);
        }
 
        return true;
index 9ef66e220e42b4139e5cf2cb3668f3583b94d165..469a3bbc93462afddfd431dcac6c68533a7d87b5 100644 (file)
@@ -71,19 +71,11 @@ function insertFormatting(BBcode, id) {
        if (document.selection) {
                textarea.focus();
                selected = document.selection.createRange();
-               if (BBcode == "url") {
-                       selected.text = "["+BBcode+"]" + "http://" +  selected.text + "[/"+BBcode+"]";
-               } else {
-                       selected.text = "["+BBcode+"]" + selected.text + "[/"+BBcode+"]";
-               }
+               selected.text = "["+BBcode+"]" + selected.text + "[/"+BBcode+"]";
        } else if (textarea.selectionStart || textarea.selectionStart == "0") {
                var start = textarea.selectionStart;
                var end = textarea.selectionEnd;
-               if (BBcode == "url") {
-                       textarea.value = textarea.value.substring(0, start) + "["+BBcode+"]" + "http://" + textarea.value.substring(start, end) + "[/"+BBcode+"]" + textarea.value.substring(end, textarea.value.length);
-               } else {
-                       textarea.value = textarea.value.substring(0, start) + "["+BBcode+"]" + textarea.value.substring(start, end) + "[/"+BBcode+"]" + textarea.value.substring(end, textarea.value.length);
-               }
+               textarea.value = textarea.value.substring(0, start) + "["+BBcode+"]" + textarea.value.substring(start, end) + "[/"+BBcode+"]" + textarea.value.substring(end, textarea.value.length);
        }
 
        return true;
index caebe37711b9475a5c42de9eb76f6e132551086b..3b38eecb56156818bb5aa91bb5635fd3cc75c184 100644 (file)
@@ -20,23 +20,13 @@ function insertFormatting(BBcode, id) {
        if (document.selection) {
                textarea.focus();
                selected = document.selection.createRange();
-               if (BBcode == "url") {
-                       selected.text = "["+BBcode+"]" + "http://" + selected.text + "[/"+BBcode+"]";
-               } else {
-                       selected.text = "["+BBcode+"]" + selected.text + "[/"+BBcode+"]";
-               }
+               selected.text = "["+BBcode+"]" + selected.text + "[/"+BBcode+"]";
        } else if (textarea.selectionStart || textarea.selectionStart == "0") {
                var start = textarea.selectionStart;
                var end = textarea.selectionEnd;
-               if (BBcode == "url") {
-                       textarea.value = textarea.value.substring(0, start) + "["+BBcode+"]"
-                               + "http://" + textarea.value.substring(start, end)
-                               + "[/"+BBcode+"]" + textarea.value.substring(end, textarea.value.length);
-               } else {
-                       textarea.value = textarea.value.substring(0, start)
-                               + "["+BBcode+"]" + textarea.value.substring(start, end) + "[/"+BBcode+"]"
-                               + textarea.value.substring(end, textarea.value.length);
-               }
+               textarea.value = textarea.value.substring(0, start)
+                       + "["+BBcode+"]" + textarea.value.substring(start, end) + "[/"+BBcode+"]"
+                       + textarea.value.substring(end, textarea.value.length);
        }
 
        return true;
index 3efcf54f413a4a96c4f691f87c6a81f4964f78e7..00f1147211723fee73ac6af989e348703f76cb67 100644 (file)
@@ -33,19 +33,11 @@ function insertFormatting(BBcode, id) {
        if (document.selection) {
                textarea.focus();
                selected = document.selection.createRange();
-               if (BBcode == "url") {
-                       selected.text = "["+BBcode+"]" + "http://" +  selected.text + "[/"+BBcode+"]";
-               } else {
-                       selected.text = "["+BBcode+"]" + selected.text + "[/"+BBcode+"]";
-               }
+               selected.text = "["+BBcode+"]" + selected.text + "[/"+BBcode+"]";
        } else if (textarea.selectionStart || textarea.selectionStart == "0") {
                var start = textarea.selectionStart;
                var end = textarea.selectionEnd;
-               if (BBcode == "url") {
-                       textarea.value = textarea.value.substring(0, start) + "["+BBcode+"]" + "http://" + textarea.value.substring(start, end) + "[/"+BBcode+"]" + textarea.value.substring(end, textarea.value.length);
-               } else {
-                       textarea.value = textarea.value.substring(0, start) + "["+BBcode+"]" + textarea.value.substring(start, end) + "[/"+BBcode+"]" + textarea.value.substring(end, textarea.value.length);
-               }
+               textarea.value = textarea.value.substring(0, start) + "["+BBcode+"]" + textarea.value.substring(start, end) + "[/"+BBcode+"]" + textarea.value.substring(end, textarea.value.length);
        }
 
        return true;
index da2c08335dae02cb42c3e8579b8d7e33ac1b4cb3..269b34460ceba151b0603b129c16fda6c8202472 100644 (file)
@@ -50,19 +50,11 @@ function insertFormatting(BBcode, id) {
        if (document.selection) {
                textarea.focus();
                selected = document.selection.createRange();
-               if (BBcode == "url") {
-                       selected.text = "["+BBcode+"]" + "http://" +  selected.text + "[/"+BBcode+"]";
-               } else {
-                       selected.text = "["+BBcode+"]" + selected.text + "[/"+BBcode+"]";
-               }
+               selected.text = "["+BBcode+"]" + selected.text + "[/"+BBcode+"]";
        } else if (textarea.selectionStart || textarea.selectionStart == "0") {
                var start = textarea.selectionStart;
                var end = textarea.selectionEnd;
-               if (BBcode == "url") {
-                       textarea.value = textarea.value.substring(0, start) + "["+BBcode+"]" + "http://" + textarea.value.substring(start, end) + "[/"+BBcode+"]" + textarea.value.substring(end, textarea.value.length);
-               } else {
-                       textarea.value = textarea.value.substring(0, start) + "["+BBcode+"]" + textarea.value.substring(start, end) + "[/"+BBcode+"]" + textarea.value.substring(end, textarea.value.length);
-               }
+               textarea.value = textarea.value.substring(0, start) + "["+BBcode+"]" + textarea.value.substring(start, end) + "[/"+BBcode+"]" + textarea.value.substring(end, textarea.value.length);
        }
 
        return true;